#container{
	background-color: #F5F5F5;
}
#search_system_wrap{
	width: 800px;
	margin: 0 auto;
}
#system_result{
	margin-top: 20px;
}
/*system_result_header*/
#system_header{
	font-size: 30px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.system_result_header{
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
}
.header_left,.header_right{
	float: left;
	height: 100%;
	line-height: 30px;
}
.header_right{
	padding: 0 20px;
	font-size: 14px;
	border-radius: 5px;
	background-color: #c0080f;
	color: #fff;
	margin-left: 20px;
	cursor: pointer;
}
.total{
	color: #c0080f;
}
/*system_result_content*/
.system_result_content{
	margin-top: 15px;
}
.system_result_wrap{
	width: 500px;
	margin: 0 auto;
}
.question_list{
	width: 100%;
	margin-bottom: 15px;
}
.question_list h3{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
table{
	border-collapse: collapse;
	border-top: 1px solid #e9e8e8;
	border-left: 1px solid #e9e8e8;
	font-size: 14px;
}
table tr td{
	height: 30px;
	color: #666;
}
table tr td:nth-of-type(1){
	width: 450px;
	padding-left: 10px;
}
table tr td:nth-of-type(2){
	width: 100px;
	text-align: center;
}
table tr td{
	border-right: 1px solid #e9e8e8;
	border-bottom: 1px solid #e9e8e8;
}
.comment_option td{
	padding: 10px;
}
.comment_header td{
	padding: 0;
}
