@charset "utf-8";

.header {
	background: #007892;
}

.news {
	height: auto;
}

.news .news_wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 200px;
	position: relative;
}

.news .news_wrapper.flex {
	display: flex;
}

.news .news_wrapper .news_title {
	font-size: 24px;
	color: #001632;
	margin: 24px 0;
  display: block;
}

.news .news_wrapper .news_item .title {
	font-size: 18px;
	color: #001632;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .news_wrapper .news_item .more {
	font-size: 14px;
	color: #e6645f;
}

.news .news_wrapper .news_content_up {
	overflow: hidden;
	border: 1px solid #dcdcdc;
	border-radius: 12px;
	margin-bottom: 40px;
	box-shadow: -1px 0 8px #d3d4d6;
	padding: 0 16px;
}

.news .news_wrapper .news_item {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	padding: 16px 0;
	border-bottom: 1px solid rgba(51, 51, 51, .1);
}

.news .news_wrapper .news_item .img {
	width: 160px;
	height: 106px;
	margin-right: 10px;
	overflow: hidden;
}

.news .news_wrapper .news_item .img img {
	width: 160px;
	height: auto;
}

.news .news_wrapper .news_item .describe {
	flex: 1 1;
}

.news .news_wrapper .news_item .describe h3 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 28px;
	font-weight: 400;
	margin: 0px;
	margin-bottom: 8px;
}

.news .news_wrapper .news_item .describe .date {
	font-size: 12px;
	position: absolute;
	right: 0px;
}

.news .news_wrapper .news_item .describe p {
	font-size: 14px;
	color: #7c7c7c;
	line-height: 25px;
	margin: 0;
}

.newsTab {
	position: sticky;
	top: 160px;
	left: 0;
	z-index: 100;
	width: 180px;
	display: inline-block;
}

.newsTab .newsTab-list {
	height: 40px;
	line-height: 40px;
	background: #efefef;
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 0 25px;
	overflow: hidden;
	cursor: pointer;
}

.newsTab .newsTab-list.actived {
	background: #FF3C6C;
	color: #fff;
}

.news_wrapper_left {
	width: 180px;
	margin-right: 40px;
}

.news_wrapper_right {
	flex: 1;
}
