@charset "utf-8";

.ntitle {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: black;
	margin-bottom: 12px;
}

.ncontent {
	font-size: 16px;
	line-height: 1.7;
}

.ninfo {
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.ncontent img{
	max-width:100%;
	height: auto !important;
}
.news .n-hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.news-cate {
	margin-top: 30px;
	width: 100%;
}
.news-cate ul {
	display: flex;
	justify-content: flex-end;
}
.news-cate li {
	width: 30%;
	margin-bottom: 3%;
}
.news-cate li+li {
	margin-left: 5%;
}
.news-cate li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	background-color: #f5f5f5;
}
.news-cate li a.active, .news-cate li a:hover {
	background-color: #c99a5e;
	color: #fff;
}
.news-list li {
	display: flex;
	justify-content: space-between;
	padding: 5% 0;
}
.news-list li .img {
	width: 37%;
	overflow: hidden;
}
.news-list li .img a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.news-list li .img img {
	width: 100%;
	transition: all 0.6s;
}
.news-list li .img a:hover img {
	transform: scale(1.12);
}
.news-list li .text {
	width: 59%;
}
.news-list li+li {
	border-top: 1px solid #eee;
}
.news-list .text .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 1%;
}
.news-list .text .title a {
	font-size: 18px;
	color: #333;
	flex: 1;
}
.news-list .text .title a:hover {
	color: #c99a5e;
}
.news-list .text .title .time {
	color: #999;
	background: url(../../images/time.png) no-repeat left center;
	padding-left: 20px;
}
.news-list .text .desc {
	color: #999;
	line-height: 1.8;
	margin: 2% 0 1.8%;
}
.news-list .text a.more {
	display: inline-block;
	width: 130px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	color: #999;
}
.news-list .text a.more:hover {
	background-color: #c99a5e;
	color: #fff;
}