*{
 font-size: 14px;
}

body{
    background-color: #fff;
    margin-bottom: 55px;
}

.swiper-container{
    height: 370px;
}

.weui-flex{
    width: calc(100% - 30px);
    /*max-width: 750px;*/
    overflow: hidden;
}

.head-nav-img{
    width: 100%;
    padding-bottom: 50%;
    position: relative;
}

.swiper-container img{
    height: 100%;
    /*margin: 0 auto;*/
    /*display: inherit;*/
    width:100%;
    position: absolute;
}

.text-center{
    text-align: center;
}
.img-100{
    height: 100%;
    width: 100%;
}

.img-50{
    height: 90px;
    width: 90px;
}

.img-12{
    width: 90px;
    height: 90px;
}

.js_gird_50{
    width: 50%;
}

.split-row{
    width: 100%;
    height: 20px;
    background-color: #EFEFF4;
}

.row-title{
    line-height: 80px;
    font-size: 32px;
    padding-left: 20px;
}

.row-title .row-more{
    float: right;
    color: #888;
    font-size:80%;
    margin-right: 20px;
    font-size: 14px;
}

.margin-10{
    /*margin: 10px 0;*/
    padding: 30px;
    padding-right: 0px;
}

.main-part-menu{
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #eaedf1;
    line-height: 98px;
    height: 98px;
    box-sizing: border-box;
}

.label-img{
    margin-left: 20px;
    height: 90px;
    width: 90px;
}

table{
    width: 100%;
    border-collapse: collapse;
}

tr td{
    width: 50%;
    border:1px solid #ddd;
}

.table-flex{
    padding: 10px 5px;
}

.item-name{
    font-weight: bold;
    color: #333;
    padding-left: 15px;
}

.item-name:before{
    content: "";
    height: 100%;
    width: 100%;
}

.common-item-name{
    font-weight: bold;
    color: #333;
    font-size: 28px;
}

/*.weui-grid{*/
/*    padding: 15px 30px;*/
/*}*/

.table-row{
}

.weui-flex__item{
    height: 100%;
    width: 100%;
    /*text-align: center;*/
}

.table-cell{
    width: 100%;
    display: inline-block;
    margin: 0
}

.main-menu{
    font-size: 24px;
    color: #333;
    position: relative;
    line-height: 32px;
    padding-top: 10px;
    box-sizing: border-box;
}

.title-sign{
    width: 6px;
    height: 32px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    top: -3px;
}

#bussinessSelfHelpConsulation .title-sign{
    background-color: #1d87d1;
}

#publicInfoSearch .title-sign{
    background-color: #1d87d1;
}

#workOnline .title-sign{
    background-color: #1d87d1;
}

.item-name-describtion{
    color: #999;
    font-weight: normal;
    font-size: 24px;
    display: inline-block;
    /* width: 100%; */
    width: 200px;
    overflow: hidden;
    word-break: keep-all;
    white-space: normal;
    /*text-overflow: wrap;*/
}

.option-item-name{
    /*display: inline-block;*/
    font-size: 24px;
    width: 100%;
    display: block;
    margin: 0;
}

.index-why-new{
    display: none;
    margin: 10px 0px;
}

.index-why-new a{
    font-size: 24px;
    padding: 0px 25px;
    color: red;
}