.center{
    width: 100%;
    background: #F9F6F5;
    padding: 11px 0px;
    padding-bottom: 70px;
    min-height:500px;
}
.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; */
}
.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;
}
.wordbron{
    color: #5C5C5C;
}
.hrline{
    width: 861px;
    border-bottom: 1px solid #E5E5E5;
}
.hrline_red{
    margin-top: 6px;
    width: 104px;
    height: 6px;
    background: #BA3205;
    border:#BA3205; 
	float: left;
}
.noticeone{
    width: 831px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 40px;
}
.items{
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 7px;
    padding-top: 6px;
    border-bottom: 1px dashed #E6E6E6
}
.item_time{
    float: right;
}
.noticeone li{
    list-style:disc;
    content:".";  
    color:#FF904F;    
}
.noticeone li>span{
    color: #5C5C5C;
}
/*
.paging{
    width: 300px;
    float: right;
    padding-bottom: 55px;
}
.paging>a>div{
    display: inline-block;
    padding: 2px 8px;
    font-size: 14px;
    color: #161111;
    background: #ffffff;
    border: 1px solid #D0D0D0;
   
}
.paging>div{
    display: inline-block;
    padding: 2px 8px;
    font-size: 14px;
    color: #161111;
    background: #ffffff;
    border: 1px solid #D0D0D0;
    
}
.paging>a>.lastpag{
    color: #D8D8D8;
}
.paging>a>.pointerpag{
    background: #7D725B;
    color: white;
}
.paging>.more{
    padding: 0px 5px;
    border: 0;
}*/


.paging{
    padding-bottom: 55px;
	margin:0  auto 20px auto;
	text-align: center;
}
.pading>a{
	padding: 0 3px;
}
.paging>a>div{
        display: inline-block;
    padding: 4px 5px;
    font-size: 14px;
    background: rgba(241,241,241,1);
    box-shadow: 0px 2px 1px 0px rgba(255,255,255,1);
    border: 1px solid rgba(204,204,204,1);
    color: #D8D8D8;
}
.paging>div{
    display: inline-block;
    padding: 4px 5px;
    font-size: 14px;
    color: #161111;
    background: #ffffff;
    border: 1px solid #D0D0D0;
    /* float: right; */
}
.paging>a>.pointerpag{
    background: #BA3205;
    color: #fff;
    box-shadow:0px 2px 1px 0px rgba(255,255,255,0.5);
    border:1px solid rgba(223,106,2,1);
}
.paging>.more{
    padding: 0px 5px;
    border: 0;
}
.paging input{
	width:27px;
	height:23px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(204,204,204,1);
}
.paging .search{
	background:rgba(255,255,255,1);
	border:1px solid rgba(204,204,204,1);
	color:rgba(102,102,102,1);
}
.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} /* 鼠标按下去时的状态 */