@charset "utf-8";

@font-face {
    font-family: "FZFWMADSTS-B--GB1-0";

    font-weight: normal;
    font-style: normal
}



.banner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.banner a {
    display: block
}

.banner>img {
    display: block;
    width: 100%
}

.banner .slick {
    position: relative;
    z-index: 9
}


.banner .slick-slide a {
    display: block;
    position: relative
}

.banner .slick-slide a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    height: 2rem;
}

.banner .slick-slide a>img, .banner .slick-slide a>video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .slick-slide a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner .slick-slide a div img {
    display: block;
    max-width: 70%;
    max-height: 1.83rem;
    transition: all 1s;
    transform: scale(0);
    opacity: 0
}

.banner .slick-slide a div img.on {
    opacity: 1;
    transform: scale(1)
}

.banner .slick-slide.slick-current a>img {
    /* animation: img_scale linear 8s; */
}

@keyframes img_scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}


.banner .slick-dots {
    position: absolute;
    font-size: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: .45rem;
}

.banner .slick-dots li {
    border-radius: 50%;
    margin: 0;
    position: relative;
    width: auto;
    height: .48rem;
    width: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .05rem;
}

.banner .slick-dots li:nth-child(1):before {
    display: none;
}



.banner .slick-dots li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all .5s;
    width: .08rem;
    height: .08rem;
    background-color: #ffffff;
    border-radius: 50%;
    right: 0;
}

.banner .slick-dots li span {
    flex: 1;
    min-width: 0;
    display: block;
    font-size: .14rem;
    line-height: .48rem;
    color: #fff;
    text-align: center;
    transition: all .5s;
    opacity: 0;
    /* border: solid 2px #ffffff; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

.banner .slick-dots li.slick-active span {
    font-size: .16rem;
    opacity: 1;
}

.banner .slick-dots li.slick-active span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed #FFFFFF;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active::after {
    opacity: 0;
}




.index {
    z-index: 99;
    overflow: hidden;
    font-size: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff
}


.itit {
    position: relative;
}

.itit:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #E9E9E9;
}

.itit-text {
    padding-top: .2rem;
    position: relative;
    z-index: 1;
}

.itit-text h2 {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: .5rem;
    font-stretch: normal;
    color: #000000;
    transform-origin: left center;
    text-align: center;
    font-family: sys;
}

.itit-text h3 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-size: .48rem;
    font-weight: bold;
    line-height: .48rem;
    z-index: -1;
    color: transparent;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: normal;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.itit-text div {
    position: relative;
    height: 1px;
    width: 2.91rem;
    background: radial-gradient(50% 50% at 50% 50%, #FAA727 0%, rgba(216, 216, 216, 0) 100%);
    margin-top: .27rem;
}

.itit-text div::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1.42rem;
    height: 0.05rem;
    background: #00489D;
}


.itit-more {
    position: absolute;
    right: 0;
    top: .3rem;
}

.itit-more a {
    display: block;
    font-family: Times New Roman;
    position: relative;
    z-index: 1;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.16rem;
    letter-spacing: normal;
    color: #9E9E9E;
    padding-top: .16rem;
}

.itit-more a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: url(../images/itit-more-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.55rem;
    height: 0.12rem;
    z-index: -1;
}



.s1 {
    padding-top: .88rem;
}

.s1-c {
    display: flex;
    margin-top: .38rem;
}

.s1-l {
    width: 7.84rem;
    margin-right: 0.32rem;
    position: relative;
    z-index: 1;
    padding: .28rem 0 .8rem 0;
}

.s1-l:before {
    content: "";
    position: absolute;
    right: .3rem;
    top: 0;
    bottom: 0;
    left: -1.6rem;
    border-radius: 1.3rem 0rem 0rem 0rem;
    background: #00489D;
    z-index: -1;
}

.s1-l ul li a {
    display: block;
    background: #fff;
    transition: all .5s;
}

.s1-l ul li a .date {}

.s1-l ul li a .date b {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #2d5bac;
    margin-right: 0.07rem;
}

.s1-l ul li a .pic {
    padding-top: 71%;
}

.s1-l ul li a .pic::after {
    height: 1.8rem;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.s1-l ul li a .info {
    padding: .25rem .2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.s1-l ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.s1-l ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #111111;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.9rem;
    margin-top: .15rem;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.s1-l .s1-dots {
    position: absolute;
}

.s1-l .s1-dots {
    position: absolute;
    width: auto;
    left: auto;
    right: 0.7rem;
    bottom: .3rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.s1-l .s1-dots span {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    margin: 0;
    transition: all .5s;
    position: relative;
    border: 1px dashed transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background: no-repeat;
    opacity: 1;
}

.s1-l .s1-dots span:before {
    content: "";
    display: block;
    opacity: 0.2;
    background: #FFFFFF;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    transition: all .5s;
}

.s1-l .s1-dots span.swiper-pagination-bullet-active {
    border-color: #fff;
    width: .3rem;
    margin: 0 .1rem;
}

.s1-l .s1-dots span.swiper-pagination-bullet-active:before {
    opacity: 1
}

.s1-r {
    flex: 1;
    min-width: 0;
}


.s1-r ul li a {
    display: block;
    border-top: 1px dashed #D8D8D8;
}

.s1-r ul li:nth-child(1) a {
    border-top: none;
}

.s1-r ul li:last-child a {
    border-bottom: none;
}

.s1-r ul li a .info1 {
    height: 0.76rem;
    display: flex;
    align-items: center;
}

.s1-r ul li a .info1 h3 {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    font-size: .18rem;
    line-height: .38rem;
    font-weight: normal;
    color: #666666;
}

.s1-r ul li a .info1 h3::before {}

.s1-r ul li a .info1 span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.38rem;
    letter-spacing: normal;
    color: #999999;
}

.s1-r ul li a .info2 {
    display: none;
    align-items: flex-start;
    /* height: 1.4rem; */
    padding-top: .25rem;
    padding-left: .4rem;
    padding-right: .3rem;
    position: relative;
    z-index: 1;
    padding: .35rem .3rem .38rem .35rem;
}

