/*  container  */
#news_page .container {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
	margin-top: 10px;
}

.news_left .bread_crumb_box {
	margin-bottom: 8px;
	padding: 12px 20px;
	background: #fff;
	white-space: nowrap;
	overflow: hidden;
}

.bread_crumb_box span {
	color: #666;
}

.bread_crumb_box p {
	font-size: 14px;
	display: inline-block;
	font-weight: normal;
}

.bread_crumb_box p a {
	color: #2B80F3;
}

.news_page_wrap {
	background: #fff;
	min-height: 655px;
	margin-bottom: 0;
	width: 700px;
	clear: both;
	box-sizing: border-box;
}

.news_left {
	float: left;
	width: 700px;
}

.news_page_wrap h1 {
	position: relative;
	font-size: 32px;
	color: #3f3f3f;
	height: 32px;
	padding-left: 30px;
}

.news_page_wrap h1:before {
	content: '';
	width: 4px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 2px;
	background: #ff923a;
}

/* .news_left .news_tab ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
} */

.news_left .news_tab ul li {
	float: left;
	font-size: 16px;
	margin: 0 22px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	font-weight: 500;
}

.news_left .news_tab {
	padding: 0 24px;
	background-color: #ffffff;
	margin-bottom: 8px;
	overflow: hidden;
}

.news_left .news_tab ul li a {
	color: #666666;
	text-decoration: none;
}

.news_left .news_tab ul li a:hover {
	text-decoration: none;
}

.news_left .news_tab ul li.active a {
	color: #FF913B;
}

.news_left .news_tab ul li.active {
	border-bottom: 3px solid #FF913B;
}


.news_list_box>li {
	padding: 0 40px;
	font-size: 0;
	border-bottom: 1px solid #eee;
}

.news_list_box>li:hover {
	background: #f5f5f5;
}

.news_list_box>li:last-child {
	border: none;
}

.news_list_box>li .img_wrap {
	display: inline-block;
	width: 152px;
	height: 112px;
	vertical-align: top;
	margin-right: 20px;
}

.news_list_box>li .list_content {
	display: inline-block;
	max-width: 448px;
}

.news_list_box>li h2 {
	width: 100%;
	display: block;
	font-size: 18px;
	color: #333333;
	padding: 4px 0 8px;
	font-weight: bold;

	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
}

.list_content time {
	color: #B3B3B3;
	font-size: 12px;
}

.news_list_box>li .pre_content {
	font-size: 12px;
	color: #999;
	line-height: 18px;
	margin-top: 10px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal;
	max-height: 56px;
}

.news_list_box>li .read:hover {
	text-decoration: underline;
}

.news_list_box>li a.view {
	display: inline-block;
	margin: 20px auto;
	color: #ff923a;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/*分页*/
.pages_list ul li {
	display: inline-block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #ffffff;
	margin-right: 8px;
	border-radius: 6px;
	border: 1px solid #D9D9D9;
	line-height: 32px;
	text-align: center;
}

.pages_list {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.pages_list ul li.active {
	background-color: #FF913B;
	color: #ffffff;
	border: 1px solid #FF913B;
}

.pages_list ul li.active a {
	color: #ffffff;
}

.pages_list ul li a {
	text-decoration: none;
	color: #666666;
	display: block;
}

.pages_list ul li a:hover {
	text-decoration: none;
}

/*热门资讯*/
.hot_news {
	float: right;
	width: 290px;
}

.hot_news section {
	background: #fff;
	margin-bottom: 10px;
}

.hot_news .title {
	height: 50px;
	line-height: 50px;
	background-color: #FFF7EC;
	padding-left: 16px;
	color: #FF913B;
	font-size: 16px;
	font-weight: bold;
}

.hot_news .hot_news_list {
	padding: 0px 16px 0;
}

.hot_news_list a {
	color: #666666;
	font-size: 14px;
}

.new_job_list a {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.hot_news .hot_news_list ul li {
	border-bottom: 1px solid #DDDDDD;
	padding: 16px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.hot_news .hot_news_list ul li:last-of-type {
	border-bottom: none;
}

.hot_news .more_job_list {
	padding: 0;
	padding-bottom: 20px;
	font-size: 0;
}


.more_job_list a {
	display: inline-block;
	padding-top: 20px;
	width: 50%;
	padding-left: 16px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_job_list span {
	float: right;
	font-size: 16px;
	font-weight: 600;
	color: #FF913B;
}



/*更多栏目*/
.news_more {
	position: relative;
	float: right;
}

.news_more span {
	display: block;
	color: #666666;
	font-size: 16px;
	height: 58px;
	line-height: 58px;
}

.news_sub_list {
	display: none;
	position: absolute;
	right: -36px;
	top: 50px;
	width: 400px;
	text-align: right;
}

.news_sub_inner {
	display: inline-block;
	padding: 20px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.news_sub_list a {
	float: left;
	width: 120px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.news_sub_list a.active {
	color: #FF913B;
	font-weight: bold;
}

.news_more:hover .news_sub_list {
	display: block;
}