.zwyw{
    width: 1200px;
    background-image: linear-gradient(to bottom, #3174C2, #286CB9);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}


.zwyw li{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.zwyw_lf{
    width: 54%;
    height: 430px;
    background-color: #448bd9;
}

.zwyw_lf img{
    display: block;
    width: 98%;
    height: 420px;
    margin: 5px auto 5px;
}

.zwyw_rt{
    width: 45%;
    height: 430px;
    padding: 50px 60px 60px;

}

.zwyw_rt p{
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: 0.1rem 0.1rem 0.1rem #003e84;
    margin-bottom: 20px;
}

.zwyw_rt span{
    width: 100%;
    height: 13rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
    /* text-indent: 2em; */
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
    white-space: wrap;
}

.swiper-pagination1 {
    height: 20px;
    margin: 0 auto;
    position: absolute;
    top: auto !important;
    left: auto !important;
    bottom: 30px !important;
    right: calc(22.5% - 8.5%) !important;
    width: 17% !important;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.swiper-pagination1 span {
    display: block;
    /* position: relative; */
    overflow: hidden;
    width: 30px;
    height: 7px;
    cursor: pointer;
    margin: 0 5px;
    background-color: #e8edf5;
    font-size: 0;
    opacity: 1;
    border-radius: 0px;
}

span.my-bullet-active {
    background-color: #2659A3;
}





/*  */
.csyw{
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;
}

.csyw_main{
    width: 49%;
}
.csyw_nav {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #9FB5D7;
}

.csyw_nav li {
    line-height: 50px;
    /* width: 15%; */
    text-align: left;
}

.csyw_nav li a {
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 35px;
    color: #96adc5;
    font-weight: bold;
}

.csyw_nav li.on {
    color: #1659A0;
}

.csyw_nav li.on a {
    height: 50px;
    font-weight: bolder;
    color: #1659A0;
    border-bottom: 3px solid #1659A0;
}

.csyw_list {
    /* background-color: #fff; */
    margin-bottom: 10px;
}

.csyw_list li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 5px;
    border-bottom: 1px dashed #c2c2c2;
}

.csyw_list li a {
    display: block;
    line-height: 2.5rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.csyw_list li a:hover{
    color: #1659A0;
}

.csyw_list_tit{
    background-color: #EEF3FA;
    padding: 5px 20px;
    font-size: 1.2rem;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;


}
.csyw_list2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: wrap;
    /* 显示的行数，可以根据需要修改 */
    text-overflow: ellipsis;
    width: 100%;
    height: 4rem;
    font-size: 1rem;
    line-height: 2rem;
    color: #666;
    overflow: hidden;
    text-indent: 2rem;
}

.csyw_list li span {
    font-size: 1rem;
    line-height: 2.75rem;
    color: #B4B4B4;
    margin-right: 40px;
}



/* gwyxx */
.csyw_main_rt{
    width: 49%;
}

.gwyxx_main {
    width: 100%;
}
.gwyxx_nav {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #9FB5D7;
}

.gwyxx_nav li {
    line-height: 50px;
    /* width: 15%; */
    text-align: left;
}

.gwyxx_nav li a {
    font-size: 1.4rem;
    display: inline-block;
    height: 50px;
    margin-right: 35px;
    line-height: 50px;
    font-weight: bold;
    color: #95abc5;
}

.gwyxx_nav li.on {
    color: #1659A0;
}

.gwyxx_nav li.on a {
    height: 50px;
    font-weight: bolder;
    color: #1659A0;
    border-bottom: 3px solid #1659A0;
}

.gwyxx_list {
    /* background-color: #fff; */
    margin-bottom: 10px;
}

.gwyxx_list li {
    display: flex;
    justify-content: space-between;
    height: 2.5rem;
    border-bottom: 1px dashed #c2c2c2;
}

.gwyxx_list li a {
    display: block;
    line-height: 2.5rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 77%;
    /* border-bottom: 1px dashed #c2c2c2; */
    background: url(../img/zmhd_index/dian.png) no-repeat left center;
    padding: 0 16px;
}
.gwyxx_list li a:hover{
    color: #1659A0;
    background: url(../img/zmhd_index/dian2.png) no-repeat left center;
}

.gwyxx_list li span {
    font-size: 1rem;
    line-height: 2.75rem;
    color: #B4B4B4;
}

.gjzc td:nth-child(1){
    display: flex;
    justify-content: space-between;
    height: 2.5rem;
    border-bottom: 1px dashed #c2c2c2;
}

.gjzc td span{
    display: none;
}
.gjzc td a{
    display: block;
    line-height: 2.5rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 77%;
}
.gjzc td:nth-child(2){
    font-size: 1rem;
    line-height: 2.75rem;
    color: #B4B4B4;
}




/*  */
.ztzl {
    width: 1200px;
    margin: 0 auto 40px;
    position: relative;
}


.title{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #9FB5D7;
    margin-bottom: 10px;
}

.title a {
    font-size: 1.4rem;
    display: block;
    margin: 0 auto ;
    /* margin-right: 35px; */
    height: 50px;
    line-height: 50px;
    font-weight: bolder;
    color: #1659A0;
    border-bottom: 3px solid #1659A0;
}

.ztzl_main {
    width: 90%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    height: 130px;
}

.ztzl_main li a {
    width: 100%;
}

.ztzl_main li a img {
    width: 100%;
    height: 130px;
}

.swiper-button-prev2 {
    position: absolute;
    width: 30px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #4ca5ff33;
    color: #5c7fa2;
    left: 0px;
    bottom: calc(65px - 40px);
    z-index: 22;
    cursor: pointer;
    border-radius: 24px;
}

.swiper-button-next2 {
    position: absolute;
    width: 30px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #4ca5ff33;
    color: #5c7fa2;
    right: 0px;
    bottom: calc(65px - 40px);
    z-index: 22;
    cursor: pointer;
    border-radius: 24px;
}


@media screen and (max-width:768px) {
    .zwyw{
        width: 100%;
        margin-bottom: 10px;
    }
    .zwyw li{
        flex-wrap: wrap;
        padding: 0 1vw;
    }
    .zwyw_lf{
        width: 100%;
        height: 63vw;

    }
    
    .zwyw_rt{
        width: 100%;
        padding: 20px 2vw 10px;
        height: 80vw;
    }
    .zwyw_lf img{
        height: 60vw;
    }
    .zwyw_rt p{
        font-size: 1.25rem;
        margin-bottom: 10px;
    }
    .zwyw_rt span{
        font-size: 0.875rem;
        height: 10rem;
        -webkit-line-clamp: 4;
        line-height: 1.75rem;
    }
    .swiper-pagination1{
        width: 35% !important;
        z-index: 22;
        bottom: 5vw !important;
    }
    .csyw{
        width: 100%;
        flex-wrap: wrap;
    }
    .csyw_main {
        width: 100%;
        padding: 0 2vw;
    }
    .csyw_nav li{
        width: 25%;
        text-align: center;
    }
    .csyw_nav li a{
        font-size: 1.05rem;
        margin-right: 0px;
    }

    .csyw_main_rt{
        width: 100%;
        padding: 0 2vw;
    }
    

    .gwyxx_nav li{
        width: 26%;
        text-align: center;
    }
    .gwyxx_nav li:nth-child(4){
        width: 22%;
    }

    .gwyxx_nav li a{
        font-size: 1.05rem;
        margin-right: 0px;
    }

    .gwyxx_list li a{
        width: 70%;
        font-size: 0.9rem;
    }

    .gwyxx_list li span{
        font-size: 0.9rem;
    }

    .ztzl{
        width: 100%;
    }
}