.s1-r ul li a .info2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: .1rem;
    right: .1rem;
    border-radius: 0rem 0.45rem 0rem 0rem;
    background: #00489D;
    z-index: -1;
}

.s1-r ul li a .info2:after {
    content: "";
    position: absolute;
    left: .1rem;
    right: 0;
    bottom: 0;
    top: .1rem;
    border-radius: 0rem 0.45rem 0rem 0rem;
    opacity: 0.2;
    background: #00489D;
    z-index: -1;
}

.s1-r ul li a .info2 .date {
    display: flex;
    margin-right: .24rem;
    justify-content: center;
    align-items: center;
    margin-top: .24rem;
}

.s1-r ul li a .info2 .date:before {
    content: "";
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    flex: 1;
    min-width: 0;
    margin-right: .23rem;
}


.s1-r ul li a .info2 .date b {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #FFFFFF;

}

.s1-r ul li a .info2 .date span {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s1-r ul li a .info2 .text {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info2 .text h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r ul li a .info2 .text p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.21rem;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.23rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .42rem;
}

.s1-r ul li a .info2 .publine-t {
    top: 0.1rem;
    left: .4rem;
    right: 0.3rem;
}

.s1-r ul li a .info2 .publine-b {
    bottom: 0.1rem;
    left: .4rem;
    right: 0.3rem;
}

.s2 {
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: .55rem 0 1rem 0;
}

.s2-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.s2-tit h2 {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: .4rem;
    color: #262626;
}

.s2-tit a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .32rem;
    letter-spacing: normal;
    color: #575757;
    background: url(../images/s2-titmore.png) no-repeat;
    background-position: right center;
    background-size: auto .31rem;
    padding-right: .65rem;
}

.s2-c {
    display: flex;
    justify-content: space-between;
    margin-top: .38rem;
}

.s2-l {
    width: 30.75%;
}



.s2-l ul li:first-child a {
    margin-top: 0;
    padding-top: .25rem;
}

.s2-l ul li a {
    display: block;
    position: relative;
    transition: all .5s;
    z-index: 1;
    margin-top: .38rem;
    position: relative;
    z-index: 1;
}

.s2-l ul li a::before {
    content: "";
}

.s2-l ul li a:before {}

