﻿
.column-news-con {
	margin-top: 50px;
	width: auto;
	height: 700px;
	padding-left: 20px;
	text-align: center;
	background: #fff;
}

.column-news-con .title {
	width: 920px;
	text-align: center;
	color: #5988A6;
	font: bold 22px/32px "Microsoft YaHei";
	margin-bottom: 30px;
}

.column-news-con .property {
	width: 920px;
	margin-bottom: 50px;
}

.column-news-con .property span {
	opacity: .5;
	margin-left: 20px;
}

.column-news-con .conText {
	height: auto;
	width: 910px;
	/*background: red;*/
	padding: 0 0 0 60px;
	box-sizing: border-box;
}

.column-news-con .conText p {
	text-align: justify;
	text-justify: distribute;
	/*text-indent: 2em;*/
	margin-bottom: 20px;
	color: #333;
	line-height: 32px;
}