﻿@charset "utf-8";

body {
    overflow-x: hidden;
}

.itit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.itit-text {
    display: flex;
    align-items: center;
    font-family: SourceHanSerifSC-Heavy;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0.02rem;
}

.itit-text b {
    color: #bb6043;
}

.itit-text span {
    color: #2045a2;
}

.itit-more a {
    display: block;
    width: 1.27rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    border: solid 1px #e1ccb9;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s;
}

.itit-w .itit-text b {
    color: #ffffff;
}

.itit-w .itit-text span {
    color: #ffffff;
}

.itit-w .itit-more a {
    border: solid 1px #e1ccb9;
    color: #fff;
}

.index {
    overflow: hidden;
}

.s1 {
    background: url(../images/s1-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: .8rem;
}

.s1-c {
    display: flex;
}

.s1-l {
    width: 12rem;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pics .pic {
    padding-top: 66.66%;
}

.s1-l ul li a .pics .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.s1-l ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 2.4rem .35rem .6rem;
    z-index: 9;
}

.s1-l ul li a .info h3 {
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-l ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s1-l ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #ffffff;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.52rem;
    margin-top: .18rem;
}

.s1-l .slick-dots {
    width: auto;
    right: 0.6rem;
    bottom: 0.4rem;
    display: flex;
    align-items: center;
}

.s1-l .slick-dots li {
    display: block;
    /* position: absolute; */
    opacity: 0;
    transition: all .6s;
    width: auto;
    margin: 0 .05rem;
    padding: 0;
    height: auto;
    right: 0;
    bottom: 0;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: #fff;
    opacity: .6;
}

.s1-l .slick-dots li div {
    display: block;
    align-items: flex-end;
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #ffffff;
    white-space: nowrap;
    display: none;
}

.s1-l .slick-dots li span {
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #ffffff;
}

.s1-l .slick-dots li.slick-active {
    opacity: 1;
}

.s1-r {
    background: #fff;
}

.s1-r ul {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.s1-r ul li {
    flex: 1;
    min-width: 0;
    position: relative;
    transition: all .6s;
    overflow: hidden;
    z-index: 1;
    padding: 0 .35rem;
}

.s1-r ul li .bg {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    background: url(../images/s1-ritembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.s1-r ul li a {
    display: block;
    transition: all .6s;
    padding: .25rem 0;
}

.s1-r ul li+li a {
    border-top: 1px solid rgba(32, 69, 162, .1);
}

.s1-r ul li a div {
    width: 0.3rem;
    height: 0;
    background-color: #ffffff;
    opacity: 0;
    transition: all .6s;
}

.pub-item1 {
    display: block;
}

.pub-item1 span {
    display: block;
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: -1px;
    color: #2045a2;
    padding-left: .25rem;
    background: url(../images/pub-item1-icon1.png) no-repeat;
    background-position: left center;
    background-size: .18rem auto;
    transition: all .6s;
}

.pub-item1 h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.56rem;
    margin-top: .15rem;
    transition: all .6s;
}

.s2 {
    margin-top: .8rem;
    padding: .8rem 0;
    background: url(../images/s2-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-l {
    flex: 1;
    min-width: 0;
}

.s2-lt ul {
    display: flex;
    justify-content: space-between;
}

.s2-lt ul li {
    width: 48%;
}

.s2-lt ul li a {
    display: block;
    position: relative;
}

.s2-lt ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    z-index: 1;
}

.s2-lt ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #2045a2;
    z-index: 2;
    transition: all .6s;
}

.s2-lt ul li a .pics {
    position: relative;
}

.s2-lt ul li a .pics .pic {
    padding-top: 66.8%;
}

.s2-lt ul li a .pics .date {
    position: absolute;
    left: .38rem;
    top: 0;
    width: 0.7rem;
    height: 0.75rem;
    background-color: #bb6043;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: SourceHanSerifSC-Bold;
}

.s2-lt ul li a .pics .date b {
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0;
    color: #ffffff;
}

.s2-lt ul li a .pics .date span {
    font-size: 0.14rem;
    line-height: .24rem;
    font-weight: normal;
    letter-spacing: 0;
    color: #ffffff;
}

.s2-lt ul li a .info {
    height: 0.94rem;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: .17rem;
    padding-bottom: .17rem;
}

.s2-lt ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 0.47rem;
    background-color: #2045a2;
    transform: translateY(-50%);
}

.s2-lt ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0px;
    color: #333333;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .6rem;
    padding-left: .17rem;
}

.s2-lb ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-lb ul li {
    width: 48%;
}

.publist2 {
    display: flex;
    align-items: center;
    height: 0.64rem;
    position: relative;
}

.publist2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    z-index: 1;
}

