@charset "UTF-8";


/* s3 */
.s23 {
    background: url(../images/s23-bg.jpg) no-repeat;
    background-size: cover;
}

.s3 {
    padding-top: .6rem;
    padding-bottom: .1rem;
}

.s3 .tit h3 {
    text-align: center;
    justify-content: center;
}

.s3-lt a {
    position: relative;
    margin: 0 .15rem;
}

.s3-lt a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: .3rem;
    color: #FFFFFF;
}

.s3-lt .pic {
    padding-top: 53%;
}


























@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
    padding: 0 .64rem;
}

.banner>ul {
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.5);
}

.banner video,
.banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner a {
    display: block;
    position: relative;
    padding-top: 31%;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .23rem;
    height: .41rem;
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100% 100%;
    left: 1.2rem;
}

.banner .slick-next {
    width: .23rem;
    height: .41rem;
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100% 100%;
    right: 1.2rem;
}

.banner .slick-dots {
    padding-bottom: .1rem;
    text-align: right;
    padding-right: 1rem;
    bottom: .4rem;
}

.banner .slick-dots li {
    width: .32rem;
    height: .32rem;
    background: url(../images/banner-dots.png) no-repeat center center;
    background-size: .06rem;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-da.png) no-repeat center center;
    background-size: 100%;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* s1 */

.s1 {
    padding: .6rem 0;
    background: url(../images/s1-bg.png) no-repeat center bottom;
    background-size: cover;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-l {
    width: 10.56rem;
    margin-right: .68rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}
.s1-r .titline i{
    
font-weight: 600;
}

.tit {
    margin-bottom: .35rem;
    position: relative;
}

.tit h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tit h3 img {
    width: .37rem;
    margin-right: .03rem;
}

.tit h3 b {
    font-size: .3rem;
    color: #333333;
    font-family: 'sy';
}

.tit h3 b:last-child {
    color: #003E7C;
}

.more {
    font-size: .14rem;
    line-height: 1.2;
    color: #666666;
    padding-right: .2rem;
    padding-bottom: .1rem;
    background: url(../images/more.png) no-repeat right bottom;
    background-size: 100%;

    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.more:hover {
    color: #003E7C;
}

.s1-lc {
    display: flex;
    flex-wrap: wrap;
}

.s1-ban {
    width: 5.95rem;
    margin-right: .15rem;
}

.s1-lt {
    flex: 1;
    min-width: 0;
}

.s1-ban .pic {
    padding-top: 60%;
}

.s1-txt {
    background: url(../images/s1-txbg.jpg) no-repeat;
    background-size: cover;
    padding: .2rem .28rem;
    padding-top: .16rem;
    padding-right: .8rem;
}

.s1-txt h3 {
    font-size: .2rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
    font-weight: 600;
}

.s1-txt p {
    font-size: .14rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #D6E7FF;
}

.s1-ban .slick-prev {
    width: .56rem;
    height: .6rem;
    background: url(../images/s1-l.png) no-repeat center center #003E7C;
    background-size: .13rem;
    position: absolute;
    left: auto;
    top: auto;
    transform: none;
    right: 0;
    bottom: 0;
}

.s1-ban .slick-next {
    width: .56rem;
    height: .6rem;
    background: url(../images/s1-r.png) no-repeat center center #A1C7FF;
    background-size: .13rem;
    left: auto;
    top: auto;
    transform: none;
    right: 0;
    bottom: .6rem;
}

.s1-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .14rem 0;
    border-bottom: 1px dashed #003E7C;
}

.s1-lt ul li:last-child a {
    border-color: transparent;
}

.s1-date {
    margin-right: .2rem;
    padding-right: .2rem;
    border-right: 1px dashed #E5E5E5;
    text-align: center;
}

.s1-date b {
    font-size: .27rem;
    color: #003E7C;
    display: block;
    line-height: 1;
    font-family: 'sy';
    margin-bottom: .1rem;
}

.s1-date span {
    display: block;
    line-height: 1;
    font-size: .14rem;
    font-family: 'sy';
    color: #819BB6;
}

.s1-tx {
    flex: 1;
    min-width: 0;
}

.s1-tx h3 {
    font-size: .18rem;
    line-height: .26rem;
    max-height: .52rem;
    color: #414141;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s1-lt ul li a:hover h3 i {
    font-weight: 600;
}

.s1-r ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .15rem 0;
    border-bottom: 1px solid rgba(21, 73, 154, 0.3);
}

.s1-r ul li a p {
    flex: 1;
    min-width: 0;
    font-size: .18rem;
    line-height: .26rem;
    max-height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #414141;
}

.s1-r ul li a:hover p {
    color: #003E7C;
    font-weight: 600;
}

