/* 新闻列表 */
.nnews {
    padding: 6rem 0;
}
.nnews-nav {
    padding-bottom: 0rem;
}
.nnews-nav span {
	display: none;
}
.nnews-nav ul {
	border-bottom: 1px solid rgba(0, 119, 255, 0.2);
}
.nnews-nav ul li {
    float: left;
    width: 16rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
	margin-right: 1rem;
}
.nnews-nav ul li:last-child {
	margin-right: 0;
}
.newstitle a {
    background-color: #0075ff !important;
    color: white;
	border-radius: 1rem 1rem 0 0;
}
.nnews-nav ul li a {
    font-size: 1.8rem;
    display: block;
}
.nnews-nav ul li:hover a,
.nnews-nav ul li.on a {
    background:#0075ff;
    color: #fff;
	border-radius: 1rem 1rem 0 0;
}
.nnews .am-tabs-bd .am-tab-panel.am-active {
	padding: 0 !important;
}
.nnews .bigmodule a {
    border-bottom: 1px solid #EAEAEA;
    padding: 3rem 0;
	display: flex;
}
.nnews .bigmodule:last-child a {
	border-bottom: 0;
}
.nnews .bigmodule .moduleright {
	flex: 1;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 3rem;
	box-sizing: border-box;
}
.nnews .moduleleft img {
    width: 270px;
    height: 170px;
}
.nnews .moduleright .news-title {
	font-size: 2rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nnews .moduleright .news-desc {
	margin-top: 1.4rem;
	font-size: 1.4rem;
	color: #999999;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.nnews .moduleright .modulenewsTips p {
	display: inline-block;
	margin-right: 3rem;
	font-size: 1.4rem;
}
.nnews .moduleright .modulenewsTips p:last-child {
	margin-right: 0;
}
.nnews .moduleright .modulenewsTips span {
	color: #999;
}
.nnews .bigmodule a:hover {
	color: #333;
}
.nnews .bigmodule a:hover .news-title {
	color: #0075ff;
}
.page_s {
	text-align: center;
}

/* 新闻详情 */
.newsxq .bt {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	padding: 0 2rem;
	box-sizing: border-box;
}
.newsxq .con {
	padding: 3rem 0 0 0;
	line-height: 2.5rem;
}
.newsxq .tips {
	margin-top: 5rem;
}
.newsxq .tips p {
	display: inline-block;
	margin-right: 3rem;
	font-size: 1.4rem;
}
.newsxq .tips p:last-child {
	margin-right: 0;
}
.newsxq .tips span {
	color: #999;
}
.newsxqcon .Previous ul {
	display: flex;
	justify-content: center;
	margin-top: 10rem;
}
.newsxqcon .Previous ul li {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 40%;
	padding: 0 2rem;
	line-height: 3.5rem;
	box-sizing: border-box;
}
.newsxqcon .Previous ul li a {
	color: #999;
}
.Previous ul li a:hover {
	color: #0075ff;
}

@media (max-width: 1024px) {
	/* 新闻列表 */
	.nnews {
		padding: 2rem 0;
	}
	.nnews-nav span {
		display: block;
		font-size: 2rem;
		width: 100%;
		text-align: center;
	}
    .nnews-nav ul {
        width: 100%;
		margin-top: 2rem;
    }
	.nnews-nav ul li {
		width: 32%;
		height: 4rem;
		line-height: 4rem;
		display: block;
		margin-right: 2%;
	}
	.nnews-nav ul li a {
		font-size: 1.4rem;
	}
	.nnews .am-tabs-bd .am-tab-panel.am-active {
		padding: 1rem 1rem 1.5rem;
	}
	.nnews .bigmodule a {
		display: block;
		padding: 2rem 0;
	}
	.nnews .moduleleft img {
		width: 100%;
		height: auto;
	}
	.nnews .bigmodule .moduleright {
		padding: 0;
		margin: 1rem 0 0 0;
	}
	.nnews .moduleright .news-title {
		font-size: 1.4rem;
	}
	.nnews .moduleright .news-desc {
		font-size: 1.2rem;
		margin-top: 0.5rem;
	}
	.nnews .moduleright .modulenewsTips {
		margin: 1rem 0 0 0;
	}
	.nnews .moduleright .modulenewsTips p {
		font-size: 1.2rem;
	}
	
	/* 新闻详情 */
	.newsxq .bt {
		padding: 0;
	}
	.newsxq .tips {
		margin-top: 3rem;
	}
	.newsxqcon .Previous ul {
		margin-top: 5rem;
		display: block;
	}
	.newsxqcon .Previous ul li {
		max-width: 100%;
		padding: 0;
	}
}