html{
    font-size:192px;
}

.footer{
border-top: 1px solid #e5e5e5;
}

#header{
    position:absolute;
    background:none;
}

.second-banner{
    width:100%;
}

.second-banner img{
    width:100%;
}

.second-menu{
   
    height:66px;
    align-items:center;
    background:#FBFBFB;
    border-bottom:1px solid #E5E5E5
}
.second-menu .dt-wid{
     display:flex;
    justify-content:space-between;
    height:66px;
    align-items:center;
}

.second-menu-left{
    display:flex;
    font-size:16px;
    color:#A3A2A1;
}

.second-menu-left a{
    font-size:16px;
    color:#A3A2A1;
    margin-right:6px;
    margin-left:6px;
}
.second-menu-left ul li:first-child{
    margin-left:0;
}

.second-menu-left ul li a{
    color:#A3A2A1;
}

.second-menu-right ul{
    display:flex;
}

.second-menu-right ul li{
    font-size:16px;
    color:#A3A2A1;
    margin-left:40px;
}

.second-menu-right ul li.active{
    color:#2C68B9;
    font-weight:700;
}

.gywm-content{
    background:url(../images/gsjj-bg.png) no-repeat #F5F5F5 left center;
    background-size:46.7%;
    border-bottom:1px solid #e5e5e5;
}

.second-content{
    /* width:75%; */
    margin:0 auto;
    padding:46px 0;
    overflow:hidden;
    position:relative;
}

.gsjj-top{
    display:flex;
    justify-content:space-between;
    margin-top:0.15rem;
}

.gsjj-top-left{
    width:33.33%;
}

.gsjj-top-right{
    width: 53%;
}

.gsjj-cn{
    font-size:0.12rem;
    color:#666;
}
.gsjj-en{
    width:90%;
    margin-bottom:0.18rem;
    margin-top:0.04rem;
}

.gsjj-intro{
    font-size:0.13rem;
    color:#666;
    padding-top:0.12rem;
    border-top:0.02rem solid rgba(44, 104, 185,.2);
}

.gsjj-top-left>ul{
    display:flex;
    flex-wrap:wrap;
    margin-top: 0.2rem;
}

.gsjj-top-left>ul>li{
    margin-right:0.4rem;
    margin-bottom:0.16rem;
}

.gsjj-top-left>ul>li:nth-child(4){
    margin-right:0.28rem;
}

.gsjj-top-left>ul>li>p{
    font-size:0.1rem;
    color:#2C68B9;
    font-weight:700;
}

.gsjj-top-left>ul>li>span{
    font-size:0.08rem;
    color:#666;
}

.gsjj-top-right{
    font-size:0.09rem;
    color:#666;
    line-height:0.18rem;
}

.gsjj-top-right p{
     font-size:0.09rem;
     color:#666;
     line-height:0.18rem;
     margin-bottom: 0.08rem;
}

.gsjj-bottom{
    display:flex;
    margin-top: -0.35rem;
    margin-bottom: 0.25rem;
}

.gsjj-bottom-left{
    width:47.9%;
}

.gsjj-bottom-right{
    width:52.1%;
    background:url(../images/gsjj-lbg.png) no-repeat;
    height:2rem;
    margin-top:0.5035rem;
    padding:0.35rem;
    background-size:cover;
}

.gsjj-wbq{    
    font-weight:700;
    padding-bottom:0.12rem;
    border-bottom:0.02rem solid rgb(245, 245, 245,.2)
}

.gsjj-wbq p{
    font-size:0.15rem;
    color:#fff;
}

.gsjj-wbq strong{
    font-family:Arimo;
    font-size:0.3rem;
    color:#fff;
    display:inline-block;
}

.gsjj-wbq span{
    font-size:0.09rem;
    color:#fff;
    font-weight:400;
    
}

.gsjj-bottom-right ul{
    display:flex;
    padding-top: 0.3rem;
}

.gsjj-bottom-right ul li{
    margin-right:0.2rem;
}

