@charset "UTF-8";

body {}


.banner {
    position: relative;
    overflow: hidden;
    margin-top: .08rem;
}

.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;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.47);
    height: 0.4rem;
}

.banner .slick-slide a>img {
    display: block;
    width: 100%;
}

.banner .slick-slide a p {
    position: absolute;
    left: 0;
    right: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #FFFFFF;
    padding: 0 .2rem;
    z-index: 9;
    bottom: 0;
}

.banner .slick-slide a video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background: #000;
}

.banner .slick-dots {
    right: 1.6rem;
    height: 0.4rem;
    bottom: 0;
    display: flex !important;
    width: auto;
    align-items: center;
}

.banner .slick-dots li {
    width: 0.09rem;
    height: 0.09rem;
    background: #FFFFFF;
    margin: 0 .07rem;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active {
    background: #0371C4;
}

.banner-more {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0068B7;
    z-index: 9;
}

.banner-more::before {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: -1px;
    bottom: 0;
    border-width: 0 0 .4rem .2rem;
    border-style: solid;
    border-color: transparent transparent #0068B7 transparent;
}

.banner-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.4rem;

    width: 1.36rem;
}

.banner-more span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #FFFFFF;
    margin-right: .05rem;
}

.banner-more img {
    height: 0.16rem;
}

.index {
    overflow: hidden;
}

.itit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .2rem;
    background: #DAECFA;
    padding-right: .15rem;
}

.itit div {
    display: flex;
    align-items: center;
}

.itit div img {
    max-height: .34rem;
    margin-right: .05rem;
}

.itit div span {
    font-size: 0.22rem;
    line-height: 0.48rem;
    color: #fff;
    background: #0371C4;
    min-width: 1.47rem;
    text-align: center;
}

.itit a {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #5A9ED1;
}

.itit a:hover {
    color: #0371C4;
}

.ttlist {
    padding: .35rem 0 .2rem 0;
    border-bottom: 1px solid #CBE4F7;
}

.ttlist>ul {
    width: 71%;
    margin: 0 auto;
}

.ttlist ul li a {
    display: flex;
    justify-content: center;
    height: 0.84rem;
}

.ttlist ul li a h3 {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.42rem;
    text-align: center;
    color: #C1141F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .84rem;
    width: 100%;
}

.ttlist ul li a h3 i {
    background-image: linear-gradient(#C1141F, #C1141F);
}

.ttlist ul li a:hover h3 {
    color: #C1141F;
}

.ttlist .slick-dots {
    position: static;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: .2rem;
}

.ttlist .slick-dots li {
    height: 0.1rem;
    width: 0.1rem;
    border-radius: .05rem;
    transition: all 0.5s;
    margin: 0 .05rem;
    background: #CBE4F7;
}

.ttlist .slick-dots li.slick-active {
    width: 0.36rem;
}

.s1-c {
    display: flex;
    margin-top: .2rem;
}

.s1-l {
    width: 68.2%;
    margin-right: .3rem;
}

.s1-lc {
    display: flex;
}

.s1-ll {
    width: 5.58rem;
}

.s1-lr {
    flex: 1;
    min-width: 0;
}

.s1-r {
    flex: 1;
    min-width: 0;
}



.s1-ll>ul li a {
    display: block;
    position: relative;
}

.s1-ll>ul li a .pic {
    padding-top: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.s1-ll>ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    padding: 0 .2rem 0 .2rem;
    display: flex;
    align-items: center;
    height: 0.42rem;
}

.s1-ll>ul li a .info p {
    font-size: 0.18rem;
    line-height: 0.28rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 1.3rem;
}

.s1-ll>ul li a .info p i {
    background-image: linear-gradient(#fff, #fff)
}

.s1-ll .slick-dots {
    right: 0.15rem;
    height: 0.42rem;
    bottom: 0;
    display: flex !important;
    width: auto;
    align-items: center;
}

.s1-ll .slick-dots li {
    width: 0.08rem;
    height: 0.08rem;
    background: #FFFFFF;
    margin: 0 .05rem;
    border-radius: 50%;
    opacity: .46;
}

.s1-ll .slick-dots li.slick-active {
    opacity: 1;
}



.publist2 .publist-item2 h3 {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.publist2 .publist-item2 p {
    position: absolute;
    right: 0;
    top: 0;
    color: #5A9ED1;
    font-size: .16rem;
    font-weight: normal;
}

.publist-item2 {
    display: flex;
    align-items: center;
    padding-left: .2rem;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    height: .84rem;
}

.publist-item2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
    height: 1px;
    width: 0;
    background: #1561cb;
    transition: all 0.5s;
}

.publist-item2:hover::after {
    width: 100%;
}

.publist-item2 h3 {
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .44rem;
    padding-right: .7rem;
    font-weight: normal;
}

.publist-item2:hover h3 {
    color: #1561cb;
}








.publist1 li a {
    display: flex;
    align-items: center;
    position: relative;
    position: relative;
    height: .84rem;
}

.publist1 li a .publist1-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
}

.publist1 li a .publist1-line::before {
    content: "";
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #DAECFA;
    z-index: 1;
}

.publist1 li a .publist1-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background: #0371C4;
    z-index: 9;
    transition: all 0.5s;
}

