body{
	padding-top: 135px;
}
/*.top_banner{
	background-color: rgba(53,53,53,1);
}*/
.news_list{
	padding-bottom: 100px;
	width: 100%;
	min-height:100px;
	display: flex;
	justify-content: center;
}
.n_center{
	width: 1300px;
	min-height: 30px;
	height: 100%;
	/*background-color: #aaa;*/
}
.n_n_box{
	text-decoration: none;
	padding-left: 33px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	position: relative;
	transition: 300ms;
	width: 100%;
	height: 210px;
	border-bottom: solid;
	box-sizing: border-box;
	border-width: 1px;
	border-color: #a7a7a7;
	display: flex;
	justify-content: space-between;
}
.n_n_box:hover{
	background-color: #f4f4f4;
}
.n_n_box::after{
	top: 0px;
	left: 0px;
	transition: 300ms;
	content: "";
	position: absolute;
	height: 100%;
	width: 5px;
	opacity: 0;
	background-color: #e60012;
}
.n_n_box:hover:after{
	opacity: 1;
}
.n_n_box:hover .n_n_b_t_box{
	color:  #e60012;
	border-color:  #e60012;
}
.n_n_b_text{
	width: 840px;
	height: 110px;
	display: flex;
	flex-wrap: wrap;
	/*background-color: #aaa;*/
	/*overflow: hidden;*/
}
.n_n_b_t_title{
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}
.n_n_b_t_date{
	width: 100%;
	font-size: 12px;
	color: #7E7B7B;
}
.n_n_b_t_detail{
	margin-top: 10px;
	line-height: 22px;
	width: 100%;
	font-size: 13px;
	color: #252323;
	max-height: 70px;
	overflow: hidden;
}
.n_n_b_t_box{
	transition: 300ms;
	margin-top: 25px;
	height: 34px;
	width: 40px;
	border-style: solid;
	box-sizing: border-box;
	border-width: 1px;
	border-color: #dddddd;
	color: #dddddd;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}
.n_n_b_image{
	height: 100%;
	width: 325px;
}
.n_n_b_i_img{
	height: 100%;
	width: 100%;
}
/* 文章样式 */
.n_c_title{
	width: 100%;
	height: 80px;
	border-bottom: solid;
	border-width: 1px;
	border-color: #8d8d8c;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.n_c_t_text{
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 900;

}
.n_c_t_date{
	font-size: 12px;
	color: #999999;

}
.n_c_t_user{
	font-size: 12px;
	color: #999999;

}
.detail_text{
	padding-top: 30px;
	font-size: 13px;
	line-height: 22px;
	border-bottom: solid;
	border-width: 1px;
	border-color: #8d8d8c;
	min-height: 100px;
}
.n_c_bottom{
	width: 100%;
	height: 60px;
	margin-top: 20px;
	/*background-color: #aaa;*/
	display: flex;
	align-items: center;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
}
.n_c_b_links{
	width: 1000px;
	display: block;
	height: 21px;
}
.n_c_b_a{
	height: 100%;
	width: 1000px;
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	flex-direction: column;
	/*justify-content: space-between;*/
	/*align-content: space-between;*/
}
.n_c_b_alink{
	text-decoration: none;
	color: #333333;
}
.t_c_d_back_list{
	text-decoration: none;
	line-height: 48px;
	text-align: center;
	display: block;
	width: 110px;
	height: 48px;
	border-radius: 4px;
	background-color: #ff0000;
	color: #ffffff;
}