#newsList .menuBox {
  background: #fafbfc; }
  #newsList .menuBox .menuTitle {
    width: 1180px;
    margin: 0 auto;
    height: 66px;
    line-height: 66px; }
    #newsList .menuBox .menuTitle a {
      display: inline-block; }
      #newsList .menuBox .menuTitle a:hover {
        display: inline-block;
        height: 66px;
        line-height: 66px;
        color: #c6161e;
        font-weight: bold; }
    #newsList .menuBox .menuTitle .active {
      display: inline-block;
      height: 66px;
      line-height: 66px;
      color: #c6161e;
      font-weight: bold;
      background-blend-mode: multiply; }
    #newsList .menuBox .menuTitle .bound {
      display: inline-block;
      width: 1px;
      height: 16px;
      line-height: 16px;
      color: #dddddd; }
#newsList #product {
  background: #eef2f5;
  padding: 70px 0; }
  #newsList #product .rowTitle {
    padding-bottom: 34px; }
    #newsList #product .rowTitle .list {
      padding-top: 16px;
      text-align: right; }
      #newsList #product .rowTitle .list .red {
        font-weight: bold; }
      #newsList #product .rowTitle .list .swiper-wrapper {
        justify-content: flex-end; }
        #newsList #product .rowTitle .list .swiper-wrapper .typeName {
          width: auto;
          margin-left: 36px; }
  #newsList #product .boxs .swiper-container-product {
    height: 404px; }
    #newsList #product .boxs .swiper-container-product .swiper-wrapper {
      height: 404px !important; }
      #newsList #product .boxs .swiper-container-product .swiper-wrapper .swiper-slide {
        width: 380px !important;
        height: 404px !important; }
    #newsList #product .boxs .swiper-container-product .marginRight20 .swiper-slide:not(:last-child) {
      margin-right: 20px; }
    #newsList #product .boxs .swiper-container-product .box .productPic {
      position: relative;
      display: block;
      padding-bottom: 35px;
      background-color: #fff; }
      #newsList #product .boxs .swiper-container-product .box .productPic .devImg {
        width: 380px;
        height: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        #newsList #product .boxs .swiper-container-product .box .productPic .devImg img {
          transition: all 1s ease-in-out;
          -moz-transition: all 1s ease-in-out;
          -webkit-transition: all 1s ease-in-out;
          -o-transition: all 1s ease-in-out; }
          #newsList #product .boxs .swiper-container-product .box .productPic .devImg img::after {
            content: '';
            position: absolute;
            top: 0px;
            z-index: -1;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.3s ease-in-out; }
      #newsList #product .boxs .swiper-container-product .box .productPic .times {
        color: #666;
        font-size: 14px; }
      #newsList #product .boxs .swiper-container-product .box .productPic p {
        padding: 0 15px; }
      #newsList #product .boxs .swiper-container-product .box .productPic .title1 {
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #newsList #product .boxs .swiper-container-product .box .productPic .title2 {
        line-height: 24px;
        height: 48px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      #newsList #product .boxs .swiper-container-product .box .productPic .line {
        position: absolute;
        background: #c6161e;
        height: 2px;
        left: 50%;
        width: 0px;
        bottom: 0px;
        transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out; }
    @media (min-width: 992px) {
      #newsList #product .boxs .swiper-container-product .box .productPic::after {
        content: '';
        position: absolute;
        top: 0px;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.3s ease-in-out; }
      #newsList #product .boxs .swiper-container-product .box .productPic:hover .devImg img {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
        #newsList #product .boxs .swiper-container-product .box .productPic:hover .devImg img::after {
          opacity: 1; }
      #newsList #product .boxs .swiper-container-product .box .productPic:hover .line {
        left: 0px;
        width: 100%; }
      #newsList #product .boxs .swiper-container-product .box .productPic:hover::after {
        opacity: 1; } }
    #newsList #product .boxs .swiper-container-product .buttonPrev {
      position: absolute;
      width: 40px;
      height: 40px;
      background: url("../images/arrowsRight.png") no-repeat;
      left: 0px;
      top: 140px;
      opacity: 0 !important;
      display: none; }
      @media (max-width: 768px) {
        #newsList #product .boxs .swiper-container-product .buttonPrev {
          display: none; } }
    #newsList #product .boxs .swiper-container-product .buttonNext {
      opacity: 0 !important;
      position: absolute;
      right: 0px;
      width: 40px;
      height: 40px;
      background: url("../images/arrowsLeft.png") no-repeat;
      top: 140px; }
      @media (max-width: 768px) {
        #newsList #product .boxs .swiper-container-product .buttonNext {
          display: none; } }
    #newsList #product .boxs .swiper-container-product:hover .buttonPrev {
      opacity: 1 !important; }
    #newsList #product .boxs .swiper-container-product:hover .buttonNext {
      opacity: 1 !important; }
  @media (max-width: 768px) {
    #newsList #product {
      padding-top: 40px; }
      #newsList #product .rowTitle {
        padding-bottom: 20px; }
        #newsList #product .rowTitle .names {
          font-size: 20px;
          font-weight: bold;
          padding-left: 30px;
          margin-bottom: 30px; }
        #newsList #product .rowTitle .list {
          padding-left: 30px;
          padding-right: 15px;
          padding-top: 0;
          text-align: left; }
          #newsList #product .rowTitle .list .red {
            font-weight: bold; }
          #newsList #product .rowTitle .list .swiper-wrapper {
            justify-content: flex-start; }
            #newsList #product .rowTitle .list .swiper-wrapper .typeName {
              width: auto !important;
              font-size: 14px;
              margin-left: 0px;
              margin-right: 15px;
              float: left;
              color: #555555; }
      #newsList #product .boxs {
        padding: 0 30px;
        padding: 0 30px 28px 30px; }
        #newsList #product .boxs .swiper-container-product {
          padding-bottom: 10px; }
          #newsList #product .boxs .swiper-container-product .box {
            height: auto;
            padding-bottom: 20px; }
            #newsList #product .boxs .swiper-container-product .box .productPic {
              width: 100% !important;
              height: auto;
              transition: opacity 0.6s ease-in-out;
              border-bottom: 3px #c6161e solid;
              padding-bottom: 26px; }
              #newsList #product .boxs .swiper-container-product .box .productPic .devImg {
                width: 100%; }
                #newsList #product .boxs .swiper-container-product .box .productPic .devImg img {
                  width: 100%;
                  height: 249px; }
              #newsList #product .boxs .swiper-container-product .box .productPic p {
                padding: 0 25px; }
              #newsList #product .boxs .swiper-container-product .box .productPic .line {
                display: none; }
          #newsList #product .boxs .swiper-container-product .title {
            font-size: 20px;
            font-weight: bold;
            padding-left: 24px;
            margin-bottom: 10px; }
          #newsList #product .boxs .swiper-container-product .title1 {
            line-height: 26px !important;
            margin-top: 28px !important;
            margin-bottom: 30px !important;
            font-size: 16px; }
          #newsList #product .boxs .swiper-container-product .title2 {
            line-height: 20px !important;
            font-size: 12px;
            margin: 0px; }
          #newsList #product .boxs .swiper-container-product .swiper-pagination-product {
            bottom: 0px; }
      #newsList #product .productsCenter {
        display: none; } }
