.header {
	height: 84px;
	width: 100%;
	background-image: url("../img/zhxgn/banner_bg.jpg");
}

.header a {
	color: #fff;
	line-height: 84px;
	font-size: 14px;
}

.header .list {
	font-size: 0;
}

.header .list > li {
	font-size: 14px;
	display: inline-block;
}

/*header-left*/
.header-left {
	float: left;
}

.header-left > img,
.header-left > ul,
.header-right > img,
.header-right > ul {
	display: inline-block;
	vertical-align: middle;
}

.header-left > img {
	margin-right: 30px;
}

.header-left-list > li {
	position: relative;
}

.header-left-list > li .exam-type-link-group {
	width: 963px;
	font-size: 0;
	left: -222px;
}

.header-left-list > li .exam-type-link-group:before {
	left: 261px;
}

.header-left-list > li .exam-type-link-group > li {
	display: inline-block;
	width: 320px;
	border-right: 1px dotted #E5E5E5;
	padding-left: 40px;
}

.header-left-list > li .exam-type-link-group > li > a {
	color: #666;
	font-size: 14px;
	margin-right: 24px;
}

.header-left-list > li .exam-type-link-group > li > a:hover {
	color: #e04543;
}

.devide,
.header-area {
	display: inline-block;
	vertical-align: middle;
}

.devide {
	width: 2px;
	height: 27px;
	background-color: #fff;
}

.header-area {
	margin-left: 20px;
	position: relative;
}

.header-area > span,
.header-area > img {
	color: #fff;
	vertical-align: middle;
}

.header-area > span {
	font-size: 24px;
	margin-right: 5px;
}

.header-area > img {
	margin-right: 30px;
}

.header-area:hover .list-content {
	display: block;
}

.header-area .list-content {
	width: 965px;
	height: 186px;
	left: -246px;
	top: 40px;
	display: none;
}

.header-area .list-content:before {
	left: 262px;
}

.area-link-group {
	font-size: 0;
	padding-left: 40px;
}

.area-link-group > a {
	display: inline-block;
	width: 108px;
	height: 40px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 38px;
	color: #333;
	font-size: 14px;
	margin-top: 35px;
	margin-right: 43px;
	background-color: #fff;
	-webkit-transition: background-color linear 0.2s, color linear 0.2s;
	-moz-transition: background-color linear 0.2s, color linear 0.2s;
	-ms-transition: background-color linear 0.2s, color linear 0.2s;
	-o-transition: background-color linear 0.2s, color linear 0.2s;
	transition: background-color linear 0.2s, color linear 0.2s;
}

.area-link-group > a:hover {
	color: #fff;
	background-color: #e04543;
	border-color: #e04543;
}

.header-left-list > li .exam-type-link-group > li:nth-child(3n) {
	border-right: 0;
}

.left-list-link-type {
	font-weight: bold;
	font-size: 15px;
}

.left-list-link-point {
	font-size: 15px;
	font-weight: bold;
	margin: 0 18px;
}

.header-left-list > li > a {
	padding: 0 18px;
	display: inline-block;
}

.header-left-list > li:after {
	content: "";
	background-color: #fff;
	width: 25px;
	height: 4px;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: bottom linear 0.2s, opacity linear 0.2s;
	-moz-transition: bottom linear 0.2s, opacity linear 0.2s;
	-ms-transition: bottom linear 0.2s, opacity linear 0.2s;
	-o-transition: bottom linear 0.2s, opacity linear 0.2s;
	transition: bottom linear 0.2s, opacity linear 0.2s;
	bottom: 10px;
	opacity: 0;
}

.header-left-list > li:hover:after {
	bottom: 21px;
	opacity: 1;
}

.header li .list-content,
.right-banner li .list-content {
	display: none;
}

.header li:hover .list-content,
.right-banner li:hover .list-content {
	display: block;
}

.app-content-wrapper {
	position: relative;
}

.app-head-content {
	height: 425px;
	width: 230px;
	left: -82px;
}

