/* 新闻资讯banner */
.news-banner {
	height: 6rem;
	background: url("../img/banner1.jpg") no-repeat center 100%;
}

/* 新闻资讯内容 */
.news-container {}

.news-container .list {
	margin-top: 0.88rem;
	margin-bottom: 0.52rem;
}

.news-container .news-list .list-item {
	display: flex;
	justify-content: space-between;
	padding: 0.37rem 0.2rem 0.21rem;
	border-bottom: 1px solid #EAEAEA;
}

.news-container .list-item:hover {
	background: linear-gradient(180deg, #F3FBFA 0%, #FFFFFF 100%);
	box-shadow: 0px 0.04rem 0.20rem rgba(74, 113, 107, 0.2);
	border-radius: 4px;
}

.news-container .news-list .list-item .item-title {
	font-weight: 400;
	font-size: 0.20rem;
	line-height: 0.26rem;
	color: #222222;
}

.news-container .list-item .item-img {
	width: 3.46rem;
	height: 1.96rem;
	background: no-repeat center center / cover;
	border-radius: 0.10rem;
}

.news-container .list-item .item-img img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.news-container .list-item .item-text {
	margin-left: 0.19rem;
}

.news-container .list-item .item-content {
	font-style: normal;
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.21rem;
	color: #666666;
	margin-top: 0.17rem;

}

.news-container .list-item .item-time {
	font-weight: 400;
	font-size: 0.12rem;
	line-height: 0.16rem;
	color: #999999;
	white-space: nowrap;
	margin-top: 0.87rem;
}

/* 新闻资讯详情 */
.news-container .news-detail .detail {
	width: 70%;
	float: left;
	margin-top: 0.28rem;
	padding-right: 0.66rem;
	border-right: 1px solid #EAEAEA;
}

.news-container .news-detail .detail-title {
	font-size: 0.28rem;
	margin-top: 0.28rem;
	color: #333333;
}

.news-container .news-detail .detail-title .msgs {
	display: flex;
	align-items: center;
	padding-top: 0.2rem;
}

.news-container .news-detail .detail-title .msgs .msgs-item {
	margin-right: 0.25rem;
}

.news-container .news-detail .detail-title .msgs .msgs-item .icon {
	width: 0.16rem;
	height: 0.16rem;
}

.news-container .news-detail .detail-title .msgs .msgs-item .con {
	font-size: 0.13rem;
	line-height: 0.22rem;
	text-align: center;
	color: #999999;
	vertical-align: middle;
}

.news-container .news-detail .detail-title .msgs .msgs-item .con {
	font-size: 0.13rem;
	line-height: 0.22rem;
	text-align: center;
	color: #999999;
	vertical-align: middle;
}

.news-container .news-detail .detail-con {
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 0.50rem;
}

.news-container .news-detail .detail-con .paragraph {
	margin-top: 0.50rem;
}

.news-container .news-detail .detail-con .paragraph p {
	font-size: 0.14rem;
	line-height: 0.26rem;
	color: #333333;
}

.news-container .news-detail .detail-con .paragraph img {
	max-width: 100%;
	height: auto;
}

.news-container .news-detail .detail-tools {
	margin-top: 0.24rem;
	padding-bottom: 0.62rem;
	margin-bottom: 0.64rem;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: space-between;
}

.news-container .news-detail .detail-tools a {
	color: #999999;
	font-size: 0.14rem;
	line-height: 0.26rem;
	margin-bottom: 0.08rem;
}

.news-container .news-detail .detail-tools a:not(:last-child) {
	margin-bottom: 0.08rem;
}

.news-container .news-detail .detail-tools .ellipsis1 {
	color: #333333;
}

.news-container .news-detail .detail-tools a:hover .ellipsis1 {
	color: #03B09A;
}

.news-container .news-detail .detail-tools .btn {
	width: 1.48rem;
}

.news-container .news-detail .hot-news {
	float: left;
	width: 30%;
	margin-top: 0.42rem;
}

.news-container .news-detail .hot-news .hot-news-content {
	margin-left: 0.42rem;
}

.news-container .news-detail .hot-news .hot-news-title {
	width: 3.18rem;
	height: 0.81rem;
	line-height: 0.81rem;
	background: #03B09A;
	position: relative;
	font-weight: 700;
	font-size: 0.26rem;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	padding-left: 0.12rem;
}

.news-container .news-detail .hot-news .hot-news-title .bg {
	width: 1.65rem;
	height: 1.10rem;
	position: absolute;
	top: 0;
	right: 0.11rem;
}

.news-container .news-detail .hot-news .hot-news-con {
	width: 3.18rem;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	/* transform: matrix(1, 0, 0, -1, 0, 0); */
}

.news-container .news-detail .hot-news .hot-news-con .hot-news-item {
	padding: 0.10rem 0.10rem 0.06rem;
	display: flex;
	justify-content: space-between;

}

.news-container .news-detail .hot-news .hot-news-con .hot-news-item:not(:last-child) {
	border-bottom: 1px solid #EAEAEA;
}

.hot-news .hot-news-con .hot-news-item .item-img {
	width: 0.71rem;
	height: 0.5rem;
	background: no-repeat center center / cover;
}

.hot-news .hot-news-con .hot-news-item .item-text {
	margin-left: 0.20rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}

.hot-news .hot-news-con .hot-news-item .item-text .item-title {
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
	color: #333333;
}

.hot-news .hot-news-con .hot-news-item .item-text .item-time {
	font-size: 12px;
	line-height: 22px;
	color: #999999;
}

@media screen and (max-width: 768px) {

	.news-container .news-detail .detail-tools a,
	.news-container .list-item .item-time,
	.news-container .list-item .item-content {
		font-size: 12px;
	}

	.news-container .list-item .item-content {}

	.news-container .list-item .item-text {
		display: flex;
		flex-direction: column;
	}

	.news-container .list-item .item-time {
		margin-top: 0;
		flex: 1;
		display: flex;
		align-items: flex-end;
		margin-bottom: 5px;
	}
}
