.crumb {
	font-size: 0;
}

.crumb > span,
.crumb > ul {
	display: inline-block;
	vertical-align: middle;
}

.crumb > ul > li {
	display: inline-block;
	vertical-align: middle;
}

.crumb > ul > li > a,
.crumb > span {
	font-size: 14px;
	color: #666;
	line-height: 74px;
}

.crumb > ul > li > a:hover {
	color: #E04543;
}

.info-main {
	font-size: 0;
}

.info-main .info-content {
	width: 1200px;
	display: inline-block;
	vertical-align: top;
	padding: 44px 30px;
}

.info-main .right-recommend {
	width: 380px;
	display: inline-block;
	vertical-align: top;
}

.info-main .info-title {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 36px;
}

.info-main .info-time {
	font-size: 12px;
	color: #999;
	margin: 0;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 40px;
}
.info-main .recommend-link{
	float:right;

}
.info-main .recommend-link>a{
	font-size:15px;
	color:#c63125;
	display:inline-block;
	max-width:300px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.info-main .recommend-link>span{
	vertical-align: middle;
	display:inline-block;
	color:#333;
	font-size:15px;
}
.info-main .recommend-link>a:hover{
	text-decoration: underline;
}
.info-wrapper {
	text-align: center;
	border-bottom: 2px solid #e8e8e8;
	margin-bottom: 28px;
}

.info-detail span,
.info-detail p {
	font-size: initial;
	/*margin-bottom:initial;*/
}

.right-recommend {
	width: 380px;
	height: 948px;
	display: inline-block;
	vertical-align: top;
}

.list-title {
	font-size: 18px;
	color: #333;
	padding: 26px 0;
	margin: 0 30px;
	border-bottom: 2px solid #e8e8e8;
	position: relative;
}

.list-title:after {
	content: "";
	width: 56px;
	height: 6px;
	display: block;
	position: absolute;
	background-image: url("/r/cms/common/image/list_header/title_after.png");
	bottom: -6px;
	left: 0;
}

.recommend-list {
	padding: 30px;
	font-size:0;
}

.recommend-list > li {
	display: inline-block;
    width: 270px;
    margin-right: 19px;
    vertical-align: top;
}
.recommend-list > li:last-child {
    margin-right: 0;
}

.recommend-img {
	display: inline-block;
    width: 270px;
    height: 150px;
    vertical-align: top;
}

.recommend-list a {
	font-size: 0;
}

.recommend-box {
	width: 270px;
    height: 87px;
    padding: 10px;
}

.recommend-list > li:hover p {
	color: #e04543;
}

.recommend-box > p {
	line-height: 22px;
	margin-top: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 28px;
	color: #555;
}

.recommend-box > span {
	color: #555;
}

.recommend-box > span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("/r/cms/common/list_header/icon_talk.png");
	width: 11px;
	height: 18px;
	margin-right: 12px;
	margin-top: -4px;
}

