/*************样式重定义***************/

.direction {
	padding-top:20px;
	margin-bottom:20px;
}

.navigation-container {
    border:none;
    padding-bottom:0;
}









/******************main*********************/

.background-container {
	width:100%;
	background:#f7f7f7;
}

.main-container {
	width:1170px;
	margin:0 auto;
	position: relative;
}

.iframe-block {
	width:100%;
	height:130px;
	background:#f7f7f7;
	position: absolute;
	top:50px;
	left:0;
	text-align:center;
}

.iframe-block-container {
	width:920px;
	height:100px;
	margin:0 auto;
}

.iframe-option {
	width:120px;
	height:50px;
	float: left;
    height: 20px;
    font-size: 18px;
    margin-right: 5px;
    border-right: 1px solid #333;
    margin-top: 50px;
    padding-right: 5px;
    cursor: pointer;
}

.iframe-block-container a:last-child div{
	border:none;
}

/*.iframe-option:hover {
	background:#5676bb;
	color:#ccc;
}*/

.iframe-option-focus {
	font-weight:bold;
}

.question-navigation {
	width:300px;
	float:left;
	background:#fff;
	padding-bottom:30px;
	margin-bottom:10px;
}

.question-type {
	width:300px;
}

.common-question-type {
	width:300px;
}

.question-head {
	width:300px;
	height:40px;
	line-height:40px;
	background:#98d6f5;
	color:#333366;
	font-size:16px;
	text-indent:0.5em;
	font-weight:bold;
}

.question-item {
	width:300px;
	height:40px;
	line-height:40px;
	color:#333;
	border-bottom:1px dotted #ccc;
	text-indent:1em;
	box-sizing:border-box;
}

.question-item:hover {
	background:#eee;
	color:#222;
	cursor:pointer;
}

.question-item-focus {
	background:#eef;
	border-left:2px solid #66f;
	position:relative;
}

.question-item-focus:hover {
	background:#eef;
	color:#333;
}

.question-item-focus:after {
	position:absolute;
	content: '>';
	font-family:'serif';
	right:20px;
}

.question-type .question-item:last-child {
	border:none;
}

#bottom-btn {
	width:100%;
	height:40px;
	background:#ff3333;
	color:#fff;
	line-height: 40px;
	text-align:center;
	font-weight:bold;
}


.question-detail-container {
	width:760px;
	padding:20px;
	float:left;
	margin-left:30px;
	background:#fff;
	margin-bottom:20px;
}

.question-detail {
	width:800px;
	height:40px;
}

.question-detail-head {
	width:100%;
	height:40px;
	box-sizing:border-box;
	font-size:18px;
	line-height: 40px;
	text-indent:1em;
	background:rgb(240,240,240);
	color:#339;
	border-left:2px solid #33c;
	font-weight:bold;
	position:relative;
}

.question-detail-head:after {
	content:'∧';
	position: absolute;
	right:30px;
	font-family:'微软雅黑';
	cursor:pointer;
}

.question-detail-spread:after {
	content:'∨';
	position: absolute;
	right:30px;
	font-family:'微软雅黑';
	cursor:pointer;
}

.question-detail-body {
	width:80%;
	padding:10px;
	background:transparent;
	line-height:20px;
}



