@charset "UTF-8";

/* 新闻咨询logo */
.news-info .news-logo-div {
	position: relative;
	/* background-image: url(../img/newsInformation/xinwzx_bj.png); */
}

.news-info .news-logo-div .desc {
	position: absolute;
	color: #fff;
	opacity: 0.8;
	top: 50%;
	left: 50%;
	transform: translate(-170%, -80%);
}

.news-info .news-logo-div .detail {
	height: 40px;
	line-height: 40px;
}

.news-info .news-logo-div .news-logo {
	width: 100%;
}

.news-content {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

.news-info .news-content .title {
	height: 100px;
	line-height: 100px;
	font-size: 22px;
	/* font-family: KaiTi; */
	font-weight: 400;
	color: #333333;
	text-align: center;
}

.news-info .news-content .img-div {
	width: 265px;
	height: 170px;
}

.news-info .news-content .img-div>img {
	width: 100%;
	height: 100%;
}

.content-item {
	margin-bottom: 64px;
	text-align: left;
	padding: 0 10px;
}

.news-info .news-content .content-item .content-desc {
	padding: 10px 0 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-info .news-content .content-item .news-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #1A1A1A;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.news-info .news-content .content-item .news-date {
	height: 22px;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	color: #9F9F9F;
}

.news-info .news-content .content-item .news-detail {
	height: 46px;
	font-size: 12px;
	font-weight: 400;
	line-height: 23px;
	color: #9E9E9E;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

/* 查看更多 */
.news-info .show-more {
	width: 80px;
	height: 28px;
	border: 1px solid #0084FC;
	opacity: 1;
	border-radius: 60px;
	color: #0084FC;
	text-align: center;
	line-height: 28px;
	margin: 40px auto;
	cursor: pointer;
	font-size: 12px;
}