.publist2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #2045a2;
    z-index: 2;
    transition: all .6s;
}

.publist2 p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    position: relative;
    padding-left: .17rem;
}

.publist2 p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 0.17rem;
    background-color: #2045a2;
}

.publist2 span {
    display: block;
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: -1px;
    color: #2045a2;
    margin-left: .1rem;
}


.s2-r {
    width: 6rem;
    margin-left: .6rem;
}

.first-item a {
    display: flex;
    padding-bottom: .25rem;
    position: relative;
}

.first-item a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    z-index: 1;
}

.first-item a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #2045a2;
    z-index: 2;
    transition: all .6s;
}

.first-item a .info {
    flex: 1;
    min-width: 0;
}

.first-item a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .2rem;
}

.first-item a .info span {}

.first-item a .pics {
    width: 2.6rem;
    margin-left: .35rem;
}

.first-item a .pics .pic {
    padding-top: 67%;
}

.s2-rb ul li {}

.s2-rb ul li a {
    padding: .15rem 0 .15rem 0;
    position: relative;
}

.s2-rb ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    z-index: 1;
}

.s2-rb ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #2045a2;
    z-index: 2;
    transition: all .6s;
}

.s2-rb ul li a {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding: .17rem 0;
}

.s2-rb ul li a span {
    line-height: .3rem;
    margin-left: .15rem;
}

.s2-rb ul li a h3 {
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
    height: auto;
}


.s3 {
    position: relative;
    z-index: 2;
    margin-top: .8rem;
}

.s3-c {
    display: flex;
}

.s3-l {
    flex: 1;
    min-width: 0;
}

.s3-cont {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.s3-cont .pics {
    width: 5.4rem;
    margin-left: .4rem;
}

.s3-cont .pics a {
    display: block;
    position: relative;
}

.s3-cont .pics a .pic {
    padding-top: 66.7%;
}

.s3-cont .pics a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.s3-cont .pics a .date {
    position: absolute;
    left: .38rem;
    top: 0;
    width: 0.7rem;
    height: 0.75rem;
    background-color: #bb6043;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: SourceHanSerifSC-Bold;
}

.s3-cont .pics a .date b {
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0;
    color: #ffffff;
}

.s3-cont .pics a .date span {
    font-size: 0.14rem;
    line-height: .24rem;
    font-weight: normal;
    letter-spacing: 0;
    color: #ffffff;
}

.s3-cont .pics a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 .35rem .23rem .35rem;
}

.s3-cont .pics a .info span {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: -1px;
    color: #ffffff;
    font-family: SourceHanSerifSC-Bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-cont .pics a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: -1px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .1rem;
}

.s3-cont .pics a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-cont ul {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.s3-cont ul li {
    height: 45%;
    width: 100%;
}

.s3-cont ul li a {
    height: 100%;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(32, 69, 162, 0.1);
    padding: 0.1rem .25rem;
    border-top: 2px solid #2045a2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .6s;
}

.s3-cont ul li a div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.s3-cont ul li a div b {
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: -1px;
    color: #2045a2;
}

.s3-cont ul li a div span {
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: -1px;
    color: #999999;
    padding-left: .2rem;
    background: url(../images/pub-item1-icon3.png) no-repeat;
    background-position: left center;
    background-size: .18rem;
    transition: all .6s;
}

.s3-cont ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
    margin-top: .17rem;
    width: 100%;
}

.s3-cont2 {
    margin-top: .4rem;
    flex-direction: row;
}

.s3-cont2 .pics {
    margin-right: 0;
    margin-right: .4rem;
    width: 4.5rem;
    margin-left: 0;
}

.s3-r {
    width: 5.3rem;
    margin-right: .8rem;
}

.s3-r .slick {}

.s3-r .slick ul li a {
    display: block;
    position: relative;
}

.s3-r .slick ul li a .pic {
    padding-top: 66.67%;
}

.s3-r .slick ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.s3-r .slick ul li a .date {
    position: absolute;
    left: .38rem;
    top: 0;
    width: 0.7rem;
    height: 0.75rem;
    background-color: #bb6043;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: SourceHanSerifSC-Bold;
}