.app-head-content:before {
	left: 102px;
}

.app-head-content {
	padding-top: 30px;
	text-align: center;
}

.app_logo {
	margin-bottom: 14px;
}

.app_name {
	font-size: 18px;
	color: #666;
	margin-bottom: 8px;
}

.app_tip {
	font-size: 12px;
	color: #959595;
	margin-bottom: 28px;
}

/*header-right*/
.header-right {
	float: right;
}

.header-right-list {
	display: inline-block;
}

.header-right-list > li {
	margin-right: 30px;
}

.top-search {
	height: 240px;
	background-image: url(../../../html/zhxgn/img/banner_bg.jpg);
	background-position: center center;
	text-align: center;
}

.top-search-box {
	text-align: left;
	display: inline-block;
	padding-top: 77px;
}

.top-search-input-wrapper {
	width: 568px;
	font-size: 0;
	margin-top: 3px;
	margin-left: 3px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	overflow: hidden;
}

.top-search-input-wrapper > input {
	width: 458px;
	height: 48px;
	display: inline-block;
	vertical-align: top;
	outline: none;
	padding-left: 15px;
	font-size: 16px;
}

.top-search-input-wrapper > button {
	background-color: #FC913A;
	border: 0;
	color: #fff;
	width: 110px;
	height: 48px;
	display: inline-block;
	vertical-align: top;
	outline: none;
}

.top-search-input-wrapper > button > span {
	font-size: 18px;
}

.search-type-box {
	border-bottom: 2px solid #e04543;
}

.search-type-wrapper {
	margin-top: 30px;
}

.search-type-list {
	font-size: 0;
	margin-top:40px;
}

.search-type-list > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.search-type-list > li > a {
	color: #333;
	width: 174px;
	height: 60px;
	background-color: #eff0f2;
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}

.search-type-list > li > a.active,
.search-type-list > li > a:hover {
	color: #fff;
	background-color: #e04543;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.type-detail-list {
	margin-top: 30px;
}

.type-detail-list > li {
	display: inline-block;
}

.type-detail-list > li:after {
	content: " \\ ";
	color: #ddd;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}

.type-detail-list > li:last-child:after {
	content: "";
}

.type-detail-list > li > a {
	font-size: 16px;
	color: #333;
}
.type-detail-list > li > a.active,
.type-detail-list > li > a:hover {
	color: #e04543;
}

.list-item {
	display: none;
}

.list-item.active {
	display: block;
}

.post-list {
	font-size: 0;
	border: 1px solid #f0f0f0;
	margin-top: 30px;
}

.post-list > li {
	display: inline-block;
	vertical-align: top;
}

.post-list > li > a {
	display: block;
	width: 299px;
	color: #333;
	font-size: 15px;
	padding: 40px 30px;
	padding-right: 0;
	height: 100px;
	border-bottom: 1px solid #F0F0F0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.post-list > li > a:hover {
	color: #e04543;
}

.post-list > li:last-child > a {
	border-bottom: 0;
}

.province-list {
	font-size: 0;
	margin-top: 30px;
}

.province-list > li {
	display: inline-block;
	vertical-align: top;
	margin-right:34px;
	margin-bottom:30px;
	-webkit-box-shadow:  1px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:  1px 1px 3px rgba(0,0,0,0.1);
	box-shadow:  1px 1px 3px rgba(0,0,0,0.1);
}

.province-list > li > a {
	border: 1px solid #EFF0F2;
	width: 120px;
	height: 48px;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	line-height: 46px;
	display:block;
	text-align: center;
	position:relative;
}

.province-list > li.active > a{
	border-color:#e04543;
}
.province-list > li.active>a:after{
	content:"";
	position:absolute;
	bottom:0;
	right:0;
	background-image:url("../../../html/zhxgn/img/province_checked.png");
	width:27px;
	height:27px;
	display:inline-block;
}
.province-list > li:nth-child(8n){
	margin-right:0;
}