@charset "utf-8";

body {
    overflow-x: hidden;
}

/* .loding {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999999;
} */

/*banner*/

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: auto;
}

.banner .slick-slide a .pic {
    padding-top: 50%;
}

.banner .slick-slide a .pic::before {
    content: none;
}

.banner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 23%;
    background: linear-gradient(to bottom, #004293 5%, rgba(0, 43, 96, 0) 99%);
    filter: blur(15px);
}

.banner .slick-slide a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14%;
    opacity: 0.5;
    background: linear-gradient(to bottom, rgba(0, 31, 77, 0) 0%, #002b60 100%);
    z-index: 1;
}

.banner .slick-slide img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.banner .img_scale img {
    transform: scale(1);
}

.banner .slick-slide .a {
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.banner .img_scale .a {
    transform: scale(1);
}

.banner .slick-dots {
    bottom: 0.26rem;
    right: 0;
    left: 0;
    font-size: 0;
    z-index: 9;
    text-align: center;
}

.banner .slick-dots li {
    vertical-align: middle;
    margin: 0 0.12rem;
    padding: 0;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: url(../images/ban-dot1.png) no-repeat center center / 100% 100%;
    transition: all 0.5s;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active {
    width: 1rem;
    height: 0.66rem;
    background: url(../images/ban-dot.png) no-repeat center center / 84% 85%;
}

/* .banner .slick-prev,
.banner .slick-next {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.16rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.4rem;
  
}

.banner .slick-next {
  right: 0.4rem;
  
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
} */

/*首页样式*/

.title {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0.4rem;
}

.tit-c {
    display: inline-block;
}

.tit-c p {
    font-family: MiSans;
    font-size: 0.5rem;
    font-weight: normal;
    line-height: 0.5rem;
    text-transform: uppercase;
    letter-spacing: normal;
    color: rgba(48, 76, 174, 0.2);
    background-image: -webkit-linear-gradient(270deg, rgba(48, 76, 174, 0.2) 15%, rgba(48, 76, 174, 0) 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tit-c h3 {
    font-family: Source Han Serif CN;
    font-size: 0.36rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 0.36rem;
    color: #171717;
    margin-top: -0.28rem;
    padding-bottom: 0.24rem;
    position: relative;
}

.tit-c h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.6rem;
    height: 0.19rem;
    background: url(../images/tit.png) no-repeat center center / 100% 100%;
    z-index: -1;
    pointer-events: none;
}

.more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.more a {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #314DAF;
    position: relative;
    transition: all 0.5s;
}

.more a::before {
    content: '';
    position: absolute;
    top: -0.05rem;
    left: -0.4rem;
    width: 0.85rem;
    height: 0.33rem;
    background: url(../images/more1.png) no-repeat center center / 100% 100%;
    z-index: -1;
    transition: all 0.5s;
}

.more a:hover {
    font-weight: bold;
}

.more a:hover::before {
    left: -0.35rem;
}

.title.white .tit-c h3,
.title.white .tit-c h3 b,
.title.white .more a {
    color: #fff;
}

.title.white .tit-c h3::after {
    background-image: url(../images/tit2.png);
}

.title.white .tit-c p {
    color: rgba(255, 255, 255, 0.2);
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.2) 15%, rgba(255, 255, 255, 0) 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title.white .more a::before {
    background-image: url(../images/more2.png);
}

/*主体*/

/* section1 */

.section1 {
    padding: 0.5rem 0 0.95rem 0;
    overflow: hidden;
    background: url(../images/s1-bg.png) no-repeat center center / cover;
}

.s1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s1-l {
    width: 52.5%;
}

.jdt {
    width: 100%;
}

.s1-l a {
    display: block;
    position: relative;
    z-index: 1;
}

.s1-l a span {
    display: block;
    font-family: Philosopher;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
}

.jdt a .pic {
    /* padding-top: 55.47%; */
    padding-top: 4.66rem;
}

.jdt a .pic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 73%;
    background: linear-gradient(180deg, rgba(0, 64, 143, 0) 47%, #00408f 98%);
}

.s1-b a .pic {
    /* padding-top: 67.66%; */
    padding-top: 1.8rem;
}

.s1-l a .pic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 73%;
    background: linear-gradient(180deg, rgba(0, 64, 143, 0) 47%, #00408f 98%);
}

.s1-l a .tx {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0.25rem 0.2rem 0.25rem;
}

.s1-l a h3 {
    font-family: Source Han Sans CN;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: 0.03rem;
}

.s1-b a h3 {
    font-size: 0.2rem;
    line-height: 0.28rem;
    height: 0.56rem;
}

.s1-b {
    width: 100%;
}

.s1-b ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -0.1rem;
}

.s1-b ul li {
    width: 33.333%;
    margin-top: 0.2rem;
}

.s1-b ul li a {
    display: block;
    position: relative;
    margin: 0 0.1rem;
}

.s1-b ul li a .tx {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 0.15rem 0.1rem 0.15rem;
}

.s1-b ul li a .tx h3 {
    font-size: 0.16rem !important;
    font-weight: 500;
    line-height: 0.24rem;
    height: 0.48rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #FFFFFF;
    transition: all 0.5s;
}

.s1-r {
    width: 47.5%;
}

.s1-r ul li {
    padding-left: 0.57rem;
    position: relative;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.22rem 0 0.21rem 0;
    border-top: 1px dashed #A8C8ED;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.s1-r ul li:first-child a {
    border-top: 0;
}

.s1-r ul li::after {
    content: '';
    position: absolute;
    top: -0.02rem;
    right: -1px;
    width: 1px;
    height: 0.05rem;
    background: #A8C8ED;
}

.s1-r ul li:first-child:after {
    display: none;
}

.s1-r ul li a .date {
    font-family: Philosopher;
    margin-right: 0.37rem;
    text-align: center;
}

.s1-r ul li a .date b {
    display: block;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #5973A7;
}

.s1-r ul li a .date span {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: #5973A7;
    margin-top: 0.15rem;
    position: relative;
}

.s1-r ul li a .date span::before {
    content: '';
    position: absolute;
    top: -0.09rem;
    left: 0;
    right: 0;
    height: 0.02rem;
    background: linear-gradient(90deg, #2252b0 0%, #ffffff 102%);
}

.s1-r ul li a .tx {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .tx h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    transition: all 0.5s;
}

.s1-r ul li a .tx p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
    margin-top: 0.13rem;
    display: none;
    transition: all 0.5s;
}

.s1-r ul li a .gd {
    position: absolute;
    right: -0.59rem;
    top: 0;
    bottom: 0;
    width: 0.59rem;
    background: url(../images/s1-rjt.png) no-repeat center center / 100% 100%;
    transition: all 0.5s;
}

/* section2 */
.section2 {
    background: url(../images/s2-bg.jpg) no-repeat center center / cover;
    overflow: hidden;
    padding: 0.64rem 0 0.84rem 0;
}

.s2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2 .title {
    text-align: left;
}

.s2-l {
    width: 48.75%;
}

.s2-l ul li {
    padding-right: 0.44rem;
    transition: all 0.5s;
}

.s2-l ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.26rem 0.18rem 0.26rem 0.34rem;
    border-top: 1px dashed rgba(168, 200, 237, 0.5);
    position: relative;
    transition: all 0.5s;
}

.s2-l ul li:first-child a {
    border-top: 0;
}

.s2-l ul li a::after {
    content: '';
    position: absolute;
    top: -0.03rem;
    right: -1px;
    width: 1px;
    height: 0.05rem;
    background: rgba(168, 200, 237, 0.5);
}

.s2-l ul li:first-child a::after {
    display: none;
}

.s2-l ul li a .date {
    font-family: Philosopher;
    border-right: 1px solid #EDEDED;
    padding-right: 0.3rem;
    margin-right: 0.3rem;
    text-align: center;
}

.s2-l ul li a .date b {
    display: block;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s2-l ul li a .date span {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: 0.04rem;
}

.s2-l ul li a .tx {
    flex: 1;
    min-width: 0;
}

.s2-l ul li a .tx h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #ffffff;
    transition: all 0.5s;
}

.s2-l ul li a .tx p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #B7CAFF;
    margin-top: 0.08rem;
    transition: all 0.5s;
}