.s3-r .slick ul li a .date b {
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0;
    color: #ffffff;
}

.s3-r .slick ul li a .date span {
    font-size: 0.14rem;
    line-height: .24rem;
    font-weight: normal;
    letter-spacing: 0;
    color: #ffffff;
}

.s3-r .slick ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 .68rem .2rem .3rem;
}

.s3-r .slick ul li a .info div {
    display: flex;
    align-items: flex-end;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .2rem;
    letter-spacing: -1px;
    color: #ffffff;
    font-family: SourceHanSerifSC-Bold;
}

.s3-r .slick ul li a .info div b {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: -1px;
    color: #ffffff;
}

.s3-r .slick ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: .1rem;
}

.s3-r .slick ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-r .slick .slick-dots {
    right: 0.3em;
    left: auto;
    width: auto;
    bottom: 0.3rem;
}

.s3-r .slick .slick-dots li {
    width: 0.16rem;
    height: 0.14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0.03rem 0;
    position: relative;
}

.s3-r .slick .slick-dots li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-rslick-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all .6s;
    opacity: 0;
}

.s3-r .slick .slick-dots li button {
    width: 0.09rem;
    height: 0.09rem;
    border: solid 1px #ffffff;
    opacity: 0.5;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    transition: all .6s;
}

.s3-r .slick .slick-dots li.slick-active::before {
    opacity: 1;
}

.s3-r .slick .slick-dots li.slick-active button {
    opacity: 0;
}

.s3-rb ul li a {
    height: .69rem;
}


.s4 {
    position: relative;
    z-index: 1;
    padding-bottom: .8rem;
    margin-top: .8rem;
}

.s4::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 13.92rem;
    background: url(../images/s4-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;

    pointer-events: none;
}

.s4-item {
    display: block;
    position: relative;
}

.s4-item.video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-pla.png) no-repeat;
    background-position: center center;
    background-size: .6rem;
    z-index: 9;
}

.s4-item .pic {
    padding-top: 66%;
}

.s4-item .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.s4-item .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 .2rem .15rem .2rem;
    display: flex;
    align-items: center;
}

.s4-item .info div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: .15rem;
}

.s4-item .info div img {
    min-width: .25rem;
    min-height: .23rem;
    max-width: 100%;
    max-width: 100%;
}

.s4-item .info p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.s4-item .info p i {
    background-image: linear-gradient(#fff, #fff);
}

.s4-c {
    display: flex;
    justify-content: space-between;
}

.s4-c ul {
    width: 25.3125%;
}

.s4-c ul li {}

.s4-c ul li+li {
    margin-top: 5%;
}

.s4-first {
    width: 23.125%;
}

.s4-first a .pic {
    padding-top: 150%;
}

.s5 {
    background: url(../images/s5-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .8rem 0;
}

.s5 .itit .itit-text ul {
    display: flex;
    margin-left: .35rem;
}

.s5 .itit .itit-text ul li {
    padding: 0 .3rem;
    position: relative;
}

.s5 .itit .itit-text ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 27px;
    background-color: #000000;
    opacity: 0.1;
    transition: all .6s;
}

.s5 .itit .itit-text ul li a {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.02rem;
    color: #2045a2;
    opacity: 0.4;
    transition: all .6s;
}

.s5 .itit .itit-text ul li a::before {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.03rem;
    background-color: #2045a2;
    margin-right: .13rem;
}

.s5 .itit .itit-text ul li.on a {
    opacity: 1;
}

.s5 .itit .itit-mores {
    display: flex;
    align-items: center;
    position: relative;
}

.s5 .itit .itit-mores a {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -9;
    pointer-events: none;
}

.s5 .itit .itit-mores a.on {
    position: relative;
    opacity: 1;
    z-index: 9;
    pointer-events: all;
}

.s5-c {
    position: relative;
}

.s5-c>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(100%);
}

.s5-c>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}

.s5-ccont {
    display: flex;
}

.s5-l {
    width: 8.18rem;
    margin-right: .1rem;
}

.s5-l ul li a {
    display: block;
    position: relative;
}

.s5-l ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-play2.png) no-repeat;
    background-position: center center;
    background-size: .8rem;
    z-index: 9;
}

.s5-l ul li a .pic {
    padding-top: 56.2%;
}

.s5-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.9rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
}

.s5-l ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 1.5rem .28rem .35rem;
}

