@charset "UTF-8";
#newBridge{
    display:none !important;
    }
    .row_lst {
      padding-top: 20px;
    }
    .lb_articles {
      width: 100%;
      position: relative;
    }
    .lb_articles .swiper-box {
      height: 885px;
      box-sizing: border-box;
    }
    ul.article_swiper li {
      width: 413px;
      height: 245px;
      border-radius: 5px;
      float: left;
      margin-bottom: 40px;
      background: #fff;
      box-sizing: border-box;
      padding: 20px;
      box-shadow: 0px 0px 12px #ddd;
    }
    ul.article_swiper li:nth-of-type(3n-1){
      margin:0 20px;
    } 
    ul.article_swiper li .img_box {
      width: 192px;
      height: 45px;
      float: left;
      overflow: hidden;
      margin-right: 20px;
      margin-top: 15px;
      box-sizing: border-box;
    display: flex;
    align-items: center;
    }
    ul.article_swiper li .img_box img {
    max-width: 100%;
    max-height: 100%;
    }
    .swiper-slide {
      padding: 0 3px;
      box-sizing: border-box;
    }
    h1.main_title {
      height: 65px;
      line-height: 65px;
      font-size: 20px;
      color: #8C1B0B;
      font-weight: bold;
    }
    h1.main_title a.main_more {
      width: 94px;
      height: 30px;
      float: right;
      border: 1px solid #999;
      color: #999;
      font-size: 16px;
      text-align: center;
      display: block;
      line-height: 30px;
      border-radius: 40px;
      font-weight: normal;
      margin-top: 17px;
    }
    .lb_articles .arrow-btn {
      width: 40px;
      height: 28px;
      text-align: center;
      line-height: 28px;
      background: #E2E0E1;
      display: block;
      border-radius: 5px;
      color: #fff;
      font-family: '';
      position: absolute;
      z-index: 99;
    }
    
    .lb_articles .arrow-left-lst {
      top: 16px;
      right: 213px;
    }
    .lb_articles .arrow-right-lst {
      top: 16px;
      right: 0;
    }
    .lb_articles .pagination {
      position: absolute;
      top: 21px;
      right: 45px;
    }
    
    .lb_articles .pagination span {
      width: 20px;
      height: 20px;
      float: left;
      margin: 0 10px;
      border-radius: 50%;
      color: #999;
    }
    .lb_articles .pagination span:nth-child(1)::after {
      content: '1';
      display: block;
      text-align: center;
    }
    .lb_articles .pagination span:nth-child(2)::after {
      content: '2';
      display: block;
      text-align: center;
    }
    .lb_articles .pagination span:nth-child(3)::after {
      content: '3';
      display: block;
      text-align: center;
    }
    .lb_articles .pagination span:nth-child(4)::after {
      content: '4';
      display: block;
      text-align: center;
    }
    .lb_articles span.swiper-active-switch {
      background: #8C1B0B;
      color: #fff;
    }
    
    ul.article_swiper li .right_gd a {
      font-size: 24px;
      color: #333;
      font-weight: bold;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 90%;
      display: block;
    }
    ul.article_swiper li .right_gd p {
      font-size: 14px;
      color: #666;
      line-height: 24px;
      margin-top: 20px;
      border-bottom: 1px solid #E5E5E5;
      padding-bottom: 23px;
      display: block;
      height: 96px;
      box-sizing: border-box;
    background: url(/Sites/Uploaded/UserUpLoad/20200803/20200803111313.png) no-repeat right bottom;
    }
    ul.article_swiper li .more {
      float: right;
      margin-top: 26px;
      font-size: 14px;
    }
    ul.article_swiper li .more b {
      font-family: '';
      margin-left: 5px;
    }
    .article_listGD{
      height: 400px;
    }
    .article_listGD li{
      width:413px;
      height:340px;
      float: left;
      background: #fff;
      box-shadow: 0px 0px 20px #ddd;
    }
    .article_listGD li:nth-child(2){
      margin:0 20px;
    }
    .article_listGD li a.title_type {
      font-size: 20px;
      padding: 0 15px;
      box-sizing: border-box;
      width: 100%;
      margin: 8px 0;
      display: block;
    }
    .article_listGD li a img {
      width: 100%;
      height: 248px;
      display: block;
    }
    .article_listGD li p {
      padding: 0 15px;
      font-size: 14px;
      color: #666;
    }
    .row_phone{
      display: none;
    }
    ul.article_list3 li {
      width: 100%;
      height: 95px;
      box-shadow: 0px 0px 20px #ddd;
      margin-bottom: 19px;
      font-size: 16px;
      display: flex;
      align-items: center;
      padding: 0 30px;
      box-sizing: border-box;
    }
    /* .pages {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
    } */
    @media screen and (min-width:768px) and (max-width:1200px){
      .article_listGD li {
          width: 313px;
          height: 340px;
      }
      .article_listGD li a img {
          height: 216px;
      }
      ul.article_swiper li {
          width: 313px;
          height: 282px;
      }
    }
    @media screen and (max-width:768px){
      .main{
        padding:0 0.2rem;
      }
      .row_lst,.row_col{
      }
      .row_phone{
        display: block;
      }
      h1.main_title {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    h1.main_title a.main_more {
      width: 60px;
      height: 20px;
      font-size: 12px;
      line-height: 20px;
      margin-top: 15px;
    }
    div.inner {
        width: 100%;
        margin: 0 auto;
    }
    ul.article_swiper li{
        width:100%;
        margin-bottom:20px;
    }
    ul.article_swiper li:nth-of-type(3n-1) {
        margin: 0;
    }
    }