.gsjj-bottom-right ul li p{
    color:#f5f5f5;
    font-size:0.1rem;
    font-weight:700;
}

.gsjj-bottom-right ul li p strong{
    display:inline-block;
    font-size:0.2rem;
}

.gsjj-bottom-right ul li span{
    color:#fff;
    margin-top:0.03rem;
    font-size:0.09rem;
}

.xwzx-contain ul li.news-li {
    float:left;
    width:45.8%;
    padding:30px 0;
    border-bottom:1px solid rgba(10, 80, 180,.1);
    transition:all .5s;
}


.xwzx-contain ul li.news-li:nth-child(even){
    margin-right:4.2%;
}

.xwzx-contain ul li.news-li:nth-child(odd){
    margin-left:4.2%;
}

.xwzx-contain ul li.news-li:hover .news-item-title a{
    color:#0A50B4;
   font-weight:700;
}

.xwzx-contain ul li.news-li:hover{
    border-bottom:1px solid #2C68B9;
}

.news-item-date {
    margin-top:10px;
    font-size:16px;
    color:#999;
}

.news-item-date p {
    font-size: 0.2rem;
    font-weight: 700;
    color: #2C68B9
}

.news-item-date span {
    font-size: 20px;
    margin-top: 10px;
    color: #2C68B9;
    font-weight: 700;
}



.news-item-title {
    font-size: 20px;
    color: #4c4c4c;
    margin-top: 10px;
    transition: color .5s;
    height:58px;
}

.news-item-title a {
    color: #4c4c4c;
    transition:color .5s;
}

.news-item-sum {
    font-size: 18px;
    line-height: 32px;
    color: #848585;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pic-contain ul{
    overflow:hidden;
}

.pic-contain ul li.news-li{
   float:left;
    width:23.5%;
    margin-right:2%;
    margin-top:40px;
    
   
}

.pic-contain ul li.news-li:nth-child(4n+1){
    margin-right:0
}

.pic-item{
    position:relative;
    height:230px;
    overflow:hidden;
}

.pic-contain ul li.news-li img{
    width:auto;
    height:auto;
    margin:0 auto;
    max-height:230px;
}

.pic-item-title{
    position:absolute;
    bottom:0;
    height:60px;
    line-height:60px;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    width:100%;
    text-align:center;
    font-size:18px;
}

.pic-item-title a{
    color:#fff;
}

.pic-bot{
    margin-top:20px;
    color:#333;
    font-size:16px;
}
.second-title{
    font-size:30px;
    color:#2C68B9;
    padding-bottom:20px;
    
}

.second-title1{
   border-bottom:1px solid #2C68B9;
}

.xwzx-contain ul{
    overflow:hidden;
}

.xwzx-contain ul li.fddtr-li{
    float:left;
    width:45.8%;
    padding:0.15rem 0 0.08rem;
    border-bottom:1px solid rgba(10, 80, 180,.1);
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:all .5s;
}

.xwzx-contain ul li.fddtr-li:nth-child(even){
    margin-right:4.2%;
}

.xwzx-contain ul li.fddtr-li:nth-child(odd){
    margin-left:4.2%;
}

.fddtr-left-title{
    font-size:0.1rem;
    color:#4C4C4C;
    
}

.fddtr-left-title a{
    color:#4c4c4c;
    transition: color .5s;
}

.fddtr-left-date{
    color:#999;
    font-size:0.08rem;
    margin-top:0.2rem
}

.fddtr-left-date span{
    margin:0 0.07rem;
}

.fddtr-right{
    width:27.3%;
    min-height:0.6rem;
    overflow:hidden;
    background:url(../images/img-bg.png) no-repeat;
    background-size:100%;
}

.fddtr-right img{
    width:100%;
    height:0.6rem;
}

.xwzx-contain ul li.fddtr-li:hover{
    border-bottom:1px solid #2C68B9;
}

