.section1 {
    background-color: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 45px;
}

.title {
    position: relative;
    text-align: center;
}

.title h2 {
    font-size: 36px;
    color: #333;
}

.title .more {
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
    height: 45px;
    border: 1px solid #d69fa2;
    border-radius: 30px;
    text-align: center;
    line-height: 45px;
}

.title .more a {
    display: inline-block;
    padding-left: 30px;
    background: url(../2023images/more.png) no-repeat left center;
    font-size: 16px;
    color: #a31a21;
}

.sect1-top ul {
    padding-top: 30px;
    padding-bottom: 35px;
}

.sect1-top ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.sect1-top ul li:nth-child(3n-2) {
    margin-left: 0;
}

.sect1-top ul li a {
    display: block;
}

.sect1-top ul li a .pic {
    padding-top: 63.6%;
}

.sect1-top ul li a .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 55px;
    background-color: #a31a21;
    text-align: center;
    color: #fff;
}

.sect1-top ul li a .date p {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 24px;
    padding-top: 5px;
}

.sect1-top ul li a .date span {
    font-size: 12px;
    opacity: .4;
}

.sect1-top ul li a .text {
    position: relative;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px #e9e7e7;
}

.sect1-top ul li a .text p {
    line-height: 22px;
    font-size: 16px;
    color: #333;
    height: 44px;
    overflow: hidden;
}

.sect1-top ul li:first-child a .text {
    padding-bottom: 5px;
}

.sect1-top ul li:first-child a .text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    border-left: 445px solid #fff;
    border-bottom: 25px solid transparent;
    -webkit-filter: drop-shadow(0 15px 20px #eee);
    filter: drop-shadow(0 15px 20px #eee);
}

.sect1-top ul li:nth-child(3) a .text {
    padding-bottom: 5px;
}

.sect1-top ul li:nth-child(3) a .text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    border-right: 445px solid #fff;
    border-bottom: 25px solid transparent;
    -webkit-filter: drop-shadow(0 15px 20px #eee);
    filter: drop-shadow(0 15px 20px #eee);
}

.sect1-down {
    padding-bottom: 10px;
}

.sect1-down .date-list ul li {
    position: relative;
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-bottom: 35px;
}

.sect1-down .date-list ul li:nth-child(2n-1) {
    margin-left: 0;
}

.sect1-down .date-list ul li a {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 10px #e2e2e2;
    padding: 15px 20px;
    overflow: hidden;
    background-position: 0 100%;
    background-size: 0% 4px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#a31a21, #a31a21);
    transition: all .6s;
}

.sect1-down .date-list ul li a .date {
    position: relative;
    float: left;
    width: 85px;
    height: 65px;
    border-top: 4px solid #ae1b20;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.sect1-down .date-list ul li a .date p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    color: #ae1b20;
    background-color: #f8f8f8;
    font-weight: bold;
}

.sect1-down .date-list ul li a .date span {
    display: block;
    font-size: 14px;
    color: #c9666a;
    line-height: 14px;
    padding-bottom: 10px;
    background-color: #f8f8f8;
}

.sect1-down .date-list ul li a .date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    border-top: 5px solid #760204;
    border-left: 5px solid transparent;
}

.sect1-down .date-list ul li a .date::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    border-top: 5px solid #760204;
    border-right: 5px solid transparent;
}

.sect1-down .date-list ul li a .text {
    overflow: hidden;
    padding-left: 20px;
}

.sect1-down .date-list ul li a .text h2 {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sect1-down .date-list ul li a .text p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1-down .slick-dots {
    bottom: 0;
}

.sect1-down .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #a7242b;
    margin: 0 15px;
}

.sect1-down .slick-dots li.slick-active {
    background-color: #a7242b;
}

.sect1-down .date-list ul li:hover a {
    background-size: 100% 4px;
}

.sect1-down .date-list ul li:hover .text h2 {
    font-weight: bold;
}

.section2 {
    padding: 45px 0;
}

.sect2 img {
    display: block;
    width: 100%;
}

