@charset "utf-8";

body {
    overflow-x: hidden
}

.banner {
    position: relative;
    z-index: 1;
    height: calc(100vh - 1.15rem);
    display: flex;
    align-items: center;
    padding-bottom: 1.7rem
}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 42.7%;
    background: url(../images/bannerlbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none
}

.banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57.3%;
    background: url(../images/bannerrbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none
}

.banner-l {
    width: 42.7%
}

.banner-l ul {
    display: flex;
    justify-content: flex-end;
    padding-right: .84rem
}

.banner-l ul li {
    margin: 0 .1rem;
    position: relative
}

.banner-l ul li img {
    display: block;
    height: 1.29rem;
    -webkit-box-reflect: below -0.04rem linear-gradient(to bottom, transparent 40%, rgba(255, 255, 255, .12));
    animation: _zm 3s linear infinite
}

.banner-l ul li:nth-child(1) img {
    animation-delay: -3s
}

.banner-l ul li:nth-child(2) img {
    animation-delay: -2.8s
}

.banner-l ul li:nth-child(3) img {
    animation-delay: -2.6s
}

.banner-l ul li:nth-child(4) img {
    animation-delay: -2.4s
}

.banner-l ul li:nth-child(5) img {
    animation-delay: -2.2s
}

@keyframes _zm {
    0% {
        margin-top: 0
    }

    10% {
        margin-top: -.2rem
    }

    20% {
        margin-top: 0
    }

    100% {
        transform: translateY(0)
    }
}

.banner-r {
    flex: 1;
    min-width: 0
}

.banner-r>div {
    margin-left: 1.2rem;
    max-width: 7.2rem
}

.banner-r>div h3 {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.58rem;
    line-height: .7rem;
    color: #ffc415;
    padding-right: 1rem
}

.banner-r>div p {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.42rem;
    color: #ffffff;
    margin-top: .25rem
}

.banner-r>div .pubmore a:nth-child(1) {
    margin-right: .5rem;
}

.banner-r>div .pubmore a:nth-child(1) span::after {
    background: none;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: .09rem 0 .09rem .14rem;
    border-color: transparent transparent transparent #fff;
    margin-left: .1rem;
}

.banner-r>div .pubmore a::before {
    background: #fff;
}

.banner-r>div .pubmore a::after {
    background: #fff;
}

.banner-r>div .pubmore {
    justify-content: flex-start;
    margin-top: .55rem
}

.banner-r>div .pubmore a span {
    font-size: .18rem
}

.index {
    margin-top: -1.7rem;
    position: relative;
    z-index: 9;
}

.s1-c {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 3.4rem
}

.s1-c::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: -2.4rem;
    bottom: 0;
    background-color: #f8f8f8;
    z-index: -1;
    pointer-events: none
}

.s1-l {
    margin-left: .8rem;
    margin-right: 1.4rem
}

.s1-l h3 {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.84rem;
    font-weight: normal;
    line-height: 0.9rem;
    color: #000000
}

.s1-l h2 {
    margin-top: .35rem
}

.s1-l h2 img {
    display: block;
    margin: 0 auto;
    height: 0.79rem
}

.s1-r {
    flex: 1;
    min-width: 0
}

.s1-r p {
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.38rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 1.14rem
}

.s1-r .pubmore {
    justify-content: flex-start;
    margin-top: .3rem
}

.s2 {
    position: relative;
    z-index: 2;
    margin-top: .9rem
}

.s2-tit h2 {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.5rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #333333
}

.s2-tit p {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.35rem;
    color: #333333;
    margin-top: .25rem
}

.s2-c {
    margin-top: .7rem
}

.s2-c ul {
    display: flex;
    justify-content: space-between
}

.s2-c ul li {
    width: 32%
}

.s2-c ul li .pics a {
    display: block
}

.s2-c ul li .pics a .pic {
    padding-top: 67.245%
}

.s2-c ul li .info {
    background-color: #ffffff;
    padding: .3rem .3rem .3rem .3rem
}

.s2-c ul li .info h3 a {
    display: block;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.35rem;
    color: #000000
}

.s2-c ul li .info div {
    min-height: 1.2rem;
    margin-top: .1rem
}

.s2-c ul li .info p a {
    display: block;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333
}

.pub-bmore {
    display: block;
    width: 0.41rem;
    height: 0.41rem;
    background-color: #ffc415;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-top: .2rem;
    z-index: 9
}