.xwzx-contain ul li.fddtr-li:hover .fddtr-left-title a{
    color:#3471C0;
    font-weight:700;
}

.zzjg-content ul{
    display:flex;
    width:78%;
    margin:0 auto;
    margin-bottom:0.2rem;
}

.zzjg-content ul li{
    width:50%;
    height:0.3rem;
    display:flex;
    justify-content:center;
    align-items:center;
    border-top:1px solid #D6D6D6;
    border-bottom:1px solid #D6D6D6;
    font-size:0.11rem;
    color:#2C68B9;
    font-weight:700;
    cursor:pointer;
}

.zzjg-content ul li.active{
    background:rgba(52, 113, 192,.1);
    border-top:3px solid #3471C0
}

.zzjg-contain{
    width:100%;
}

.ld-contain{
    width:80%;
    margin:0 auto;
}

.ld-contain{
    width:80%;
    margin:0 auto;
}

.dl-content{
    background:url(../images/dl-bg.png) no-repeat;
    padding-top: 0.6rem;
    height: 3.5rem;
    background-size:cover;
}

.jr-content{
     background:url(../images/jr-bg.png) no-repeat;
}
.mtmhg-content{
     background:url(../images/mtmhg-bg.png) no-repeat;
   padding-top:0.2rem !important;
}
.hb-content{
     background:url(../images/hb-bg.png) no-repeat;
}

.swwl-content{
     background:url(../images/smwl-bg.png) no-repeat;
}

.xxcy-content{
     background:url(../images/xxcy-bg.png) no-repeat;
}

.ldly-content{
    padding-top: 0.6rem;
    height: 3.5rem;
    background-size:cover;
}
.ldly-content .second-content{
    width:80%;
}

.dl-content .second-content{
    overflow: hidden;
}

.ldly-center{
    background:#F1FAFF;
    margin-bottom:0.2rem;
}
.ldly-center img{
    width:100%
}

.dl-contain{
    width: 54%;
    float:right;
}

.dl-title{
    font-size:0.1rem;
    font-weight:700;
}

.dl-entitle{
    color:#2C68B9;
    font-size:0.13rem;
    margin-bottom:0.08rem;
    text-transform:uppercase
}

.dl-sum{
    font-size:0.09rem;
    line-height:0.18rem;
    margin-bottom:0.07rem;
    max-height: 1.8rem;
    overflow:auto;
    padding-right:0.2rem
}

.dl-intro{
    position:relative;
}

.dl-chtitle{
    display:flex;
    position:absolute;
    right:0;
    top: 0.05rem;
    margin-right:0.2rem;
}

.dl-chtitle li{
   width:0.5rem;
    height:0.21rem;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:0.09rem;
    background:#F2FBFF;
    border-radius:0.3rem;
    margin-left:0.05rem;
   cursor:pointer;
}

.dl-chtitle li.active{
    background:#2C68B9;
    color:#fff;
}

.dl-sum::-webkit-scrollbar {
    width:6px;
}

.dl-sum::-webkit-scrollbar-thumb {
    background:#2C68B9;
    border-radius:12px;
}

.dl-sum::-webkit-scrollbar-track {
    background:#eeee;
     border-radius:12px;
}
.dl-sum p{
    font-size:0.09rem;
    line-height:0.18rem;
    margin-bottom:0.07rem;
}

.dl-intro{
    position:relative;
}

.dl-chtitle{
    display:flex;
    position:absolute;
    right:0;
    top: 0.05rem;
}

.dl-chtitle li{
   width:0.5rem;
    height:0.21rem;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:0.09rem;
    background:#F2FBFF;
    border-radius:0.3rem;
    margin-left:0.05rem;
}

.dl-chtitle li.active{
    background:#2C68B9;
    color:#fff;
}

.lxfs-content{
    padding-bottom:0.5rem;
}

.lxfs-map{
    position:relative;
}

