
.news-nav {
	background: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.news-nav ul {
	list-style: none;
	overflow: hidden;
	margin: 0 -8px;
	padding: 0;
}

.news-nav ul>li {
	position: relative;
	/*display: inline-block;*/
	float: left;
	width: 50%;
}

.news-nav ul>li>a {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
}


.news-nav ul>li>.line {
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ed1b23;
	width: 0;
	margin: auto;
}

.news-nav ul>li.active>.line {
	width: 100%;
}

.news-nav ul>li.active>a {
	color: #333;
}

.news-content {
	background: #fff;
	padding: 10px;
	border-top: solid 1px #ccc;
	line-height: 1.4em;
}

.news-content img {
	max-width: 100%;
}

.news-list {
	overflow: hidden;
	border-top: solid 1px #ccc;
	background: #fff;
}

.news-list .news-item {
	padding: 20px;
	border-bottom: solid 2px #ddd;
}

.news-list .news-item>.news-thumb {
	display: block;
	background: #ddd;
	text-align: center;
	overflow: hidden;
}

.news-list .news-item>.news-thumb img {
	min-width: 340px;
	max-width: 100%;
}

.news-list .news-item>.news-title {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.2em;
	text-align: left;
}

.news-list .news-item>.news-date {
	color: #666;
	padding: 10px 0;
}

.news-list .news-item>.news-summary {
	font-size: 16px;
	line-height: 1.2em;
	color: #666;
}

.news-list .news-item>.news-view-btn {
	margin-top: 10px;
}

.news-list .news-item>.news-view-btn a {
	color: #ef1816;
	font-size: 16px;
}

.news-title {
	font-size: 24px;
	color: #ef1816;
	text-align: center;
	padding: 15px 0;
	line-height: 1.3em;
}

.news-content {
	padding-bottom: 50px;
}

.news-content img {
	max-width: 100%;
}