.header{
	width: 100%;
	height: 300px;
	background-color: #ddd;
}
/* main */
.main_box{
	background-image: url(../images/new/main_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.cen{
	width: 1200px;
	margin: 0 auto;
}
/* 左侧导航 */
.ts_aside{
	/* width: 210px; */
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -620px;
}
.ts_aside p:nth-of-type(even){
	text-align: right;
}
.ts_aside p a{
	margin-top: 15px;
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 1px solid #828282;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box;
	padding: 30px 0;
	text-align: center;
}
.ts_aside p a:hover{
	border: 2px solid #01926d;
	transition: 0.3s;
}

.ts_aside p a{
	background-size: 100% 100%;
}

.ts_aside p.active a{
	color: #fff;
	border: 2px solid #01926d;
}

.ts_aside p:nth-of-type(1) a{
	background-image: url(../images/new/gsxw.png);
}
.ts_aside p:nth-of-type(2) a{
	background-image: url(../images/new/ddjs.png);
}
.ts_aside p:nth-of-type(3) a{
	background-image: url(../images/new/ghzs.png);
}
.ts_aside p:nth-of-type(4) a{
	background-image: url(../images/new/zcfg.png);
}
.ts_aside p:nth-of-type(5) a{
	background-image: url(../images/new/mccsgbg.png);
}
#wrap[data-fixed="fixed"] {
	position: fixed;
	top: 145px !important;
}

/* 当前路径 */
.path_xg{
	box-sizing: border-box;
	padding-left: 30px;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
}
.path_xg a:hover{
	color: #309984;
}
/* 新闻列表 */
.new_list{
	width: 100%;
	/* min-height: 1500px; */
	box-sizing: border-box;
	padding-left: 130px;
}
.news_title{
	margin-bottom: 50px;
}
.news_title p{
	line-height: 40px;
	text-align: center;
	font-size: 28px;
}
.news_title p:nth-of-type(2){
	font-size: 18px;
}
.news_title p i{
	border-bottom: 2px solid #000;
}
/* 新闻列表 */
.new_con{
	box-sizing: border-box;
	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: 920px;
	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;
}