/* 真题汇集 */
.pastExamPaperBox{
	margin: 20px 0;
	padding-bottom: 20px;
}
.pastExamPaperBox .pastExamPaperBoxTop{
	background-color: #FFFFFF;
	padding: 10px;
	box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
}
.pastExamPaperBox .pastExamPaperBoxTop .columnBox{
	border-bottom: 1px dashed #D2D2D2;
	/* line-height: 45px; */
}
.pastExamPaperBox .pastExamPaperBoxTop .bordernone{
	border-bottom:none;
}
.columnBox .columnTitle{
	height: 45px;
    line-height: 45px;
    color: #113671;
    font-weight: 900;
    width: 6%;
    padding-right: 2%;
    float: left;
    text-align: right;
    font-size: 16px;
}
.columnBox .columnContent{
	float:left;	
	width:92%;
	padding: 8px 0;
}
.columnBox .columnContent .columnLink{
	display: inline-block;
	/* margin: 0 5px; */
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	color: #666;
}
.columnBox .columnContent .columnLink:hover , .columnBox .columnContent .selected{
	color: #fc4d55;
}
.columnBox .columnContent .questionsType{
	display: inline-block;
	margin: 0 5px;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	color: #999;	
	border: 1px solid #00A0E9;
}

.pastExamPaperBox .pastExamPaperBoxContent{
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	min-height: 500px;
	box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
}
.ExamListTable{		
	width: 100%;
	border-top: 2px solid #cc3333;
 }
.ExamListTable th{
	color:#CC3333;
	line-height:45px;
	text-align:center;
	font-weight: bold;
	font-size: 16px;
	background-color: #f8f8f8;
	/* background:#e1e1e1;	 */
}
.ExamListTable td{
	color:#333;
	text-align:center;
	line-height:45px;
	border-bottom:1px dashed #e6e6e7;
}
.ExamListTable  .leftName{
	text-align: left;
	padding-left: 20px;
	width: 50%;
}
.ExamListTable  .rightAns{
	text-align: left;	
	width: 150px;
}
.ExamListTable tr:hover td{ 
	background-color:#fafafa; 
	color:#333;
}
.ExamListTable td i{
	font-size: 12px;
	color: #cf5050;
	margin-right: 5px;	
}
.ExamListTable td.date{
	color: #999999;
}

.simulateBox{	
}

.templateBox{
	line-height: 30px;
	padding-left: 180px;
}
.zxBootom{		
    line-height: 20px;
    padding: 3px 10px;  
	color: #FFFFFF;	
	margin: 5px 5px 0 0;	
	border-radius: 3px;	
	/* background-color: #13932d; */	
	color: #999999;
	border: 1px solid #CC3333;	
}
.zxBootom:hover{	
	color: #FFFFFF;
	background: #CC3333;
	border: 1px solid #CC3333;
}

/* 试卷列表 */
.examTabBoxDiv{
	margin: 20px 0 20px 0;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    min-height: 500px;
	border-radius: 5px;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
}
.examTabTitle{
	color: #D2D2D2;
    line-height: 45px;
    text-align: left;
    font-size: 14px;
	padding-left: 20px;
	border-bottom: 1px dashed #e3e3e3;
}
.examTabTitle a{
	margin: 0 5px;
	color: #005097;
	font-weight: bold;
}
 .examTabBox{
	border-bottom: 1px dashed #e3e3e3;
	clear: both;
}
 .examTabBox:last-child{
	border-bottom:none!important;
}
.examTabBox .columnTitle{
	height: 45px;
    line-height: 45px;
    color: #113671;
    width: 30%;
    padding:0 2%;
    float: left;
    text-align: left;
    font-size: 14px;
}
.examTabBox .columnTitle .num{
	float: right;
	font-size:13px ;
	color: #005097;
}
.examTabBox .columnTitle a{
	color: #113671;
}
.examTabBox .columnContent{
	float:left;	
	width:65%;
	padding: 8px 0;
}
.examTabBox .columnContent .columnLink{
	display: inline-block;
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	color: #333;
}