html,body{
	height: 100%;
}
.content{
	width: 90%;
	float: left;
	margin-left: 5%;
}
.content .title{
	width: 100%;
	line-height: 30px;
	float: left;
	font-size: 0.13rem;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-top: 24px;
}
.content .t_info{
	display: -webkit-flex;  
	-webkit-justify-content: center;  
	-webkit-align-items: center;
	height: 40px;
	width: 100%;
	float: left;
}
.content .t_info .artinfo{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 0.11rem;
	color: #999999;
	margin-right: 15px;
}
.content .thuimg{
	width: 100%;
	float: left;
	text-align: center;
}
.content .thuimg .newsimg{
	max-width: 100%;
	float: left;
}
.content .con{
	width: 100%;
	float: left;
	font-size: 0.12rem;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
}
.content .con img{
	max-width: 80%;
	height: auto;
}
.content .con p{
	width: 100%;
	float: left;
	font-size: 0.12rem;
	color: #333333;
	line-height: 30px;
	text-indent: 2em;
}<!--0.00027585029602051-->