.news-banner img {
	width: 100%;
	min-width: 1180px;
}
.news-box {
	width: 1180px;
	margin: 0 auto;
}
.news-list-text {
	font-size: 13px;
	color: #666;
	line-height: 32px;
}
.news-list-title {
	font-size: 16px;
	color: #223b61;
	font-weight: 400;
	padding: 0 35px 15px 0;
	display: inline-block;
	background: url(../images/icon/news-icon.png) top right no-repeat;
	margin: 15px 0 0;
	line-height: 40px;
}
.news-list-img {
	width: 14%;
	float: left;
}
.news-list-content {
	width: calc(86% - 35px);
	float: left;
	margin-left: 15px;
	height: 100%;
	position: relative;
	padding-right: 20px;
}
.news-list-content:after {
	display: inline-block;
	width: 100%;
	height: 1px;
	background: url(../images/icon/news-border.png) repeat-x;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}
.news-list li {
	overflow: hidden;
	height: 215px;
	margin: 20px 0 10px 0;
}
.news-list li:hover .news-list-title {
	text-decoration: underline;
}
.news-list-img img {
	width: 100%;
	height: 100%;
}
.news-list-brief {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
