body {
    background: #fff;
}

.banner {
    width: 100%;
    height: 100vh;
}

.swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    opacity: 1;
    margin: 0 10px!important;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #025F33;
}

.banner .swiper-pagination {
    width: fit-content!important;
    left: auto!important;
    right: 40px;
    bottom: 50px!important;
    background: rgba(205, 205, 205, 0.8);
    border-radius: 40px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
}

main {
    max-width: 1920px;
    margin: 0 auto;
}

.part_1 {
    background: #fff;
    padding: 50px 40px;
    display: flex;
    justify-content: space-between;
}

.xydtBox {
    width: 68%;
}

.tzggBox {
    width: 30%;
}

.commonTit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.commonTit h5 {
    font-weight: bold;
    font-size: 30px;
    color: #333;
}

.commonTit h5::first-letter {
    font-size: 34px;
    color: #01622D;
}

.commonTit a {
    font-weight: bold;
    font-size: 20px;
    color: #666666;
    background: url(../images/index/icon-more.png) no-repeat right center;
    padding-right: 20px;
    transition: padding-right 0.5s;
}

.commonTit a:hover {
    color: #025F33;
    padding-right: 25px;
    transition: padding-right 0.5s;
}

.xydtAll {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xwdtBanner {
    width: 64%;
    height: 580px;
}

.xwdtIndexList {
    width: calc(36% - 20px);
}

.xwdtBanner .shdow {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.xwdtBanner .shdow p {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}

.xwdtBanner .swiper-pagination {
    width: auto!important;
    right: 30px;
    left: auto!important;
    bottom: 20px!important
}

.xwdtBanner .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 13px!important;
    height: 13px!important;
    opacity: 1;
    background: #fff;
}

.xwdtBanner .swiper-pagination-bullet-active {
    background: #05723f!important;
}

.xwdtIndexList {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.xwdtIndexList a {
    display: block;
    border: 1px solid #E6E6E6;
    padding: 20px;
    transition: border-bottom 0.5s;
    transition: all 0.5s;
}

.xwdtIndexList a:hover {
    background: url(../images/index/xydtBg.png) no-repeat right center #187542;
    transition: all 0.5s;
}

.xwdtIndexList a:hover h6,
.xwdtIndexList a:hover p,
.xwdtIndexList a:hover i {
    color: #fff;
}

.xwdtIndexList a:hover i {
    background-image: url(../images/index/icon-timeW.png);
}

.xwdtIndexList a:hover::before {
    background: #fff;
}

.xwdtIndexList a i {
    font-size: 12px;
    color: #666666;
    background: url(../images/index/icon-time.png) no-repeat left center;
    padding-left: 20px;
    display: block;
    margin-top: 10px;
}

.xwdtIndexList a::before {
    content: "";
    display: block;
    width: 38px;
    height: 5px;
    background: #187542;
}

.xwdtIndexList a h6 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    margin-top: 10px;
}

.xwdtIndexList a p {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.tzggIndexList {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tzggIndexList a {
    padding: 20px 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #CACACA;
    justify-content: flex-start;
}

.tzggIndexList a .time {
    flex-shrink: 0;
}

.tzggIndexList a .time strong {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
}

.tzggIndexList a .time strong::after {
    content: "";
    width: 20px;
    height: 2px;
    background: rgb(31, 125, 73);
    display: block;
    margin: 3px 0 6px 0;
}

.tzggIndexList a .time p {
    font-size: 16px;
    color: #666666;
}

.tzggIndexList a h6 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.tzggIndexList a:hover {
    border-bottom: 3px solid #01622D;
    transition: border-bottom 0.5s;
}

.tzggIndexList a:hover .time strong,
.tzggIndexList a:hover .time p,
.tzggIndexList a:hover h6 {
    color: #187542;
}

.partXsjz {
    background: url(../images/index/xsjzBg.png) no-repeat center/cover;
    padding: 60px 40px;
    width: 100%;
    padding-bottom: 150px;
}

.xsjzBox {
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 16px rgba(21, 73, 48, 0.25);
    border-radius: 4px;
    padding: 40px;
    padding-bottom: 0;
}

.xsjzBox .commonTit {
    width: fit-content;
    gap: 30px;
}

.xsjzBanner {
    width: 100%;
}

.xsjzBanner .swiper {
    padding-bottom: 50px;
}

.xsjzBanner .swiper-slide {
    height: 500px;
    display: block;
    position: relative;
    cursor: pointer;
}

.xsjzBanner .xsjzCon {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 60px 20px 20px 30px;
    transition: all 0.5s;
}

.xsjzBanner .xsjzCon span {
    font-size: 14px;
    color: #FFFFFF;
    margin: 8px 0;
    display: block;
}

.xsjzBanner .xsjzCon p {
    color: #fff;
    font-size: 16px;
}

.xsjzBanner .xsjzView {
    width: 208px;
    height: 50px;
    background: url(../images/index/viewBtnBg.png) no-repeat center/cover;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    bottom: -25px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 150%);
    transition: all 0.5s;
}

.xsjzBanner .swiper-slide:hover .xsjzCon {
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-top: 10px solid #02C65B;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.xsjzBanner .swiper-slide:hover .xsjzCon p {
    font-weight: bold;
    font-size: 18px;
}

.xsjzBanner .swiper-slide:hover .xsjzCon span {
    font-size: 16px;
    font-weight: 500;
}

.xsjzBanner .swiper-slide:hover .xsjzView {
    transform: translate(-50%, 0%);
    transition: all 0.5s;
}

.MinxsjzBannerAct {
    display: none;
}

.partLwMt {
    padding: 0 40px;
    background: url(../images/index/mtgdBg.png) no-repeat right center #F5F5F5;
    background-size: 30% 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.partLwMt>div {
    margin-top: -88px;
    background: #fff;
    padding: 30px 0;
}

.partLwMt>div.lwzzBox {
    width: 70%;
}

.partLwMt>div.mtgdBox {
    width: calc(30% - 40px);
}

.partLwMt>div .commonTit {
    padding: 0 30px;
    margin-bottom: 0;
    position: relative;
}

.xsjzBtn {
    position: absolute;
    right: 100px;
    display: flex;
    gap: 20px;
    z-index: 10;
}

.xsjzBtn .swiper-button-prev,
.xsjzBtn .swiper-button-next {
    width: 36px;
    height: 36px;
    background: #e9e9e9;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xsjzBtn .swiper-button-next:after,
.xsjzBtn .swiper-button-prev:after {
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: transparent #187542 transparent transparent;
    display: block;
    margin-left: -10px;
    border-radius: 3px;
}

.xsjzBtn .swiper-button-prev:after {
    border-color: transparent transparent transparent #187542;
    margin-left: 10px;
}

.lwzzIndexList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 2%;
    padding: 15px;
}

.lwzzIndexList a {
    flex: 0 0 32%;
    padding: 10px 10px;
    display: flex;
    justify-content: flex-start;
    transition: all 0.5s;
}

.lwzzIndexList a i {
    width: 106px;
    height: 140px;
    flex-shrink: 0;
}

.lwzzIndexList a .lwzzCon {
    flex: 1;
    overflow: hidden;
    display: flex;
    padding: 10px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: space-around;
    min-width: 0;
}

.lwzzIndexList a .lwzzCon h6 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.lwzzIndexList a .lwzzCon p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.lwzzIndexList a:hover {
    background: #E0FFEE;
    box-shadow: 0px 4px 4px 0px rgba(73, 73, 73, 0.25);
    border-radius: 4px;
    transition: all 0.5s;
}

.mtgdBanner {
    padding: 10px 30px;
}

.mtggItem {
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    transition: all 0.5s;
    align-items: center;
}

.mtggItem:not(:last-child) {
    border-bottom: 1px dashed #D9D9D9;
}

.mtggItem .time {
    flex-shrink: 0;
    border-top: 4px solid #01622D;
    background: #F0FFF3;
    width: 56px;
    padding: 10px;
    text-align: center;
}

.mtggItem .time span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #187542;
    text-align: left;
}

.mtggItem .time span.month {
    font-weight: 500;
    text-align: right;
}

.mtggItem .time span.month::before {
    content: "";
    display: block;
    transform: rotate(135deg);
    background: #187542;
    height: 1px;
    width: 140%;
    margin-bottom: 10px;
    margin-left: -20%;
}

.mtggItem .mtgdCon {
    flex: 1;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}

.mtggItem .mtgdCon i {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    display: none;
}

.mtggItem .mtgdCon h6 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.mtggItem:hover {
    border-color: #187542;
    transition: all 0.5s;
}

.mtggItem:hover .time {
    background: #187542;
    transition: all 0.5s;
}

.mtggItem:hover .time span.month::before {
    background: #fff;
}

.mtggItem:hover .time span {
    color: #fff;
}

.mtggItem:hover .mtgdCon h6 {
    color: #187542;
}

.mtgdBox {
    width: 100%;
    position: relative;
}

.mtgdswiper-pagination {
    position: absolute;
    bottom: 30px!important;
    padding: 0 30px;
    display: flex;
    gap: 0 12px;
}

.mtgdswiper-pagination span {
    flex: 1;
    border-radius: 4px;
    height: 6px;
}

.mtgdswiper-pagination span.swiper-pagination-bullet-active {
    background: #187542;
}

@media screen and (max-width:1440px) {
    .xsjzBanner .swiper-slide {
        height: 380px;
    }
    .commonTit h5 {
        font-size: 28px;
    }
    .commonTit h5::first-letter {
        font-size: 30px;
    }
    .xwdtBanner {
        height: 420px;
    }
    .xwdtIndexList a p {
        -webkit-line-clamp: 2;
    }
    .xwdtIndexList a {
        padding: 10px;
    }
    .xwdtIndexList a h6 {
        margin: 8px 0
    }
    .xwdtIndexList {
        width: calc(36% - 10px);
    }
    .xwdtIndexList a h6 {
        font-size: 16px;
    }
    .commonTit a {
        font-size: 18px;
    }
    .tzggIndexList a:last-child {
        display: none;
    }
    .tzggIndexList a {
        padding: 14px 0;
    }
    .tzggIndexList a {
        gap: 15px;
    }
    .partLwMt {
        gap: 20px;
    }
    .partLwMt>div.mtgdBox {
        width: calc(30% - 20px);
    }
    .lwzzIndexList {
        gap: 10px 0;
    }
}

@media screen and (max-width:1200px) {
    .part_1 {
        flex-direction: column;
    }
    .banner {
        height: 500px;
    }
    .xydtBox,
    .tzggBox {
        width: 100%;
    }
    .tzggBox {
        margin-top: 30px;
    }
    .tzggBox .commonTit {
        margin-bottom: 10px;
    }
    .xwdtBanner {
        width: 60%;
    }
    .xwdtIndexList {
        width: calc(40% - 20px);
    }
    .tzggIndexList a {
        justify-content: flex-start;
        gap: 20px;
    }
    .partLwMt>div.lwzzBox {
        width: 60%;
    }
    .partLwMt>div.mtgdBox {
        width: calc(40% - 20px);
    }
    .lwzzIndexList a {
        flex: 0 0 49%
    }
    .lwzzIndexList a:nth-last-child(-n+3) {
        display: none;
    }
    .part {
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner .swiper-pagination {
        bottom: 20px!important;
        padding: 8px 18px;
    }
}

@media screen and (max-width:1024px) {
    header {
        display: none;
    }
    .moblieTop {
        display: flex;
    }
    .banner {
        height: 380px;
    }
    .xsjzBannerAct {
        display: none;
    }
    .MinxsjzBannerAct {
        display: block;
    }
    .xsjzBanner .xsjzView {
        transform: translate(-50%, 0);
    }
    .xsjzBanner .xsjzCon {
        padding-bottom: 60px;
    }
    .xsjzBtn {
        gap: 10px;
        right: 70px;
    }
    .xsjzBtn .swiper-button-prev {
        left: 0!important;
    }
    .partLwMt {
        flex-direction: column;
    }
    .partLwMt>div.lwzzBox,
    .partLwMt>div.mtgdBox {
        width: 100%;
    }
    .partLwMt>div.mtgdBox {
        margin-top: 0;
    }
    .partLwMt>div {
        margin-top: 0;
    }
}

@media screen and (max-width:664px) {
    .lwzzIndexList a {
        flex: 0 0 100%;
    }
    .lwzzIndexList {
        gap: 0;
    }
    .banner {
        height: 220px;
    }
    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 3px!important;
    }
    .banner .swiper-pagination {
        padding: 5px 8px;
        right: 50%;
        transform: translateX(50%);
    }
    .part,
    .xsjzBox {
        padding: 20px;
    }
    .xydtAll {
        flex-direction: column;
    }
    .xwdtBanner {
        width: 100%;
        height: 320px;
    }
    .xwdtIndexList {
        width: 100%;
        margin: 10px 0;
    }
    .xwdtIndexList a {
        margin: 5px 0
    }
    .mtgdBanner {
        padding: 10px;
    }
    .lwzzIndexList {
        padding: 0;
    }
    .partLwMt>div .commonTit {
        padding: 0 10px;
    }
    .commonTit h5 {
        font-size: 22px;
    }
    .commonTit h5::first-letter {
        font-size: 24px;
    }
    .moblieTop img {
        width: 80%;
    }
}