.center{
    width: 100%;
    background: #F9F6F5;
    padding: 11px 0px;
    padding-bottom: 70px;
}
.center_body{
    width: 1200px;
    margin: 0 auto;

}
.body_left{
    width: 188px;
    float: left;

}
.body_right{
    float: right;
    width: 870px;
    padding: 0px 53px;
    background: #ffffff;

}
.survey_title{
    width: 188px;
    height: 56px;
    background: #BA3205;
    color: white;
    font-size: 24px;
    /* border: 1px dashed black; */
    line-height: 56px;
}
.survey_title>span{
    padding-left: 15px;
}
.survey_h1{
    margin-top: 2px;
    width: 188px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    background: #ffffff;
    /* border: 1px dashed #212121; */
}
.wordbron{
    color: #5C5C5C;
}
.survey_h1>img{
    padding-left: 12px;
}
.survey_h1>.pointer{
    color: #BA3205;
    padding-left: 16px;
}
.survey_h1>span{
    padding-left: 37px;
}
.content_top{
    margin-top: 21px;
    width: 861px;
}
.content_top>.top_title{
    font-size: 24px;
    color: #BA3205;
    float: left;
}
.content_top>.top_right{
    font-size: 15px;
    color: #5C5C5C;
    float: right;
    line-height: 33px;
}
.hrline{
    width: 861px;
    border-bottom: 1px solid #E5E5E5;
}
.hrline_red{
    margin-top: 6px;
    width: 104px;
    height: 6px;
    background: #BA3205;
	float: left;
}
.content_title{
    width: 582px;
    margin: 0 auto;
    text-align: center;
    margin-top: 21px;
    border-bottom: 1px dashed #E5E5E5
}
.content_title>.title>span{
    color: #BA3205;
    font-size: 24px;
}
.content_title>.mesform{
    margin-top: 9px;
    padding-bottom: 8px;
}
.content_title>.mesform>span{
    font-size: 14px;
    color: #999999;
    margin-left: 35px;
}
.contents{
    margin-top: 21px;
    color: #5C5C5C;
    font-size: 16px;
    padding-bottom: 52px;

}
.lines{
    padding-left: 2rem;
}
.contents>p{
    margin-top: 30px;
    line-height: 22px;
}


.content_top>.top_right a:link {color: #5C5C5C} /* 未访问时的状态 */
.content_top>.top_right a:visited {color: #5C5C5C} /* 已访问过的状态 */
.content_top>.top_right a:hover {color: #5C5C5C} /* 鼠标移动到链接上时的状态 */
.content_top>.top_right a:active {color: #5C5C5C} /* 鼠标按下去时的状态 */