.lxfs-map p{
    position:absolute;
    top: 27%;
    left:37.5%;
    width: 21%;
    background:#2C68B9;
    border-radius:0.25rem;
    padding:0.05rem 0.09rem;
    text-align:center;
    color:#fff;
    font-size:0.09rem;
    line-height: 0.1rem;
}

.lxfs-map p:after{
    position:absolute;
    content:'';
    display:block;
    width: 0.065rem;
    height: 0.055rem;
    background:url(../images/lxfs-icon.png) no-repeat;
    background-size:100% 100%;
    left:47%;
    bottom: -0.05rem;
}

.lxfs-content ul{
    display:flex;
    justify-content:space-between;
    margin-top:0.25rem;
}

.lxfs-content ul li{
    width:22.5%;
}

.lxfs-content ul li span{
    font-size:0.09rem;
    color:#666;
    padding-top:0.22rem;
    padding-bottom:0.1rem;
    display:inline-block;
}

.lxfs-content ul li.lxfs-dz span{
    background:url(../images/dz-icon.png) no-repeat top;
    background-size:0.215rem;
}

.lxfs-content ul li.lxfs-yb span{
    background:url(../images/yb-icon.png) no-repeat top;
    background-size:0.19rem;
}

.lxfs-content ul li.lxfs-wz span{
    background:url(../images/wz-icon.png) no-repeat top;
    background-size:0.16rem;
}

.lxfs-content ul li p{
    font-size:0.13rem;
    color:333;
    padding-top:0.1rem;
    border-top:3px solid #F1F1F1;
    position:relative;
}

.lxfs-content ul li p:before{
    position:absolute;
    display:block;
    content:'';
    width:0.18rem;
    height:3px;
    background:#0F458E;
    left:0;
    top:-3px;
}

.xwzx-contain ul li.ddjs-li{
    float:left;
    width:45.8%;
    padding:0.15rem 0;
    border-bottom:1px solid rgba(10, 80, 180,.1);
    transition:all .5s;
}

.xwzx-contain ul li.ddjs-li:nth-child(even){
    margin-right:4.2%;
}

.xwzx-contain ul li.ddjs-li:nth-child(odd){
    margin-left:4.2%;
}

.ddjs-title{
    font-size:0.1rem;
    color:#4C4C4C;
        transition:all .3s;
}

.ddjs-li-title a{
    color:#4c4c4c;
    transition: all .5s;
}

.ddjs-date{
    color:#999;
    font-size:0.08rem;
    margin-top:0.2rem;
}

.ddjs-contain .second-title{
    color:#E20009;
    border-bottom:1px solid #E6EDF7;

}

.second-menu-righths ul li.active{
    color:#E20009;
}


.xwzx-contain ul li.ddjs-li:hover .ddjs-title{
    color:#E20009;
    font-weight:700;
}

.ddjs-contain{
   background:url(../images/hsdt-bg.png) no-repeat center 0.2rem;
    background-size:59%;
}

.ddjs1-contain{
    background:none;
}

.ddjs-contain .xpage-pagination-pre,.ddjs-contain .xpage-pagination-next,.ddjs-contain .xpage-pagination-pager .btn{
     background:rgba(185, 44, 44,.1);
}

.ddjs-contain .xpage-pagination-num li.on{
    background:#E20009
}

.ddjs-contain .xpage-pagination-num li{
    background:rgba(185, 44, 44,.1);
}

.djpp-chtitle{
    width:75%;
    margin:0 auto;
    font-size:0.13rem;
    color:#D92628;
    padding-top:0.16rem;
    border-top:1px solid  #E6EDF7;
    position:relative;
    margin-top:0.005rem
}

.djpp-chtitle:before{
    content:'';
    display:block;
    width:0.33rem;
    height:0.015rem;
    position:absolute;
    background:#D1232A;
    top:-0.01rem;
}

 .djpp-sum{
   width:75%;
    margin:0 auto;
    padding-left:17.5% !important;
     font-size:0.09rem;
     color:#4c4c4c;
}

