.c_zlybg{
    background: url(gzlfzkjl_bigbg_szfzt_20230817zly.jpg) no-repeat center top;
    background-size:100% auto ;
    display: block;
    overflow: hidden;
}
.c_zlytit{
    width: 50%;
    height: auto;
    margin: 100px auto;
    overflow: hidden;
}
.c_zlytit img{
    width: 100%;
}
.c_czlybg{
    width: 1200px;
    background: #fff;
    padding: 20px;
    border-radius:30px ;
    min-height: 500px;
    margin: 0 auto;
}
.c_zlytopnews{
    width: 100%;
    line-height: 37px;
    text-align: center;
    margin: 10px auto;
}
.c_zlytopnews a{
    color: #003984;
    font-size: 24px;
}
.c_zlymainnews{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.c_zlymainnews li{
    line-height: 57px;
}

.c_zlymainnews li a{
    float: left;
    position: relative;
    width: 80%;
    padding-left:2%;
    text-align: left;
    font-size: 20px;
    color: #3b4351;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.c_zlymainnews li a::before{
    position: absolute;
    left: 0;
    top: 45%;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 100%;
    
}
.c_zlymainnews li a:hover{
    color: #224287;
}
.c_zlymainnews li a:hover::before{
    background:#224287;
}
.c_zlymainnews li span{
float: right;
    font-size: 16px;
    color: #999;
}
.c_zlynew_tit{
    background: url(gzlfzkjl_titjbg_szfzt_20230817zly.jpg) no-repeat;
    background-size:100%;
    line-height: 132px;
    text-align: center;
    margin-top: 50px;
}
.c_zlynew_tit a{
    color: #317ee5;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    text-align: left!important;
    width: 276px;
    padding-left: 40px;
}
.list .c_zly_gzdt_news li a{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    display: block;
    padding-left: 20px;
}
.list .c_zly_gzdt_news li{
    position: relative;
}
.list .c_zly_gzdt_news li:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #1058e9;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.list{
    display: flex;
    justify-content: space-between;
}
.list .list_module{
    width: 49%;
}
.zly_zt_gzlfz{
    width: 100%;
   margin: 30px 0;
    overflow: hidden;
    text-align: center;
    display: inline-flex;
}
.zly_zt_gzlfz a{
   display:flexbox ;
    margin: 0 auto;
    border: #b8d8f7 1px solid;
    border-radius: 10px;
    background: linear-gradient(126deg,#e9f5fd,#ffffff);
    line-height: 144px;
    font-size: 30px;
    color: #135ca5;
    letter-spacing: 1px;
    font-weight: bold;
    width: 32%;
    text-align: center;
}
.zly_zt_gzlfz a:hover{
    border: #f3e9cf 1px solid;
    background: linear-gradient(126deg,#fffcf4,#ffffff);
    color: #98761a;
}
.swiper-container_gzlfzkjl {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}
.swiper-container_gzlfzkjl .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: #e9f5fd 1px solid;
    padding: 10px;
    border-radius: 5px;
}
.swiper-container_gzlfzkjl .swiper-slide img{
    max-height: 190px;
    width: 100%;
    height: auto;
    border: #e9f5fd 1px solid;
    border-radius: 5px;
}
.swiper-container_gzlfzkjl .swiper-slide span{
    font-size: 18px;
    line-height: 27px;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    height: 86px;
}
.swiper-container_gzlfzkjl .swiper-pagination{
    display: none;
}
@media screen and (max-width:768px){
    .list{
        flex-wrap: wrap;
    }
    .list .list_module{
        width: 100%;
    }
    .list .c_zly_gzdt_news li a{
        white-space: normal;
    }
}