.s2-r {
    width: 48.4375%;
}

.s2-r ul li {
    padding: 0 0.3rem 0 0.16rem;
    position: relative;
    transition: all 0.5s;
}

.s2-r ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: scaleY(0);
    border-right: 0.04rem solid #F7B045;
    transition: all 0.5s;
}

.s2-r ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.235rem 0;
    border-top: 1px solid rgba(125, 151, 241, 0.4);
    position: relative;
    transition: all 0.5s;
}

.s2-r ul li:first-child a {
    border-top: 0;
}

.s2-r ul li a .date {
    width: 0.73rem;
    height: 0.73rem;
    font-family: Philosopher;
    margin-right: 0.25rem;
    text-align: center;
    padding-top: 0.08rem;
    position: relative;
    z-index: 1;
}

.s2-r ul li a .date::before {
    content: '';
    position: absolute;
    top: 0.04rem;
    left: 0.05rem;
    width: 100%;
    height: 100%;
    border: 1px solid #F7B045;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.5s;
}

.s2-r ul li a .date::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: -1;
    transition: all 0.5s;
}

.s2-r ul li a .date b {
    display: block;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: 0.32rem;
    letter-spacing: normal;
    color: #314DAF;
}

.s2-r ul li a .date span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.16rem;
    letter-spacing: normal;
    color: #8A8A8A;
    margin-top: 0.05rem;
}