.s5-l ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-l ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s5-l .slick-prev {
    background: url(../images/s5-prev.png) no-repeat;
    background-position: center center;
    background-size: .12rem auto;
    width: 0.27rem;
    height: 0.25rem;
    bottom: 0.3rem;
    left: auto;
    right: 0.57rem;
    top: auto;
    transform: translateY(0);
}

.s5-l .slick-next {
    background: url(../images/s5-next.png) no-repeat;
    background-position: center center;
    background-size: .12rem auto;
    width: 0.27rem;
    height: 0.25rem;
    bottom: 0.3rem;
    right: 0.3rem;
    top: auto;
    transform: translateY(0);
}

.s5-r {
    flex: 1;
    min-width: 0;
}

.s5-rt a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/s5-itembg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1.5rem;
    padding: 0 .9rem 0 .68rem;
}

.s5-rt a .pics1 {
    display: flex;
    align-items: center;
}

.s5-rt a .pics1>img {
    height: 0.74rem;
    margin-right: .4rem;
}

.s5-rt a .pics1 .info {
    flex: 1;
    min-width: 0;
}

.s5-rt a .pics1 .info p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
}

.s5-rt a .pics2 {
    width: 1.1rem;
    height: 1.1rem;
    background-color: #ffffff;
    border: solid 1px rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    padding: 0.09rem;
    position: relative;
}

.s5-rt a .pics2::before {
    content: "";
    position: absolute;
    left: 0.09rem;
    top: 0.09rem;
    right: 0.09rem;
    bottom: 0.09rem;
    background: url(../images/gxzg-hb.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 9;
}

.s5-rt a .pics2 .pic {
    padding-top: 100%;
    border-radius: 50%;
    background: #000000;
}

.s5-rt a .pics2 .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s5-play2.png) no-repeat;
    background-position: center center;
    background-size: .14rem;
    z-index: 9;
}

.s5-rt a .pics2 .pic div {
    opacity: .8;
}

.s5-rb {
    margin-top: .1rem;
}

.s5-rb ul {
    display: flex;
    justify-content: space-between;
}

.s5-rb ul li {
    width: calc(50% - 0.05rem);
}

.s5-rb ul li a {
    display: block;
    position: relative;
}

.s5-rb ul li a .pic {
    padding-top: 65%;
}

.s5-rb ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.s5-rb ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 .25rem .27rem .27rem;
}

.s5-rb ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #ffffff;
    background: url(../images/s5-itemmobe.png) no-repeat;
    background-position: right center;
    background-size: .26rem auto;
    padding-right: .4rem;
}

.s5-rb ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s5-rb ul li:nth-child(1) {
    width: calc(60.5% - 0.05rem);
}

.s5-rb ul li:nth-child(1) a .pic {
    padding-top: 64.9%;
}

.s5-rb ul li:nth-child(2) {
    width: calc(39.5% - 0.05rem);
}

.s5-rb ul li:nth-child(2) a .pic {
    padding-top: 100%;
}


.s5-list {
    margin: 0 -.15rem;
}

.s5-list ul {}

.s5-list ul li {}

.s5-list ul li a {
    display: block;
    margin: 0 .15rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 0.3rem 0rem rgba(32, 69, 162, 0.1);
    margin-top: .3rem;
    transition: all .5s;
}

.s5-list ul li a .pic {
    padding-top: 66.6%;
}

.s5-list ul li a .info {
    position: relative;
    z-index: 1;
    padding: .2rem .3rem .5rem .3rem;
    border-bottom: 2px solid #2045a2;
}

.s5-list ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s5-list-itemgbg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    transition: all .5s;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.s5-list ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .15rem;
}

.s5-list ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .9rem;
}

.s5-list ul li a .info div {
    display: flex;
    align-items: flex-end;
    padding-left: .3rem;
    background: url(../images/pub-item1-icon1.png) no-repeat;
    background-position: left center;
    background-size: .18rem;
    position: relative;
    transition: all .5s;
    margin-top: .3rem;
}

.s5-list ul li a .info div::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.5rem;
    background: url(../images/icon-jiantou-g.png) no-repeat;
    background-position: right center;
    background-size: .28rem auto;
    transition: all .5s;
}

.s5-list ul li a .info div b {
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: -1px;
    color: #2145a3;
}

.s5-list ul li a .info div span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .24rem;
    margin-left: .05rem;
    color: #999999;
}

