@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;

}

.banner img {
    display: block;
    width: 100%;
}


.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: 24px;
    height: 33px;
    background: url(../images/banner-l.png) no-repeat;
    background-size: cover;
    left: 4%;
}

.banner .slick-next {
    width: 24px;
    height: 33px;
    background: url(../images/banner-r.png) no-repeat;
    background-size: cover;
    right: 4%;
}


/* s1 */

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.top-link {
    padding-top: 30px;
}

.top-link ul li a {
    text-align: center;
}

.top-link ul li a .icon img {
    margin: 0 auto;
    height: 42px;
}

.top-link ul li a .icon {
    margin-bottom: 20px;
}

.top-link ul li a p {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.top-link ul li a:hover .icon {
    animation: icon-yh 0.5s;
}

.top-link ul li a:hover p {
    color: #1657aa;
}


/* s1 */

.s1{
    padding-bottom: 40px;    
}

.tit{
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    
    background-position: 37px bottom;
    padding-top: 35px;
    margin-bottom: 30px;
}

.tit h3 b{
	font-size: 33px;
	color: #1657aa;
    font-family: serif;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 3px solid #1657aa;
    font-weight: 600;
}

.tit h3 span{
    font-size: 30px;
	color: #333333;
    font-weight: normal;
}


.tit a{
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 18px;
	color: #245ead;
    padding-right: 35px;
    background: url(../images/more.png) no-repeat;
    background-position: 95% center;
    transition: all 0.1s;
}
.tit a:hover{
    background-position: 100% center;
    opacity: 0.7;
}
.s1-l{
    width: 65%;
    margin-right: 3.5%;
    float: left;
}

.s1-banner {
    width: 48%;
    float: left;
    margin-right: 3.2%;
}

.s1-banner .pic{
    height: 297px;
    padding-top: 0;
}

.s1-time b{
    font-size: 24px;
    display: block;
	color: #004986;
}
.s1-time span{
    display: block;
    font-size: 14px;
	color: #004986;
}

.s1-time{
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 73, 134, 0.3);
    float: left;
}
.s1-info{
    background-color: #f0f5f9;
    padding: 25px 30px;
}
.s1-info p{
    font-size: 18px;
	color: #333333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s1-banner a:hover p{
    color: #1657aa;
}

.s1-list {
    overflow: hidden;
}

.s1-list ul li a{
    line-height: 20px;
    padding: 19px 0;
}
.s1-list ul li:first-child a{
    padding-top: 0;
}
.s1-list ul li a p{
    font-size: 18px;
	color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-list ul li a span{
    font-size: 18px;
	color: #999999;
    float: right;
}

.s1-list ul li a{
    border-bottom: 1px solid #e5e5e5;
}

.s1-list ul li a:hover p{
    color: #1657aa;
}

.s1-r{
    overflow: hidden;
}
.s1-r .tit h3:first-child{
    margin-right: 15%;
}
.s1-r .tit h3{
    opacity: 0.48;
    display: inline-block;
    cursor: pointer;
}
.s1-r .tit h3.on {
    opacity: 1;
}
.s1-r .tit h3 b{
    border-color: transparent;
}
.s1-r .tit h3.on b{
    border-color: #1657aa;
}

.s1-date b{
    font-size: 19px;
	line-height: 32px;
	color: #ffffff;
    display: block;
    background-color: #065393;
    padding: 0 20px;
}

.s1-date span{
    font-size: 14px;
	line-height: 32px;
	color: #065393;
    display: block;
    background-color: #ffffff;
}


.s1-date{
    text-align: center;
    float: left;
    margin-right: 17px;
    border: solid 1px #004986;
}


.s1-tx {
    overflow: hidden;
}

.s1-tx p{
    font-size: 18px;
	line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #333333;
}

.s1-item ul li a{
    border-bottom: 1px solid #d2d2d2;
    padding: 18px 0;
}
.s1-item ul li:first-child a{
    padding-top: 0;
}

.s1-item ul:nth-child(2){
    display: none;
}


/* s2 */
.s2{
    padding-top: 20px;
    padding-bottom: 50px;
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: cover;
}

.s2-l{
    float: left;
    width: 31%;
}
.s2-l ul{
    background-color: #fff;
    padding: 10px 20px;
}
.s2-l ul li a span{
    float: right;
    font-size: 16px;
	color: #999999;
}
.s2-l ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
	color: #333333;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
}

.s2-l ul li:last-child a{
    border-color: transparent;
}

.s2-l ul li a:hover{
    color: #1657aa;
}

.s2-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/s2-play.png) no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;

}

.s2-video .pic{
    height: 257px;
    padding-top: 0;
}

.s2-video:hover img{
    transform: scale(1.1);
}

.s2-m{
    width: 31%;
    float: left;
    margin: 0 3.5%;
}