.pub-bmore::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/pubmore-w.png) no-repeat;
    background-position: center center;
    background-size: .13rem;
    transition: all 0.5s;
    transform: translateY(100%) translateX(-100%)
}

.pub-bmore::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: url(../images/pubmore-b.png) no-repeat;
    background-position: center center;
    background-size: .13rem;
    transition: all 0.5s
}

.s3 {
    position: relative;
    z-index: 1;
    padding-top: 1.3rem
}

.s3::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2.86rem;
    right: 0;
    bottom: 0.93rem;
    background: url(../images/s3-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none
}

.s3-c {
    display: flex;
    align-items: center;
}

.s3-l {
    width: 4.8rem;
    margin-right: 1.4rem
}

.s3-l h2 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.5rem;
    font-weight: normal;
    line-height: 0.72rem;
    color: #ffffff
}

.s3-l .pubmore {
    justify-content: flex-start;
    margin-top: .4rem
}

.s3-r {
    flex: 1;
    min-width: 0
}

.s3-r p {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.35rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 1.05rem
}

.s3-r .pic {
    padding-top: 58.5%;
    margin-top: .35rem
}

.s4 {
    background: url(../images/s4-bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 1.4rem 0 1.2rem 0
}

.s4-tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.s4-tit-text {
    display: flex;
    align-items: flex-start;
    flex: 1;
    min-width: 0
}

.s4-tit-text h2 {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.5rem;
    font-weight: normal;
    line-height: 0.35rem;
    color: #333333;
    white-space: nowrap;
}

.s4-tit-text p {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.35rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 1.15rem;
    /*width: 6.52rem;*/
    max-width: 80%;
    margin-left: .45rem;
    margin-right: 1rem;
}

.s4-c {
    margin-top: .4rem
}

.s4-c ul {
    display: flex;
    margin: 0 -.13rem;
    align-items: flex-start
}

.s4-c ul li {
    width: 25%;
    position: relative
}

.s4-c ul li a {
    display: block;
    margin: 0 .13rem;
    position: relative;
    overflow: hidden
}

.s4-c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -.1rem;
    z-index: 8;
    transition: all .6s
}

.s4-c ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 9;
    transition: all .6s
}

.s4-c ul li:nth-child(1) a::before {
    background: url(../images/s4-c-zzc1.png) repeat-x;
    background-position: bottom center;
    background-size: 100% auto
}

.s4-c ul li:nth-child(2) a::before {
    background: url(../images/s4-c-zzc2.png) repeat-x;
    background-position: bottom center;
    background-size: 100% auto
}

.s4-c ul li:nth-child(2) a::after {
    background: #73b744
}

.s4-c ul li:nth-child(3) a::before {
    background: url(../images/s4-c-zzc3.png) repeat-x;
    background-position: bottom center;
    background-size: 100% auto
}

.s4-c ul li:nth-child(3) a::after {
    background: #004e9f
}

.s4-c ul li:nth-child(4) a::before {
    background: url(../images/s4-c-zzc4.png) repeat-x;
    background-position: bottom center;
    background-size: 100% auto
}

.s4-c ul li:nth-child(4) a::after {
    background: #ff730f
}

.s4-c ul li:nth-child(1) {
    margin-top: .3rem
}

.s4-c ul li:nth-child(2) {
    margin-top: 1.94rem
}

.s4-c ul li:nth-child(3) {
    margin-top: .92rem
}

.s4-c ul li:nth-child(4) {
    margin-top: .3rem
}

.s4-c ul li a .pic {
    padding-top: 134.5%
}

.s4-c ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    transition: all .6s;
    padding: 0.3rem .25rem
}

.s4-c ul li a .info h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.35rem;
    color: #ffffff
}

.s4-c ul li a .info h4 {
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #ffffff;
    margin-top: .15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .9rem
}

