body {
	background-color: #fff;
}

/* banner */
.banner {
	width: 100%;
	height: 250px !important;
}

.banner img {
	width: 100%;
	height: 250px !important;
}

/* path */
.path {
	width: 1200px;
	height: 75px;
	line-height: 75px;
	font-size: 14px;
	margin: 0 auto;
}

.path a:hover {
	text-decoration: underline;
	color: rgb(37,124,45);
}

/* main */
.main {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
}

/* 左侧导航 */
.main_l {
	width: 250px;
	background-color: #fff;
}

.main_l_top {
	width: 100%;
	height: 110px;
	overflow: hidden;
	background-color: rgb(37,124,45);;
	font-size: 32px;
	color: #fff;
	line-height: 110px;
	text-align: center;
}

.main_list {
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	border-bottom: 3px solid rgb(37,124,45);;
}

.nav_item {
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	letter-spacing: 2px;
}

.nav_item a {
	display: inline-block;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 20px;
}

.nav_item.active a {
	color: #fff;
	background-color: rgb(37,124,45);;
}

.nav_item a:hover {
	color: #fff;
	background-color: rgb(37,124,45);;
	transition: 0.3s;
}

/* 右侧显示区域 */
.news_list{
	box-sizing: border-box;
	padding: 10px;
}
.main_r {
	width: 890px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}

.main_con {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.channel_name{
	height: 60px;
	line-height: 80px;
	font-size: 28px;
}

/* .news_list>div:nth-of-type(1){
	border-top: none!important;
}
.news_list>div:nth-last-of-type(2){
	border-bottom: 1px dotted #d7d7d7;
} */

.new_time {
	font-size: 14px;
	 text-align: right;
	width: 100%;
	color: rgb(37,124,45);
	margin-top: 15px;
	margin-bottom: 10px;
}

/* 带有标题图的新闻列表 */
.new_item_all {
	margin-top: 10px;
	box-sizing: border-box;
	padding: 10px;
	width: 257px;
	min-height: 110px;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px 0 #e0e0e0;
	overflow: hidden;
	margin-right: 33px;
}
.new_item_all:hover{
	box-shadow: 0 0 3px 0 rgb(37,124,45);;
}
.new_all_desc {
	width: 100%;
	height: 200px;
}
.new_all_title {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.new_all_title a {
	font-size: 20px;
	color: rgb(37,124,45);
}

.new_all_title a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.new_all_desc {
	font-size: 14px;
	margin-top: 20px;
	line-height: 20px;
	max-height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.diIt{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: right;
}
.diIt a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 20px;
	background-color: #f2f2f2;
}
.diIt a:hover{
	background-color: rgb(37,124,45);
	color: #fff;
	transition: 0.3s;
}
/* 分页 */
.page_box{
	width: 100%;
	height: 85px;
	line-height: 85px;
	text-align: center;
}
.page_box a:hover{
	color: #fff;
	background-color: #3469b0;
}
.page_box a{
	font-weight: bold;
	color: rgb(37,124,45);
}
.new_all_title_img {
	width: 235px;
	height: 180px;
}
.new_all_title_img img{
	width: 100%;
	height: 100%;
}
.new_all_desc_alter {
	margin-left: 10px;
	margin-top: 20px;
}
.new_all_desc_alter a {
	color: rgb(59, 59, 59);
}