.s2-date b{
    line-height: 40px;
    font-size: 14px;
	color: #ffffff;
    display: block;
    background-color: #065393;
   

    width: 81px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.s2-date span{
    font-size: 12px;
	line-height: 40px;
    display: block;
	color: #065393;
    border: solid 1px rgba(185, 206, 224, 0.89);
}

.s2-date{
    float: left;
    text-align: center;
}

.s2-tx p{
    font-size: 16px;
	line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #333333;
}
.s2-tx{
    overflow: hidden;
    padding: 10px 20px;
}

.s2-m ul li a{
    background-color: #fff;
    margin-bottom: 29px;
}
.s2-m ul li:last-child a{
    margin-bottom: 0;
}
.s2-r{
    float: left;
    width: 31%;
}

.s2-info p{
    font-size: 18px;
	line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #333333;
}

.s2-r ul li a{
    background-color: #ffffff;
	border: solid 1px #cbdae7;
    padding: 30px 30px;
    margin-bottom: 18px;
}

.s2-info{
    position: relative;
}

.s2-info span{
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 16px;
	color: #004986;
    background-color: #fff;
    padding-left: 10px;
}
.s2-r ul li a:hover{
    background: url(../images/s2-txbj.png) no-repeat #004986;
    background-position: right bottom;
}
.s2-r ul li a:hover p{
    color: #fff;
    font-weight: 600;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s2-r ul li a:hover span{
    color: #ffffff;
	opacity: 0.8;
    background-color: transparent;
}



/* 专题专栏 */
.s3{
    padding: 30px 0;
    margin-top: -20px;
}
.px1424{
    max-width: 1424px;
    margin: 0 auto;
}
.s3-list ul li{
    padding: 0 12px;
}
.s3-list ul li .pic{
  /*  padding-top: 40%;*/
}

/* 专题专栏完 */


.link b{
    float: left;
    font-size: 18px;
	color: #0b60ac;
    width: 9%;
}
.link b img{
    margin-right: 5px;
    vertical-align: bottom;
}
.link{
    background-color: rgba(6, 83, 147, 0.1);
    padding: 15px 0;
}

.link>.px1400>ul{
    width: 91%;
    float: left;
}

.link>.px1400>ul>li{
    float: left;
    width: 23.5%;
    margin-left: 2%;
    position: relative;
}
.link>.px1400>ul>li:first-child{
    margin-left: 0;
}
.link>.px1400>ul>li>a{
    border-radius: 10px;
    line-height: 40px;
    font-size: 16px;
	color: #4b718f;
    padding-left: 20px;
    background: url(../images/link-arrow.png) no-repeat #fff;
    background-position: 90% center;

}
.link>.px1400>ul>li>ul{
    background-color: #065393;
    position: absolute;
    min-width: 100%;
    bottom: 40px;
    padding: 15px 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0 0 10px #666;
}
.link>.px1400>ul>li>ul>li>a{
    line-height: 40px;
    font-size: 15px;
    padding-left: 20px;
    color: #fff;
}
.link>.px1400>ul>li:hover ul{
    display: block;
}

.link>.px1400>ul>li>ul>li>a:hover{
    background-color: #fff;
    color: #0b60ac;
}




@media screen and (max-width:1300px) {
    .tit h3 b{
        font-size: 26px;
    }
    .tit h3 span{
        font-size: 24px;
    }
    .s1-r .tit h3:first-child{
        margin-right: 8%;
    }
    .link b{
        font-size: 16px;
        line-height: 28px;
    }

}
@media screen and (max-width:1200px) {
    .link b{
        float: none;
        width: auto;
        margin-right: 0;
        display: block;
    }
    .link>.px1400>ul{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .link>.px1400>ul>li{
        margin-top: 15px;
    }

}
@media screen and (max-width:1024px) {
    .banner .slick-arrow{
        display: none !important;
    }
    .top-link ul li a p{
        font-size: 16px;
    }
    .s1-l{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s2-l{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s2-m{
        margin: 0;
        margin-right: 3%;
        width: 48.5%;
    }
    .s2-r{
        width: 48.5%;
    }
    .s3-list .slick-slide ul li{
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .s1-banner{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s1-banner .pic{
        height: auto;
        padding-top: 60%;
    }

    .tit h3 b{
        font-size: 22px;
    }
    .tit h3 span{
        font-size: 21px;
    }
    .tit a{
        font-size: 16px;
        background-size: 20px;
        padding-right: 30px;
    }
    .s2-video .pic{
        height: auto;
        padding-top: 57%;
    }
    .s3{
        padding: 20px 0;
    }
    .s3-list .slick-slider{
        padding-bottom: 20px;
    }
    .s3-list .slick-dots li{
        width: 8px;
        height: 8px;
        margin: 0 10px;
    }
}

@media screen and (max-width:768px) {
    .top-link ul li a .icon img{
        height: 32px;
    }

    .s2-m{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s2-r{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s2-info p{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .s2-r ul li a{
        padding: 20px;
    }
    .s3-list .slick-slide ul li{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .s1-time b{
        font-size: 20px;
    }
    .s1-info p,.s1-list ul li a span{
        font-size: 16px;
    }
    .s1-list ul li a p{
        font-size: 16px;
    }
    .s1-list ul li a{
        padding: 15px 0;
    }
    .tit a{
        font-size: 14px;
        background-size: 15px;
        padding-right: 20px;
    }

    .s1-tx p{
        font-size: 16px;
    }
    .s1-item ul li a{
        padding: 15px 0;
    }
    .s2-info p{
        font-size: 16px;
    }
    .s3{
        padding: 10px 0;
    }
    .s1{
        padding-bottom: 30px;
    }
    .s2{
        padding-top: 0px;
    }
    .link>.px1400>ul>li{
        width: 49%;
        margin-left: 0;

    }
    .link>.px1400>ul>li:nth-child(odd){
        margin-right: 2%;
    }

}

@media screen and (max-width:480px) {


    .s2-r ul li a{
        padding: 15px;
        margin-bottom: 10px;
    }

    .link>.px1400>ul>li{
        float: none;
        width: auto;
        margin-right: 0;
        margin-top: 10px;
    }
    .link>.px1400>ul>li:nth-child(odd){
        margin-right: 0;
    }
    .link>.px1400>ul>li>a{
        background-position: 95% center;
    }
    .link b img{
        width: 20px;
        vertical-align: 0;
    }
    .link>.px1400>ul>li>ul{
        max-height: 240px;
        overflow-y: scroll;
    }
    
   /* 移动端banner高度调整 */
    .banner img {
        min-height: 200px;
        object-fit: cover;
    }

}



 







