.list_nr {
	width: 1440px;
	height: auto;
	margin: 0 auto 30px;
}

.position {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d0d0d0;
}

.newscategory {
	width: 100%;
	float: left;
	margin-top: 20px;
	height: 50px;
}

.newscategory ul li {
	width: auto;
	height: auto;
	padding: 10px 20px;
	border: 1px solid #eee;
	float: left;
	margin-right: 20px;
	background: #8c9aa4;
	cursor: pointer;

}

.newscategory ul li a {
	width: 100%;
	height: 100%;
	color: #fff;
}

.newscategory ul li.active {
	width: auto;
	padding: 10px 20px;
	background: #2283c1;
	color: #fff;
	float: left;
	margin-right: 20px;
}

.newscategory ul li.active a {
	color: #fff;
}

.news_list {
	width: 100%;
	height: auto;
	margin: 20px 0 30px 0;
	float: left;
}

.news_list ul li {
	padding: 20px 20px;
	background-color: #fff;
	width: 1400px;
	height: 140px;
	margin-bottom: 15px;
	/* box-shadow: 1px 1px 1px #dedede; */
}

.news_list ul li:hover {
	box-shadow: 5px 5px 5px #bcbcbc;
	transition: all 0.5s;
}

.new_pic {
	float: left;
	width: 180px;
	height: 140px;
	background: #036;
	margin-right: 20px;
}

.new_pic img {
	width: 180px;
	height: 140px;
}

.news_right {
	width: 1200px;
	float: left;
}

.news_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.news_time {
	font-size: 12px;
	color: #bfbfbf;
}

.news_detail {
	line-height: 22px;
	margin-top: 10px;
	color: #666666;
}

.news_detail a {
	color: #ec8013;
}

/* 兼容1366分辨率 */
@media only screen and (max-width: 1366px) {
	.list_nr {
		width: 1100px;
	}

	.news_list ul li {
		width: 1060px;
	}

	.news_right {
		width: 860px;
	}
}