.s2-l ul li a .info {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.s2-l ul li a .info .date {
    margin-right: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../images/s2-ldatebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: .93rem;
    height: .93rem;
    transition: all .5s;
}

.s2-l ul li a .info .date b {
    display: block;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s2-l ul li a .info .date span {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.2rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s2-l ul li a .info .text {
    flex: 1;
    min-width: 0;
}

.s2-l ul li a .info .text p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #333333;
}


.s2-m {
    width: 30.75%;

}

.s2-m ul {
    /* background: url(../images/s2-mbg.png) no-repeat; */
    background-position: center center;
    background-size: cover;
    /* padding: 0 .1rem; */
}







/*修改*/
.s2-m ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #668BAF;
    padding: .25rem 0 .35rem 0;
}
.s2-m ul li a .date {
    width: 0.73rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: .17rem;
}
.s2-m ul li a .date b {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #00499F;
}

.s2-m ul li a .date span {
    border: 0.01rem solid #92ABC2;
    line-height: .25rem;
    color: #00499F;
    font-size: .14rem;
    width: 100%;
    text-align: center;
    margin-top: .07rem;
}

.s2-m ul li a .info {
    flex: 1;
    min-width: 0;
    /* border-top: 1px solid #EBE2D1; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.s2-m ul li a .info h3 {
    width: 100%;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #231815;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}

.s2-m ul li:nth-child(1) a .info {
    border-top: none;
}

/*修改*/
.s2-r {
    width: 30.75%;
}

.s2-r ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #668BAF;
    padding: .25rem 0 .35rem 0;
}


.s2-r ul li a .date {
    width: 0.73rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: .17rem;
}

.s2-r ul li a .date::before {}

.s2-r ul li a .date b {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #00499F;
}

.s2-r ul li a .date span {
    border: 0.01rem solid #92ABC2;
    line-height: .25rem;
    color: #00499F;
    font-size: .14rem;
    width: 100%;
    text-align: center;
    margin-top: .07rem;
}

.s2-r ul li a .info {
    flex: 1;
    min-width: 0;
    /* border-top: 1px solid #EBE2D1; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.s2-r ul li a .info h3 {
    width: 100%;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #231815;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}

.s2-r ul li:nth-child(1) a .info {
    border-top: none;
}

.s3 {
    margin-top: .55rem;
}
.s3 .s2-c{
    position: relative;
    z-index: 1;
    padding-top: 1rem;
    /* padding-left: .3rem; */
    /* padding-right: .3rem; */
}
.s3 .s2-c::before {
    content: "";
    position: absolute;
    left: -1.6rem;
    top: 0;
    right: -1.6rem;
    height: 100%;
    background: url(../images/s3-tbg1.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -2;
}

.s3 .s2-c::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    top: .7rem;
    bottom: 0;
    /* background: url(../images/s3-tbg.jpg) no-repeat; */
    background-position: center center;
    background-size: cover;
    z-index: -2;
    /* background: #fff; */
}
.s3 .s2-c .s2-tit{
    margin-bottom:0;
}
 .s3 .s2-l ul li a .info .text p{
    -webkit-line-clamp: 1;
    max-height: .28rem;
}
.s3 .s2-l ul li a .info .text h5 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .05rem;
}
.s3 .s2-m ul li a .info{
    display: block;
}
.s3 .s2-m ul li a .info h3{
    -webkit-line-clamp: 1;
    max-height: .28rem;
}
.s3 .s2-m ul li a .info p{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .05rem;
}
.s3 .s2-r ul li a .info{
    display: block;
}
.s3 .s2-r ul li a .info  h3{
    -webkit-line-clamp: 1;
    max-height: .28rem;
}
.s3 .s2-r ul li a .info p{
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .05rem;
}
.s3-c {
    position: relative;
    z-index: 1;
    padding-top: 1.54rem;
    margin-top: .38rem;
    padding-left: .36rem;
    padding-right: .36rem;
    padding-bottom: .23rem;
}

.s3-c::before {
    content: "";
    position: absolute;
    left: -1.6rem;
    top: 0;
    right: -1.6rem;
    height: 3.84rem;
    background: url(../images/s3-tbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -2;
}

.s3-c::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1.54rem;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
}

.s3-c ul {
    padding-top: .6rem;
    background: #fff;
    position: relative;
    z-index: 1;
    align-items: auto;
}

.s3-c .swiper-container {}

.s3-c .swiper-container::before {
    content: "";
}

.s3-c .swiper-container::after {
    content: "";
    position: absolute;
    left: 0.1rem;
    top: 0;
    right: 1.6rem;
    bottom: .07rem;
    pointer-events: none;
    z-index: -1;
    background: url(../images/s3-bbg.png) repeat-x;
    background-position: center bottom;
    background-size: auto .17rem;
}

.s3-c ul li {}

.s3-c ul li a {
    display: block;
    border-left: 1px solid #E2E2E2;
    padding-bottom: .39rem;
    padding-left: .3rem;
    padding-right: .3rem;
    position: relative;
    margin-left: .1rem;
    height: 100%;
}

.s3-c ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 0 .1rem .18rem .1rem;
    border-style: solid;
    border-color: transparent transparent #00489D transparent;
    transform: translateX(-50%);
}

