/* tab-control部分开始 */
.tab-control .fo-item{
    width: 230px;
}
/* tab-control部分结束 */

.info{
    width: 1200px;
}

/* 规则部分开始 */
.me-content{}

.me-content header{
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 100px;
}

.msg-subtitle{
    justify-content: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AFAFAF;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}

.msg-subtitle img{
    width: 21px;
    height: 21px;
    margin-right: 2px;
}

.time, .browse, .sourse{
    margin: 0 10px;
}

.me-intro p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
    text-align: left;
}
/* 规则部分结束 */

/* 调解申请部分开始 */
.apply-wrap{
    width: 100%;
    height: auto;
}

.apply-wrap form{
    flex-wrap: wrap;
}

.apply-wrap form .form-item{
    margin-bottom: 14px;
}

.form-item label{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3D4050;
    line-height: 55px;
    vertical-align: top;
}

.apply-wrap .form-item > input{
    width: 454px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #E8ECF4;
    border-radius: 5px;

    outline: none;
    box-sizing: border-box;
    padding: 0 20px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8288ac;
}

.apply-wrap .form-item textarea{
    width: 460px;
    height: 190px;
    background: #FFFFFF;
    border: 1px solid #E8ECF4;
    border-radius: 5px;

    outline: none;
    box-sizing: border-box;
    padding: 10px 20px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8288ac;
}

.apply-bool{
    width: 60%;
}

.apply-bool input{
    margin-left: 20px;
}

.submit-btn{
    width: 176px;
    height: 55px;
    background: #C8001B;
    border-radius: 5px;

    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 55px;
    border: none;
    margin-left: 90px;
}
/* 调解申请部分结束 */