.s4-c ul li a .info p {
    margin: 0 auto;
    margin-top: .2rem;
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.25rem;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 0;
    transition: all .6s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.s4-c ul li a .info b {
    height: 0;
    opacity: 0;
    transition: all .5s;
    margin-top: 0
}

.s5-c {
    display: flex
}

.s5-l {
    width: 8.8rem
}

.s5-l>ul {
    margin-left: -2.4rem
}

.s5-l>ul li a {
    display: block
}

.s5-l>ul li a .pic {
    padding-top: 69.6%
}

.s5-r {
    flex: 1;
    min-width: 0;
    padding: 1.18rem 0 0 .6rem;
    position: relative;
    z-index: 1
}

.s5-r::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: -2.4rem;
    bottom: 0;
    background: url(../images/s5-rbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    pointer-events: none
}

.s5-r>ul li a {
    display: block
}

.s5-r>ul li a h3 {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.5rem;
    font-weight: normal;
    line-height: 0.5rem;
    color: #ffffff
}

.s5-r>ul li a h4 {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.4rem;
    font-weight: normal;
    line-height: 0.56rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 1.68rem;
    margin: .5rem 0 .25rem 0
}

.s5-r>ul li a h4 i {
    background-image: linear-gradient(#41661f, #41661f)
}

.s5-r>ul li a p {
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.35rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 1.15rem
}

.s5-arr {
    display: flex;
    align-items: center;
    margin-top: .7rem
}

.s5-arr div {
    width: 0.51rem;
    height: 0.5rem;
    border: solid 0.02rem #ffffff;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
    margin-right: .14rem
}

.s5-arr div img {
    display: block;
    width: 0.19rem
}

.s5-arr div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s;
    background: #004d9e;
    z-index: -1;
    pointer-events: none
}

.s5-arr div:hover::before {
    animation: scaleTwo 1.2s 1
}

.s5-arr div:hover {
    background: #004d9e;
    border-color: #004d9e
}

@keyframes scaleTwo {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.4);
        opacity: 0
    }
}

.s6 {
    margin-top: 1.18rem
}

.s6-tit, .pub-tit {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.s6-tit h2, .pub-tit h2 {
    display: flex;
    align-items: center;
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.6rem;
    font-weight: normal;
    line-height: 0.6rem;
    color: #333333
}

.s6-tit h2 b, .pub-tit h2 b {
    color: #ffc415;
    padding-left: 10px;
}

.s6-t {
    margin-top: .6rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.07rem 0.29rem 0.03rem rgba(175, 175, 175, 0.1)
}

.s6-t ul li a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.s6-t ul li a .pics {
    width: 8.2rem
}

.s6-t ul li a .pics .pic {
    padding-top: 56%
}

.s6-t ul li a .info {
    flex: 1;
    min-width: 0;
    padding: .2rem .45rem
}

.s6-t ul li a .info span {
    display: block;
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-style: italic;
    line-height: 0.2rem;
    color: #010101
}

.s6-t ul li a .info h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.35rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 1.15rem;
    margin-top: .2rem
}

.s6-t ul li a .info p {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #333333;
    max-height: 1.12rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: .15rem;
    margin-bottom: .25rem
}

.s6-t ul li a .info b {
    display: block;
    font-weight: normal;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.16rem;
    font-weight: normal;
    color: #ffc415
}

.s6-b {
    margin-top: .3rem
}

.s6-b ul {
    display: flex;
    margin: 0 -.15rem
}

.s6-b ul li {
    width: 33%
}

.s6-b ul li a {
    display: block;
    margin: 0 .15rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.07rem 0.29rem 0.03rem rgba(175, 175, 175, 0.1)
}

.s6-b ul li a .pic {
    padding-top: 67.4%
}

.s6-b ul li a .info::after {
    content: "";
    position: absolute;
    left: 0;
    height: 0.05rem;
    right: 0;
    top: 0;
    transition: all .5s;
    z-index: -1;
    pointer-events: none
}

.s6-b ul li a .ly {
    margin-top: 0;
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #004d9e;
    padding: 0 0.12rem;
    transition: all 0.5s;
}

.s6-b ul li:nth-child(1) a .info::after {
    background-color: #febd0a
}

.s6-b ul li:nth-child(2) a .info::after {
    background-color: #73b744
}

.s6-b ul li:nth-child(3) a .info::after {
    background-color: #0b57a6
}

.s6-b ul li a .info {
    padding: .3rem .25rem .45rem .25rem;
    position: relative;
    z-index: 1
}

.s6-b ul li a .info h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.35rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.7rem
}

.s6-b ul li a .info p {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .78rem;
    margin: .1rem 0 .25rem 0
}

.s6-b ul li a .info span {
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #000000
}




.news {
    padding-top: 1.1rem;
}

.news-t {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.news-l {
    width: 9.4rem;
}

.news-l a {
    display: block;
    position: relative;
}

.news-l a .pic {
    padding-top: 56%;
}

.news-l a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    opacity: 0.8;
    z-index: 7;
}

.news-l a .info {
    position: absolute;
    padding: 0 .45rem;
    left: 0;
    right: 0;
    bottom: 0.3rem;
    z-index: 9;
}

.news-l a .info h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .7rem;
}