.s2-r ul li a .tx {
    flex: 1;
    min-width: 0;
}

.s2-r ul li a .tx h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #ffffff;
    transition: all 0.5s;
}

.s2-r ul li a .tx p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #676767;
    margin-top: 0.1rem;
    display: none;
    transition: all 0.5s;
}

/* section3 */
.section3 {
    overflow: hidden;
    padding: 0.77rem 0 0.9rem 0;
    background: url(../images/s3-rbg.png) no-repeat right center / auto 100%;
    position: relative;
}

.section3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: url(../images/s3-lbg.png) no-repeat center center / cover;
    z-index: -1;
    transition: all 0.5s;
}

.s3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.s3 .title {
    text-align: left;
}

.s3-l {
    width: 47.875%;
}

.s3-l ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.16rem;
    line-height: 0.8rem;
    position: relative;
    left: 0;
    transition: all 0.5s;
}

.s3-l ul li a h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.2rem;
    font-weight: normal;
    letter-spacing: normal;
    background: url(../images/s3-zs.png) no-repeat left center / 0.13rem auto;
    padding-left: 0.23rem;
    transition: all 0.5s;
}

.s3-l ul li a span {
    font-family: Philosopher;
    font-size: 0.18rem;
    font-weight: normal;
    ;
    letter-spacing: normal;
    color: #314DAF;
    margin-left: 0.2rem;
    transition: all 0.5s;
}

.s3-r {
    width: 47.5%;
}

.s3-t a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: url(../images/s3-tbg.png) no-repeat right bottom / cover;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(101, 139, 170, 0.3);
}

.s3-t a .pic {
    width: 3.2rem;
    padding-top: 2.07rem;
    margin-right: 0.4rem;
}

.s3-t a .tx {
    flex: 1;
    min-width: 0;
    padding-right: 0.4rem;
}

.s3-t a .tx h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    height: 0.6rem;
    letter-spacing: normal;
    color: #314DAF;
}

.s3-t a .tx p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    height: 0.48rem;
    letter-spacing: normal;
    color: #959595;
    margin-top: 0.1rem;
}

.s3-t a .tx .b {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
}

.s3-t a .tx .b .date {
    font-family: Philosopher;
    font-size: 0.18rem;
    font-weight: normal;
    letter-spacing: normal;
    color: #F7B045;
}

.s3-t a .tx .b .date b {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #314DAF;
    margin-right: 0.1rem;
}

.s3-t a .tx .b::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    margin-left: 0.26rem;
    height: 0.06rem;
    background: url(../images/s3-lx.png) no-repeat right center / auto 100%;
}

.s3-r ul {
    margin-top: 0.1rem;
}

.s3-r ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0.88rem;
}

.s3-r ul li a h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.2rem;
    font-weight: normal;
    letter-spacing: normal;
    position: relative;
    left: 0;
    background: url(../images/s3-zs.png) no-repeat left center / 0.13rem auto;
    padding-left: 0.23rem;
    transition: all 0.5s;
}

