.csfw_big_bg{
    background: url(../img/csfw/15.jpg)no-repeat;
    /*padding-top: 145px;*/
    padding-bottom: 95px;
}
/* module_csfw_1 */
.module_csfw_1{
    display: flex;
    justify-content: space-between;
}
.hot_news_l{
    width: 600px;
    position: relative;
}
.hot_news_l img{
    width: 600px;
    height: 372px;
}
.hot_news_name{
    width: 215px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    background: #2F72EE;
    position: absolute;
    left: 0;
    top: -45px;
    z-index: 1;
}
.module_csfw_1 h3{
    color: #5A5B5B;
    font-size: 20px;
    margin-bottom: 12px;
}
.module_csfw_1 h3:hover{
    color: #3271F0;
}
.module_csfw_1 p{
    color: #999;
    font-size: 18px;
    margin-bottom: 40px;
}
.hot_news_l img{
    margin-bottom: 40px;
}
.hot_news_r{
    width: 760px;
}
.hot_news_first{
    display: flex;
}
.hot_news_first img{
    width: 308px;
    height: 196px;
    margin-right: 20px;
}

.hot_news_r ul li{
    height: 108px;
    display: flex;
    margin-top: 25px;
}
.hot_news_r ul li div:first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #ddd;
    padding: 0 25px;
    margin-right: 20px;
    text-align: right;
    color: #999;
}
.hot_news_r ul li div:first-child p{
    margin-bottom: 0;
    font-size: 40px;
}
.module_csfw_2{
    margin-top: 190px;
}
.city_service{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.city_service > div{
    position: relative;
    width: 438px;
    height: 556px;
}
.city_service > div img{
    width: 398px;
    height: 504px;
}
.city_service .po_div{
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
}
.city_service .po_div a{
    color: #fff;
}
.city_service >div .po_div{
    padding-left: 48px;
    padding-top: 130px;
    font-size: 40px;
    font-weight: bold;
}
.city_service >div .po_div a{
    font-size: 25px;
    margin-top: 110px;
    display: block;
}
.city_service ul{
    display: flex;
    flex-wrap: wrap;
    /*width: 960px;*/
    height: 504px;
        justify-content: center;
}
.city_service ul li{
    position: relative;
    width: 320px;
    height: 250px;
}
.city_service ul li img{
    width: 320px;
    height: 252px;
}
.city_service ul li .po_div2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(17,17,150,.5);
    display: none;
}
.city_service ul li .po_div2 a{
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.city_service ul li .po_div2 p{
    font-size: 40px;
    border-bottom: 2px solid #fff;
    padding: 0 30px 20px;
    font-weight: bold;
}
.city_service ul li .po_div2 span{
    font-size: 22px;
    margin-top: 20px;
}
.city_service ul li .po_div{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.city_service ul li:hover .po_div{
    display: none;
}
.city_service ul li:hover .po_div2{
    display: block;
}

