.zman {
    width: 100%;


    font-family: ALIBABA FONT;
    font-size: 12px;
    margin-top: 10px;


}

.bgbody {

    width: 100%;

}



.bgbody .nav {

    background-color: #FFFFFF;
    height: 50px;
    padding: 10px;


}



.mobile-header-arrow {
    display: block;
    width: 0;
    float: left;
    height: 0;
    margin: 20px 0 0 6px;
    box-sizing: content-box;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 4px;
}

.post-img {
    display: block;
    width: 100%;
    height: 100%;
}

/*---------------*/
.post-list {


    width: 100%;

    display: block;
    overflow: hidden;
}

.list {

    padding: 10px ;
    width: 100%;
    background: #FFFFFF;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.post-link {
    display: block;
    width: 32.5vw;
    height: 21.33vw;
    margin: 3px 0;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    margin-left: 0.266vw;
}

.post-overviewimg {
    display: flex;
    width: 65%;
    height: 22.3vw;
    padding-right: 10px;
    justify-content: space-between;
}

.post-overview {
    display: flex;
    width: 100%;
    height: 22.3vw;
    padding-right: 10px;
    justify-content: space-between;
}

.center-boximg {
    width: 42vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 2vw;
    box-sizing: border-box;
}

.center-box {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 2vw;
    box-sizing: border-box;
}

.post-title-box {
    font-size: 14px;
    font-weight: 800;
    line-height: 4.9vw;
    color: #333333;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.266vw;
}

/*---------------*/
.detail_info_list_title {
    width: 64px;
    height: 15px;
    line-height: 15px;
    color: #999;
    text-align-last: justify;
    text-align: justify;
    margin-right: 10px;
}

.detail_info_list_content {
    width: 75%;
    line-height: 20px;
}

/*---------------*/
.post-button-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tel-btn {
    display: block;
    width: 11.066vw;
    height: 11.066vw;
    background: url(/images/static/img/icon-list-phone.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.gw-btn{
    display: block;
    width: 11.066vw;
    height: 11.066vw;
    background: url(/images/static/img/gwc.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.post-time {
    font-size: 10px;
    line-height: 3.2vw;
    height: 3.2vw;
    color: #999999;
    display: inline-block;
    text-align: center;
}

/*---------------*/

.lipage {
    background-color: transparent;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 6px;
    height: auto;
    margin: 6vw 0 0;
}

.disabled {
    color: #999999;
}

.selview {
    background-color: #fff;
    padding: 0 4.066vw;
    display: inline-block;
    height: 8.133vw;
    width: auto;
    display: flex;
    align-items: center;
    border-radius: 3.2vw;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    font-size: 3.733vw;
}

/*---------------*/
.isonnull {
    background: #FFFFFF;
    width: 100%;

    text-align: center;
    margin: 15px auto 15px auto;
}

.noimage {
    width: 80%;

}

.nomsg {
    color: #C8C7CC;
    font-size: 12px;
    margin-top: -60px;
}