.s5-list .slick-prev, .s5-list .slick-next {
    width: 0.58rem;
    height: 0.58rem;
    box-shadow: 0px 0px 0.15rem 0px rgba(32, 69, 162, 0.1);
    z-index: 9;
    border-radius: 50%;
}

.s5-list .slick-prev {
    left: .15rem;
    background: #fff url(../images/s5-list-prev.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
    transform: translateX(-50%);
}

.s5-list .slick-next {
    right: .15rem;
    background: #fff url(../images/s5-list-next.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
    transform: translateX(50%);
}

.s5-tree {
    display: flex;
    align-items: flex-end;
}

.s5-trl {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
    padding-bottom: .6rem;
}

.s5-trl .slick-list {
    overflow: visible;
    pointer-events: none;
}

.s5-trl ul li {
    opacity: 0;
    pointer-events: none;
    transform-style: preserve-3d;
    perspective: 1500px;
    transition: all .6s;
}

.s5-trl ul li.slick-active {
    opacity: 1;
    pointer-events: auto;
}

.s5-trl ul li.slick-current {
    transform: scale(0.9);
}

.s5-trl ul li.slick-current+li {
    transform: scale(0.95);
}

.s5-trl ul li.slick-current+li+li {
    transform: scale(1);
}

.s5-trl ul li.slick-current+li+li a {
    transform: rotateY(0deg);
    box-shadow: 0.3rem 0.3rem 0.3rem 0rem rgba(0, 0, 0, 0.3);
}

.s5-trl ul li a {
    display: block;
    box-shadow: -0.05rem 0rem 0.3rem 0rem rgba(0, 0, 0, 0.15);
    transform: rotateY(25deg);
    transform-origin: left center;
    transition: all .5s;
}

.s5-trl ul li a .pic {
    padding-top: 144%;
}

.s5-trl .slick-prev, .s5-trl .slick-next {
    width: 0.65rem;
    height: 0.65rem;
    box-shadow: 0px 0px 0.15rem 0px rgba(32, 69, 162, 0.1);
    z-index: 9;
    border-radius: 50%;
}

.s5-trl .slick-prev {
    left: .15rem;
    background: #fff url(../images/s5-list-prev.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
    transform: translateX(-50%);
}

.s5-trl .slick-next {
    background: #bb6043 url(../images/s5-list-next-w.png) no-repeat;
    background-position: center center;
    background-size: .1rem auto;
    transform: translateX(50%);
}


.s5-trr {
    width: 6.6rem;
    position: relative;
    z-index: 1;
}

.s5-trr ul {
    margin-left: -1.74rem;
    background-color: rgba(32, 69, 162, .05);
    padding-left: 2.3rem;
}

.s5-trr ul li a {
    display: block;
    padding: .64rem .48rem .67rem 0;
    position: relative;
    z-index: 999;
}

.s5-trr ul li a h3 {
    font-family: SourceHanSerifSC-Heavy;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #2045a2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-trr ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.34rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.44rem;
    margin: .23rem 0 .4rem 0;
}

.s5-trr ul li a div {
    display: flex;
}

.s5-trr ul li a div b {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #bb6043;
    background: url(../images/icon-jiantou-g.png) no-repeat;
    background-position: right center;
    background-size: .28rem auto;
    padding-right: .36rem;
    border-bottom: 1px solid #bb6043;
    padding-bottom: 0.05rem;
}



.s9 {
    position: relative;
    z-index: 9;
    margin-top: .8rem;
}

.s9-c {
    display: flex;
}

.s9-l {
    width: 9.34rem;
    margin-right: .6rem;
}

.s9-l ul {
    display: flex;
    justify-content: space-between;
}

.s9-l ul li {
    width: 48%;
}

.s9-l ul li a {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(32, 69, 162, 0.1);
}

.s9-l ul li a .pic {
    padding-top: 61.5%;
}

.s9-l ul li a .info {
    padding: .35rem .45rem .45rem .35rem;
}

.s9-l ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
}

.s9-l ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.78rem;
    margin: .15rem 0 .3rem 0;
}

.s9-l ul li a .info span {
    display: block;
    font-family: SourceHanSerifSC-Bold;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: -1px;
    color: #2045a2;
    padding-left: .25rem;
    background: url(../images/pub-item1-icon1.png) no-repeat;
    background-position: left center;
    background-size: .18rem auto;
    transition: all .6s;
}

