.index-banner {
    height: 480px;
    background: #a8c55c url("../images/banner.png") no-repeat center center;
    background-size: cover;
}

.common-title {
    height: 150px;
    padding-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.common-title h2 {
    height: 34px;
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
}
.common-title .more {
    font-size: 24px;
    font-weight: 500;
    color: #262626;
}
.common-title .more {
    position: absolute;
    width: 93px;
    height: 21px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/more.png") no-repeat center center;
    background-size: contain;
    color: transparent;
}

.news-main {
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.news-main .news-swiper {
    width: 560px;
    height: 430px;
    background: #fff;
    margin: 0;
}

.news-main .news-swiper .swiper-slide {
    
}

.news-main .news-swiper .swiper-slide img {
    width: 100%;
    height: 315px;
    object-fit: cover;
}
.news-main .news-swiper .slide-title {
   margin-top: 18px;
   padding: 0 10px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.news-main .news-swiper .slide-title h3 {
    font-size: 24px;
    font-weight: 500;
    color: #262626;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;   
}

.news-main .news-swiper .slide-title h3 a {
    color: #262626;
}

.news-main .news-swiper .slide-title h3 a:hover {
    color: #288038;
}

.news-main .news-swiper .swiper-pagination {
    bottom: 128px;
    gap: 10px;
}
.news-main .news-swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.8;
    border: 1px solid transparent;
}

.news-main .news-swiper .swiper-pagination-bullet-active {
    background-color: #288038;
    border: 1px solid #fff;
    opacity: 1; 
}

.news-main .news-list {
    width: 560px;
}
.news-main .news-list .item {
    height: 128px;
    background: #fff;
    margin-bottom: 23px;
    padding:0 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    &:last-child {
        margin-bottom: 0;
    }
}

.news-main .news-list .item:hover {
    /* transform: translateY(-3px); */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.news-main .news-list .item .item-title {
    height: 82px;
    padding-top: 21px;
}
.news-main .news-list .item .item-title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #262626;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}

.news-main .news-list .item:hover .item-title h3 {
    color: #288038;
}
.news-main .news-list .item .item-intro {
    font-weight: 400;
    color: #A0A0A0;
    line-height: 28px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.news-bn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-bn .banner {
    width: 560px;
    height: 120px;
    margin-top: 80px;
}
.news-bn .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pic-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.pic-list .pic-item {
    width: 380px;
    height: 330px;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pic-list .pic-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.15);
}

.pic-list .pic-item .pic {
    width: 100%;
    height: 215px;
    overflow: hidden;
    position: relative;
}
.pic-list .pic-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pic-list .pic-item:hover .pic img {
    transform: scale(1.05);
}
.pic-list .pic-item .title {
    height: 56px;
    padding: 12px 20px 0;
}
.pic-list .pic-item .title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #262626;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}

.pic-list .pic-item:hover .title h3 {
    color: #288038;
}
.pic-list .pic-item .intro {
    padding: 16px 20px 10px;
    font-weight: 400;
    color: #A0A0A0;
    line-height: 28px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pic-show {
    position: relative;
}
.pic-swiper {
    width: 1200px;
    height: 675px;
}
.pic-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}
.pic-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pic-swiper .slide-title {
    height: 96px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.pic-swiper .slide-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
    text-align: center;
}

.pic-swiper .slide-title h3 a {
    color: #fff;
}

.pic-show .swiper-button-next,
.pic-show .swiper-button-prev {
    width: 60px;
    height: 60px;
}

.swiper-button-next {
    right: -60px;
    background: url("../images/icon-right.png") no-repeat center center;
    background-size: contain;
    color: transparent;
}
.swiper-button-prev {
    left: -60px;
    background: url("../images/icon-left.png") no-repeat center center;
    background-size: contain;
    color: transparent;
}

.swiper-button-next:hover{
    background: url("../images/icon-right-hover.png") no-repeat center center;
    background-size: contain;
}

.swiper-button-prev:hover{
    background: url("../images/icon-left-hover.png") no-repeat center center;
    background-size: contain;
}

.wenchuang-show {
    position: relative;
}
.wenchuang-swiper {
    width: 1200px;
    height: auto;
}
.wenchuang-swiper .pagination {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.wenchuang-swiper .swiper-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.wenchuang-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D8D8D8;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    cursor: pointer;
}
.wenchuang-swiper .swiper-pagination-bullet-active {
    background: #288038;
}
.wenchuang-swiper .swiper-button-next,
.wenchuang-swiper .swiper-button-prev {
    position: relative;
    right: auto;
    left: auto;
    width: 30px;
    height: 30px;
    top: auto;
    margin-top: 0;
}


.wenchuang-item {
    width: 270px;
    height: 358px;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wenchuang-item:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
}
.wenchuang-item .pic {
    width: 100%;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.wenchuang-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wenchuang-item:hover .pic img {
    transform: scale(1.05);
}
.wenchuang-item .title {
    padding: 12px 20px;
}
.wenchuang-item .title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #262626;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
    text-align: center;
}

.wenchuang-item:hover .title h3 {
    color: #288038;
}
.wenchuang-item .intro {
    padding: 16px 20px 0;
    font-weight: 400;
    color: #A0A0A0;
    line-height: 28px;
    font-size: 12px;
}

.wenchuang-swiper-mobile{
    display: none;
}

#zxdt {
    margin-top: 10px;
    padding-bottom: 80px;
}
#zxdt .common-title h2{
    background-image: url("../images/zxdt.png");
}

#xmgs {
    height: 908px;
    background: url("../images/bg1.png") no-repeat center center;
    background-size: cover;
}
#xmgs .common-title h2{
    background-image: url("../images/xmgs.png");
}

