.tab-brief.underline > .hd li.on a:hover{color:#085ea8;}
/*--头条--*/
.tt{
    background: #F7F8FC;

    text-align: center;
    position: relative;
    width: 100%;
}
.tt .tt_bg{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.tt h2{
    width: 80%;
    margin: 0 auto;
    font-weight: bold;
    color: #3D3D3E;
    line-height: 1.582em;
    padding-top: 30px;
}
.tt h2 a{
    color: #3D3D3E;
    font-size: 1.25em;
}
.tt h2 a:hover{
color:#085ea8;
}
.tt p{
    color: #999;
    padding-bottom: 52px;
    position: relative;
    width: 80%;
    margin: 14px auto 0;
    padding-right: 4em;
}
.tt p a{
    color: #BD1A2D;
    position: absolute;
    right: 0;
}
.tt .swiper-slide{
    background: #F7F8FC;
}
.tt .swiper-pagination.position{
    width: 100%;
    text-align: center;
}
.tt .swiper-pagination.position .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background: rgba(198, 199, 201, .8)
}
.tt .swiper-pagination.yellow .swiper-pagination-bullet-active{
    background: #3872CF !important;
    width: 28px;
}

@media (max-width: 1480px) {
    
}
@media (max-width: 1200px) {
    
}
@media (max-width: 992px) {
    .tt .tt_bg{
        width: 13%;
    }
}
@media (max-width: 768px) {
    .tt h2 a{
        font-size: 1em;
        line-height: 1.2em;
    }
    .tt .tt_bg{
        display: none;
    }
    
}
/*--头条  end--*/


/*--图片新闻--*/
.tpxw{
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 28px  rgba(0, 0, 0, 0.09);
height:444px;
}
.tpxw .swiper-container{
    width: 100%;
    height: 100%;
}
.tpxw .swiper-slide img{
    width: 100%;
    height: 100%;
}
.tpxw .swiper-slide dl{
    position: relative;
}
.tpxw .swiper-slide dl dd{
    width: 66%;
    float: left;
}
.tpxw .swiper-slide dl .place{
    padding-top: 56%;
}
.tpxw .swiper-slide dl dt{
     padding: 30px 30px; 
     height: auto;
     text-align: left;
     width: 34%;
     box-sizing: border-box;
     float: right;
     background: #fff;
     min-height: 500px;
}
.tpxw .swiper-slide dl dt .elli-s{
    font-size: 26px;
    color: #000;
    line-height: 37px;
    font-weight: bold;
    white-space: normal;
    text-align: justify;
}
.tpxw .swiper-slide dl dt .elli-s:hover{
color:#085ea8;
}
.tpxw .swiper-slide dl dt p{
    color: #808080;
    font-size: 16px;
    line-height: 1.6666;
    margin-top: 20px;
}
.tpxw .swiper-slide dl dt p a{
    color: #3872CF;
}
.tpxw .swiper-slide .bg{
    background: rgba(0, 0, 0, .68);
    height: 55px;
    line-height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.tpxw .swiper-pagination{
    width: 34% !important;
    text-align: center;
}
.tpxw .swiper-pagination.position{
    right: 0;
    bottom: 8%;
}
.tpxw .swiper-pagination.position .swiper-pagination-bullet{
    background: #d5e4f6;
    border-radius: 100px;
}
.tpxw .swiper-pagination.yellow .swiper-pagination-bullet-active{
    width: 28px;
    background: #2B7AD1 !important;
}
.tpxw .yellow.swiper-pagination .swiper-pagination-switch{
    background: #d5e4f6;
}

.tpxw .swiper-pagination.yellow span.swiper-active-switch{
    background: #2B7AD1;
}
.tpxw .swiper-paginationnum{
    font-size: 32px;
    color: #3872CF;
    position: absolute;
    right: 30px;
    bottom: 8%;
    font-family: '宋体';
    font-weight: 500;
        z-index: 10;
}
.tpxw .swiper-ctrl-button{
    display: none;
}

@media (max-width:1480px){
    .tpxw .swiper-slide dl .place{
      padding-top: 66.67%;
    }
    
}
@media (max-width:1200px){
    .tpxw{
        width: 100%;
        height:auto;
    }
    .tpxw .swiper-slide dl dt{
        height: auto;
        min-height: 400px;
    }
    .tpxw .swiper-slide dl dt .elli-s{
        font-size: 1.5em;
        line-height: 1.6em;
    display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    }
    .tpxw .swiper-slide dl dt p{
        font-size: 1em;
    }
}
@media (max-width:992px){
    .tpxw .swiper-slide dl dt{
        height: auto;
        min-height: 300px;
    }
    .tpxw .swiper-paginationnum{
        display:none;
    }
    .tpxw .swiper-slide dl dt .elli-s{
        font-size: 1.25em;
        line-height: 1.4em;
    }
    .tpxw .swiper-slide dl dt p{
            display: -webkit-box;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    }
    .tpxw .swiper-paginationnum{
        display: none;
    }
}
@media (max-width:768px){
    .tpxw .swiper-slide dl dd{
        width: 100%;
        float: none;
    }
    .tpxw .swiper-slide dl dt{
        position: absolute;
        bottom: 0px;
        left: 0;
        padding: 0 2%;
        width: 100%;
        height: 42px;
        min-height: 42px;
        z-index: 20;
        background: rgba(0, 0, 0, .68)
    }
    .tpxw .swiper-slide dl dt .elli-s{
        white-space:nowrap;
        color: #fff;
        font-weight: normal;
        line-height: 42px;
        width: 80%;
        font-size: 16px;
    }
    .tpxw .swiper-pagination{
        width: auto !important;
    }
    .tpxw .swiper-pagination.position{
        bottom: 2.6%;
        right: 10px;
    }
    .tpxw .swiper-pagination.position .swiper-pagination-bullet{
        background: #fff;
    }
    .tpxw .swiper-ctrl-button{
        display: block;
    }
}
@media (max-width:640px){
  .news .tpxw .swiper-slide dl dt{padding: 10px; line-height: 30px; height: auto; }
  .news .tpxw .swiper-slide dl dt a{font-weight: normal;}
}




@media (max-width: 1200px) {
    
}

.splist.on{display: block;}
.splist li{width: 31.1%;float: left;box-shadow: 0px 0px 28px  rgba(0, 0, 0, 0.09);}
.splist li + li{margin-left: 3.35%;}
.splist li img{width: 100%;height: 212px;}
.splist li .info{padding: 25px 24px;}
.splist li .info h3{font-size: 19px;line-height: 30px;height: 60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-align:center;}

@media (max-width: 992px) {
    .splist li{width:100%;}
	.splist li + li{margin-left:0px;margin-top:20px;}
.splist li img{height:auto;}
}