.s1-r ul li a:hover .s1-sj span {
    color: #ffffff;
    opacity: 0.6;
}

.s1-r ul li a:hover .s1-sj b {
    color: #ffffff;
}

.s1-r ul li a:hover .s1-sj {
    background-color: #003A75;
}

.s1-sj {
    margin-right: .2rem;
    border: .01rem solid rgba(63, 116, 220, 0.49);
    padding: .1rem .15rem;
}

.s1-sj b {
    line-height: 1;
    font-size: .2rem;
    font-weight: bold;
    color: #003E7C;
    font-family: 'sy';
    display: block;
    margin-bottom: .1rem;
}

.s1-sj span {
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #819BB6;
    font-family: 'sy';
}

/* s2 */
.s2 {
    padding-top: .6rem;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-l {
    width: 33%;
}

.s2-m {
    width: 31%;
}

.s2-r {
    width: 27%;
}

.s2-l ul {
    margin-top: -0.2rem;
}

.s2-l ul li a {
    background: #ffffff;
    padding: .2rem;
    position: relative;
    padding-right: .5rem;
    margin-top: .6rem;
    padding-top: .4rem;
    margin-right: .25rem;
    border: .01rem solid transparent;
}

.s2-ltx p {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

    font-size: .16rem;
    line-height: .28rem;
    color: #333333;

}

.s2-ltx p span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.s2-ltx p img {
    width: .13rem;
    margin-right: .1rem;
    margin-top: .05rem;
}

.s2-ltx p b {
    color: #003E7C;
}

.s2-p {
    width: 1rem;
    height: 1rem;
    padding: .05rem;
    border: .01rem dashed transparent;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: -0.25rem;
    top: -0.5rem;
}

.s2-p img {
    border-radius: 50%;
    width: 100%;
    display: block;
}

.s2-l ul li a:hover p {
    color: #003E7C;
}

.s2-l ul li a:hover .s2-p {
    border-color: #003E7C;
}


.s2-l ul li a:hover {
    border: .01rem solid rgba(63, 116, 220, 0.49);
    box-shadow: 0rem .04rem .1rem 0rem rgba(9, 79, 150, 0.33);
}

.s2-date {
    text-align: center;
    margin-right: .3rem;
    border: .01rem solid #003A75;
}

.s2-date b {
    font-size: .3rem;
    font-family: 'sy';
    color: #003A75;
    display: block;
    line-height: .4rem;
}

.s2-date span {
    background: #003A75;
    line-height: .24rem;
    color: #ffffff;
    display: block;
    font-size: .14rem;
    color: #FFFFFF;
    padding: 0 .1rem;
}

.s2-tx {
    flex: 1;
    min-width: 0;
}

.s2-tx h3 {
    font-size: .18rem;
    color: #003A75;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.s2-tx p {
    font-size: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .09rem;
    color: #003A75;
}

.s2-m ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s2-in h3 {
    font-size: .18rem;
    color: #262626;
    flex: 1;
    min-width: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-in h3::before {
    content: '•';
    margin-right: .1rem;
}

.s2-in span {
    font-size: .14rem;
    color: #999999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s2-in span img {
    width: .11rem;
    margin-right: .06rem;
}

.s2-m ul li .s2-on {
    display: none;
}

.s2-m ul li.on .s2-on {
    display: flex;
}

.s2-m ul li.on .s2-in {
    display: none;
}

.s2-m ul li {
    padding: .28rem 0;
    border-bottom: .01rem solid #E5E5E5;
}

.s2-r ul li a {
    position: relative;
}

.s2-r ul li a::before {
    content: '';
    width: .26rem;
    height: .26rem;
    background: url(../images/s2-play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.s2-r ul li a .pic {
    padding-top: 48%;
}

.s2-r ul li:first-child {
    margin-bottom: .3rem;
}








@media screen and (max-width: 1200px) {
    .banner {
        padding: 0;
    }

    .banner .slick-dots {
        padding: 0;
        text-align: center;
        bottom: .2rem;
    }

    .s1-l {
        width: 100%;
        margin-bottom: .2rem;
    }

    .s1 {
        padding: .3rem 0;
    }

    .s2-c>div {
        width: 100%;
    }

    .s2-m {
        margin: .3rem 0;
    }

    .s2 {
        padding-top: .3rem;
    }

    .s2-ltx p span {
        white-space: normal;
    }

    .tit {
        margin-bottom: .2rem;
    }

    .s2-r ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .s2-r ul li {
        width: 48%;
        margin-bottom: .2rem !important;
    }

}

@media screen and (max-width: 1024px) {
    .s1-ban {
        width: 100%;
        margin: 0;
        margin-bottom: .2rem;
    }

    .s1-lt {
        flex: auto;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}