@charset "utf-8";
/* CSS Document */

/* 公共 */

html{
	font-size:62.5%;
	}

h1, h2, h3, h, ul, li, p, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
}
body{
    background: #fff;    
    font-family: "宋体";
	font-size:1.5em;
	color:#4f4f4f;
}

.main{
	max-width:1000px;
	margin:0 auto;
	}

.img {
	border: 0px;
	width: 100%;
	}
.clear{
	clear:both;
	}
.hand {
	cursor: pointer;
}	
.btn{
	
	background-color: #e62a47;
	font-weight: bold;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding: 1%;
	width:10%;
	margin:0 auto;
}

.btn2{
	
	background-color: #e62a47;
	font-weight: bold;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding: 1%;
	width:25%;
	margin:0 auto;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.font{ font-weight:bold;}
.suojin{text-indent:2.5em;}
.line{
	border-top:1px #aaa dashed;
	margin-top:2%;
	width:100%;
	}
	
/* 考试时间 */	
.time{
	width:100%;
	border-bottom:1px #333 solid;
	}
.time h2{
	font-family:"微软雅黑";
	margin:1.5% 0;
	
	}	
.ttable{
	width:100%;
	margin:2% auto;
	}

.ttable table {
	background:#4f4f4f;
	padding:0.5%;
	}
.ttable table th{
	color:#fff;
	}		
.ttable table td{
	background:#fff;
	padding:1%;
	}	
/* 考试结构 */	
.jimg{
	width:100%;
	}
.jimg img{
	border: 0px;
	width: 100%;
	}
	
/* 考试评分 */
.bt{
	margin-top:1%;
	}
.bt p{
	padding-bottom:1%;}		
.title{
	font-family:"微软雅黑";
	font-size:1.2em;
	font-weight:bold;
	}
.taskdiv{
	margin:1% 0;
	}	
.task{
	background-color: #e62a47;
	font-weight: bold;
	color: #fff;
	font-size: 1.5em;
	text-align:center;
	padding: 2.5%;
	float:left;
	}
.task2{
	background-color: #e62a47;
	font-weight: bold;
	color: #fff;
	font-size: 1.5em;
	text-align:center;
	padding: 6% 2.5%;
	float:left;
	}			
		