/* 轮播图容器 */
.banner-swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-out;
}

.banner-swiper {
    width: 100%;
    height: auto;
}

.banner-swiper .swiper-slide {
    width: 100%;
}

.banner-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-swiper .swiper-pagination {
    bottom: 20px;
}

.banner-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.banner-swiper .swiper-pagination-bullet-active {
    background: #fff;
}
 body{background: #f5f5f5;}
.content {
    width: 1400px;
    margin: 30px auto 0;
    background: #fff;
}

.title {
    display: block;
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}



.xygk {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.xygk a{
    display: block;
    /* width: 40%; */
}
.xygk img {
    width: 100%;
    max-height: 280px;
    overflow: hidden;
    border-radius: 20px;
    margin: 0px 40px 0 40px;
}

.xygk_text {
    width: 58%;
    height: 320px;
    overflow: hidden;
    line-height: 1.5rem;
    position: relative;
    margin-right: 2%;
}

.xygk_text p {
    text-indent: 2em;
    line-height: 2rem;
    font-size: 1.1rem;
}
.xygk_text p a{
    color: #af0b1e;
    display: inline-block;
    font-size: 1rem;
    border-radius: 10px;
    border: 1px solid;
    padding: 0px 6px 0px 6px;
}
.xygk_more{
    width: 1400px;
    margin: 0 auto 30px;
}

.xygk_more_nav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    padding: 0 160px;
}

.xygk_more_nav::after {
    content: '';
    position: absolute;
    top: 50%; 
    left: 0;
    right: 0;
    height: 2px; 
    background-color: #E9D8C2; 
    z-index: -1; 
}


/* .xygk_more_nav::after{
    background: url("../img/zjxy/lnline.png") no-repeat center center;
    background-size: contain;
    height: 15px;
    width: 100%;
    content: '';
    position: absolute;
    top: 50%; 
    left: 0;
    right: 0;
    z-index: -1; 
} */

.xygk_btn{
    background: url("../img/zjxy/zjln-tab.png");
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xygk_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.xygk_more_text{
    text-indent: 2em;
    line-height: 2rem;
    font-size: 1.1rem;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 30px 100px 30px;
}




.xygk_btn_active{
    background: url("../img/zjxy/zjln-tab1.png");
}

.main {
    width: 1400px;
    margin: 30px auto 0;
}

.xmxy{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px 0 30px;
    background-color: #fff;
}


.xmxy li {
    width: 32%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 280px;
    /* padding: 10px; */
}

.xmxy li:hover img{
    transform: scale(1.05);
    transition: all 0.5s linear;
}

.xmxy li:hover span{
    transition: all 0.5s linear;
    background: rgba(107, 107, 107, 0.2);
    font-size: 1.25rem;
}

.xmxy li img {
    width: 100%;
    height: 280px;
}

.xmxy li span {
    letter-spacing: 2px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(107, 107, 107, 0.8);
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.xmxy li span a{
    color: #fff;
}

.xmxy li:hover span a{
    transition: all 0.5s linear;
    background: rgba(107, 107, 107, 0.2);
    font-size: 1.25rem;
}

/* 手机端 */
@media screen and (max-width:798px) {
    .banner-swiper-container {
        display: none;
    }
    
    .banner-swiper .swiper-pagination {
        bottom: 10px;
    }
    
    .content{
        width: 100%;
        padding: 0 10px;
    }
    .xygk{
        flex-wrap: wrap;
    }
    .xygk a{
        display: block;
        width: 100%;
    }
    .xygk img{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .xygk img {
    margin: 0px;
}
    .xygk_text{
        width: 98%;
        margin: 0 auto;
        height: auto;
        margin-bottom: 20px;
    }
    .xygk_text p a{
        text-align: center;    
    
}
    .xygk_text p{
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    .xygk_text_more{
        position: relative;
        flex-wrap: wrap;
    }
    .xygk_text_more a{
        width: 45%;
    }

    .xygk_more{
        width: 100%;
        margin: 0 auto 30px;
    }
    .xygk_more_nav{
        padding: 0px;
        flex-wrap: wrap;
    }
    .xygk_more_nav::after{
        display: none;
    }

    .title img{
        width: 100%;
    }

    .main{
        width: 100%;
    }
    .xmxy{
        flex-wrap: wrap;
    }
    .xmxy li{
        width: 100%;
    }
    .xmxy li img{
        width: 100%;
    }
}