﻿ .news-tab-box {
	background:#f8f8f8;
	width:1240px;
	box-sizing:border-box;
	color:#111;
	font-size:16px;
	font-weight:400;
	height:48px;
	margin-bottom:40px;
	overflow:hidden;
	margin:0px auto;
}
.news-tab-box .active-tab {
	background:#fff;
	border:1px solid rgba(0,0,0,.05);
	color:#111;
	font-weight:500;
}
.news-tab-box .common-tab {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
	display:inline-block;
	height:32px;
	line-height:32px;
	margin:8px;
	text-align:center;
}
.news-tab-box .active-tab .tab-item {
	color:#111;
}
.news-tab-box .tab-item {
	color:#666;
	display:inline-block;
	min-width:32px;
	padding:0 12px;
	position:relative;
}
  .newsbox {
	width:1240px;
	display:flex;
	flex-direction:row;
	margin:0px auto;
	align-items:start;
	justify-content:space-between;
    margin-top:10px;
}
.newsList {
	width:820px;
}
.newsItem {
	border-bottom:1px solid #ebebeb;
	height:172px;
	width:100%;
}
.newsright {
	width:300px;
}
.newsItem .tpl-image-text {
	display:flex;
	position:relative;
	text-decoration:none;
}
.newsItem .item-img-content {
	border:1px solid rgba(0,0,0,.05);
	display:inline-block;
	height:132px;
	margin:20px 24px 20px 0;
	overflow:hidden;
	width:234px;
}
.newsItem .tpl-image {
	height:132px;
	-o-object-fit:cover;
	object-fit:cover;
	transition:transform .5s ease .1s,-webkit-transform .5s ease .1s;
	width:234px;
}
.newsItem .item-text-content {
	margin:28px 0;
	position:relative;
	width:562px;
	display:flex;
	flex-direction:column;
}
.newsItem .item-text-title {
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	color:#111;
	display:-webkit-box;
	font-size:18px;
	font-weight:600;
	line-height:25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
}
.newsItem .item-text-description {
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color:#999;
	display:-webkit-box;
	font-size:14px;
	line-height:20px;
	margin-top:8px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
}
.newsItem .extra-info-item {
	color:#999;
	display:inline-block;
	font-size:12px;
}
.newsItem .extra-info-point {
	color:#999;
	font-size:12px;
	font-weight:600;
}
.newsItem .extra-info-item {
	color:#999;
	display:inline-block;
	font-size:12px;
}
.extra-info-ly {
	color:#666;
	display:inline-block;
	font-size:12px;
}
 .news-container {
	display:flex;
	width:100%;
	-webkit-box-pack:center;
	justify-content:center;
	width:1240px;
	padding-top:20px;
	margin:0px auto;
}
#news_left .text-title {
	color:#333;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-size:28px;
	font-weight:600;
	line-height:38px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
#news_left .news-info {
	color:#999;
	font-family:PingFangSC-Regular,PingFang SC;
	font-size:14px;
	font-weight:400;
	height:32px;
	margin:17px 0;
	-webkit-box-pack:justify;
	justify-content:space-between;
}
#news_left .news-info .author {
	display:flex;
	-webkit-box-align:center;
	align-items:center;
}
#news_left .news-info .news-time {
	margin-left:10px;
}

