@charset "UTF-8";

/* 企业咨询logo */
.business-info .logo-div>img {
	width: 100%;
}

.business-info .news-type {
	height: 40px;
	line-height: 40px;
	max-width: 1200px;
	margin: 0 auto;
	color: #03081E;
}

.news-type span {
	padding: 0 10px;
	position: relative;
}

.news-type span:first-child::after {
	content: ' ';
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
	right: -4px;
}

/* 资讯列表 */
.business-info .business-info-list {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.business-info .business-info-item {
	margin-bottom: 20px;
}

.business-info .img-item {
	/* width: 153px; */
	padding: 0;
}

.business-info .img-item>img {
	width: 100%;
}

.business-info .business-info-item .content {
	padding-left: 24px;
}

.business-info .business-info-item .content-title {
	height: 28px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.business-info .business-info-item .content-date {
	height: 22px;
	font-size: 12px;
	line-height: 24px;
	color: #9F9F9F;
	font-weight: bold;
}

.business-info .business-info-item .content-detail {
	height: 52px;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	color: #929490;
	padding: 7px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

/* 查看更多 */
.business-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;
}
