@charset "utf-8";

@font-face {
    font-family: "syh-b";
    
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "syh-r";
   
    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>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 .slick-dots {
    position: absolute;
    right: 1.9rem;
    bottom: 0.7rem;
    z-index: 9;
    width: auto;
    left: auto;
}

.banner .slick .slick-dots li {
    display: none;
    width: auto;
    height: auto;
}

.banner .slick .slick-dots li div {
    display: flex;
    align-items: flex-end;
}

.banner .slick .slick-dots li div span {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.44rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.banner .slick .slick-dots li div i {
    height: 0.17rem;
    border-left: solid 1px #fff;
    margin: 0 .1rem;
    transform: rotateZ(26deg);
    margin-bottom: .08rem;
}

.banner .slick .slick-dots li div b {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.33rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.banner .slick .slick-dots li.slick-active {
    display: block;
}


.index {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.b-dot {}

.b-dot .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 .8rem;
}

.b-dot .slick-dots li {
    height: 0.08rem;
    width: 0.08rem;
    border-radius: .1rem;
    background: #fff;
    margin-left: .13rem;
}

.b-dot .slick-dots li.slick-active {
    width: 0.36rem;
    background: #FF7B0D;
}




.tit {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
}

.tit-icon img {
    display: block;
    width: 0.3rem;
    margin-right: 0.1rem;
    transition: all .5s;
}

.tit-name {
    display: flex;
    align-items: center;
    margin-left: .2rem;
}

.tit-name:first-child {
    margin-left: 0;
}

.tit-name>div {
    cursor: pointer;
    transition: all .5s;
    position: relative;
}


.tit-name>div h2 {
    display: flex;
    align-items: flex-end;
    color: #333333;
    font-size: 0.3rem;
    line-height: 0.3rem;
    font-weight: normal;
    transition: all .5s;
}


.tit-name>div p {
    display: flex;
    align-items: center;
    font-family: Arial;
    margin-top: 0.09rem;
}

.tit-name>div p:before {
    content: "";
    display: block;
    background: #CCCCCC;
    width: 0.26rem;
    height: 1px;
    margin-right: .15rem;
}



.tit-name>div p span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: normal;
    color: #AAAAAA;
    font-family: Arial;
}

.tit-name.noon .tit-icon img {
    width: 0;
    margin-right: 0;
}

.tit-name.noon>div h2 {
    color: #666666;
    font-size: 0.24rem;
    font-weight: normal;
}

.tit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    align-items: center;
}

.tit-more a {
    position: relative;
    z-index: 9;
    opacity: 1;
    display: flex;
    align-items: center;
    transition: all .5s;
    border-radius: 0.25rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #333333;
    background: url(../images/tit-morebg.png) no-repeat;
    background-position: right center;
    background-size: .16rem auto;
    display: none;
    padding-right: .2rem;
}

.tit-more a.on {
    display: block;
}

.tab-bd {
    position: relative;
    overflow: hidden;
}

.tab-bd>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(1rem);
}

.tab-bd>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}


.main {
    display: flex;
    justify-content: space-between;
    margin: 0 .8rem;
    margin-top: .2rem;
}

.s1 {
    width: 40.625%;
    border-radius: 0.08rem;
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 99%);
    box-shadow: -0.04rem 0.05rem 0.11rem 0rem rgba(29, 65, 143, 0.15);
    padding: .4rem .35rem .1rem .45rem;
}

.s2 {
    width: 23.63%;
    border-radius: 0.08rem;
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 99%);
    box-shadow: -0.04rem 0.05rem 0.11rem 0rem rgba(29, 65, 143, 0.15);
    padding: .4rem .35rem .1rem .45rem;
}

.s3 {
    width: 33%;
    border-radius: 0.08rem;
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 99%);
    box-shadow: -0.04rem 0.05rem 0.11rem 0rem rgba(29, 65, 143, 0.15);
    padding: .4rem .3rem .1rem .3rem;
}

.s1-c {
    display: flex;
}

.s1-l {
    width: 3.03rem;
    margin-right: .2rem;
}

.s1-l .slick ul li a {
    display: block;
}

.s1-l .slick ul li a .pic {
    padding-top: 61.7%;
    border-radius: 0.1rem;
}