.publist1 li a:hover .publist1-line::after {
    width: 100%;
}

.publist1 li:nth-child(1) a {
    padding-top: 0;
}

.publist1 li:last-child a {

    background: none;
}

.publist1 li a .date {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.2rem;
}

.publist1 li a .date b {
    font-family: ArialMT;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #0371C4;
}

.publist1 li a .date span {
    font-family: ArialMT;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #999999;
}

.publist1 li a .info {
    flex: 1;
    min-width: 0;
}

.publist1 li a .info h3 {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.56rem;
    font-weight: normal;
}

.publist1 li a:hover .info h3 {
    color: #2171df;
}

.s2 {
    margin-top: .5rem;
}

.s2-tit {
    display: flex;
    align-items: center;
    justify-content: center;
   display: none;
}

.s2-tit::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 100%;
    background: url(../images/s2-tit-bef.png) no-repeat;
    background-position: right center;
    background-size: auto .17rem;
    height: 0.4rem;
}

.s2-tit::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 100%;
    background: url(../images/s2-tit-aft.png) no-repeat;
    background-position: left center;
    background-size: auto .17rem;
    height: 0.4rem;
}

.s2-tit b {
    display: block;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #000000;
    margin: 0 .35rem;
}

.s2-c {
    margin-top: .4rem;
}

.s2-c ul {
    margin: 0 -.07rem;
}

.s2-c ul li a {
    display: block;
    margin: 0 .07rem;
    position: relative;
}

.s2-c ul li a .pic {
    padding-top: 25%;
}



.s2-c ul li a .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .55rem;
    z-index: 9;
}

.s2-c ul li a .info p {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: 0.24rem;
    color: #FFFFFF;
   text-align:center;
}

.s2-c ul li a .info .icons {
    margin-left: .25rem;
}

.s2-c ul li a .info .icons img {
    display: block;
    height: 0.54rem;
}




.s2-c .slick-prev, .s2-c .slick-next {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.78);
    width: 0.18rem;
    height: 0.38rem;
    transition: all 0.5s;
}

.s2-c .slick-prev:hover, .s2-c .slick-next:hover {
    background-color: rgba(255, 255, 255, 1);
}

.s2-c .slick-prev {
    border-radius: 0rem 0.06rem 0.06rem 0rem;
    background-image: url(../images/s2-prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .16rem;
    left: .06rem;
}

.s2-c .slick-next {
    border-radius: 0.06rem 0rem 0rem 0.06rem;
    background-image: url(../images/s2-next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .16rem;
    right: .06rem;
}



.s3 {
    margin-top: .32rem;
}

.s3-c {
    display: flex;
    justify-content: space-between;
}

.s3-l {
    width: 49%;
}

.s3-r {
    width: 49%;
}

.publist3 {}

.publist3 li {
    position: relative;
}

.publist3 li::before {
    content: "";
    position: relative;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: .24rem;
    transition: all 0.5s;
    height: 1px;
    background: #004EA2;
    width: 0;
}


.publist3 li a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
}

.publist3 li a h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.4rem;
    padding-left: .2rem;
    position: relative;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.publist3 li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    background: #0371C4;
}

.publist3 li a p {
    font-family: Arial;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.42rem;
    width: 1.05rem;
    text-align: right;
    color: #999999;
}

.publist3 li:hover::before {
    width: 100%;
}

.publist3 li:hover a h3 {
    color: #004EA2;
    padding-left: .3rem;
}

.publist3 li:hover a p {
    color: #004EA2;
    background-position: left center;
    background-size: .12rem;
}



@media screen and (max-width: 1480px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .banner {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }

    .banner .slick-slide a p {
        right: 2rem;
    }

    .banner-more a {
        width: 1.1rem;
    }

    .banner .slick-dots {
        right: 1.3rem;
    }

    .ttlist>ul {
        width: auto;
        padding: 0 10px;
    }

    .ttlist ul li a h3 {
        font-size: .2rem;
        line-height: .34rem;
        max-height: .68rem;
    }

    .ttlist ul li a {
        height: 0.68rem;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .publist-item2 {
        padding-left: 0;
    }

    .s3-c {
        display: block;
    }

    .s3-l {
        width: auto;
        margin-bottom: .3rem;
    }

    .s3-r {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .s1-lc {
        display: block;
    }

    .s1-ll {
        width: auto;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}