/* 头部样式 */
#top{
    width: 100%;
    height: 1.3rem;
    background-color: #fff;
    border-bottom: .02rem solid #EDEDED;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: .4rem;
    /* z-index: 99999; */
}
#top .top_one{
    width: 1.06rem;
    height: 100%;
    background: url(/skin/images/zbzj-logo.png)no-repeat center center;
    background-size: 100%;
    margin: 0 .3rem 0 .3rem;
}
#top .top_two{
    width: 4rem;
    height: 100%;
}
.top_two h3{
    font-size: .5rem;
    line-height: 1.3rem;
    padding: 0 .3rem 0 .3rem;
    text-align: center;
}
#top .top_three{
    width: 1.06rem;
    height: 100%;
    line-height: 1.3rem;
}
#top .top_three span{
    font-size: .9rem;
}
/* 头部样式end */

/* 页面内容 */
#center{
    width: 100%;
    height: 100%;
    margin-top: 1.3rem;
}
#center .center_item{
    width: 90%;
    margin: 0 auto;
}
.center_item ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.center_item ul li {
    width: 48%;
    /* height: 4.8rem; */
    /* border: 0.01rem solid gray; */
    margin-top: .2rem;
}
.center_item ul li img{
    width: 100%;
    border-radius: .2rem;
}
.center_item ul li .item_title{
    margin-top: .2rem;
}