html,
body {
	background: #f8f8f8;
}

.detailBack {
	background: #fff;
}

.copyright {
	padding: 0px;
}

.news {
	padding-top: 0.89rem;
}

.news .newNav {
	width: 100%;
	height: 0.84rem;
	background-color: #ffffff;
}

.news .newNav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.84rem;
}

.news .newNav ul li {
	width: 25%;
	text-align: center;
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.29rem;
	color: #333333;
	position: relative;
	height: 0.84rem;
	line-height: 0.84rem;
}

.news .newNav ul li.active {
	color: #fdac29;
}

.news .newNav ul li.active:after {
	position: absolute;
	content: '';
	bottom: 0rem;
	left: 50%;
	margin-left: -0.22rem;
	width: 0.44rem;
	height: 0.05rem;
	background-color: #fdac29;
}

.news .newList {
	padding: 0.2rem 0.24rem;
	box-sizing: border-box;
}

.news .newList .list {
	display: none;
}

.news .newList .list ul {}

.news .newList .list ul li {
	background: #fff;
	padding: 0.21rem 0.2rem;
	box-sizing: border-box;
	margin-bottom: 0.2rem;
	border-radius: 0.21rem;
}

.news .newList .list ul li:last-child {
	margin-bottom: 0rem;
}

.news .newList .list ul li a {
	display: flex;
	align-items: flex-start;
}

.news .newList .list ul li img {
	width: 2.34rem;
	height: 1.75rem;
	border-radius: 0.1rem;
	flex-shrink: 0;
	margin-right: 0.2rem;
}

.news .newList .list .newText {
	width: calc(100% - 2.354rem);
	display: block;
}

.news .newList .list .newText h1 {
	font-family: NotoSansCJKsc-Regula;
	font-size: 0.28rem;
	line-height: 0.4rem;
	letter-spacing: 0.01rem;
	color: #333333;
	height: 0.8rem;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	font-weight: initial;
}

.news .newList .list .newText h2 {
	font-family: NotoSansCJKsc-Regula;
	font-size: 0.22rem;
	line-height: 0.48rem;
	letter-spacing: 0.01rem;
	color: #666666;
	margin-top: 0.06rem;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	font-weight: initial;
}

.news .newList .list .newText p {
	font-family: Roboto-Regular;
	font-size: 0.21rem;
	line-height: 0.4rem;
	/* letter-spacing: 0px; */
	color: #999999;
}


/*资讯详情*/

.newsDetail {
	padding-top: 1.36rem;
	padding-left: 0.24rem;
	padding-right: 0.24rem;
	box-sizing: border-box;
}

.newsDetail h1 {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.38rem;
	line-height: 0.6rem;
	letter-spacing: 0.01rem;
	color: #333333;
	font-weight: 500;
	max-height: 1.2rem;
	overflow: hidden;
}

.newsDetail .newTime {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.14rem;
}

.newsDetail .newTime img {
	width: 0.68rem;
	height: 0.68rem;
	display: block;
	flex-shrink: 0;
	margin-right: 0.15rem;
	border-radius: 50%;
}

.newsDetail .newTime .text {
	width: calc(100% - 0.83rem);
}

.newsDetail .newTime .text span {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.25rem;
	line-height: 0.4rem;
	display: block;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: 1;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	/* width: 88%; */
}

.newsDetail .newTime .text p {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.21rem;
	line-height: 0.3rem;
	/* letter-spacing: 0px; */
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: 1;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	/* width: 88%; */
	margin-top: 0.06rem;
}

.newsDetail .detailBox {}

.newsDetail .detailBox p {
	font-family: NotoSansCJKsc-Regular;
	font-size: 0.26rem;
	line-height: 0.5rem;
	letter-spacing: 0.01rem;
	color: #333333;
	margin-bottom: 0.42rem;
	text-align: justify;
}

.newsDetail .detailBox img {
	width: 100%;
	display: block;
	margin-bottom: 0.42rem;
}

.newsDetail .detailBox {
	padding: 0.28rem 0rem;
	box-sizing: border-box;
}

.newsDetail .newPage {
	padding: 0rem 0rem 0.34rem 0rem;
	box-sizing: border-box;
}

.newsDetail .newPage ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsDetail .newPage ul li {
	width: 100%;
}

.newsDetail .newPage ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.newsDetail .newPage ul li img {
	width: 0.46rem;
	height: 0.46rem;
	display: block;
}

.newsDetail .newPage ul li span {
	font-family: NotoSansHans-Regular;
	font-size: 0.24rem;
	color: #333333;
	margin-top: 0.06rem;
}