@charset "utf-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
    position: relative;
}

.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;
}

.banner .slick-dots li {
    width: .11rem;
    height: .11rem;
    border: solid .01rem #ffffff;
    opacity: 0.5;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    background: #ffffff;
}

/* index */

.top-lk {
    background: #F4F4F4;
}

.top-lk p {
    text-align: center;
}

/* s1 */

.s1 {
    padding-top: .4rem;
    padding-bottom: .7rem;
}

.tit h3 {
    color: #282828;
    font-size: .36rem;
}

.tit a {
    color: #909090;
}

.tit a:hover {
    color: #0b6cb8;
}

.s1-ban {
    width: 6.67rem;
    margin-right: .45rem;
}

.s1-ban a {
    background: #0b6cb8;
    display: block;
}

.s1-ban a .pic {
    padding-top: 64%;
}

.s1-tx {
    padding: .3rem .25rem;
    padding-bottom: .6rem;
}

.s1-tx p {
    color: #ffffff;
    font-size: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-ban .slick-dots {
    bottom: .3rem;
}

.s1-ban .slick-dots li {
    width: .1rem;
    height: .1rem;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
}

.s1-ban .slick-dots li.slick-active {
    opacity: 1;
}

.s1-lt ul li a {
    line-height: .55rem;
    color: #111111;
    padding-left: .25rem;
    position: relative;
}

.s1-lt ul li a p {
    font-size: .18rem;
    font-weight: normal;
    color: #111111;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-lt ul li a span {
    font-size: .14rem;
    color: #696969;
}

.s1-lt ul {
    border-left: .01rem solid #D8D8D8;
}

.s1-lt ul li a::before {
    content: '';
    width: .1rem;
    height: .1rem;
    background-color: #0b6cb8;
    position: absolute;
    top: 50%;
    left: -.05rem;
    transform: translateY(-50%);
    border-radius: 50%;
}

.s1-lt ul li a:hover span,
.s1-lt ul li a:hover p {
    color: #0b6cb8;
}

.s2-c>div {
    width: 48%;
}

.s2-l ul li a {
    line-height: .33rem;
    padding: .15rem 0;
    border-bottom: 1px solid #D8D8D8;
}

.s2-l ul li a span {
    font-size: .14rem;
    color: #696969;
    padding-left: .32rem;
    padding-right: .1rem;
    display: block;
    background: url(../images/s2-d.png) no-repeat #E0E6ED left .08rem center;
    background-size: .16rem;
    margin-right: .25rem;
}

.s2-l ul li a p {
    font-size: .18rem;
    color: #111111;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-l ul li a:hover p {
    color: #0b6cb8;
}

.s2-r ul li {
    padding: .12rem 0;
}

.s2-date {
    width: .8rem;
    margin-right: .35rem;
    border: 1px solid #0b6cb8;
    text-align: center;
}

.s2-tx {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s2-date b {
    display: block;
    font-size: .18rem;
    color: #FFFFFF;
    line-height: .3rem;
    font-family: 'sy';
    background: #0b6cb8;
}

.s2-date span {
    display: block;
    line-height: .4rem;
    color: #0b6cb8;
    font-size: .24rem;
    font-family: 'sy';
}


.s2-tx p {
    font-size: .18rem;
    line-height: .3rem;
    max-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #111111;
}

.s2-r ul li a:hover p {
    color: #0b6cb8;
}

.s2 .tit {
    margin-bottom: .3rem;
}

.s2 {
    padding-bottom: 1rem;
}

.s3 {
    background: url(../images/s3-bg.png) no-repeat center bottom #F4F4F4;
    background-size: 100%;
    padding-top: .55rem;
    padding-bottom: .65rem;
}

.s3-lt>ul {
    margin-left: -0.16rem;
    margin-right: -0.16rem;
    padding-bottom: .5rem;
}

.s3-lt>ul a {
    display: block;
    margin: 0 .16rem;
    border-bottom: .03rem solid #0b6cb8;
    background: #E0E6ED;
}

.s3-lt>ul a .pic {
    padding-top: 67%;
}

.s3-lt p {
    font-size: .18rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .5rem;
    padding: 0 .1rem;
    text-align: center;
}

.s3-lt>ul .slick-prev {
    width: .5rem;
    height: .5rem;
    background: url(../images/s3-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.6rem;
    top: 45%;
}

.s3-lt>ul .slick-arrow {
    transition: all 0.5s;
    opacity: 0.5;
}

.s3-lt>ul .slick-arrow:hover {
    opacity: 1;
}

.s3-lt>ul .slick-next {
    width: .5rem;
    height: .5rem;
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100% 100%;
    right: -0.6rem;
    top: 45%;
}

.s3-lt>ul .slick-dots li {
    width: .1rem;
    height: .1rem;
    border: 1px solid #0b6cb8;
    border-radius: 50%;
}

.s3-lt>ul .slick-dots li.slick-active {
    background: #0b6cb8;
}

.s4 {
    padding: .7rem 0;
}

.s4-tit {
    width: 2.06rem;
    background: url(../images/s4-titbg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 1.11rem;
}

.s4-tit h3 {
    font-size: .36rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: .5rem;
}

.s4-tit h3 span {
    display: block;
}

.s4-tit a {
    font-size: .16rem;
    font-family: 'sy';
    color: #ffffff;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4-l {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4-vd {
    flex: 1;
    min-width: 0;
}

.s4-r {
    width: 28%;
}

.s4-vd .pic {
    height: 5.34rem;
    padding-top: 0;
}

.s4-vd a {
    position: relative;
}

.s4-vd a::after {
    content: '';
    width: .98rem;
    height: .98rem;
    background: url(../images/s4-play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s4-vd p {
    position: absolute;
    left: 0;
    bottom: .24rem;
    width: 100%;
    padding: 0 .1rem;
    z-index: 2;
    color: #ffffff;
    font-size: .18rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-r ul li:first-child {
    margin-bottom: .28rem;
}

.s4-r ul li a {
    display: block;
    position: relative;
}

.s4-r ul li a .pic {
    height: 2.53rem;
    padding-top: 0;
}

.s4-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: .2rem .3rem;
}

.s4-tx p {
    font-size: .18rem;
    color: #FFFFFF;
    line-height: .24rem;
    max-height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}





@media screen and (max-width: 1200px) {
    .s4,
    .s3,
    .s1 {
        padding: .3rem 0;
    }

    .s2 {
        padding-bottom: .3rem;
    }

    .s1-ban {
        width: 100%;
        margin-bottom: .2rem;
    }

    .s4-c>div,
    .s2-c>div {
        width: 100%;
    }

    .s2-l {
        margin-bottom: .3rem;
    }

    .s4-l {
        margin-bottom: .3rem;
    }

    .s4-r ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .s4-r ul li {
        margin: 0 !important;
        width: 48.5%;
    }

    .s4-r ul li a .pic {
        height: auto;
        padding-top: 64%;
    }
}

@media screen and (max-width: 768px) {
    .s4-tit {
        width: 100%;
    }

    .s4-vd {
        flex: auto;
        width: 100%;
    }

    .s4-vd .pic {
        height: auto;
        padding-top: 64%;
    }

    .s4-tit {
        padding: .2rem .1rem;

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .s4-tit h3 {
        margin-bottom: 0;
    }

    .s4-tit h3 span {
        display: inline-block;
    }
    .s4-tit h3,
    .tit h3 {
        font-size: .3rem;
    }

    .s4-vd a::after {
        width: .6rem;
        height: .6rem;
    }
}

@media screen and (max-width: 480px) {}