/* 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%;
	overflow: hidden;
}