.s1-l .slick ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
    height: 0.46rem;
}

.s1-l .slick ul li a .info {
    display: flex;
    align-items: center;
    padding-top: .23rem;
}

.s1-l .slick ul li a .info .date {
    min-width: .5rem;
    margin-right: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.s1-l .slick ul li a .info .date b {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.28rem;
    letter-spacing: normal;
    color: #234EC6;
}

.s1-l .slick ul li a .info .date span {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #234EC6;
}

.s1-l .slick ul li a .info .text {
    flex: 1;
    min-width: 0;
}

.s1-l .slick ul li a .info .text p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
}

.s1-l .slick .slick-dots {
    margin-top: 61.7%;
    bottom: auto;
    top: 0;
    transform: translateY(-.21rem);
    display: flex;
    align-items: center;
    z-index: 9;
    justify-content: center;
}

.s1-l .slick .slick-dots li {
    border-radius: 0.05rem;
    opacity: 0.5;
    background: #FFFFFF;
    width: 0.07rem;
    height: 0.07rem;
    transition: all .5s;
    margin: 0 .02rem;
}

.s1-l .slick .slick-dots li.slick-active {
    width: 0.25rem;
    opacity: 1;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul li {
    position: relative;
    z-index: 1;
}

.s1-r ul li:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: all .5s;
    background: #FF7B0D;
    z-index: 9;
}

.s1-r ul li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/icon-arrright.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.1rem;
    height: 0.08rem;
    transform: translateY(48%);
    opacity: 0;
    transition: all .5s;
}

.s1-r ul li a {
    padding: 0.15rem 0;
    align-items: center;
    display: flex;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    position: relative;
}

.s1-r ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed rgba(34, 168, 112, .22);
    z-index: -2;
}

.s1-r ul li:nth-child(1) a {
    padding-top: 0;
}

.s1-r ul li:last-child a::before {
    display: none;
}

.s1-r ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: all .5s;
    border-bottom: 1px solid rgba(7, 79, 161, 0.5);
    z-index: -1;
}

.s1-r ul li h3 {
    padding: 0 0 0 0.23rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: .3rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    background: url(../images/s1-rlistbef.png) no-repeat;
    background-position: left center;
    background-size: .1rem auto;
    transition: all .5s;
}

.s1-r ul li p {
    width: 0.5rem;
    text-align: right;
    font-family: Philosopher;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #8A8A8A;
    position: relative;
    margin-left: .13rem;
}

.s1-r ul li p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: .14rem;
    background: #8A8A8A;
}

.s1-r ul li h3::after {
    width: 0.05rem;
    height: 0.05rem;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background: #014997;
    border-radius: 50%;
}

.s2-c {}

.s2-c ul li {
    position: relative;
    z-index: 1;
}

.s2-c ul li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: all .5s;
    background: #FF7B0D;
    z-index: 9;
}

.s2-c ul li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/icon-arrright.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.1rem;
    height: 0.08rem;
    transform: translateY(48%);
    opacity: 0;
    transition: all .5s;
}

.s2-c ul li a {
    display: block;
    padding: 0.13rem 0;
}

.s2-c ul li:nth-child(1) a {
    padding-top: 0;
}

.s2-c ul li:last-child a:before {
    display: none;
}

.s2-c ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed rgba(34, 168, 112, .22);
    z-index: -2;
}

.s2-c ul li a span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: normal;
    color: #0B38B3;
}

.s2-c ul li a div {
    display: flex;
    align-items: center;
}

.s2-c ul li a div h3 {
    font-size: 0.16rem;
    color: #333333;
    line-height: .3rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    transition: all .5s;
}

.s2-c ul li a div p {
    width: 0.5rem;
    text-align: right;
    font-family: Philosopher;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #8A8A8A;
    position: relative;
    margin-left: .13rem;
}

.s2-c ul li a div p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: .14rem;
    background: #8A8A8A;
}

.s3-c ul {
    display: flex;
    flex-wrap: wrap;
    max-height: 2.68rem;
    overflow-y: auto;
    padding-right: .15rem;
    justify-content: space-between;
}


.s3-c ul::-webkit-scrollbar {
    width: 2px;
}