.recommend-another-title {
	margin: 0;
	font-size: 18px;
	color: #333;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}

.recommend-another-list {
	font-size: 0;
	padding-top: 20px;
}

.recommend-another-list > li {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.recommend-another-list > li > a {
	font-size: 14px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 46px;
}

.recommend-another-list > li > a:hover {
	color: #e04543;
}

.recommend-another-list > li > a:before {
	content: "";
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #d1d1d5;
	margin-right: 10px;
}

.tip {
	color: #e04543;
	text-align: center;
}

.tip:before {
	content: "";
	width: 14px;
	height: 14px;
	background-image: url("/r/cms/common/image/content/tip_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}

.share-box {
	background-color: #F7F8FC;
	padding: 23px 0;
	text-align: center;
	margin: 26px;
	position: relative;
}

.share-box > a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 46px;
}

.share-box > a.weibo-img {
	background-image: url("/r/cms/common/content/weibo.png");
}

.share-box > a.weixin-img {
	background-image: url("/r/cms/common/content/weixin.png");
}

.share-box > a.add-img {
	background-image: url("/r/cms/common/content/add.png");
}

.share-box > a.weibo-img:hover {
	background-image: url("/r/cms/common/content/weibo_hover.png");
}

.share-box > a.weixin-img:hover {
	background-image: url("/r/cms/common/content/weixin_hover.png");
}

.share-box > a:last-child {
	margin-right: 0;
}

.adver-box {
	text-align: center;
	margin-bottom: 30px;
}

.share-box-text {
	position: absolute;
	right: 20px;
	font-size: 14px;
	color: #666;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

	.header-wrapper {
		background-color: #C6312F;
	}

	.header-wrapper .header-left {
		font-size: 0;
	}

	.header-wrapper .header-left > li {
		display: inline-block;
		vertical-align: middle;
	}

	.header-wrapper .header-left > li > a {
		padding: 11px 0;
		display: block;
	}

	.header-wrapper .header-left > li > a > span {
		display: block;
		padding: 0 24px;
		font-size: 14px;
		color: #fff;
		border-left: 2px solid #B30000;
	}

	.header-wrapper .header-left > li:first-child > a > span {
		padding-left: 0;
		border: 0;
	}

	.header-wrapper .header-right-list {
		font-size: 0;
		display: inline-block;
		vertical-align: middle;
	}

	.header-wrapper .header-right-list > li {
		display: inline-block;
	}

	.header-wrapper .header-right-list > li > a {
		display: block;
		font-size: 14px;
		padding: 11px 14px;
		color: #fff;
	}

	.header-wrapper .header-right-list > li:last-child > a {
		padding-right: 0;
	}

	.header-phone {
		display: inline-block;
		vertical-align: middle;
		margin-left: 20px;
	}

	.header-wrapper {
		position: relative;
		z-index: 10;
	}

	.header-bottom {
		position: relative;
		z-index: 1;
	}

	.header .header-bottom {
		background-color: #F5F5F5;
		padding: 28px 0;
		border-bottom: 1px solid #e04543;
	}

	.header .header-bottom img,
	.header .header-bottom .header-bottom-devide,
	.header .header-bottom .header-bottom-area {
		vertical-align: middle;
		display: inline-block;
	}

	.header .header-bottom .header-bottom-area > span {
		color: #555;
		font-size: 24px;
	}

	.header .header-bottom .header-bottom-area {
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
	}

	.header .header-bottom .header-bottom-area:hover span {
		color: #e04543;
	}

	.header .header-bottom .header-bottom-area > span,
	.header .header-bottom .header-bottom-area > img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}

	.header .header-bottom .header-bottom-devide {
		width: 2px;
		height: 27px;
		display: inline-block;
		vertical-align: middle;
		background-color: #777;
		margin: 0 15px;
	}

	.header-search-wrapper {
		font-size: 0;
		background-color: #fff;
	}

	.header-search-box {
		border: 2px solid #e2e2e2;
		border-right: 0;
		padding-left: 22px;
		position: relative;
	}

	.header-search-box input {
		height: 46px;
		width: 460px;
		outline: none;
		padding-left: 14px;
		font-size: 15px;
	}

	.header-search-box,
	.header-search-btn {
		height: 50px;
		display: inline-block;
		vertical-align: top;
	}

	.header-search-btn {
		width: 131px;
		font-size: 16px;
		color: #fff;
		background-color: #e04543;
		border: 0;
	}

	.choose-area-wrapper {
		position: absolute;
		top: -20px;
		background-color: #fff;
		border-bottom: 1px solid #EEEEEE;
		width: 100%;
		padding-top: 25px;
		-webkit-transition: top linear 0.2s;
		-moz-transition: top linear 0.2s;
		-ms-transition: top linear 0.2s;
		-o-transition: top linear 0.2s;
		transition: top linear 0.2s;
	}

	.choose-area-wrapper.active {
		top: 133px;
	}

	.choose-area-wrapper li {
		display: inline-block;
		vertical-align: top;
		margin-right: 46px;
		margin-bottom: 25px;
	}

	.choose-area-wrapper li:nth-child(8n) {
		margin-right: 0;
	}

	.choose-area-wrapper ul {
		font-size: 0;
	}

	.choose-area-wrapper li > a {
		width: 109px;
		height: 40px;
		display: block;
		border: 1px solid #eee;
		text-align: center;
		line-height: 38px;
	}

	.left-list-link-type {
		font-weight: bold;
		font-size: 15px;
	}

	.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: -52px;
		top: 32px;
		display: none;
	}

	.exam-type-link-group:before {
		left: 101px;
	}

	.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 {
		left: 102px;
	}

	.app-head-content {
		padding-top: 30px;
		text-align: center;
		height: 425px;
		width: 230px;
		left: -69px;
		top: 31px;
		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: 28px;
	}