.ppmc-item .djpp-sum{   
    background:url(../images/ppmc-bg.png) no-repeat;
    background-size:cover;
    padding:0.11rem 0 0.46rem;
}

.ppmc-item  .djpp-sum img{
    width:67%
}

.djpp-subtitle{
    font-size:0.11rem;
    font-weight:700;
    color:#D92728;
}

.djpp-subsum{
    font-size:0.09rem;
    color:#4C4C4C;
    line-height:2;
    margin-top:0.07rem;
}

.djpp-con{
    margin-bottom:0.25rem;
}



.ppbs-item{
    background:linear-gradient(rgba(196, 196, 196, 0),rgba(233, 242, 255,.2));
}

.ppbs-item .djpp-sum{
    padding-bottom:0.43rem;
}

.ppbs-item .djpp-sum img{
    width:45%
}

.ppsy-item ul{
    padding-left:30%;
    padding-right:12.5%;
    background:linear-gradient(rgba(246, 239, 239, 0),rgb(252, 226, 227,.13));
    padding-bottom:0.55rem
}

.ppsy-item ul li{
    display:flex;
    margin-top:0.2rem;
    align-items:center;
}

.ppsy-img{
    width:0.45rem;
    height:0.45rem;
    margin-right:0.15rem;
}

.ppsy-img img{
    width:100%;
    heighr:100%;
}

.ppsy-title{
    font-size:0.09rem;
    color:#D92728;
    font-weight:700;
     line-height:1.5
}
.ppsy-sum{
    font-size:0.08rem;
    color:#666;
    margin-top:0.02rem;
}

.ztbs-con{
    width:75%;
    margin:0 auto;
    padding-left:17.5%;
    
}

.ztbs-con .djpp-subsum{
    margin-bottom:0.3rem;
}

.ztbs-item ul{
    display:flex;
    justify-content:space-between;
    margin-top:0.12rem;
    margin-bottom:0.35rem;
}

.ztbs-item ul li{
    width:23.5%;
    height:1.32rem;
    padding:0.16rem 0.11rem;
    background:linear-gradient(rgba(249, 251, 255, 0.51),rgb(245, 248, 255));
    border-radius:0.04rem;
}

.sgts-title{
    font-size:0.09rem;
    font-weight:700;
    color:#31326C;
}
.sgts-sum{
    font-size:0.08rem;
    color:#666;
    line-height:1.8;
    margin-top:0.1rem;
}

.ztbs-img{
     width:100%;
     margin-top:0.1rem;
}

.ztbs-img img{
    width:100%;
}

.dt-detail{
    width:1240px;
  margin:0 auto;
}

.detail-title{
    font-size:34px;
    text-align:center;
    line-height:50px;
    width:80%;
    margin:0 auto;
}

.detail-intro{
    display:flex;
    justify-content:space-between;
    border-bottom:4px solid #F2F2F2;
    font-size:16px;
    color:#666;
    padding:26px 0 12px;
    margin-bottom:20px;
}

.detail-inner,.detail-inner p{
     font-size:16px !important;
    color:#666 !important;
    line-height:32px !important;
    font-family:'Microsoft YaHei', '微软雅黑';
}
.detail-inner p{
    margin-top:20px;
   font-family:'Microsoft YaHei', '微软雅黑';
  text-indent:2em;
}

.detail-inner p img{
    width:55% !important;
    margin-left:-2em;
}

.detail-bottom{
    border-top:1px solid #f2f2f2;
    margin-top:0.21rem;
    padding-top:0.06rem;
   margin-bottom:0.5rem;
}

.detail-sx a{
    display:inline-block;
}

.detail-sx div{
    font-size:16px;
    color:#666;
    margin-top:14px;
}

.detail-hidden{
    display:none
}

.bssy-contain{
    display:flex;
    justify-content:space-between;
    height: 2.3rem;
}

.bssy-left{
    width:61%;
    margin-top: 0.15rem;
}

