.news {
	width: 100%;
}

.about_us_banner>img {
	width: 100%;
}

.news_cnt {
	padding: 40px 0;
	width: 100%;
	position: relative;
}

.news_hr {
	position: absolute;
	top: 94px;
	width: 100%;
}

.am-tabs-default .am-tabs-nav {
	width: 300px !important;
	background: white;
	margin-bottom: 30px;
}

.am-tabs-default .am-tabs-nav>.am-active a {
	color: #0e90d2 !important;
	border-bottom: 3px solid;
	background: none;
}

/*轮播图*/
.news_banner {
	height: 440px;
	background: #f4f4f4;
}

.am-tabs-bd {
	border: 0px;
}

.news_banner_li {
	height: 440px;
	background: #f4f4f4;
}

.news_banner_img {
	float: left;
	width: 44%;
	height: 100%;
	padding: 40px 30px;
}

.news_banner_img img {
	width: 100%;
	height: 100%;
}

.am-direction-nav {
	display: none;
}

.news_banner_info {
	float: right;
	width: 55%;
	height: 100%;
	padding: 40px 30px;
}

.news_banner_info_date {
	color: #949494;
	font-size: 16px;
	padding-bottom: 10px;
}

.news_banner_info_title {
	font-size: 30px;
	color: #fa5a33;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_banner_info_cnt {
	font-size: 16px;
	color: #5b5b5b;
	display: block;
	padding: 30px 0;
	line-height: 25px;
	height: 130px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.news_banner_info_title:hover {
	color: #fa5a33;
}

.news_banner_info_cnt:hover {
	color: #fa5a33;
}

.news_banner_info_more {
	margin-top: 15px;
	color: #949494;
	font-size: 16px;
	display: block;
	padding: 5px 35px;
	background: #e3e3e3;
	width: 145px;
	border-radius: 3px;
}

.news_banner_info_more:hover {
	color: #fa5a33;
}

.am-slider-default .am-control-nav {
	bottom: 90px;
}

.am-slider-default .am-control-nav li a.am-active {
	background-color: #767676;
}

.am-slider-default .am-control-nav li a {
	background-color: #b5b5b5;
}

/*列表*/
.news_li {
	width: 100%;
	padding: 40px 0;
}

.news_li_li {
	width: calc(50% - 30px);
	float: left;
	padding: 10px 20px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 30px;
}

.news_li_li:hover {
	background: #f4f4f4;
	box-shadow: 0px 10px 10px 0px #e9e9e9
}

.news_li_li:nth-child(2n+1) {
	margin-right: 60px;
}

.news_li_li_title {
	font-size: 22px;
	color: #5e5e5e;
	font-weight: 600;
	display: block;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_li_li_title:hover {
	color: #fa5a33;
	text-decoration: none;
}

.news_li_li_date {
	font-size: 16px;
	color: #949494;
	padding-left: 20px;
	background: url(../../img/news/date_03.png) no-repeat 0 12px;
	line-height: 40px;
}

.news_li_li_cnt {
	display: block;
	color: #5b5b5b;
	font-size: 16px;
	line-height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 135px;
}

.news_li_li_cnt:hover {
	color: #fa5a33;
}