/* 新闻详情 */
.show-content .flex-main+.flex-short {
	margin-left: 64px;
}

.sliver-division {
	margin-bottom: 20px;
}

.sliver-division .cover {
	width: 100%;
	height: 83px;
}

.news-detail h1 {
	font-size: 32px;
	line-height: 48px;
	color: #333333;
}

.news-detail .data {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-detail .data li {
	display: flex;
	align-items: center;
	color: #999999;
}

.news-detail .data li span+span {
	margin-left: 14px;
}

.news-detail .describe {
	margin-top: 32px;
}

.news-detail .describe p {
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
	color: #242424;
}

.news-detail .describe img {
	margin: 0 auto;
	width: 100%;
}

.news-detail .describe p+p,
.news-detail .describe p+img,
.news-detail .describe img+p {
	margin-top: 24px;
}

.news-detail .tag {
	margin-top: 40px;
}

.news-detail .tag+.data {
	margin-top: 28px;
}
.form-msg{

}
.row{
	line-height: 30px;
	margin:10px 30%;
}
.row label{
	width: 200px;
	text-align: right;
	display: inline-flex;
}
.row p{
	display: inline-flex;
}
.subBtn{
	background: #92bfe9;
	color: #fff;
	width: 320px;
	display: block;
	padding: 7px 0;
	text-align: center;
	font-size: 21px;
	text-decoration: none;
}
