/*做题界面css样式表*/

.exam_head {
	width: 100%;
	height: 66px;
	color: #FFFFFF;
	background-color: #2B323B;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}

.wra_img {
	width: 240px;
	padding-top: 14px;
}

.exam_head_con {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.exam_head_name {
	line-height: 66px;
	margin-left: 240px;
	text-align: center;
	font-size: 22px;
}


/*做题头部结束*/
.con_map {
	width: 1200px;
	margin: auto;
	min-height: 762px;
	padding-top: 40px;
	margin-bottom: 34px;
	font-family: "微软雅黑";
}

.topic_left {
	float: left;
	width: 300px;
	min-height: 400px;
}

.topic_right {
	margin-left: 350px;
	width: 850px;
	min-height: 400px;
	position: relative;
}

.xinxi_map {
	margin-top: 20px;
	min-height: 415px;
	background-color: white;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}

.dj_time {
	height: 60px;
	background-color: #e8e8e8;
	padding: 15px 10px;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
}

.dj_time img {
	margin-right: 10px;
}

.topic_bj {
	height: 55px;
	margin: 5px 10px 0 10px;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0px;
	font-size: 16px;
	text-align: center;
}

.bj_ico {
	margin: 0;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: white;
	border: 1px solid #aaaeb8;
}

.bj_orange {
	background-color: #3487f5;
	border: 1px solid #3487f5;
}

.bj_gray {
	background-color: #aaaeb8;
	border: 1px solid #aaaeb8;
}
.bj_red{
	background-color: #F94848;
	border: 1px solid #F94848;
}


.m_r_sm {
	margin-right: 15px;
}


.dati {
	border-left: 8px solid #3487f5;
	color: #353535;
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.topic_btn_map {
	padding: 5px 15px;
	max-height: 205px;
	overflow: overlay;
}

.topic_btn {
	cursor: pointer;
	height: 25px;
	width: 45px;
	border-radius: 3px;
	background-color: white;
	border: 1px solid #aaaeb8;
	font-size: 14px;
	margin: 0;
	margin-left: 4px;
	margin-bottom: 10px;
}

.btn_orange {
	background-color: #3487f5;
	border: 1px solid #3487f5;
	color: white;
}

.topic_btn:hover {
	background-color: #3487f5;
	border: 1px solid #3487f5;
	color: white;
}

.btn_gray {
	background-color: #aaaeb8;
	border: 1px solid #aaaeb8;
	color: white;
}

.btn_red{
	background-color: #F94848;
	border: 1px solid #F94848;
	color: white;
}

/*右侧做题区域样式*/

.con_title {
	/*height: 50px;*/
	border-bottom: 2px solid #EBEBEB;
}

.con_title span {
	line-height: 50px;
	font-size: 24px;
	color: #333333;
}

.tj_btn {
	float: right;
	cursor: pointer;
	width: 120px;
	height: 35px;
	color: white;
	background-color: #FA9840;
	border-radius: 5px;
}




.tj_btn:hover {
	background-color: #E5832C;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.tixing {
	color: #999999;
	font-size: 14px;
	padding-top: 18px;
}

.tixing button{
	background-color: #fff;
   border: 2px solid #DDDDDD;
   border-bottom: none;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   padding: 4px 12px;
}

.tixing button:hover{
	color: #fff;
	background-color: #3487f5;
	border: 2px solid #3487f5;
	border-bottom: none;
}

.tixing .btnOnly{
	color: #fff;
	background-color: #3487f5;
	border: 2px solid #3487f5;
	border-bottom: none;
}

.tixing p{
	color: #F94848;
	font-size: 20px;
	float: right;
   margin-top: -18px;
}
.tixing p span{
	color: #F94848;
	font-size: 20px;
}

.tigan {
	color: #666666;
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: 600;
}



.tihao_map {
	width: 700px;
}


.tihao_map {
	color: #666666;
	font-size: 15px;
}

.tihao_map span {
	margin-left: 10px;
}

.tihao_map p {
	margin-bottom: 30px;
}


/*上下题切换*/

.qieti_map {
	width: 120px;
	text-align: right;
	position: absolute;
	top: 250px;
	right: 0;
}

.qieti_map button {
	cursor: pointer;
	border: none;
	background-color: #3487f5;
	color: white;
	width: 100px;
	height: 40px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.btn_xia {
	background-color: white !important;
	color: #3487f5 !important;
	border: 1px solid #3487f5 !important;
}
.btn_xia:hover {
	background-color: #3487f5 !important;
	color: white !important;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.btn_shang:hover {
	background-color: #286090;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}




.jeixi_map{
	margin-top: 120px;
	background-color: #fbfafa;
	min-height: 200px;
}


.select_topix{
	display: none;
}

.disBlock{
	display: block !important;
}


/*试题解析样式*/

.jiexi_title {
	min-height: 50px;
	padding-left: 20px;
	border-bottom: 1px solid #ebebeb;
}

.jiexi_title span {
	line-height: 50px;
	font-size: 18px;
	color: #333333;
}


.text_blue{
	color: #3487f5 !important;
}


.jeixi_con{
	padding: 20px;
	color: #666666;
}


.jeixi_text{
	font-size: 16px;
	margin-bottom: 15px;
}

.jiexi_msg{
	font-size: 15px;
}

.fen_color{
	color: #3487f5;
}

/*收藏*/
.title_collect{
	float: right;
	cursor: pointer;
	font-size: 16px !important;
}
.title_collect,
.title_collect_red{
	padding-left: 24px;
	margin-right: 34px;
}
.title_collect{
	background: url(../img/z_kong.png) no-repeat 0 center;
}
.title_collect_red{
	background: url(../img/z_red.png) no-repeat 0 center;
}