@charset "UTF-8";

.news-type {
	height: 25px;
	line-height: 20px;
	margin: 0 auto;
	color: #03081E;
	font-size: 12px;
	display: flex;
	width: 100%;
	max-width: 1200px;
}

.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;
}

.news-content {
	max-width: 2000px;
	margin: 0 auto;
	text-align: center;
	padding: 24px 0;
}

.news-content .news-title {
	font-size: 18px;
	font-weight: 400;
	color: #03081E;
}

.news-content .news-date {
	height: 20px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #03081E;
	margin: 12px 0 45px;
}

.news-desc {
	max-width: 2000px;
	margin: 0 auto;
}
.news-desc img{
	max-width: 90% !important;
	height: auto !important;
}
.news-desc .news {
	text-indent: 33px;
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
	color: #747573;
	text-align: left;
}

@media (max-width:992px) {
	.news-content .news-title {
		font-size: 20px;
	}
}
