@charset "utf-8";
/* CSS Document */
.news_wrap{
	background:#f6f5f3;
	padding:60px 0 1px;
	box-shadow:0 0 20px #eee inset;
}
.top_1_news{
	width:1027px;
	margin:0 auto 0;
	text-align:center;
	font-size:14px;
}
.top_1_news .stl{
	font-size:30px;
}
.top_1_news .ntabs{
	margin-top:36px;
}
.top_1_news .ntabs ul{
	display:flex;
	justify-content:center;
}
.top_1_news .ntabs li{
	margin:0 2em;
}
.top_1_news .ntabs a{
	display:inline-block;
	line-height:30px;
}
.top_1_news .ntabs li.on a{
	border-bottom:1px solid #000;
}
.top_1_news .v_news{
	margin-top:36px;
}
.top_1_news .v_news{
}
.top_1_news .v_news img{
}
.top_1_news .v_news .info{
	color:#585858;
	margin:32px 0 0;
}
.top_1_news .v_news .title{
	font-size:24px;
	color:#333;
	margin:6px 0 0;
}
.top_1_news .v_news a{
	display:block;
}
.box_02{
	border-top:1px solid #dbdad9;
	padding-top:60px;
	/*width:1140px;*/
	width:1024px;
	margin:60px auto 0;
}

.nlist{
	display:flex;
	flex-wrap: wrap;
	/*width:1140px;*/
	width:1024px;
	margin:0 auto;
}
.nlist li{
	width:285px;
	margin:0 28px 50px;
}
.nlist li a{
	display:block;
	padding:5px;
}
.nlist li .pic{
	padding:5px;
	background-color:#fff;
	width:275px;
	height:275px;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    
}
.nlist li .cat{
	color:#888;
	margin:8px 5px 0;
}
.nlist li .title{
	font-size:16px;
	margin:0 5px 0;
}
.nlist li .date{
	margin:0 5px 0;
}

.news_detail_area{
	width:1140px;
	margin:0 auto;
}
.news_detail_area .n_tl{
	text-align:center;
	font-size:25px;
	padding:15px 0 0;
}
.news_detail_area .n_date{
	text-align:center;
	margin:20px 0 0;
	padding-bottom:23px;
	border-bottom:2px solid #e4e3e2;
}
.news_detail_area .n_bd{
	line-height:1.7;
	font-size:15px;
	padding:2em 0 0;
}
.news_detail_area .n_bd p{
	margin:8px 0;
}
.news_detail_area .n_bd a{
	color:#b08c46;
	text-decoration:underline;
}