@media (min-width: 1200px) {
  .sy-l{
    width: 810px;
    float: left;
    padding-top: 40px;
  }
  .sy-r{
    width: 330px;
    float: right;
    padding-top: 40px;
  }
  .sy-l .sdt{
    width: 100%;
    height: 380px;
  }
  .sy-l .sdt .sdt-l{
    width: 520px;
    height: 380px;
    position: relative;
    float: left;
    overflow: hidden;
  }
  .sy-l .sdt .sdt-l img,.sy-l .sdt .sdt-t img,.sy-l .sdt .sdt-b img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    transition: all 5s;
  }
  .sy-l .sdt .sdt-l p,.sy-l .sdt .sdt-t p,.sy-l .sdt .sdt-b p{
    position: absolute;
    width: 100%;
    height: 48px;
    line-height: 48px;
    left: 0;
    bottom: 0;
    background-color: rgba(16,53,81,0.70);
      overflow: hidden;
    text-overflow: ellipsis;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 18px;
  }
  .sy-l .sdt .sdt-t,.sy-l .sdt .sdt-b{
    width: 280px;
    height: 185px;
    float: right;
    position: relative;
    overflow:hidden;
  }
  .sy-l .sdt .sdt-t{
    margin-bottom: 10px;
  }
  .sy-l .sdt .sdt-l p{
    height: 58px;
    line-height: 58px;
    font-size: 22px;
    font-weight: 400;
    font-family: '微软雅黑';
  }
  .sy-l .sdt .sdt-t:hover img,.sy-l .sdt .sdt-b:hover img,.sy-l .sdt .sdt-l:hover img{
    transform: scale(1.1);
  }
  .xwbt-t,.xwbt-b {
    width: 100%;
    height: 30px;
    margin-top: 5px;
  }
  .xwbt-t {
    margin-top: 20px;
  }
  .xwbt-t .pic,.xwbt-b .pic{
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #666;
  }
  .xwbt-t a,.xwbt-b a{
    float: left;
    font-size: 22px;
    font-family: '微软雅黑';
    line-height: 22px;
    color: #1D354B;
  }
  .xwbt-t span,.xwbt-b span{
    float: right;
    font-size: 15px;
    color: #A9B5D2;
    line-height: 27px;
  }

  .gn{
    width: 100%;
    height: 260px;
    box-sizing: border-box;
    border: 1px solid #F3F5F6;
    margin-top: 30px;
    border-radius: 20px;
    padding: 20px;
  }
  .gn .gn-t{
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #F3F5F6;
  }
  .gn .gn-t .biaozhi{
    float: left;
  }
  .gn .gn-t a{
    float: left;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 20px;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    border-bottom: 3px solid rgba(255,255,255,0);
    padding-bottom: 10px;
  }

  .gn .gn-t a.fenlei{
    color: #000;
    border-bottom: 3px solid rgba(255,255,255,0);
  }
  .gn .gn-t a.on{
    color: #103551;
    border-bottom: 3px solid #103551;
  }
  .gn .gn-t a.fenlei:hover{
    color: #103551;
    border-bottom: 3px solid #103551;
  }
  .gn .gn-t a.gengduo{
    float: right;
    margin: 0;
    padding: 0;
    display: block;
  }
  .gn .gn-t a.gengduo img{
    vertical-align: bottom;
  }
  .gn .gn-l{
    width: 50%;
    float: left;
  }
  .gn .gn-r{
    width: 50%;
    float: right;
  }
  .gn ul li{
    height: 40px;
  }
  .gn ul li span{
    width: 5px;
    height: 5px;
    background-color: #D5D5D5;
    border-radius: 50%;
    display: block;
    float: left;
    margin-top: 17px;
    margin-right: 14px;
  }
  .gn ul li a{
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .gn ul li a:hover{
    color: #103551;
  }
  .dlj a{
    width: 100%;
    display: block;
    height: 210px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D5D5D5;
  }
  .dlj a .dlj-l{
    width: 240px;
    height: 150px;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    margin-right: 20px;
  }
  .dlj a .dlj-l img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    transition: all 0.5s;
  }
  .dlj a:hover .dlj-l img{
    transform: scale(1.1);
  }
  .dlj a .dlj-r{
    position: relative;
    height: 150px;
    margin-left: 260px;
  }
  .dlj a .dlj-r h2{
    font-weight: 700;
    font-family: '微软雅黑';
    margin-bottom: 10px;
    color: #103551;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .dlj a .dlj-r p{
    font-size: 15px;
    color: #656565;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .dlj a .dlj-r span{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #656565;
  }
  .hd{
    margin-top: 50px;
  }
  .hd .hd-t{
    width: 100%;
    height: 40px;
    position: relative;
    border-bottom: 1px solid #D5D5D5;
  }
  .hd .hd-t a.fenlei{
    float: left;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 20px;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    border-bottom: 3px solid rgba(255,255,255,0);
    padding-bottom: 11px;
  }
  .hd .hd-t a.on{
    border-bottom: 3px solid #103551;
    color: #103551;
  }
  .hd .hd-t a.fenlei:hover{
    border-bottom: 3px solid #103551;
    color: #103551;
  }
  .hd .hd-t a.gengduo{
    float: right;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 10px;
  }
  .hd-b a{
    width: 100%;
    display: block;
    height: 210px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D5D5D5;
  }
  .hd-b a .dlj-l{
    width: 240px;
    height: 150px;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    margin-right: 20px;
  }
  .hd-b a .dlj-l img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    transition: all 0.5s;
  }
  .hd-b a:hover .dlj-l img{
    transform: scale(1.1);
  }
  .hd-b a .dlj-r{
   position: relative;
    height: 150px;
    margin-left: 260px;
  }
  .hd-b a .dlj-r h2{
    font-weight: 700;
    font-family: '微软雅黑';
    margin-bottom: 10px;
    color: #103551;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .hd-b a .dlj-r p{
    font-size: 15px;
    color: #656565;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .hd-b a .dlj-r span{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    color: #E32933;
  }


  .rdgz{
    width: 100%;
    height: 440px;
    box-sizing: border-box;
    border: 1px solid #D5D5D5;
  }
  .rdgz h3{
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 24px;
    background-color: #103551;
    color: #F7F8FC;
    font-size: 24px;
    font-weight: 700;
  }
  .rdgz .gz{
    width: 100%;
    height: 388px;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 5px;
    overflow-y: scroll;
  }
  .rdgz .gz a{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;

  }
  .rdgz .gz a p{
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-family: '微软雅黑';
  }
  .rdgz .gz a:hover p{
    color: #103551;
  }
  .rdgz .gz a span{
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    font-family: '微软雅黑';
  }
  .diaoyan{
    margin-top: 30px;
    box-sizing: border-box;
    width: 100%;
    height: 350px;
    border: 1px solid #D5D5D5;
  }
  .diaoyan .dy-t{
    width: 100%;
    height: 50px;
    padding-top: 15px;
    box-sizing: border-box;
    background-color: #F2F6FA;
    position: relative;
  }
  .diaoyan .dy-t h4{
    font-size: 20px;
    margin-left: 15px;
    border-left: 4px solid #033266;
    line-height: 1;
    padding-left: 8px;
    font-family: '微软雅黑';
    font-weight: 700;
    color: #000;
    width: 50px;
  }
  .diaoyan .dy-m{
    width: 100%;
    height: 270px;
  }
  .diaoyan .dy-b{
    width: 100%;
    height: 28px;
  }
  .diaoyan .dy-b a{
    display: block;
    float: right;
    line-height: 28px;
    color: #033265;
    font-size: 15px;
    margin-right: 15px;
    font-family: '微软雅黑';
  }
  .swiper-slide .wz{
    box-sizing: border-box;
    padding-left: 15px;
    height: 100px;
    padding-right: 15px;
  }
  .swiper-slide .wz h3{
    font-size: 18px;
    font-weight: 700;
    font-family: '微软雅黑';
    text-align: left;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .swiper-slide .wz p{
    font-size: 15px;
    color: #9D9D9D;
    text-align: left;
    overflow: hidden;
    margin-top: 10px;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .dy-t .swiper-pagination1,.dy-t .swiper-pagination2,.dy-t .swiper-pagination3{
    top: 50%;
    margin-top: -7px;
    padding-right: 20px;
    position: absolute;
    right: 0;
  }
  .dy-t .swiper-pagination1 span,.dy-t .swiper-pagination2 span,.dy-t .swiper-pagination3 span{
    width: 10px;
    height: 10px;
    margin-left: 15px;
    border-radius: 7px;

  }
  .dy-t .swiper-pagination1 span.swiper-pagination-bullet-active,.dy-t .swiper-pagination2 span.swiper-pagination-bullet-active,.dy-t .swiper-pagination3 span.swiper-pagination-bullet-active{
    width: 24px;
  }

  .zx{
    width: 100%;
    height: 520px;
    background-color: #F7F7F7;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 20px;
  }
  .zx .zx-t{
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
  }
  .zx .zx-t h3{
    line-height: 1;
    text-align: left;
    font-size: 20px;
    color: #435B7F;
  }
  .zx .zx-t span{
    width: 40px;
    height: 2px;
    position: absolute;
    background-color: #8F99AA;
    left: 0;
    bottom: 0;
  }
  .zx-b ul li span{
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background-color: #C1CBDB;
    border-radius: 4px;
    margin-right: 10px;
  }
  .zx-b ul li span.one{
    background-color: #FF4545;
  }
  .zx-b ul li span.two{
    background-color: #FF7315;
  }
  .zx-b ul li span.three{
    background-color: #FF9B00;
  }
  .zx-b ul li a{
    display: block;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }



}


/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/


@media (max-width: 1199px) {

  .sy-l{
    width: 100%;
    padding-top: 90px;
  }
  .sy-r{
    width: 100%;
    padding-bottom: 20px;
  }
  .sy-l .sdt{
    width: 100%;
    height: 200px;
  }
  .sy-l .sdt .sdt-l{
    width: 60%;
    height: 200px;
    position: relative;
    float: left;
    overflow: hidden;
  }
  .sy-l .sdt .sdt-l img,.sy-l .sdt .sdt-t img,.sy-l .sdt .sdt-b img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    transition: all 5s;
  }
  .sy-l .sdt .sdt-l p,.sy-l .sdt .sdt-t p,.sy-l .sdt .sdt-b p{
    position: absolute;
    width: 100%;
    height: 28px;
    line-height: 28px;
    left: 0;
    bottom: 0;
    background-color: rgba(16,53,81,0.70);
      overflow: hidden;
    text-overflow: ellipsis;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .sy-l .sdt .sdt-t,.sy-l .sdt .sdt-b{
    width: 40%;
    height: 100px;
    float: right;
    position: relative;
    overflow:hidden;
  }
  .sy-l .sdt .sdt-t{
  }
  .sy-l .sdt .sdt-l p{
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    font-family: '微软雅黑';
  }
  /*.sy-l .sdt{
    width: 100%;
  }
  .sy-l .sdt .sdt-l{
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .sy-l .sdt .sdt-l img,.sy-l .sdt .sdt-t img,.sy-l .sdt .sdt-b img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    transition: all 5s;
  }
  .sy-l .sdt .sdt-l p,.sy-l .sdt .sdt-t p,.sy-l .sdt .sdt-b p{
    position: absolute;
    width: 100%;
    height: 38px;
    line-height: 38px;
    left: 0;
    bottom: 0;
    background-color: rgba(16,53,81,0.70);
      overflow: hidden;
    text-overflow: ellipsis;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 18px;
  }
  .sy-l .sdt .sdt-t,.sy-l .sdt .sdt-b{
    width: 100%;
    position: relative;
    overflow:hidden;
  }
  .sy-l .sdt .sdt-t:hover img,.sy-l .sdt .sdt-b:hover img,.sy-l .sdt .sdt-l:hover img{
    transform: scale(1.1);
  }*/
  .xwbt-t,.xwbt-b {
    width: 100%;
    height: 30px;
    margin-top: 5px;
  }
  .xwbt-t {
    
    margin-top: 20px;
  }
  .xwbt-t .pic,.xwbt-b .pic{
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #666;
  }
  .xwbt-t a,.xwbt-b a{
    font-size: 18px;
    font-family: '微软雅黑';
    color: #1D354B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

  }
  .xwbt-t span,.xwbt-b span{
    display: none;
    float: right;
    font-size: 15px;
    color: #A9B5D2;
    line-height: 27px;
  }

  .gn{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #F3F5F6;
    margin-top: 20px;
    border-radius: 20px;
    padding: 20px;
  }
  .gn .gn-t{
    width: 100%;
    border-bottom: 1px solid #F3F5F6;
  }
  .gn .gn-t .biaozhi{
    float: left;
  }
  .gn .gn-t a{
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #103551;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1;
    
    padding-bottom: 3px;
	margin-bottom:7px;
  }
  .gn .gn-t .ph-yc{
    display: none;
  }
  .gn .gn-t a.fenlei{
    border-bottom: 3px solid rgba(255,255,255,0);
  }
  .gn .gn-t a.on{
    border-bottom: 3px solid #103551;
  }
  .gn .gn-t a.fenlei:hover{
    border-bottom: 3px solid #103551;
  }
  .gn .gn-t a.gengduo{
    float: right;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: -6px;
  }
  .gn .gn-t a.gengduo img{
    vertical-align: bottom;
  }
  .gn .gn-l{
    width: 100%;
  }
  .gn .gn-r{
    display: none;
  }
  .gn ul li{
    height: 40px;
  }
  .gn ul li span{
    width: 5px;
    height: 5px;
    background-color: #D5D5D5;
    border-radius: 50%;
    display: block;
    float: left;
    margin-top: 17px;
    margin-right: 14px;
  }
  .gn ul li a{
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .gn ul li a:hover{
    color: #103551;
  }
  .dlj a{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 110px;
    border-bottom: 1px solid #D5D5D5;
  }
  .dlj a .dlj-l{
    width: 40%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    margin-right: 10px;
  }
  .dlj a .dlj-l img{
    width: 100%;
    vertical-align: bottom;
    transition: all 0.5s;
  }
  .dlj a:hover .dlj-l img{
    transform: scale(1.1);
  }
  .dlj a .dlj-r{
    position: relative;
    margin-left:42%;
  }
  .dlj a .dlj-r h2{
    font-weight: 700;
    font-family: '微软雅黑';
    margin-bottom: 5px;
    color: #103551;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 17px;
  }
  .dlj a .dlj-r p{
    font-size: 15px;
    color: #656565;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .dlj a .dlj-r span{
    font-size: 14px;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .hd{
    margin-top: 10px;
  }
  .hd .hd-t{
    width: 100%;
    height: 30px;
    position: relative;
    border-bottom: 1px solid #D5D5D5;
  }
  .hd .hd-t a.fenlei{
    float: left;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    border-bottom: 3px solid rgba(255,255,255,0);
    padding-bottom: 4px;
  }
  .hd .hd-t a.on{
    border-bottom: 3px solid #103551;
    color: #103551;
  }
  .hd .hd-t a.gengduo{
    float: right;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 5px;
  }
  .hd-b a{
    height: 130px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D5D5D5;
  }
  .hd-b a .dlj-l{
    width: 40%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    margin-right: 10px;
  }
  .hd-b a .dlj-l img{
    width: 100%;
    vertical-align: bottom;
    transition: all 0.5s;
  }
  .hd-b a:hover .dlj-l img{
    transform: scale(1.1);
  }
  .hd-b a .dlj-r{
    position: relative;
    margin-left: 42%;
  }
  .hd-b a .dlj-r h2{
    font-weight: 700;
    font-family: '微软雅黑';
    margin-bottom: 5px;
    color: #103551;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 17px;
  }
  .hd-b a .dlj-r p{
    font-size: 15px;
    color: #656565;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hd-b a .dlj-r span{
    font-size: 15px;
    color: #E32933;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }


  .rdgz{
    display: none;
    width: 100%;
    height: 440px;
    box-sizing: border-box;
    border: 1px solid #D5D5D5;
  }
  .rdgz h3{
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 24px;
    background-color: #103551;
    color: #F7F8FC;
    font-size: 24px;
    font-weight: 700;
  }
  .rdgz .gz{
    width: 100%;
    height: 388px;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 5px;
    overflow-y: scroll;
  }
  .rdgz .gz a{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;

  }
  .rdgz .gz a p{
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-family: '微软雅黑';
  }
  .rdgz .gz a:hover p{
    color: #103551;
  }
  .rdgz .gz a span{
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    font-family: '微软雅黑';
  }
  .diaoyan{
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 350px;
    border: 1px solid #D5D5D5;
  }
  .diaoyan .dy-t{
    width: 100%;
    height: 50px;
    padding-top: 15px;
    box-sizing: border-box;
    background-color: #F2F6FA;
    position: relative;
    z-index: 50;
  }
  .diaoyan .dy-t h4{
    font-size: 20px;
    margin-left: 15px;
    border-left: 4px solid #033266;
    line-height: 1;
    padding-left: 8px;
    font-family: '微软雅黑';
    font-weight: 700;
    color: #000;
    width: 50px;
  }
  .diaoyan .dy-m{
    width: 100%;
    height: 270px;
  }
  .diaoyan .dy-b{
    width: 100%;
    height: 28px;
  }
  .diaoyan .dy-b a{
    display: block;
    float: right;
    line-height: 28px;
    color: #033265;
    font-size: 15px;
    margin-right: 15px;
    font-family: '微软雅黑';
  }
  .swiper-slide .wz{
    box-sizing: border-box;
    padding-left: 15px;
    height: 100px;
    padding-right: 15px;
  }
  .swiper-slide .wz h3{
    font-size: 18px;
    font-weight: 700;
    font-family: '微软雅黑';
    text-align: left;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .swiper-slide .wz p{
    font-size: 15px;
    color: #9D9D9D;
    text-align: left;
    overflow: hidden;
    margin-top: 10px;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .dy-t .swiper-pagination1,.dy-t .swiper-pagination2,.dy-t .swiper-pagination3{
    top: 50%;
    margin-top: -7px;
    padding-right: 20px;
    position: absolute;
    right: 0;
  }
  .dy-t .swiper-pagination1 span,.dy-t .swiper-pagination2 span,.dy-t .swiper-pagination3 span{
    width: 14px;
    height: 14px;
    margin-left: 15px;
    border-radius: 7px;

  }
  .dy-t .swiper-pagination1 span.swiper-pagination-bullet-active,.dy-t .swiper-pagination2 span.swiper-pagination-bullet-active,.dy-t .swiper-pagination3 span.swiper-pagination-bullet-active{
    width: 24px;
  }

  .zx{
    display: none;
    width: 100%;
    background-color: #F7F7F7;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 10px;
  }
  .zx .zx-t{
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
  }
  .zx .zx-t h3{
    line-height: 1;
    text-align: left;
    font-size: 20px;
    color: #435B7F;
  }
  .zx .zx-t span{
    width: 40px;
    height: 2px;
    position: absolute;
    background-color: #8F99AA;
    left: 0;
    bottom: 0;
  }
  .zx-b ul li span{
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background-color: #C1CBDB;
    border-radius: 4px;
    margin-right: 10px;
  }
  .zx-b ul li span.one{
    background-color: #FF4545;
  }
  .zx-b ul li span.two{
    background-color: #FF7315;
  }
  .zx-b ul li span.three{
    background-color: #FF9B00;
  }
  .zx-b ul li a{
    display: block;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  
}
