.main{
    width: 1200px;
    margin: 0 auto;
	min-height: calc(100vh - 354px);
}

.details {}

.details .title {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.5;
	color: #037cff;
	margin: 20px 0;
	text-align: center;
}

.details .text {
	padding: 10px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.details .content {
	text-indent: 2em;
	margin: 40px 0;
	line-height: 30px;
	min-height: 216px;
}

.details .content img,
.details .content video{
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.next-news {
	margin-bottom: 20px;
	border-top: 1px #ddd solid;
	padding-top: 20px;
}

.next-news .item {
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.next-news .item a {
	font-weight: normal;
}

.next-news .item a:hover {
	text-decoration: underline;
}
