* {
	margin:0px;
	padding:0px;
}
body {
	padding:0;
	margin:0 auto;
	color:#666;
	line-height:22px;
	font-family:"Microsoft YaHei","SimSun";
	width:1060px;
	background:#ffffff;
}
div,img,ul,li {
	margin:0;
	padding:0;
	border:0;
}
h2 {
	margin:0;
	padding:0;
}
.h2 {
	margin-top:10px;
	padding-left:10px;
	font-size:16px;
	color:#333;
}
a {
	color:#555;
	text-decoration:none;
}
a:link,a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover,a:active {
	color:#cFF250000;
	text-decoration:underline;
}
li {
	list-style:none;
}
ul li {
	list-style-type:none;
}
.mt10 {
	margin-top:10px !important;
}

/*头部css*/
.common-header {
	height:auto;
	width:100%;
	margin-bottom:10px;
	top:0;
	left:0;
	z-index:99;
	-moz-user-select:none;
	-webkit-user-select:none;
}
.common-header .header-box {
	position:relative;
	height:49px;
	border-bottom:1px solid #2f73b2;
	background-color:#3790e2;
}
.common-header .header-box .header-left {
    display: inline-block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 0;
    background: url(../images/logo.png) no-repeat;
    background-size: 95px 59px;
}
.common-header .header-box .header-center {
	text-align:center;
	color:#fff;
	font-size:22px;
	height:50px;
	line-height:50px;
}
.common-header .header-box .header-center a {
	color:#fff;
}
.common-header .header-box .header-right {
	position:absolute;
	top:0px;
	right:0px;
	width:20%;
	text-align:center;
	height:49px;
	line-height:49px;
	font-size:16px;
	color:#fff;
	border-left:1px solid #4877a2;
	border-bottom:1px solid #4877a2;
}
.common-header .header-box .header-right a {
	display:block;
	background-color:#76a5d1;
	border-left:1px solid #88b0d6;
	color:#fff;
}
.common-header .header-box .header-right span {
	display:inline-block;
	color:#c4dcf3;
}
.sitemap-list {
	height:30px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:9px;
}
.sitemap-list h2 {
	width:120px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:0 15px;
	float:left;
	background:#3991e5;
}
.sitemap-list h2 a {
	color:#fff;
}
/*考试类及浮动CSS*/
.ck_dt {
	overflow:hidden;
	margin-bottom:10px;
}
.clearfix {
	zoom:1;
}
.zg_kskm {
	overflow:hidden;
}
.zg_kskm li {
	width:204px;
	height:34px;
	float:left;
	margin:0 0 2px 2px;
}
.zg_kskm li a {
	color:#666;
	border:#F8F8F8 solid 1px;
	background:#F8F8F8;
	transition:all 0.5s ease 0s;
	display:block;
	width:200px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:16px;
}
.zg_kskm li a:hover {
	border:#3991e5 solid 1px;
	background:#fff;
	color:#3991e5;
	text-decoration:none;
}

#wrap {
	position:absolute;
	top:20px;
	right:10px;
	height:40px;
	background:#3991e5;
	border:1px solid #3991e5;
	border-radius:0 3px 3px 0;
}
.zhi {
	float:left;
	padding:0 5px;
	width:100px;
	border:0;
	height:40px;
	line-height:33px;
	font-size:14px;
	border-radius:3px 0 0 3px;
}
.chazhao {
	float:left;
	width:80px;
	border:0;
	height:40px;
	line-height:40px;
	background:#3991e5;
	cursor:pointer;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
/*频道地图样式*/
.channel {
	width:100%;
	background:#fff;
	overflow:hidden;
	margin-bottom:10px;
}
.channel li {
	width:24.6%;
	float:left;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	height:37px;
	background:#fff;
}
.channel li a {
	font:0.8em/37px "Microsoft YaHei";
	color:#666;
	margin-left:5px;
}
.channel li a:hover {
	font:0.8em/37px "Microsoft YaHei";
	color:#e60000;
}