.bssy-left p{
    font-size:0.09rem;
    line-height:0.18rem;
    color:#666;
}

.bssy-right{
    width:32%;
    position:relative;
}

.bssy-g{
    position:absolute;
    width:100%;
    opacity:1;

}

.bssy-r{
    width: 73%;
    position:absolute;
    left: 12.7%;
    top:0.03rem;
    opacity:0;
    transition:all 1s;
}

.zywh-content{
    background:#f5f5f5;
    padding-bottom: 0.7rem;
}

.bzzh-contain{
    display:flex;
    width:84%;
    margin:0 auto;
    justify-content:space-between;
    align-items:center;
    margin-top:0.1rem;
}

.bzzh-left{
    width:45.8%;
}

.bzzh-left p{
    background:#fff;
    display:flex;
    padding:0.39rem;
    border-radius:0.3rem;
    border:1px solid #D7D7D7;
}

.bzzh-right{
    width:45.7%;
}

.bzzh-right p{
    background:#fff;
    border-radius:0.1rem;
    margin-top:0.08rem;
    height:0.75rem;
    padding:0 0.13rem;
    display:flex;
    align-items:center;
    border:1px solid #D7D7D7;
}

.bzzh-right p:nth-child(1){
    padding:0 0.22rem
}

.bzzh-right p:nth-child(2){
    padding:0 0.155rem
}

.bzzh-contain p img{
    transition:all .5s;
    cursor:pointer;
}

.bzzh-contain p:hover img{
    transform:scale(1.05)
}

.xxgk-content{
    padding-bottom:160px;
}

.jbxx-menu{
    display:flex;
    justify-content:end;
    margin-top: 16px;
    position:absolute;
    right:0;
}

.xxgk-content .second-title{
    border-bottom:1px solid #E5E5E5
}

.jbxx-menu li{
    font-size:20px;
    padding-bottom:18px;
    color:#333;
    margin-left:64px;
}

.jbxx-menu li.active{
    font-weight:700;
    border-bottom:3px solid #3471c0;
}

.jbxx-contain{
    margin-top:60px;
}

.td-1{
    width:15.83%
}

.jbxx-item table tr td{
    padding:0.08rem 0.1rem;
    font-size:0.09rem;
}

.tzzgx-contain{
    display:flex;
    margin-top:0.2rem;
}

.tzzgx-contain li{
    width:19.85%;
    border:1px solid rgba(0,0,0,.1);
    padding: 0.1rem 0.07rem 0.4rem 0.18rem;
    background:#F2F8FF;
    position:relative;
    transition:all .3s;
}

.tzzgx-title{
    font-size:0.13rem;
    font-weight:700;
    color:#333;
    margin-bottom:0.1rem;
}

.tzzgx-contain li p{
    font-size:0.08rem;
    margin-top: 0.06rem;
    display:flex;
    align-items:center
}

.tzzgx-contain li p span{
    font-size:0.15rem;
    color:#CA0915;
    font-weight:700;
}

.tzzgx-contain li p.tzzgx-dm{
    margin-top:0.02rem
}

.tzzgx-contain li p.tzzgx-dm:nth-child(3){
    margin-top: 0.06rem;
}

.tzzgx-contain li p.tzzgx-ld{
    margin-top: 0.02rem;
}

.tzzgx-jrgw{
    position:absolute;
    width:0.6rem;
    height:0.19rem;
    border:1px	solid #2C68B9;
    border-radius:0.1rem 0 0.1rem 0;
    bottom: 0.15rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
    opacity:0;
    transition:all .4s;
    justify-content: center;
}

.tzzgx-jrgw a {
    font-size:0.08rem;
    color:#2C68B9;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.tzzgx-jrgw a img{
    display:inline-block;
    width: 0.09rem;
    margin-left: 0.03rem;
    /* margin-top: 0.05rem; */
}

.tzzgx-contain li:hover{
    background:url(../images/tzzgx-bg.png) no-repeat #F2F8FF;
}