.s3-c ul::-webkit-scrollbar-track {
    width: 2px;
    background: rgba(35, 78, 198, .1);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.s3-c ul::-webkit-scrollbar-thumb {
    background: linear-gradient(359deg, #234ec6 25%, #6e92f6 100%);
    border-radius: 0.02rem;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}


.s3-c ul li {
    width: 48%;
    margin-bottom: .2rem;
}

.s3-c ul li a {
    display: flex;
    align-items: center;
    border-radius: 0.06rem;
    padding: .13rem .19rem .13rem .2rem;
    min-height: 100%;
    transition: all .5s;
}

.s3-c ul li:nth-child(6n+1) a {
    background: url(../images/s3-itembg1.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-c ul li:nth-child(6n+2) a {
    background: url(../images/s3-itembg2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-c ul li:nth-child(6n+3) a {
    background: url(../images/s3-itembg3.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-c ul li:nth-child(6n+4) a {
    background: url(../images/s3-itembg4.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-c ul li:nth-child(6n+5) a {
    background: url(../images/s3-itembg5.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-c ul li:nth-child(6n) a {
    background: url(../images/s3-itembg6.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-c ul li a .text {
    background-size: cover;
}

.s3-c ul li a .text {
    flex: 1;
    min-width: 0;
}

.s3-c ul li a .text h3 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .22rem;
    letter-spacing: normal;
    color: #333333;
}

.s3-c ul li a .text p {
    font-size: 0.12rem;
    font-weight: normal;
    line-height: .17rem;
    letter-spacing: normal;
    color: #666666;
    margin-top: .04rem;

}

.s3-c ul li a .icons {
    margin-left: .1rem;
}

.s3-c ul li a .icons img {
    display: block;
    width: 0.52rem;
}






@media screen and (min-width: 1025px) {
   
    .s1-r ul li:hover::before {
        width: 100%;
        left: 0;
    }

    .s1-r ul li:hover::after {
        opacity: 1;
    }

    .s1-r ul li a:hover h3 {
        color: #FF7B0D;
        background: url(../images/s1-rlistbef2.png) no-repeat;
        background-position: left center;
        background-size: .1rem auto;
    }

    .s1-r ul li a:hover p {
        color: #FF7B0D;
    }

    .s1-r ul li a:hover p:before {
        background: #FF7B0D;
    }

    .s1-l .slick ul li a:hover .info .text p, .s1-l .slick ul li a:hover .info .date span, .s1-l .slick ul li a:hover .info .date b {
        color: #FF7B0D;
    }

    /**/
    .s2-c ul li:hover::before {
        width: 100%;
        left: 0;
    }

    .s2-c ul li:hover::after {
        opacity: 1;
    }

    .s2-c ul li a:hover span {
        color: #FF7B0D;
    }

    .s2-c ul li a:hover h3 {
        color: #FF7B0D;
    }

    .s2-c ul li a:hover p {
        color: #FF7B0D;
    }

    .s2-c ul li a:hover p:before {
        background: #FF7B0D;
    }


    .tit-more a:hover {
        color: #234EC6;
    }

    .s3-c ul li a:hover {
        box-shadow: 0 0 .1rem rgba(29, 65, 143, 0.15);
    }
}



@media screen and (max-width: 1024px) {
    .banner .slick .slick-dots {
        right: .5rem;
        bottom: 0.1rem;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: relative;
    }

    .b-dot {
        margin-top: -.5rem;
    }

    .b-dot .slick-dots {
        justify-content: center;
    }

    .main {
        display: block;
        margin: .3rem .15rem 0 .15rem;
    }

    .s1 {
        width: auto;
        padding: .2rem .15rem;
    }

    .s2 {
        width: auto;
        margin: .2rem 0;
        padding: .2rem .15rem;
    }

    .s3 {
        width: auto;
        padding: .2rem .15rem;
    }


}

@media screen and (max-width: 768px) {
    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .2rem;
    }

    .tit-icon img {
        width: .24rem;
    }

    .tit-name {
        margin-left: .1rem;
    }

    .tit-name>div h2 {
        font-size: .18rem;
    }

    .tit-name.noon>div h2 {
        font-size: .2rem;
    }
}

@media screen and (max-width: 480px) {}


@media screen and(-ms-high-contrast:active), (-ms-high-contrast:none) {}