.s9-r {
    flex: 1;
    min-width: 0;
}

.s9-r ul li a {
    padding: .15rem 0 .15rem 0;
    position: relative;
}

.s9-r ul li:nth-child(1) a {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.s9-r ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    z-index: 1;
}

.s9-r ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #2045a2;
    z-index: 2;
    transition: all .6s;
}

.s9-r ul li a {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding: .19rem 0;
}

.s9-r ul li a span {
    line-height: .3rem;
    margin-left: .15rem;
}

.s9-r ul li a h3 {
    margin-top: 0;
    flex: 1;
    min-width: 0;
}



@media screen and (min-width: 1025px) {
    .s5-list ul li a:hover {
        margin-top: 0;
    }

    .s5-list ul li a:hover .info {
        border-color: transparent;
    }

    .s5-list ul li a:hover .info::before {
        opacity: 1;
    }

    .s5-list ul li a:hover .info h3 {
        color: #fff;
    }

    .s5-list ul li a:hover .info p {
        color: #ffffff;
        opacity: 0.6;
    }

    .s5-list ul li a:hover .info div {
        background: url(../images/pub-item1-icon2.png) no-repeat;
        background-position: left center;
    }

    .s5-list ul li a:hover .info div::after {
        background: url(../images/icon-jiantou-w.png) no-repeat;
        background-position: right center;
        background-size: .28rem auto;
    }

    .s5-list ul li a:hover .info div b {
        color: #ffffff;
    }

    .s5-list ul li a:hover .info div span {
        color: #ffffff;
    }

    .itit-more a:hover {
        background: #2045a2;
        color: #fff;
    }

    .itit-w .itit-more a:hover {
        background: #fff;
        color: #2045a2;
    }

    .s3-cont ul li a:hover {
        background: #2045a2;
    }

    .s3-cont ul li a:hover div b {
        color: #fff;
    }

    .s3-cont ul li a:hover div span {
        color: #fefeff;
        background: url(../images/pub-item1-icon2.png) no-repeat;
        background-position: left center;
        background-size: .18rem auto;
    }

    .s3-cont ul li a:hover h3 {
        color: #fff;
    }

    .s2-lt ul li a:hover .info h3, .s2-rb ul li a:hover h3, .publist2:hover p, .first-item a:hover h3, .s9-r ul li a:hover h3, .s9-l ul li a:hover .info h3 {
        color: #2045a2;
    }


    .publist2:hover::after, .s2-lt ul li a:hover::after, .s2-rb ul li a:hover::after, .first-item a:hover::after, .s9-r ul li a:hover::after {
        left: 0;
        width: 100%;
    }

    .s1-r ul li:hover {
        margin-left: -.3rem;
        padding-left: .65rem;
    }

    .s1-r ul li:hover a span {
        color: #fefeff;
        background: url(../images/pub-item1-icon2.png) no-repeat;
        background-position: left center;
        background-size: .18rem auto;
    }

    .s1-r ul li:hover a h3 {
        color: #ffffff;
    }

    .s1-r ul li:hover a div {
        background-color: #ffffff;
        height: 0.02rem;
        opacity: 1;
        margin-top: .1rem;
        margin-bottom: .15rem;
    }

    .s1-r ul li.on {
        margin-left: -.3rem;
        padding-left: .65rem;
    }

    .s1-r ul li.on .bg {
        left: 0 !important;
        ;
        top: 0 !important;
    }

    .s1-r ul li.on a span {
        color: #fefeff;
        background: url(../images/pub-item1-icon2.png) no-repeat;
        background-position: left center;
        background-size: .18rem auto;
    }

    .s1-r ul li.on a h3 {
        color: #ffffff;
    }

    .s1-r ul li.on a div {
        background-color: #ffffff;
        height: 0.02rem;
        opacity: 1;
        margin-top: .1rem;
        margin-bottom: .15rem;
    }

}

