/* banner */
.banner{
	width: 1200px;
	height: 130px;
	overflow: hidden;
margin: 0 auto;
}
.banner img{
	width: 100%;
	height: 130px;
}
/* main */
.main{
	margin-bottom: 100px;
	width: 1200px;
}
/* 当前路径 */
.path{
	width: 100%;
	height: 70px;
	overflow: hidden;
	line-height: 70px;
	font-size: 14px;
	color: #9c9c9c;
}
.path a{
	color: #9c9c9c;
}

.path a:hover{
	text-decoration: underline;
	color: #66a5d4;
}
/* 左侧导航 */
.main_l{
	background-color: #eeeeee;
	width: 300px;
}
.main_l_top{
	width: 100%;
	height: 100px;
}
.main_l_top img{
	width: 300px;
	height: 100px;
}
.main_l ul{
	margin-top: 20px;
	min-height: 470px;
}
.main_l ul li{
	margin-top: 10px;
	width: 100%;
	height: 46px;
}
.main_l ul li a{
	display: inline-block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	box-sizing: border-box;
	padding-left: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main_l ul li.active a{
	color: #fff;
	background-image: linear-gradient(to right, #002e71 , #006fc9);
}
.main_l ul li:hover a{
	color: #fff;
	background-image: linear-gradient(to right, #002e71 , #006fc9);
}
/* 右侧 */
.main_r{
	width: 890px;
	min-height: 500px;
	background-color: #fff;
}
.main_r_title{
	width: 100%;
	font-size: 28px;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 40px;
}
/* 新闻列表 */
.new_con_box {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

/* 新闻列表 */
.new_con{
	box-sizing: border-box;
	padding: 0 50px;
	width: 100%;
}
.new_con>div:nth-of-type(1){
	border-top: none!important;
}
.new_con>div:nth-last-of-type(2){
	border-bottom: 1px dotted #d7d7d7;
}
/* 有图片的新闻 */
.new_item {
	width: 100%;
	/* height: 115px; */
	overflow: hidden;
	border-top: 1px dotted #d7d7d7;
}

.new_item_l {
	width: 150px;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 0;
}

.new_item_l img {
	width: 150px;
	height: 90px;
}

.new_item_r {
	width: 640px;
	height: 100%;
	box-sizing: border-box;
	padding: 0 25px;
}

.new_title {
	width: 100%;
	margin-top: 18px;
	font-size: 16px;
}

.new_title a {
	color: #01796a;
}

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

.new_desc {
	margin-top: 20px;
	color: #000;
	font-size: 14px;
	width: 100%;
}

.new_time {
	font-size: 14px;
	text-align: right;
	color: #01796a;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* 不带有标题图的新闻列表 */
.new_item_all {
	box-sizing: border-box;
	padding-right: 25px;
	width: 100%;
	border-top: 1px dotted #d7d7d7;
	min-height: 100px;
}

.new_all_title {
	margin-top: 20px;
}

.new_all_title a {
	font-size: 16px;
	color: #01796a;
}

.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;
}

/* 分页 */
.page_box{
	width: 100%;
	height: 85px;
	line-height: 85px;
	text-align: center;
	/* background-color: red; */
}
.page_box a:hover{
	color: #fff;
	background-color: #3469b0;
}
.page_box a{
        color: #3469b0;
}