.news-r {
    flex: 1;
    min-width: 0;
    margin-left: .4rem;
}

.news-r a {
    display: block;
}

.news-r a .pic {
    padding-top: 67%;
}

.news-r a .info {
    padding: .2rem 0 0 0;
}

.news-r a .info h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.7rem;
}

.news-r a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .78rem;
    margin: .1rem 0 .15rem 0;
}

.news-r a .info span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #004d9e;
}

.news-b ul {
    display: flex;
    justify-content: space-between;
}

.news-b ul li {
    width: 32%;
    margin-top: .39rem;
}

.news-b ul li a {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: .23rem 0;
}

.news-b ul li a h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.7rem;
}

.news-b ul li a span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #004d9e;
    margin-top: .3rem;
}

.lecture {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    background: url(../images/lecturebg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.lecture-c {
    margin-top: .55rem;
}

.lecture-c .swiper-container {
    overflow: visible;
}

.lecture-c .swiper-container .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}

.lecture-c .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
}

.lecture-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide {
    opacity: 1;
    pointer-events: auto;
}

.lecture-c .swiper-slide a {
    display: block;
    background-color: #ffffff;
    box-shadow: 0rem 0.07rem 0.29rem 0.03rem rgba(175, 175, 175, 0.1)
}

.lecture-c .swiper-slide a .pic {
    padding-top: 67.4%
}

.lecture-c .swiper-slide a .info::after {
    content: "";
    position: absolute;
    left: 0;
    height: 0.05rem;
    right: 0;
    top: 0;
    transition: all .5s;
    z-index: -1;
    pointer-events: none
}

.lecture-c .swiper-slide a .ly {
    margin-top: 0;
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #004d9e;
    padding: 0 0.12rem;
    transition: all 0.5s;
}

.lecture-c .swiper-slide:nth-child(3n+1) a .info::after {
    background-color: #febd0a
}

.lecture-c .swiper-slide:nth-child(3n+2) a .info::after {
    background-color: #73b744
}

.lecture-c .swiper-slide:nth-child(3n) a .info::after {
    background-color: #0b57a6
}

.lecture-c .swiper-slide a .info {
    padding: .25rem .35rem .45rem .35rem;
    position: relative;
    z-index: 1
}

.lecture-c .swiper-slide a .info h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.35rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.7rem
}

.lecture-c .swiper-slide a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.lecture-c .swiper-slide a .info dl {
    padding-top: .15rem;
}

.lecture-c .swiper-slide a .info dl dd {
    margin-top: .14rem;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #333333;
    padding-left: .31rem;
    transition: all .5s;
}

.lecture-c .swiper-slide a .info dl dd.user {
    background: url(../images/icons-user-b.png) no-repeat;
    background-position: left center;
    background-size: .18rem auto;
}

.lecture-c .swiper-slide a .info dl dd.time {
    background: url(../images/icons-time-b.png) no-repeat;
    background-position: left center;
    background-size: .18rem auto;
}

.lecture-c .swiper-slide a .info dl dd.address {
    background: url(../images/icons-add-b.png) no-repeat;
    background-position: left center;
    background-size: .18rem auto;
}

.lecture-c .swiper-slide a .info dl b {
    position: absolute;
    bottom: 0.3rem;
    right: 0.35rem;
    width: 0.51rem;
    height: 0.51rem;
    background: rgba(255, 255, 255, .3) url(../images/pubmore-w.png) no-repeat;
    background-position: center center;
    background-size: .14rem;
    border-radius: 50%;
    transition: all .5s;
    opacity: 0;
}

.lecture-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .45rem;
}

.lecture-dots span {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #004d9e;
    opacity: 0.3;
    margin: 0 .1rem;
}

.lecture-dots span.swiper-pagination-bullet-active {
    opacity: 1;
}



