.zizhi_box{
    width: 1000px;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.zz_list{
    width: 30%;
    border: 2px solid #ccc;
    height: 700px;
    color: #fff;
}
.zz_list .rmxm{
    background: url('../img/re.png') top right no-repeat;
}
.zz_list a{
    color: #fff;
    text-decoration: none;
}
.xm_title{
    background: #009aff;
    height: 58px;
    font-size: 20px;
    line-height: 58px;
    font-weight: bold;
}
.xm_list{
    font-size: 18px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    /*background: blue;*/
}


.xm_list:nth-child(odd){
    background-color: rgba(255,255,255,0.3);
}

.gywm_list{
    height: 116px;
    line-height: 116px;
    /*background: #8cc24a;*/
    background: #8cc24a url(../img/lhrzzx.png) center center no-repeat;
    color: #009aff;
    font-weight: bold;
    font-size: 24px;
}
.gywm_list a{
    color: #009aff;
}

.zizhi_box a{
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
}



.zizhi_box a:hover{
    font-size: 24px;
    color: #ffa800;
}