#newsList .mainBox {
  width: 1180px;
  margin: 0 auto;
  background-color: #fff;
  padding: 70px 0; }
  #newsList .mainBox .leftBox {
    display: inline-block;
    width: 780px;
    min-height: 620px; }
    #newsList .mainBox .leftBox .newsLists {
      display: block;
      transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -webkit-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      width: 100%;
      height: 220px;
      cursor: pointer;
      border-bottom: 1px solid #f7f7f7; }
      #newsList .mainBox .leftBox .newsLists .listLeft {
        width: 94px;
        padding: 45px 0;
        float: left; }
        #newsList .mainBox .leftBox .newsLists .listLeft .centerBox {
          height: 130px;
          border-right: 1px solid #ebebeb; }
          #newsList .mainBox .leftBox .newsLists .listLeft .centerBox .nums {
            font-size: 54px;
            line-height: 54px;
            color: #c2161e;
            text-align: center; }
          #newsList .mainBox .leftBox .newsLists .listLeft .centerBox .dates {
            font-size: 14px;
            color: #848486;
            text-align: center;
            margin-top: 10px; }
      #newsList .mainBox .leftBox .newsLists .listRight {
        float: right;
        width: 686px;
        padding: 45px 20px 0 32px; }
        #newsList .mainBox .leftBox .newsLists .listRight .centerL {
          width: 388px;
          float: left; }
          #newsList .mainBox .leftBox .newsLists .listRight .centerL .titles {
            font-size: 20px;
            font-weight: 700;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          #newsList .mainBox .leftBox .newsLists .listRight .centerL .contents {
            margin-top: 50px;
            font-size: 16px;
            color: #666;
            height: 54px;
            line-height: 28px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
        #newsList .mainBox .leftBox .newsLists .listRight .centerL2 {
          width: 634px;
          float: left;
          padding-bottom: 47px; }
          #newsList .mainBox .leftBox .newsLists .listRight .centerL2 .titles {
            font-size: 20px;
            font-weight: 700;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          #newsList .mainBox .leftBox .newsLists .listRight .centerL2 .contents {
            margin-top: 50px;
            font-size: 16px;
            color: #666;
            min-height: 54px;
            line-height: 28px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
        #newsList .mainBox .leftBox .newsLists .listRight .centerR {
          width: 206px;
          float: left;
          margin: 0 0 45px 40px;
          overflow: hidden; }
          #newsList .mainBox .leftBox .newsLists .listRight .centerR div {
            width: 100%;
            height: 130px; }
            #newsList .mainBox .leftBox .newsLists .listRight .centerR div img {
              transition: all 1s ease-in-out;
              -moz-transition: all 1s ease-in-out;
              -webkit-transition: all 1s ease-in-out;
              -o-transition: all 1s ease-in-out;
              width: 100%; }
    #newsList .mainBox .leftBox .newsLists:hover {
      width: 100%;
      height: 220px;
      cursor: pointer; }
      #newsList .mainBox .leftBox .newsLists:hover .listLeft {
        width: 94px;
        padding: 45px 0;
        float: left;
        background-color: #c2161e; }
        #newsList .mainBox .leftBox .newsLists:hover .listLeft .centerBox {
          height: 130px;
          border-right: 1px solid #c2161e; }
          #newsList .mainBox .leftBox .newsLists:hover .listLeft .centerBox .nums {
            font-size: 54px;
            line-height: 54px;
            color: #fff;
            text-align: center; }
          #newsList .mainBox .leftBox .newsLists:hover .listLeft .centerBox .dates {
            font-size: 14px;
            color: #fff;
            text-align: center;
            margin-top: 10px; }
      #newsList .mainBox .leftBox .newsLists:hover .listRight {
        float: right;
        width: 686px;
        padding: 45px 20px 0 32px;
        background-color: #eef2f5; }
        #newsList .mainBox .leftBox .newsLists:hover .listRight .centerL {
          width: 388px;
          float: left; }
          #newsList .mainBox .leftBox .newsLists:hover .listRight .centerL .titles {
            font-size: 20px;
            font-weight: 700;
            color: #000; }
          #newsList .mainBox .leftBox .newsLists:hover .listRight .centerL .contents {
            margin-top: 50px;
            font-size: 16px;
            color: #666;
            line-height: 28px; }
        #newsList .mainBox .leftBox .newsLists:hover .listRight .centerR {
          width: 206px;
          float: left;
          margin: 0 0 45px 40px; }
          #newsList .mainBox .leftBox .newsLists:hover .listRight .centerR div {
            width: 100%;
            height: 130px; }
            #newsList .mainBox .leftBox .newsLists:hover .listRight .centerR div img {
              width: 100%;
              -webkit-transform: scale(1.2, 1.2);
              transform: scale(1.2, 1.2); }
    #newsList .mainBox .leftBox .lay_page {
      margin-top: 45px; }
  #newsList .mainBox .rightBox {
    display: inline-block;
    width: 330px;
    min-height: 620px;
    margin-left: 60px;
    vertical-align: top; }
    #newsList .mainBox .rightBox .serch_box {
      padding: 12.5% 10%;
      margin-bottom: 20px;
      background-color: #eef2f5; }
      #newsList .mainBox .rightBox .serch_box .serch_title {
        font-size: 26px;
        margin-bottom: 18px;
        line-height: 1;
        color: #333; }
      #newsList .mainBox .rightBox .serch_box .serch_inp {
        background: #dedede;
        margin-bottom: 14px;
        height: 40px;
        line-height: 40px;
        position: relative;
        cursor: pointer; }
        #newsList .mainBox .rightBox .serch_box .serch_inp .serch_selectBtn {
          position: absolute;
          right: 0;
          top: 0;
          display: inline-block;
          width: 40px;
          height: 40px;
          background: url("../images/select_ico.jpg") no-repeat right center; }
        #newsList .mainBox .rightBox .serch_box .serch_inp .serch_selectBtn.selectBtn_toggle {
          background: url("../images/select_ico_right.jpg") center center no-repeat; }
        #newsList .mainBox .rightBox .serch_box .serch_inp .select_box01 {
          position: absolute;
          display: none;
          top: 40px;
          left: 0;
          z-index: 66;
          background: #f1f1f1;
          width: 100%;
          max-height: 220px;
          overflow-y: auto; }
          #newsList .mainBox .rightBox .serch_box .serch_inp .select_box01 .hide {
            display: none; }
          #newsList .mainBox .rightBox .serch_box .serch_inp .select_box01 li {
            font-size: 16px;
            padding-left: 16px;
            color: #757575; }
          #newsList .mainBox .rightBox .serch_box .serch_inp .select_box01 li:hover {
            font-size: 16px;
            background-color: #c2161e;
            color: #fff; }
        #newsList .mainBox .rightBox .serch_box .serch_inp .serch_texts {
          display: inline-block;
          width: 180px;
          font-size: 16px;
          margin-left: 16px;
          color: #757575; }
        #newsList .mainBox .rightBox .serch_box .serch_inp .keywords {
          width: 180px;
          font-size: 16px;
          margin-left: 16px;
          border: none;
          background-color: transparent; }
      #newsList .mainBox .rightBox .serch_box .serch_btn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        border: none;
        background: #c2161e; }
      #newsList .mainBox .rightBox .serch_box .content_box {
        background: #fff;
        padding: 10% 10% 6.4%; }
      #newsList .mainBox .rightBox .serch_box .content_title {
        font-size: 26px;
        color: #333333;
        line-height: 1;
        margin-bottom: 3px; }
    #newsList .mainBox .rightBox .text_box {
      background-color: #eef2f5;
      padding: 10% 10% 6.4%;
      height: 276px; }
      #newsList .mainBox .rightBox .text_box .titles {
        font-size: 24px;
        color: #333333; }
      #newsList .mainBox .rightBox .text_box .names {
        font-size: 18px;
        color: #6e6e6e;
        margin-top: 30px; }
      #newsList .mainBox .rightBox .text_box .cons {
        margin-top: 16px;
        line-height: 20px; }
        #newsList .mainBox .rightBox .text_box .cons .zm {
          display: inline-block;
          width: 25px;
          font-size: 18px;
          color: #6e6e6e;
          vertical-align: top; }
        #newsList .mainBox .rightBox .text_box .cons .texts {
          display: inline-block;
          width: 214px;
          font-size: 14px;
          color: #6e6e6e; }

/*# sourceMappingURL=newsList.css.map */