.s3-r ul li a span {
    display: block;
    font-family: Philosopher;
    font-size: 0.18rem;
    font-weight: normal;
    letter-spacing: normal;
    color: #314DAF;
    margin-left: 0.15rem;
    transition: all 0.5s;
}

/* section4 */
.section4 {
    padding: 0.9rem 0 1.44rem 0;
    background: url(../images/s4-bg.png) no-repeat center center / cover;
}

.s4 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.s4 .title {
    text-align: left;
}

.s4-l {
    width: 7.62rem;
}

.s4-l .conbox {
    position: relative;
}

.s4-l .con {
    width: calc(100% + 0.63rem);
    overflow: hidden;
    padding-left: 0.63rem;
    margin-left: -0.63rem;
}

.s4-l ul li {
    width: 7.62rem;
}

.s4-l ul li a {
    display: block;
    position: relative;
}

.s4-l ul li .pic {
    padding-top: 60.23%;
}

.s4-l ul li .pic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #00000000 0%, #000000e6 100%);
}

.s4-l ul li .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.84rem;
    height: 0.84rem;
    background: url(../images/bf.png) no-repeat center center / 100% 100%;
    transition: all 0.5s;
}

.s4-l ul li h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 0.35rem 0.35rem;
    font-size: 0.2rem;
    font-weight: bold;
    letter-spacing: normal;
    color: #FFFFFF;
}

.s4-l ul li.swiper-slide-prev .pic::after {
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.s4-l ul li.swiper-slide-prev h3,
.s4-l ul li.swiper-slide-prev .bf {
    display: none;
}

.s4-l .swiper-container {
    overflow: visible !important;
}

.s4-l .swiper-slide {
    transform-origin: left center;
    /* 以左边为缩放基点，贴合堆叠效果 */
}

.s4-l .swiper-button-prev,
.s4-l .swiper-button-next {
    margin-top: 0;
    transform: translateY(-50%);
    width: 0.54rem;
    height: 0.54rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    box-shadow: 0px 0px 0.11rem 0px rgba(0, 21, 172, 0.102);
    border-radius: 50%;
    transition: all 0.5s;
}

.s4-l .swiper-button-prev {
    left: -0.3rem;
    background-image: url(../images/s4-prev.png);
}

.s4-l .swiper-button-next {
    right: -0.3rem;
    background-image: url(../images/s4-next.png);
}

.s4-l .swiper-button-prev:hover {
    background-image: url(../images/s4-prevon.png);
}

.s4-l .swiper-button-next:hover {
    background-image: url(../images/s4-nexton.png);
}

.s4-r {
    width: 47.25%;
}

.s2 .tit-c h3::after,
.s3-l .tit-c h3::after,
.s4 .tit-c h3::after {
    left: -0.1rem;
    transform: none;
}

.s4-r ul li {
    transition: all 0.5s;
}

.s4-r ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.18rem 0;
    border-top: 1px dashed #A8C8ED;
    position: relative;
    transition: all 0.5s;
}

.s4-r ul li:first-child a {
    border-top: 0;
    padding-top: 0;
}

.s4-r ul li:last-child a {
    padding-bottom: 0;
}

.s4-r ul li a::after {
    content: '';
    position: absolute;
    top: -0.03rem;
    right: -1px;
    width: 1px;
    height: 0.05rem;
    background: #A8C8ED;
}

.s4-r ul li:first-child a::after {
    display: none;
}

.s4-r ul li a .date {
    font-family: Philosopher;
    border-right: 1px solid rgba(159, 163, 175, 0.5);
    padding-right: 0.16rem;
    margin-right: 0.16rem;
    text-align: center;
}

.s4-r ul li a .date b {
    display: block;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.32rem;
    letter-spacing: normal;
}

.s4-r ul li a .date span {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: normal;
    color: #9E9E9E;
    margin-top: 0.04rem;
}

.s4-r ul li a .tx {
    flex: 1;
    min-width: 0;
}

.s4-r ul li a .tx h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    transition: all 0.5s;
}

.s4-r ul li a .tx p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    height: 0;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: normal;
    color: #9FA3AF;
    margin-top: 0.1rem;
    transition: all 0.5s;
}