#jctj {
    padding-bottom: 80px;
}

#jctj .common-title h2{
    background-image: url("../images/jctj.png");
}

#xmsp {
    height: 908px;
    background: url("../images/bg2.png") no-repeat center center;
    background-size: cover;
}

#xmsp .common-title h2{
    background-image: url("../images/xmsp.png");
}

#xmsp .pic-list .pic-item .pic {
    &::after {
        content: "";
        position: absolute;
        bottom: 3px;    
        left: 9px;
        width: 52px;
        height: 52px;
        background: url("../images/play.png") no-repeat center center;
        background-size: contain;
        color: transparent;
        opacity: .8;
    }
}

#xmwc {
    padding-bottom: 80px;
}
#xmwc .common-title h2{
    background-image: url("../images/xmwc.png");
}


/* 移动端样式 */
@media screen and (max-width: 768px) {    
    /* 横幅调整 */
    .index-banner {
        height: 120px;
        margin-top: -40px;
    }
    
    /* 标题区域 */
    .common-title {
        height: auto;
        padding: 10px 0;
        margin: 15px 0 10px;
        position: relative;
    }
    
    .common-title h2 {
        font-size: 22px;
        color: #333;
        text-align: center;
        margin: 0;
        padding: 0 60px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-indent: -9999px;
        background-size: auto 22px;
    }
    
    .common-title .more {
        width: 78px;
    }
    
    .common-title .more:active {
        opacity: 0.7;
    }
    
    /* 新闻列表优化 */
    .news-main {
        flex-direction: column;
        gap: 15px;
    }
    
    .news-main .news-swiper {
        width: 100%;
        height: auto;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    
    .news-main .news-swiper .swiper-slide img {
        height: 180px;
        border-radius: 8px 8px 0 0;
    }
    
    .news-main .news-swiper .slide-title {
        padding: 12px 10px;
        margin-top: 0;
    }
    
    .news-main .news-swiper .slide-title h3 {
        font-size: 16px;
        line-height: 1.5;
        -webkit-line-clamp: 1;
        width: 100%;
    }

    .news-main .news-swiper .swiper-pagination{
        bottom: 60px;
    }
    
    .news-main .news-list {
        width: 100%;
        gap: 10px;
    }
    
    .news-main .news-list .item {
        height: auto;
        margin: 0;
        padding: 10px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        transition: all 0.2s ease;
    }
    
    .news-main .news-list .item:active {
        transform: scale(0.98);
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }
    
    .news-main .news-list .item .item-title {
        height: auto;
        padding: 0;
        margin-bottom: 5px;
    }
    
    .news-main .news-list .item .item-title h3 {
        font-size: 14px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        margin-bottom: 5px;
    }
    
    .news-main .news-list .item .item-intro {
        font-size: 11px;
        color: #999;
        line-height: 1.4;
    }
    
    /* 图片列表优化 */
    .pic-list {
        grid-template-columns: 1fr 1fr;
        gap: 0;  
    }
    
    .pic-list .pic-item {
        width: 100%;
        height: auto;
        margin: 0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    
    .pic-list .pic-item:active {
        transform: scale(0.98);
    }
    
    .pic-list .pic-item .pic {
        height: 0;
    }
    
    .pic-list .pic-item .info {
        padding: 8px 10px;
    }
    
    .pic-list .pic-item .info h3 {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 5px;
        -webkit-line-clamp: 2;
    }
    
    .pic-list .pic-item .info p {
        font-size: 11px;
        color: #999;
    }

    .news-main {
        flex-direction: column;
    }

    .news-main .news-swiper,
    .news-main .news-list {
        width: 100%;
    }

    .news-main .news-swiper .swiper-slide img {
        height: 200px;
    }

    .news-main .news-list .item {
        height: auto;
        padding: 15px;
        margin-bottom: 15px;
    }

    .news-main .news-list .item .item-title {
        height: auto;
        padding: 0;
    }

    .news-main .news-list .item .item-title h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    .news-bn {
        flex-direction: column;
        padding: 0 15px;
    }

    .news-bn .banner {
        width: 100%;
        margin-top: 20px;
    }

    .pic-list .pic-item {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .pic-list .pic-item .pic {
        height: 180px;
    }

    .pic-swiper {
        width: 100%;
        height: auto;
    }

    .pic-swiper .swiper-slide{
        height: 200px;
    }

    .pic-swiper .slide-title {
        height: auto;
    }

    .pic-swiper .slide-title h3{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 16px;
        padding: 10px;
        box-sizing: content-box;
        width: 100%;
    }

    .wenchuang-swiper{
        display: none;
    }

    .wenchuang-swiper-mobile{
        display: block;
    }

    #zxdt{
        margin-top: 0;
        padding-bottom: 20px;
    }

    #jctj{
        padding-bottom: 20px;
    }

    #xmgs,#xmsp{
        height: auto;
    }

    #xmwc{
        padding-bottom: 0;
    }

    .banner,.footer{
        display: none;
    }
    .news-bn{
        display: none;
    }
}