.section3 {
    padding-top: 30px;
    padding-bottom: 280px;
    background: url(../2023images/section3-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect3 {
    position: relative;
}

.qh-tit {
    padding: 30px 0;
    border-bottom: 1px solid #c6868a;
    text-align: center;
}

.qh-tit span {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 85px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
}

.qh-tit span:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 67px;
    height: 4px;
    border-radius: 5px;
    background-color: #fff;
    display: none;
}

.qh-tit span.on {
    font-weight: bold;
}

.qh-tit span.on:after {
    display: block;
}

.sect3 .qh-more {
    position: absolute;
    right: 0;
    top: 30px;
    width: 165px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 45px;
}

.sect3 .qh-more a {
    display: inline-block;
    padding-left: 30px;
    background: url(../2023images/more-other.png) no-repeat left center;
    font-size: 16px;
    color: #fff;
    display: none;
}

.sect3 .qh-more a.on {
    display: inline-block;
}

.sect3 .qh ul {
    display: none;
    overflow: hidden;
}

.sect3 .qh ul li {
    position: relative;
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-top: 50px;
    transition: all .3s;
    top: 0;
}

.sect3 .qh ul li:nth-child(3n-2) {
    margin-left: 0;
}

.sect3 .qh ul li a {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 45px 20px;
    border-bottom: 6px solid #df871f;
    background-position: 90% bottom;
    overflow: hidden;
    transition: all .3s;
}

.sect3 .qh ul li a .date {
    float: left;
    width: 68px;
    height: 68px;
    background: #f4e7e7;
    color: #9e1417;
    text-align: center;
}

.sect3 .qh ul li a .date p {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 26px;
    line-height: 26px;
    color: #9e1417;
    font-weight: bold;
}

.sect3 .qh ul li a .date span {
    opacity: .8;
}

.sect3 .qh ul li a .text {
    overflow: hidden;
    padding-left: 20px;
}

.sect3 .qh ul li a .text p {
    line-height: 34px;
    height: 68px;
    overflow: hidden;
    font-size: 20px;
    color: #333;
}

.sect3 .qh ul li:hover a {
    background: #ffff url(../2023images/s3-logo.png) no-repeat 90% bottom;
}

.sect3 .qh ul li:hover {
    top: -20px;
}

.sect3 .qh ul li:hover .text p {
    font-weight: bold;
    color: #a5181d;
}

.sect3 .qh ul.on {
    display: block;
}

.section4 {
    position: relative;
}

.sect4 {
    position: absolute;
    left: 0;
    top: -220px;
    right: 0;
    background: url(../2023images/section4-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0 50px 60px;
}

.sect4 ul {
    padding-bottom: 35px;
    padding-right: 0;
    overflow: hidden;
}

.sect4 ul li {
    margin-right: 50px;
}

.sect4 .slick-list {
    overflow: visible;
}

.sect4 ul li .pic {
    border-radius: 10px;
}

.sect4 ul li a {
    display: block;
}

.sect4 ul li a .text {
    position: relative;
    margin-left: 40px;
    background-color: #fff;
    padding: 10px 25px;
    margin-top: -25px;
    z-index: 3;
}

.sect4 ul li a .text p {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect4 ul li a .text span {
    padding-top: 15px;
    font-size: 16px;
    color: #ae1b20;
    opacity: .6;
}

.sect4 ul li:hover a .text {
    background: transparent;
    background-image: linear-gradient(to right, #ae1b20, rgba(174, 27, 32, .4));
}

.sect4 ul li:hover a .text p {
    color: #fff;
}

.sect4 ul li:hover a .text span {
    color: #fff;
}

.s4-jt {
    text-align: center;
}

.s4-jt>div {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    margin: 0 20px;
}

.s4-jt .jt-l {
    background: url(../2023images/s4-l.png) no-repeat center center;
}

.s4-jt .jt-r {
    background: url(../2023images/s4-r.png) no-repeat center center;
}

.s4-jt .jt-l:hover {
    background: #fff url(../2023images/s4-l-other.png) no-repeat center center;
}

.s4-jt .jt-r:hover {
    background: #fff url(../2023images/s4-r-other.png) no-repeat center center;
}

.section5 {
    padding-top: 400px;
    padding-bottom: 80px;
    background: url(../2023images/sect5-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sp {
    margin-top: 35px;
    background: #fff;
}

.sect5 a {
    display: block;
}

.sp-l {
    float: left;
    width: 40%;
}

.spp-r {
    float: right;
    width: 60%;
}

.sp-m {
    float: left;
    width: 50%;
}

.sp-r {
    width: 50%;
    float: right;
}

.sp-l .pic {
    padding-top: 71.8%;
}

.sect5 .text {
    position: relative;
    padding: 30px 40px;
    background-color: #fff;
}

.sect5 .text h2 {
    position: relative;
    padding-left: 70px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.sect5 .text h2 span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.sect5 .sp-l .text h2 span {
    background-color: #d71f05;
}

.sect5 .text h2 span img {
    display: inline-block;
    vertical-align: middle;
}

.sect5 .sp-l .text>p {
    line-height: 35px;
    height: 105px;
    font-size: 16px;
    color: #808080;
    overflow: hidden;
    margin-top: 15px;
}

.sect5 .sp-l .text .date {
    position: absolute;
    right: 0;
    width: 80px;
    height: 55px;
    color: #b61117;
    right: 25px;
    bottom: 30px;
}

.sect5 .sp-l .text .date p {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
}

.sect5 .sp-l .text .date span {
    display: block;
    font-size: 14px;
    opacity: .6;
    text-align: right;
}

.sect5 .sp-l h2 {
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect5 .sp-l:hover h2 {
    color: #ae1b20;
    text-decoration: underline;
}

.sm-top ul li .nr {
    margin-top: 21px;
}

.sm-top ul li:first-child h2 span {
    background-color: #28c445;
}

.sm-top ul li:last-child h2 span {
    background-color: #21d4d1;
}

.sm-top ul li .nr .date {
    position: relative;
    float: left;
    width: 70px;
    color: #b61117;
}

.sm-top ul li .nr-txt {
    width: calc(100% - 80px);
}

.sm-top ul li:first-child .nr-txt {
    float: right;
}

.sm-top ul li:last-child .nr-txt {
    float: left;
}

.sm-top ul li:last-child .text h2 {
    padding-left: 0;
    padding-right: 70px;
}

.sm-top ul li:last-child .text h2 span {
    right: 0;
    left: auto;
}

.sm-top ul li .nr-txt>p {
    line-height: 30px;
    font-size: 16px;
    color: #808080;
    height: 60px;
    overflow: hidden;
}

.sm-top ul li .nr .date p {
    font-size: 28px;
    font-weight: bold;
}

.sm-top ul li .nr .date span {
    display: block;
    font-size: 14px;
    opacity: .6;
    text-align: right;
}

.sm-top ul li .nr .date::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 10px;
    width: 50px;
    height: 1px;
    background-color: #de9395;
    transform: rotateZ(-45deg);
    background-color: #de9395;
}

.sm-top ul li:hover {
    position: relative;
    box-shadow: 0 5px 10px #f5d1d1;
    z-index: 3;
}

.sm-top ul li a .text {
    background-color: #fff4f5;
}

.sm-top ul li:hover a .text {
    background-color: #fff;
}

.sm-top ul li:hover a .text h2 {
    color: #ae1b20;
    text-decoration: underline;
}

.sm-down .pic {
    padding-top: 65.5%;
}

.sect5 .sp-l .text,
.sect5 .sp-r .text {
    height: 275px;
    box-sizing: border-box;
}

.sp-r .pic {
    padding-top: 96%;
}

.sp-r .text h2 span {
    background-color: #d71f05;
}

.sp-r .text>p {
    line-height: 30px;
    font-size: 16px;
    color: #808080;
    height: 120px;
    overflow: hidden;
    margin-top: 20px;
}

.sect5 .sp-r:hover .text h2 {
    color: #a31a21;
    text-decoration: underline;
}

.section6 {
    padding-top: 40px;
    padding-bottom: 60px;
}

.zt {
    margin-top: 30px;
    padding: 40px 20px 35px 20px;
    background-color: #fbf5f7;
}

.zt .zt-list {
    padding-bottom: 45px;
}

.zt .zt-list li {
    margin: 0 20px;
}

.zt .zt-list li a {
    display: block;
}

.zt .zt-list li a .pic {
    padding-top: 40.93%;
}

.zt .zt-list li a p {
    padding-top: 20px;
    font-size: 20px;
    color: #333;
}

.zt .zt-list li:hover a p {
    font-weight: bold;
    color: #a31a21;
    text-decoration: underline;
}

.zt .slick-dots {
    bottom: 0;
}

.zt .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #7c0d0f;
    margin: 0 15px;
}

.zt .slick-dots li.slick-active {
    background-color: #7c0d0f;
}

@media screen and (max-width:1400px) {
    .sect3 .qh-more {
        right: 15px;
    }
    .sect1-top {
        overflow: hidden;
    }
    .sect4 {
        left: 0;
    }
}

@media screen and (max-width:1200px) {
    .qh-tit span {
        margin: 0 35px;
    }
    .sect4 ul {
        padding-right: 0;
    }
    .section5 {
        padding-top: 240px;
    }
}

@media screen and (max-width:1024px) {
    .sect4 {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect4 ul li {
        margin-right: 15px;
    }
    .section5 {
        padding-top: 160px;
    }
    .sect5 .text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sm-top ul li a .text {
        padding: 20px 15px;
    }
}

@media screen and (max-width:1000px) {
    .sect3 .qh ul li a {
        padding: 15px;
    }
    .sect5 .sp-l .text .date {
        bottom: 15px;
    }
    .qh-tit {
        padding: 15px 0;
    }
    .qh-tit span:after {
        bottom: -15px;
    }
    .qh-tit span {
        font-size: 18px;
        margin: 0 20px;
    }
    .sect3 .qh-more {
        top: 0;
    }
    .sp-l {
        float: none;
        width: auto;
    }
    .spp-r {
        float: none;
        width: auto;
    }
    .sect5 .sp-l .text,
    .sect5 .sp-r .text {
        height: 250px;
    }
}

@media screen and (max-width: 700px) {
    .section1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .title h2 {
        font-size: 18px;
    }
    .title .more {
        width: 80px;
        height: 25px;
        line-height: 22px;
    }
    .title .more a {
        background-size: 10px auto;
        padding-left: 15px;
        font-size: 12px;
    }
    .sect1-top ul li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .sect1-top ul li:first-child a .text::after {
        display: none;
    }
    .sect1-top ul li:nth-child(3) a .text::after {
        display: none;
    }
    .sect1-top ul {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect1-down .date-list ul li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .sect1-down .date-list ul li a {
        padding: 15px 10px;
    }
    .section2 {
        padding: 15px 0;
    }
    .sect3 .qh-more {
        position: static;
        bottom: 0;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        height: 25px;
        line-height: 22px;
    }
    .section3 {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .sect3 .qh ul li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 15px;
    }
    .sect3 .qh ul li a .text p {
        font-size: 16px;
    }
    .sect4 {
        position: static;
    }
    .sect3 .qh-more a {
        background-size: 10px auto;
        padding-left: 15px;
        font-size: 12px;
    }
    .sect4 ul li a .text {
        margin-left: 15px;
        padding: 10px;
    }
    .sect4 ul li a .text p {
        font-size: 14px;
    }
    .sect4 ul {
        padding-bottom: 15px;
    }
    .section5 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect5 .sp-l .text .date p {
        font-size: 20px;
    }
    .sect5 .sp-l .text .date {
        bottom: -10px;
        width: 60px;
    }
    .sp-m {
        float: none;
        width: auto;
    }
    .sp-r {
        float: none;
        width: auto;
    }
    .section6 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .zt {
        padding: 15px;
    }
    .zt .zt-list li {
        margin: 0;
    }
    .zt .zt-list li a p {
        padding-top: 10px;
        font-size: 16px;
    }
    .zt .slick-dots li {
        margin: 0 10px;
    }
    .sm-top ul li .nr {
        margin-top: 10px;
    }
}