.tzzgx-contain li:hover .tzzgx-jrgw{
    opacity:1;
}

.tzzgx-content{
    padding-bottom:40px;
}

.jbxx-item p{
    font-size:18px;
    margin-top:20px;
    line-height:32px;
    text-indent:2em;
}

.jbxx-item p img{
    width:55%;
    margin:0 auto;
    display:block;
}

.lxwm-item p{
    font-size:18px;
    margin-top:20px;
    line-height:32px;
    text-indent:2em;
}


.swiper-ldly{
    background:#C4C4C4;
    margin-bottom:0.1rem;
}
.swiper-ldly .swiper-slide{
    height:auto;
}

.swiper-ldly .swiper-slide img{
    width:100%;
    
}

.ldly-item{
    position:absolute;
    z-index:9999;
    bottom:0;
    height:1.7rem;
    padding:0.32rem;
    background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,1));
    width:100%;
    color:#fff;
    align-items:flex-end
}

.ldly-item-title{
    font-size:0.1rem;
    font-weight:700;
    margin-top:0.5rem
}

.ldly-item-sum{
    font-size:0.09rem;
    line-height:0.15rem;
    font-size:400;
    margin-top:0.1rem;
}

.swiper-ldlyThumb .swiper-slide{
    height:auto;
    border:1px solid rgb(44, 104, 185,0);
    transition:border .3s;
}
.swiper-ldlyThumb .swiper-slide-thumb-active{
   border:1px solid rgb(44, 104, 185,1)
}

.ldly-bottom .second-content{
    position:relative;
    overflow:inherit;
    padding-bottom: 0.4rem;
}

.ldly-next,.ldly-prev{
    position:absolute;
    bottom: 0.65rem;
    width:0.1rem;
    height:0.17rem;
    z-index:111;
    top:auto;
}

.ldly-prev{
    left:-0.2rem;
    background:url(../images/ldly-left.png) no-repeat;
    background-size:100%;
}

.ldly-next{
    right:-0.2rem;
    background:url(../images/ldly-right.png) no-repeat;
    background-size:100%;
}

.hb-box {
    width: 100%;
    padding-bottom: 0.203rem;
    position: relative;
}

.hb-swiper {
    width: 100%;
    height: 100%;
}

.hb-image {
    width: 100%;
    /* height: 1.945rem; */
    margin-bottom: 0.081rem;
}

.hb-image img {
    display: block;
    width: 100%;
    height: auto;
}

.hb-title {
    line-height: 1.25;
    font-size: 0.12rem;
}

.hb-title a {
    color: #2C68B9;
}

.hb-next,
.hb-prev {
    width: 0.1rem;
    height: 0.17rem;
}

.hb-next {
    right: -0.25rem;
    background: url(../images/whnh-right.png) no-repeat center center / cover;
}

.hb-prev {
    left: -0.25rem;
    background: url(../images/whnh-left.png) no-repeat center center / cover;
}

.whnh-content .second-content{
   position:relative;
    overflow:inherit;
}

.gltd-title{
    font-size:26px;
    text-align:center;
    color:#333;
    margin-top:45px;
    font-weight:bold;
    margin-bottom:20px;
}

.gltd-contain ul li{
    border-bottom:1px dashed #ddd;
    padding-bottom:20px;
    margin-bottom:30px;
    min-height:185px;
}
.gltd-item-img{
    float:left;
    margin-right:20px;
}
.gltd-item-img img{
    width:110px;
    height:auto;
}

.gltd-item-title{
    font-size:24px;
    font-weight:700;
    line-height: 40px;
    margin-top:10px;
}

.gltd-item-sum{
    font-size:20px;
    margin-top:10px;
    color:#333;
}

.gltd-item-con p{
    font-size:17px;
    color:#666;
    margin-top:20px;
    line-height:30px;
}
@media screen and (max-width: 1400px) {
.second-menu-right ul li{
    margin-left:30px;
}

}