@CHARSET "UTF-8";
/* 通用底部样式 */
.bui-stdmod-body {
	overflow-x: hidden;
	overflow-y: auto;
}

.link_container {
	cursor: pointer;
	width: 1000px;
	margin: auto;
	PADDING: AUTO;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #F2F2F2;
}

.question_title {
	text-align: center;
	font-size: 12pt;
}

.question_content {
	margin-top: 10px;
	width: 150px;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	height: 120px;
}

.foot_div {
	width: 220px;
	margin: auto;
	margin-top: 10px;
}

.foot_a {
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
}

.foot_a1 {
	padding-top: 10px;
	width: 100%;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	text-align: center;
}

.ad_container {
	cursor: pointer;
	margin: 0 auto;
	width: 1000px;
	margin-top: 5px;
	padding-left: 20px;
	text-align: center;
}

.footbg {
	background-color: #E6E4E4;
	height: 120px;
	margin-top: 10px;
	*margin-bottom: 90px !important;
}

.border {
	border-top: 1px #cccccc solid;
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}

a {
	color: #36c;
	text-decoration: none;
}
.question span
{
	cursor:pointer;
}