@media screen and (min-width: 1025px) {
    .s1-r ul li:hover {
        background: #FFFFFF;
        box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.11);
    }

    .s1-r ul li:hover a .date b,
    .s1-r ul li:hover a .date span {
        color: #314DAF;
    }

    .s1-r ul li:hover a .gd {
        right: 0;
    }

    .s1-r ul li:hover a .tx p {
        display: block;
    }

    .s1-r ul li:hover a .tx {
        padding-right: 0.69rem;
    }

    .s1-r ul li:hover a .tx h3 {
        font-weight: bold;
    }

    .s2-l ul li:hover {
        background: url(../images/a2-libg.png) no-repeat center center / 100% 100%;
        box-shadow: 0px 0.04rem 0.21rem 0px rgba(21, 48, 96, 0.15);
    }

    .s2-l ul li:hover a .date {
        border-right-color: #7492CD;
    }

    .s2-l ul li:hover a .date b,
    .s2-l ul li:hover a .date span {
        color: #314DAF;
    }

    .s2-l ul li:hover a .tx h3 {
        font-weight: bold;
        color: #314DAF;
    }

    .s2-l ul li:hover a .tx p {
        color: #707070;
    }

    .s2-r ul li:hover {
        background: #FFFFFF;
        box-shadow: 0px 0.04rem 0.1rem 0px rgba(2, 79, 139, 0.3);
    }

    .s2-r ul li:hover a .date::after {
        background: #314DAF;
    }

    .s2-r ul li:hover a .date::before {
        opacity: 1;
        visibility: visible;
    }

    .s2-r ul li:hover a .date b,
    .s2-r ul li:hover a .date span {
        color: #FFFFFF;
    }

    .s2-r ul li:hover a .tx h3 {
        font-weight: bold;
        color: #314DAF;
    }

    .s2-r ul li:hover a .tx p {
        display: block;
    }

    .s2-r ul li:hover::after {
        transform: scaleY(1);
    }

    .s3-l ul li:hover a {
        background: url(../images/s3-libg.png) no-repeat left center / cover;
    }

    .s3-l ul li:hover a h3,
    .s3-l ul li:hover a span {
        color: #fff;
        font-weight: bold;
        margin-right: 0.2rem;
    }

    .s3-l ul li:hover a h3 {
        background-image: url(../images/s3-zs2.png);
    }

    .s3-r ul li:hover a h3 {
        left: 0.05rem;
        font-weight: bold;
    }

    .s3-r ul li:hover a span {
        font-weight: bold;
    }

    .s4-l ul li:hover .bf {
        transform: translate(-50%, -50%) scale(1.1);
    }

    .s4-r ul li.on+li a {
        border-top: 1px solid #F7B045;
    }

    .s4-r ul li.on+li a::after {
        background: #F7B045;
    }

    .s4-r ul li.on a .tx p {
        height: 0.48rem;
    }

    .s4-r ul li.on a .tx h3 {
        font-weight: bold;
        color: #314DAF;
    }

    .s4-r ul li.on a .date {
        border-right-color: rgba(95, 128, 194, 0.5);
    }

    .s4-r ul li.on a .date b {
        color: #314DAF;
    }
}

