html,body{
	height: 100%;
}
.content{
	width: 1200px;
	min-height:-webkit-calc(100% - 330px); 
  	min-height:-moz-calc(100% - 330px); 
  	min-height:calc(100% - 330px);
	margin: 0 auto;
}
.content .title{
	width: 100%;
	/*height: 40px;*/
	line-height: 40px;
	text-align: center;
	font-size: 28px;
	color: #333333;
	display: inline-block;
	float: left;
	margin-top: 40px;
}
.content .newsinfo{
	width: 100%;
	text-align: center;
	height: 30px;
	float: left;
	margin-top: 20px;
}
.content .newsinfo span{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
	display: inline-block;
}
.content .newsinfo span:nth-child(2){
	margin: 0 20px;
}
.content .newscontent{
	width: 1200px;
	float: left;
}
.content .newscontent .newsimg{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.content .newscontent .con{
	width: 1200px;
	float: left;
	padding: 20px 0px;
	border-bottom: 2px solid #AAAAAA;
	border-top: 2px solid #AAAAAA;
	margin-top: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}
.content .newscontent .con p{
	/*text-indent: 2em;*/
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}
.content .newscontent .othernews{
	width: 1200px;
	height: 120px;
	float: left;
	margin-top: 30px;
}
.content .newscontent .othernews .reado{
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
}
.content .newscontent .othernews .reado span{
	width: 65px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
	color: #1C1F88;
	font-size: 13px;
}
.content .newscontent .othernews .reado a{
	width: 1100px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
	color: #1C1F88;
	font-size: 13px;
	text-decoration: none;
}