.testPage-title {
	font-size: 22px;
	font-weight: bold;
	line-height: 39px;
	color: #333;
}

.testPage-title-box {
	padding: 0 0px 10px;
	border-bottom: 1px dashed #d9d9d9;
}

.testPage-title-box .top {
	height: 39px;
}

.testPage-title-box .btn-group {
	margin-top: 6px;
}

.testPage-title-box .btn-group .btn {
	display: inline-block;
	line-height: 28px;
	padding: 0 18px;
}

.testPage-title-box .btn-group .btn:hover {
	background-color: #20A0FF;
}

.testPage-title-box .bottom ul {
	overflow: hidden;
}

.testPage-title-box .bottom li {
	float: left;
	color: #666;
	padding: 0 15px;
	line-height: 34px;
	font-size: 12px;
	position: relative;
}

.testPage-title-box .bottom li span {
	width: 1px;
	height: 10px;
	background: #d9d9d9;
	position: absolute;
	right: 0;
	top: 13px;
}

.testPaper-title {
	line-height: 35px;
	font-size: 16px;
	color: #333333;
	font-family: arial;
	word-wrap: break-word;
}

.testPaper-option-list {
	overflow: hidden;
	padding-left: 10px;
}

.testPaper-option {
	float: left;
	line-height: 26px;
	font-size: 14px;
	font-family: arial;
	color: #333333;
	margin-right: 60px;
}