.s3-c ul li a:after {
    content: "";
    display: block;
    width: 0.39rem;
    height: 0.39rem;
    margin-top: .18rem;
    background: url(../images/s3-more.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all .5s;
}

.s3-c ul li a .date {
    display: flex;
    align-items: flex-end;
}

.s3-c ul li a .date b {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: .25rem;
    letter-spacing: normal;
    color: #00489D;
}

.s3-c ul li a .date span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .2rem;
    letter-spacing: normal;
    color: #9B9B9B;
    margin-left: .13rem;
}

.s3-c ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    letter-spacing: normal;
    color: #414141;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
    margin: .23rem 0 .2rem 0;
}

.s3-c ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
}

.s3-arr {
    position: absolute;
    right: .35rem;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 999;
}

.s3-arr div {
    width: 0.64rem;
    height: 0.64rem;
    margin-left: .13rem;
    cursor: pointer;
}

.s3-arr div.prev {
    background: url(../images/s3-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-arr div.next {
    background: url(../images/s3-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s4 {
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: .68rem;
    padding: .8rem 0 .7rem 0;
}

.s4 .itit-text h2 {
    text-align: left;
}

.s4 .itit-text h3 {
    text-align: left;
    left: 0;
    transform: none;
}

.s4 .itit-text div {
    display: none;
}

.s4 .itit:before {
    display: none;
}

.s4-c {
    display: flex;
}

.s4-l {
    width: 7.4rem;
    margin-right: .8rem;
}

.s4-llist1 {
    margin-top: .4rem;
}

.s4-llist1 ul {
    display: flex;
    margin: 0 -.17rem;
}

.s4-llist1 ul li {
    width: 50%;
}

.s4-llist1 ul li a {
    margin: 0 .17rem;
    display: block;
    position: relative;
}

.s4-llist1 ul li .pic {
    padding-top: 72%;
}

.s4-llist1 ul li .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #262323 109%);
}

.s4-llist1 ul li .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: .18rem .3rem;
}

.s4-llist1 ul li .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s4-llist2 {
    margin-top: .2rem;
}

.s4-llist2 ul li a {
    display: flex;
    align-items: center;
    line-height: 0.55rem;
}

.s4-llist2 ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    color: #222222;
    position: relative;
    padding-left: .15rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-llist2 ul li a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background: #0E3F9F;
}

.s4-llist2 ul li a span {
    font-size: 0.16rem;
    font-weight: 350;
    letter-spacing: normal;
    color: #666666;
    width: 1.3rem;
    text-align: right;
}

.s4-r {
    flex: 1;
    min-width: 0;
}

.s4-llist3 ul li a {
    line-height: .71rem;
    border-top: 0.01rem dashed #D8D8D8;

}

.s4-llist3 ul li:nth-child(1) a {
    border-top: none;
}

@media screen and(-ms-high-contrast:active), (-ms-high-contrast:none) {}

@media screen and (min-width: 1025px) {
    .itit-more a:hover, .s2-tit a:hover {
        color: #0E3F9F;
        font-weight: 600;
    }

    .s1-r ul li.on a .info1 {
        display: none;
    }

    .s1-r ul li.on a .info2 {
        display: block;
    }

    .s1-r ul li.on a {
        border-color: transparent;
    }

    .s1-r ul li.on+li a {
        border-top-color: transparent;
    }


    .s2-l ul li a:hover::before {}

    .s2-l ul li a:hover .info .date {
        background: url(../images/s2-ldatebg2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .s2-l ul li a:hover .info .date b {
        color: #fff;
    }

    .s2-l ul li a:hover .info .date span {
        color: #fff;
    }

    .s2-l ul li a:hover .info .text p, .s2-m ul li a:hover h3 {
        color: #00499F;
        font-weight: 600;
    }
 .s2-m ul li a:hover .date span {
        background: #00499F;
        color: #fff;
    }
    .s2-r ul li a:hover .date span {
        background: #00499F;
        color: #fff;
    }
 .s2-m ul li a:hover .date::before {
        border-color: rgba(255, 255, 255, 1);
    }

    .s2-m ul li a:hover .info h3 {
        color: #00499F;
        font-weight: 600;
    }
    .s2-r ul li a:hover .date::before {
        border-color: rgba(255, 255, 255, 1);
    }

    .s2-r ul li a:hover .info h3 {
        color: #00499F;
        font-weight: 600;
    }

    .s3-c ul li a:hover::after {
        background: url(../images/s3-more2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .s3-c ul li a:hover h3 {
        font-weight: bold;
        color: #00489D;
    }

    .s4-llist2 ul li a:hover p {
        font-weight: bold;
        color: #0E3F9F;
    }



}



@media screen and (max-width: 1024px) {

    .banner .slick-slide a>img,
    .banner .slick-slide a>video {
        height: auto;
    }

    .banner .slick .slick-dots {
        right: .5rem;
        bottom: 0.1rem;
    }

    .banner .slick .slick-prev {
        right: 1.35rem;
        bottom: 0.15rem;
    }

    .banner .slick .slick-next {
        right: 0.1rem;
        bottom: 0.15rem;
    }


    .itit {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .itit-text h2 {
        font-size: .3rem;
        text-align: left;
        line-height: .4rem;
    }

    .itit-text h3, .s7-tit .itit-text h3 {
        white-space: pre-wrap;
        text-align: left;
        font-size: .4rem;
        left: 0;
        transform: translateX(0);
        line-height: .5rem;
    }

    .itit-text div::before {
        left: 0;
        transform: translateX(0) translateY(-50%);
    }

    .itit-more a {
        font-size: .18rem;
    }

    .s1-c, .s2-c, .s4-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .2rem;
    }

    .s2-l {
        width: auto;
    }

    .s2-m {
        width: auto;
        margin: .3rem 0;
    }

    .s2-r {
        width: auto;
    }
    .s3 .s2-c{
        
padding-left: .15rem;
        
padding-right: .15rem;
padding-top: .3rem;
    }

    .s4-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s1 {
        padding-top: .5rem;
    }

    .s1-r ul li a .info1 {
        height: .6rem;
    }

    .s2-l ul li a {
        margin-top: .2rem;
    }

    .s2-m ul li {
        /* padding: 0 .15rem; */
    }

    .s2-m ul li a {
        height: 1.1rem;
    }

    .s2 {
        padding: .5rem 0;
    }

    .s2-tit {
        margin-bottom: .25rem;
    }
 .s2-m ul li a {
        padding: .2rem 0;
    }
    .s2-r ul li a {
        padding: .2rem 0;
    }

    .s3 {
        margin-top: .5rem;
    }

    .s3-c {
        padding: .5rem .15rem .2rem .15rem;
    }

    .s3-c::after {
        top: .5rem;
    }

    .s3-c ul li a {
        padding: 0 .15rem .39rem .15rem;
    }

    .s3-arr {
        right: 0.1rem;
        bottom: 0.1rem;
    }

    .s3-arr div {
        width: 0.45rem;
        height: 0.45rem;
    }

    .s3-c .swiper-container::after {
        right: 1.1rem;
    }

    .s4 {
        padding: .35rem 0;
        margin-top: .5rem;
    }

    .s4-llist1 ul {
        margin: 0 -.05rem;
    }

    .s4-llist1 ul li a {
        margin: 0 .05rem;
    }

    .s4-llist1 ul li .info {
        padding: 0.05rem .1rem;
    }

    .s4-llist3 ul li a {
        line-height: .6rem;
    }
}

@media screen and (max-width: 768px) {

.s2-tit h2 {
    font-size: 0.24rem;
}
.s3 .s2-c::before{background: #ffffff;}

}

@media screen and (max-width: 480px) {}





.fixed-r {
    z-index: 99;
    position: fixed;
    width: 1.25rem;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%) translateX(2rem) scale(.8);
    transition: all .5s;
    background: url(../images/fixed-rbg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: .2rem 0;
    border-radius: .15rem;
    transform-origin: right center;
}

.fixed-r::before {}

.fixed-r.on {
    transform: translateY(-50%) translateX(0) scale(.8);
}

.fixed-r ul {}

.fixed-r ul li a {
    display: block;
    padding: .22rem 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.fixed-r ul li a .icons {
    background: url(../images/fixed-itembg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s
}

.fixed-r ul li a .icons img {
    transition: all .5s;
}

.fixed-r ul li a .icons img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    z-index: 1;
}

.fixed-r ul li+li a {}

.fixed-r ul li a .icons img {
    height: .34rem;
    display: block;
    margin: 0 auto;
    max-width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.fixed-r ul li a p {
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.18rem;
    color: #ffffff;
    margin-top: 0.09rem;
}

.gotop {
    cursor: pointer;
    border-radius: 50%;
    margin: 0 auto;
    padding: .18rem 0 .27rem 0;
}

.gotop img {
    display: block;
    width: 0.39rem;
    margin: 0 auto;
}

@media screen and (min-width:1025px) {
    .fixed-r ul li a:hover .icons {
        background: url(../images/fixed-itembg2.png) no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .fixed-r ul li a:hover .icons img {
        opacity: 0;
    }

    .fixed-r ul li a:hover .icons img:nth-child(2) {
        opacity: 1;
    }
}

@media screen and (max-width:1024px) {
    .fixed-r {
        display: none;
    }

}