.header {
	background-color: #f7f7f7;
	padding: 18px 0;
	border-bottom: 2px solid #f34540;
}

.header-left {
	float: left;
}

.header-right {
	float: right;
}

.horizon li {
	vertical-align: top;
	display: inline-block;
}

.head-logo,
.head-phone,
.head-content-list {
	display: inline-block;
	vertical-align: middle;
}

.header .header-left .horizon > li {
	margin-right: 36px;
}

.header .header-right .horizon li {
	margin-right: 20px;
}

.header .horizon > li > a {
	display: block;
	line-height: 44px;
	font-size: 14px;
	color: #333;
}

.head-logo {
	margin-right: 66px;
}

.content-wrapper {
	padding-top: 67px;
}

.search-input-box {
	font-size: 0;
}

.search-input-wrapper {
	/*padding-bottom: 25px;*/
	/*border-bottom: 2px solid #f0f0f0;*/
	border: 1px solid #f34540;
	display:inline-block;
}

.search-input-box > input {
	outline: none;
	height: 46px;
	width: 760px;
	/*font-size: 36px;*/
	font-size: 20px;
	padding-left:10px;
	color: #666;
	display: inline-block;
	vertical-align: top;
}

.search-input-box > button {
	display: inline-block;
	vertical-align: top;
	/*background-color: transparent;*/
	background-color: #f34540;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	border: 0;
	/*width: 100px;*/
	width: 136px;
	height: 46px;
	/*background-image: ;*/
	/*background-position: right center;*/
	/*background-repeat: no-repeat;*/
	outline: none;
	cursor: pointer
}

.search-list-nav {
	font-size: 0;
	margin-top: 30px;
}

.search-list-nav p {
	line-height: 20px;
	font-size: 14px;
	color: #aaa;
}

.search-list-nav .horizon > li {
	margin-right: 30px;
}

.search-list-nav .horizon > li > a {
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 20px;
	border-bottom: 2px solid transparent;
}

.search-list-nav .horizon > li > a:hover,
.search-list-nav .horizon > li.active > a {
	color: #e04543;
	border-color: #e04543;
}

.search-result-list .search-item-title {
	font-size: 18px;
	color: #0000cc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}

.search-result-list .search-item-title > span {
	font-size: inherit;
}

.search-result-list > li {
	padding: 25px 0;
	border-bottom: 1px solid #f0f0f0
}

.search-result-list .search-item-content {
	font-size: 14px;
	color: #888;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.search-result-list .search-item-content > span {
	font-size: inherit;
}

.search-result-list .search-red {
	color: #e04543;
}

.search-result-list .search-gray {
	color: #555;
}

.left-list-link-type {
	font-weight: bold;
	font-size: 15px;
	width: 60px;
	display: inline-block;
}

.left-list-link-point {
	font-size: 15px;
	font-weight: bold;
	margin: 0 18px;
}

.exam-type-link-wrapper {
	position: relative;
}

.exam-type-link-wrapper:hover .exam-type-link-group {
	display: block;
}

.exam-type-link-group {
	width: 963px;
	font-size: 0;
	left: -81px;
	top: 37px;
	display: none;
}

.exam-type-link-group:before {
	background-position: 101px center;
}

.exam-type-link-group > li {
	display: inline-block;
	width: 320px;
	border-right: 1px dotted #e5e5e5;
	padding-left: 40px;
}

.exam-type-link-group > li > a {
	color: #666;
	font-size: 14px;
	margin-right: 24px;
	line-height: 84px;
}

.exam-type-link-group > li > a:hover {
	color: #e04543;
}

.app-content-wrapper {
	position: relative;
}

.app-content-wrapper:hover .app-head-content {
	display: block;
}

.app-head-content:before {
	background-position: center center;
}

.app-head-content {
	padding-top: 45px;
	text-align: center;
	height: 425px;
	width: 230px;
	left: -79px;
	top: 34px;
	display: none;
}

.app_logo {
	margin-bottom: 14px;
}

.app_name {
	font-size: 18px;
	color: #666;
	margin-bottom: 8px;
}

.app_tip {
	font-size: 12px;
	color: #959595;
	margin-bottom: 35px;
}