@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }
body, button, input, select, textarea {
  font-size: 13px;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体"; }
h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }
address, cite, dfn, em, var {
  font-style: normal; }
code, kbd, pre, samp {
  font-family: couriernew, courier, monospace; }
small {
  font-size: 12px; }
ul, ol {
  list-style: none; }
a {
  text-decoration: none; }
a:hover {
  text-decoration: underline; }
sup {
  vertical-align: text-top; }
sub {
  vertical-align: text-bottom; }
legend {
  color: #000; }
fieldset, img {
  border: 0; }
button, input, select, textarea {
  font-size: 100%; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
.news-banner {
  width: 100%;
  max-height: 510px; }
.newsMenu {
  padding: 70px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.newsMenu li {
    -webkit-box-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-right: 28px;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    border-radius: 38px; }
.newsMenu li.active {
      color: #ffffff;
      background-color: #EC6941; }
.news-warapper {
  padding-bottom: 43px; }
.news-warapper .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FAFAFA;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 26px; }
.news-warapper .news-item .img {
      -webkit-box-flex: 0 0 290px;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
      height: 150px;
      background-color: #ebebeb;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
.news-warapper .news-item .content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 73px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
.news-warapper .news-item .content h1 {
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #333333;
        font-size: 24px;
        margin: 20px 0 0 0; }
.news-warapper .news-item .content p {
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #666666;
        font-size: 15px; }
.news-warapper .news-item .time {
      padding: 22px 21px 9px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.news-warapper .news-item .time .dataTime {
        padding-left: 26px;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #666666;
        font-size: 15px; }
.news-warapper .news-item .time .years {
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #666666;
        font-size: 12px;
        padding-left: 26px; }
.yjybtn {
  width: 90px;
  height: 30px;
  border: 1px solid #626262;
  border-radius: 30px;
  position: relative;
  cursor: pointer; }
.yjybtn:hover {
    background-color: #EC6941;
    border-color: #EC6941; }
.yjybtn:hover::before {
      background-color: #ffffff; }
.yjybtn:hover::after {
      border-right-color: #ffffff; }
.yjybtn::before {
    display: block;
    content: '';
    width: 48px;
    height: 1px;
    background-color: #626262;
    position: absolute;
    left: 50%;
    top: 37%;
    -webkit-transform: translateX(-24px);
                -ms-transform: translateX(-24px);
            transform: translateX(-24px); }
.yjybtn::after {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #626262;
    left: 64%;
    top: 25%;
    -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
.page-wrapper {
  margin-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.page-wrapper .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.page-wrapper .btn-group .previewBtn {
      margin-right: 28px; }
.page-wrapper .btn-group .previewBtn::after {
        left: 19%;
        top: 42%;
        -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
.page-wrapper .btn-group .active {
      background-color: #EC6941;
      border-color: #EC6941; }
.page-wrapper .btn-group .active::before {
        background-color: #ffffff; }
.page-wrapper .btn-group .active::after {
        border-right-color: #ffffff; }
.page-wrapper .pagination {
    margin: 0; }
.page-wrapper .pagination li {
      width: 47px;
      height: 45px; }