@media screen and (max-width: 1024px) {

    .banner::after {
        content: none;
    }

    .banner .slick-dots {
        bottom: 0.15rem;
    }

    .banner .slick-dots li {
        margin: 0 0.1rem;
        width: 0.1rem;
        height: 0.1rem;
    }

    .banner .slick-dots li.slick-active {
        width: 0.5rem;
        height: 0.33rem;
    }

    .title {
        margin-bottom: 0.2rem;
    }

    .tit-c h3 {
        font-size: 0.26rem;
        line-height: 0.26rem;
        margin-top: -0.18rem;
        padding-bottom: 0.2rem;
    }

    .tit-c h3::after {
        width: 1rem;
        height: 0.12rem;
    }

    .tit-c p {
        font-size: 0.3rem;
        line-height: 0.3rem;
    }

    .s2 .tit-c h3::after,
    .s3-l .tit-c h3::after,
    .s4 .tit-c h3::after {
        left: 0;
    }

    .more a::before {
        width: 0.55rem;
        height: 0.22rem;
        left: -0.2rem;
        top: -0.03rem;
    }

    h3.bt {
        font-size: 0.18rem !important;
    }

    .section1 {
        padding: 0.3rem 0 0.1rem 0;
    }

    .s1-l {
        width: 100%;
    }

    .jdt a .pic {
        padding-top: 55.47%;
    }

    .s1-b a .pic {
        padding-top: 67.66%;
    }

    .s1-l a span {
        font-size: 0.2rem;
    }

    .s1-l a .tx {
        padding: 0 0.15rem 0.1rem;
    }

    .s1-b ul li a .tx {
        padding: 0 0.15rem 0.1rem;
    }

    .s1-b ul li a .tx h3 {
        height: auto;
        width: 97%;
    }

    .s1-r {
        width: 100%;
        margin-top: 0.1rem;
    }

    .s1-r ul li {
        padding-left: 0;
    }

    .s1-r ul li a {
        padding: 0.2rem 0;
    }

    .s1-r ul li a .date {
        margin-right: 0.25rem;
    }

    .s1-r ul li a .date b {
        font-size: 0.26rem;
        line-height: 0.26rem;
    }

    .s1-r ul li a .date span {
        font-size: 0.16rem;
    }

    .section2 {
        padding: 0.3rem 0;
    }

    .s2-l {
        width: 100%;
    }

    .s2-r {
        width: 100%;
        margin-top: 0.3rem;
    }

    .s2-l ul li {
        padding-right: 0;
    }

    .s2-l ul li a {
        padding: 0.2rem 0;
    }

    .s2-l ul li a .date {
        margin-right: 0.15rem;
        padding-right: 0.15rem;
    }

    .s2-l ul li a .date b,
    .s2-r ul li a .date b {
        font-size: 0.26rem;
        line-height: 0.26rem;
    }

    .s2-l ul li a .date span {
        font-size: 0.16rem;
        line-height: 0.16rem;
    }

    .s2-r ul li {
        padding: 0;
    }

    .s2-r ul li a {
        padding: 0.2rem 0;
    }

    .section3 {
        padding: 0.3rem 0 0.2rem 0;
    }

    .section3::before {
        display: none;
    }

    .s3-l {
        width: 100%;
        position: relative;
        padding-bottom: 0.2rem;
    }

    .s3-l::before {
        content: '';
        position: absolute;
        top: -0.3rem;
        bottom: 0;
        left: -15px;
        right: -15px;
        background: url(../images/s3-lbg.png) no-repeat center center / cover;
        z-index: -1;
    }

    .s3-l ul li a {
        line-height: 0.6rem;
        padding: 0;
    }

    .s3-l ul li a span {
        font-size: 0.16rem;
    }

    .s3-r {
        width: 100%;
        margin-top: 0.3rem;
    }

    .s3-t a .tx .b .date {
        font-size: 0.16rem;
    }

    .s3-t a .tx .b .date b {
        font-size: 0.26rem;
        line-height: 0.26rem;
    }

    .s3-r ul li a {
        line-height: 0.6rem;
    }

    .section4 {
        padding: 0.3rem 0;
    }

    .s4-l {
        width: 100%;
    }

    .s4-l .con {
        width: 100%;
        overflow: hidden;
        padding-left: 0;
        margin-left: 0;
    }

    .s4-l ul li {
        width: 100%;
    }

    .s4-l .swiper-button-prev,
    .s4-l .swiper-button-next {
        width: 0.35rem;
        height: 0.35rem;
    }

    .s4-l .swiper-button-prev {
        left: -13px;
    }

    .s4-l .swiper-button-next {
        right: -13px;
    }

    .s4-l ul li .bf {
        width: 0.6rem;
        height: 0.6rem;
    }

    .s4-l ul li h3 {
        padding: 0 0.2rem 0.2rem;
    }

    .s4-r {
        width: 100%;
        margin-top: 0.3rem;
    }

    .s4-r ul li a .date b {
        font-size: 0.26rem;
        line-height: 0.26rem;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
    .s1-b ul li {
        width: 50%;
    }

    .s1-b ul li:last-child {
        display: none;
    }

    .s3-t a .pic {
        width: 100%;
        padding-top: 64.68%;
        margin-right: 0;
    }

    .s3-t a .tx {
        padding: 0.2rem;
    }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}