.top-box{
    height: 13.333vw;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.667vw;
    margin-top: 10.667vw;
}

.top-box .face{
    width: 9.333vw;
    height: 9.333vw;
    margin-left: 2.667vw;
}

.top-box .name{
    font-size: 3.733vw;
    color: #2e2e2e;
    margin-left: 2.667vw;
}

#appraise{
    border: none;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    width: calc(100% - 4px);
    line-height: 130%;
    font-size: 3.733vw;
    color: #989898;
    height: 53.33vw;
}

.list-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list-box li{
    height: 13.333vw;
    line-height: 13.333vw;
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4.667vw;
}

.list-box li .content .des{
    color: #989898;
    font-size: 3.733vw;
}

.list-box li .content .phone-num{
    position: absolute;
    right: 4vw;
    font-size: 3.733vw;
    color: #555;
}

.list-box li .content .link{
    width: 1.067vw;
    height: 1.067vw;
    border: 1px solid #c8c8cd;
    border-bottom-width: 0;
    border-left-width: 0;
    content: " ";
    top: 50%;
    right: 2.667vw;
    position: absolute;
    width: 2.133vw;
    height: 2.133vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.space20{
    margin-bottom: 2.667vw;
}

.is-right{
    font-size: 18px;
}
.is-left{
    width: 2.4vw;
    /*background: url(../imgs/fanhui.png) no-repeat;*/
    background-size: contain;
    height: calc(10.667vw - 24px);
}

.mt-60{
    margin-top: 13.33vw;
}

.newMsg{
    background: #fff;
    padding: calc(50% - 48vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wd-50{
    width: calc(46.667vw - 2px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.667vw;
    overflow: hidden;
    background: #fff;
}
.mr-20 {
    margin-right: 2.667vw;
}

.f-type{
    position: relative;
    margin-bottom: 0 !important;
}
.news{
    height: 8vw;
    line-height: 8vw;
    border: 1px solid #ccc;
    border-radius: .533vw;
    position: relative;
    font-size:20px;
}

    .news .title {
        color: #3ac32e;
        font-size: 3.733vw;
        line-height: 8vw;
        display: inline-block;
        /*width: 18vw;*/
        padding: 0 2.667vw;
        box-sizing: border-box;
        font-size: 20px;
    }

.news .choose{
    color: #aeaeae;
    /*font-size: 3.2vw;*/
}

.wd-100{
    width: 100%;
    margin-bottom: 2.667vw;
    box-sizing: border-box;
}

.describe{
    height: 17.867vw;
}

#des{
    border: none;
    outline: none;
    line-height: 130%;
    font-size: 3.2vw;
    color: #555;
    height: calc(17.867vw - 4px);
    width: calc(100% - 14vw);
    margin-left: 12.8vw;
    padding: 1.333vw;
    box-sizing: border-box;
    font-family: PingFangSC, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#des2{
    border: none;
    outline: none;
    line-height: 130%;
    font-size: 3.2vw;
    color: #555;
    height: calc(17.867vw - 4px);
    width: calc(100% - 14vw);
    margin-left: 12.8vw;
    padding: 1.333vw;
    box-sizing: border-box;
    font-family: PingFangSC, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input{
    background: none;
    outline: none;
    border: none;
    height: calc(8vw - 4px);
    line-height: calc(8vw - 4px);
    /*font-size: 3.2vw;*/
    color: #555;
    width: calc(100% - 18);
}
input:focus{
    border: none;
}

.describe>.title{
    position: absolute;
    top: 0;
    left: 0;
}

.picture{
    position: relative;
}

.picture>.title{
    position: absolute;
    top: 0;
    left: 0;
    color: #3ac32e;
    font-size: 3.733vw;
    line-height: 8vw;
    display: inline-block;
    width: 12.8vw;
    padding: 0 2.667vw;
    box-sizing: border-box;
}

.picture>.files{
    width: 16.533vw;
    height: 16.533vw;
    display: inline-block;
    margin-left: 12.8vw;
}

.picture>#picture{
    position: absolute;
    width: 16.533vw;
    height: 16.533vw;
    opacity: 0;
    left: 12.8vw;
    top: 0;
}

.picture>.ml-20{
    margin-left: 2.667vw;
}

.footer-content{
    height: 13.333vw;
    line-height: 13.333vw;
}

.footer-content>span{
    font-size: 20px;
    color:white;
    width: 100%;
}

.delete{
    background: #fff;
    color: #3ac32e;
}

.publish{
    background: #3ac32e;
    color: #fff;
}

.xiala{
    position: absolute;
    top: 8vw;
    background: #fff;
    left: 0;
    width: 100%;
    z-index: 10;
}

.xiala>li {
    height: 9.333vw;
    line-height: 9.333vw;
    padding-left: 2.667vw;
    /*font-size: 3.467vw;*/
    color: #898989;
    font-size:18px;
}

.tooptip-bg {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.f-type>ul{
    display: none;
}