@media screen and (max-width: 1024px) {
    .itit {
        margin-bottom: .25rem;
    }

    .itit-text {
        font-size: .24rem;
        line-height: .3rem;
    }

    .s1-l ul li a .info {
        padding: 0 1rem .15rem .15rem;
    }

    .s1-l .slick-dots {
        right: .1rem;
        bottom: .2rem;
    }

    .s1-l .slick-dots li span {
        font-size: .26rem;
    }

    .s1-r ul li {
        padding: 0 .15rem;
    }

    .s1-r ul li a {
        padding: .154rem 0;
    }

    .s3-r .slick ul li a .info {
        padding: 0 .5rem .15rem .15rem;
    }

    .s4-c {
        flex-wrap: wrap;
    }

    .s4-c ul {
        width: 50.625%;
        margin-bottom: .2rem;
    }

    .s4-first {
        width: 46.25%;
        margin-bottom: .2rem;
    }

    .s4-item .info p {
        font-size: .16rem;
    }

    .s4-item .info {
        padding: 0 .1rem .1rem .1rem;
    }

    .s4-item .info div {
        width: auto;
        height: auto;
        margin-right: .1rem;
    }

    .s4-item .info div img {
        max-width: .2rem;
        max-height: .2rem;
        min-width: auto;
        min-height: auto;
    }

    .s4-item.video::before {
        background-size: .3rem auto;
    }

    .s5 .itit {
        padding-bottom: .5rem;
        position: relative;
    }

    .s5 .itit .itit-text ul {
        position: absolute;
        bottom: 0;
        margin-left: 0;
        left: 0;
        width: 100%;
    }

    .s5 .itit .itit-text ul li {
        width: 33.33%;
        padding: 0;
    }

    .s5 .itit .itit-text ul li a {
        justify-content: center;
        font-size: .2rem;
    }

    .s5 .itit .itit-text ul li a::before {
        width: .1rem;
        margin-right: .05rem;
    }

    .s5-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .1rem;
    }

    .s5-l ul li a::before {
        background-size: .35rem;
    }

    .s5-rt a {
        height: 1.3rem;
        padding: 0 .15rem;
    }

    .s5-rt a .pics1>img {
        height: .45rem;
        margin-right: .15rem;
    }

    .s5-rb ul li a .info {
        padding: 0 .15rem .15rem .15rem;
    }

    .s1-c, .s2-c, .s3-c, .s5-c>div {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
    }

    .s2-r {
        width: auto;
        margin-left: 0;
        margin-top: .3rem;
    }

    .s3-r {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s1-l ul li a .info h3 {
        font-size: .18rem;
        line-height: .3rem;
    }

    .s5-rb ul li a .info h3 {
        padding-right: 0;
        background: none;
    }

    .s2 {
        padding: .5rem 0;
        margin-top: .5rem;
    }

    .s2, .s3 {
        margin-top: .5rem;
        padding-bottom: .5rem;
    }
    .s9{
        margin-top: 0;
    }
    .s4 {
        margin-top: 0.5rem;
        padding-bottom: .5rem;
    }

    .s5 {
        padding: .5rem 0;
    }

    .s1 {
        padding-top: .5rem;
    }

    .s5-list {
        padding: 0 .2rem;
    }

    .s5-tree {
        display: block;
    }

    .s5-trl {
        padding: 0 .2rem;
    }

    .s5-trl ul li {
        transform: scale(1) !important;
    }

    .s5-trl ul li a {
        transform: none !important;
    }

    .s5-trl .slick-prev {
        left: 0;
    }

    .s5-trl .slick-prev, .s5-trl .slick-next {
        width: 0.5rem;
        height: 0.5rem;
    }

    .s5-trr {
        width: auto;
    }

    .s5-trr ul {
        margin-left: 0;
        padding-left: 0;
    }

    .s5-trr ul li a {
        padding: .3rem .15rem;
    }

    .s9-c {
        display: block;
    }

    .s9-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }


}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .s2-lt ul li+li {
        margin-top: .2rem;
    }

    .first-item a {
        flex-wrap: wrap;
    }

    .first-item a .pics {
        width: 100%;
        order: 1;
        margin-left: 0;
        margin-bottom: .2rem;
    }

    .first-item a .info {
        width: 100%;
        flex: none;
        order: 2;
    }

    .s3-cont2 .pics {
        margin-left: 0;
    }


    .s2-lt ul, .s2-lb ul, .s3-cont {
        display: block;
    }

    .s2-lt ul li, .s2-lb ul li {
        width: auto;
    }

    .s3-cont .pics {
        width: auto;
        margin-right: 0;
        margin-bottom: .2rem;
        margin-left: 0;
    }


    .s9-l ul{
        display: block;
    }
    .s9-l ul li{
        width: auto;
    }
    .s9-l ul li a .info{
        padding: .2rem;
    }
    .s9-l ul li+li{
        margin-top: .2rem;
    }
}