@media screen and (min-width: 1025px) {
    .lecture-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
        opacity: 1;
        pointer-events: auto;
    }

    .lecture-c .swiper-slide a:hover .info:after {
        height: 100%
    }

    .lecture-c .swiper-slide a:hover .info h3 {
        color: #fff
    }

    .lecture-c .swiper-slide a:hover .info dl dd {
        color: #fff
    }

    .lecture-c .swiper-slide a:hover .info dl dd.user {
        background: url(../images/icons-user-w.png) no-repeat;
        background-position: left center;
        background-size: .18rem auto;
    }

    .lecture-c .swiper-slide a:hover .info dl dd.time {
        background: url(../images/icons-time-w.png) no-repeat;
        background-position: left center;
        background-size: .18rem auto;
    }

    .lecture-c .swiper-slide a:hover .info dl dd.address {
        background: url(../images/icons-add-w.png) no-repeat;
        background-position: left center;
        background-size: .18rem auto;
    }

    .lecture-c .swiper-slide a:hover .info b {
        opacity: 1;
    }


    .s2-c ul li .info p a:hover {
        text-decoration: underline;
        color: #ffc415
    }

    .s2-c ul li .info h3 a:hover, .news-r a :hover.info h3, .news-b ul li a:hover h3 {
        color: #ffc415
    }

    .s4-c ul li:hover a::after {
        opacity: .9
    }

    .s4-c ul li:hover a .info {
        padding-bottom: .4rem
    }

    .s4-c ul li:hover a .info p {
        max-height: .75rem;
        margin-top: .15rem;
        margin-bottom: .2rem
    }

    .s4-c ul li:hover a .info b {
        height: .41rem;
        opacity: 1
    }

    .s5-r>ul li a:hover h4 {
        color: #41661f
    }

    .s6-t ul li a:hover .info h3 {
        color: #ffc415
    }

    .s6-b ul li a:hover .info:after {
        height: 100%
    }

    .s6-b ul li a:hover .info h3 {
        color: #fff
    }

    .s6-b ul li a:hover .info p {
        color: #fff
    }

    .s6-b ul li a:hover .info span {
        color: #fff
    }

    a:hover .pub-bmore::before {
        transform: translateY(0) translateX(0)
    }

    a:hover .pub-bmore::after {
        transform: translateY(100%) translateX(100%)
    }

    a.pub-bmore:hover::before {
        transform: translateY(0) translateX(0)
    }

    a.pub-bmore:hover::after {
        transform: translateY(-100%) translateX(100%)
    }

    .banner-r>div .pubmore a:nth-child(1):hover span::after {
        border-color: transparent transparent transparent #00499c;
    }

    .banner-r>div .pubmore a:hover {
        border-color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .pubmore a {
        padding: 0 .15rem;
        min-width: 1.7rem
    }

    .banner {
        display: block;
        padding-bottom: 0;
        min-height: auto;
        height: auto;
    }

    .banner::before {
        display: none
    }

    .banner-l {
        width: auto;
        background: url(../images/bannerlbg.jpg) no-repeat;
        background-position: center center;
        background-size: cover
    }

    .banner::after {
        display: none
    }

    .banner-r {
        width: auto;
        background: url(../images/bannerrbg.jpg) no-repeat;
        background-position: center center;
        background-size: cover
    }

    .banner-l ul {
        padding-right: 0;
        padding: .6rem 0;
        justify-content: center
    }

    .banner-l ul li {
        margin: 0 .05rem
    }

    .banner-l ul li img {
        height: 0.55rem
    }

    .banner-r>div {
        margin-left: 0;
        padding: .35rem .2rem;
        max-width: none
    }

    .banner-r>div h3 {
        font-size: .28rem;
        line-height: .4rem;
        padding-right: 0
    }

    .banner-r>div p {
        font-size: .18rem;
        line-height: .3rem
    }

    .banner-r>div .pubmore a span {
        font-size: .16rem
    }

    .banner-r>div .pubmore {
        margin-top: .35rem
    }

    .index {
        margin-top: 0;
    }

    .s1-c {
        display: block;
        padding: .5rem .1rem;
        height: auto;
    }

    .s1-l {
        margin-left: 0;
        margin-right: 0
    }

    .s1-l h3 {
        font-size: .36rem;
        line-height: .5rem
    }

    .s1-l h2 {
        margin-top: 0
    }

    .s1-l h2 img {
        height: 0.45rem;
        margin-left: 0
    }

    .s1-r {
        margin-top: .3rem
    }

    .s1-r p,
    .s2-tit p,
    .s3-r p {
        font-size: .18rem;
        line-height: .3rem;
        height: auto
    }

    .s2-tit h2,
    .s4-tit-text h2 {
        font-size: .3rem;
        line-height: .4rem
    }

    .s2-c ul {
        display: block
    }

    .s2-c ul li {
        width: auto
    }

    .s2-c ul li+li {
        margin-top: .2rem
    }

    .s2-c ul li .info {
        padding: .25rem 0
    }

    .s2-c ul li .info div {
        min-height: auto
    }

    .s2-c ul li .info h3 a {
        font-size: .22rem
    }

    .s3 {
        padding: .5rem 0
    }

    .s3::before {
        top: 0
    }

    .s3-c {
        display: block
    }

    .s3-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .35rem
    }

    .s3-l h2 {
        font-size: .3rem;
        line-height: .4rem
    }

    .s4-tit-text {
        display: block
    }

    .s4-tit-text p {
        font-size: .18rem;
        line-height: .3rem;
        margin-left: 0;
        margin-top: .2rem;
        max-width: none;
        width: calc(100vw - .3rem)
    }

    .s4-c ul {
        flex-wrap: wrap
    }

    .s4-c ul li {
        width: 50%
    }

    .s4-c ul li:nth-child(1) {
        margin-top: .3rem
    }

    .s4-c ul li:nth-child(2) {
        margin-top: .6rem
    }

    .s4-c ul li:nth-child(3) {
        margin-top: 0
    }

    .s4-c ul li:nth-child(4) {
        margin-top: .3rem
    }

    .s4-c ul li a .info {
        padding: .2rem .15rem .15rem .15rem
    }

    .s4-c ul li a .info h3 {
        font-size: .2rem;
        line-height: .26rem
    }

    .s4-c ul li a .info h4 {
        font-size: .16rem;
        line-height: .224rem
    }

    .s4-c ul li a::after {
        opacity: .5
    }

    .s5-c {
        display: block
    }

    .s5-l {
        width: auto
    }

    .s5-r {
        padding: .3rem 0.15rem
    }

    .s5-l>ul {
        margin-left: 0
    }

    .s5-r::before {
        right: 0
    }

    .s5-r>ul li a h3 {
        font-size: .28rem;
        line-height: .3rem
    }

    .s5-r>ul li a h4 {
        font-size: .24rem;
        line-height: .36rem;
        max-height: 1.08rem;
        margin: .25rem 0 .15rem 0
    }

    .s5-r>ul li a p,
    .s6-t ul li a .info h3 {
        font-size: .18rem;
        line-height: .3rem;
        max-height: .9rem
    }

    .s5-arr {
        margin-top: .35rem
    }

    .s6 {
        margin-top: .5rem
    }

    .s6-t {
        margin-top: .35rem
    }

    .s6-t ul li a {
        display: block
    }

    .s6-t ul li a .pics {
        width: auto
    }

    .s6-t ul li a .info {
        padding: .2rem .15rem
    }

    .s6-b ul {
        display: block;
        margin: 0
    }

    .s6-b ul li {
        width: auto
    }

    .s6-b ul li+li {
        margin-top: .2rem
    }

    .s6-b ul li a {
        margin: 0
    }

    .s6-b ul li a .info {
        padding: .2rem .15rem
    }

    .s6-b ul li a .info h3 {
        height: auto;
        font-size: .18rem;
        line-height: .3rem;
        max-height: .6rem
    }

    .s6-tit h2, .pub-tit h2 {
        font-size: .34rem;
        line-height: .4rem;
        display: block
    }

    .s6-tit h2 b, .pub-tit h2 b {
        display: block;
        padding-left: 0;
    }

    .s4 {
        padding: 0.2rem 0 .5rem 0;
    }

    .s2-c {
        margin-top: .35rem
    }

    .s2 {
        margin-top: .5rem
    }

    .s1-c::before {
        right: -10px;
        left: -10px
    }


    .news {
        padding-top: .5rem;
    }

    .news-t {
        display: block;
        margin-top: .3rem;
    }

    .news-l {
        width: auto;
    }

    .news-r {
        width: auto;
        margin-left: 0;
        margin-top: .2rem;
    }

    .news-l a .info {
        padding: 0 .15rem;
        bottom: 0.15rem;
    }

    .news-b ul {
        display: block;
        margin-top: .3rem;
    }

    .news-b ul li {
        width: auto;
        margin-top: 0;
    }

    .news-b ul li a {
        border-bottom: none;
        padding: .15rem 0;
    }

    .news-b ul li a span{
        margin-top: .2rem;
    }
   
    .lecture{
        padding: .5rem 0;
    }
    .lecture-c .swiper-slide a .info{
        padding: .2rem .15rem .2rem .15rem;
    }
    .lecture-c .swiper-slide a .info dl dd{margin-top: .05rem;}


    .lecture-c {margin-top: .3rem;}
     .news-l a .info h3, .news-r a .info h3, .news-b ul li a h3 ,.lecture-c .swiper-slide a .info h3{
        height: auto;
        font-size: .18rem;
        line-height: .3rem;
        max-height: .6rem;
    }
}