.news-container {
	display: none;
}

.news-title {
	color: #313131;
	padding: 0;
	margin: 1.25rem 0;
	font-weight: 400;
	font-size: 1.25rem;
	word-wrap: break-word;
	word-break: normal;
}

.news-attr-box {
	position: relative;
}

.news-attr {
	font-size: 0.875rem;
	color: #a0a0a0;
	padding-right: 1rem;
}

.news-attr a {
	color: #2d9ad2;
	text-decoration: none;
}

.news-summary {
	font-size: 1rem;
	text-align: justify;
	line-height: 1.5;
	color: #787878;
	margin-top: 1.125rem;
	padding-left: 1.125rem;
	position: relative;
}

.news-summary .left-border {
	width: .0625rem;
	height: calc(100% - .5rem);
	border-left: .0625rem solid #a0a0a0;
	position: absolute;
	top: .25rem;
	left: 0;
}

.news-content {
	font-size: 1rem;
	font-family: "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
	line-height: 1.65;
	color: #333;
	text-align: justify;
	word-wrap: break-word;
	word-break: normal;
}

.news-content p {
	margin: 1.5em 0 0 0;
}

.news-content ul,
.news-content ol {
	margin-left: 1.25rem;
}

.news-content li {
	display: list-item;
	list-style: inherit;
}

.news-content hr {
	margin: 1em 0 0 0;
}

.news-content img {
	max-width: 100% !important;
	height: auto !important;
}

.news-content video {
	width: 100%;
	height: 28.125rem;
	outline: none;
}

.news-edit-info {
	margin: 1.5625rem 0;
}

.edit-info-item {
	color: #666666;
	display: none;
	font-size: .875rem;
	line-height: 165%;
}