@charset "utf-8";
.content{
	margin-top:40px;
}
.content .div1{
	float: left;
	width: 290px;
	height: 300px;
	margin-right: 10px;
	border:1px solid #cdcdcd;
	overflow: hidden;
	margin-bottom: 34px;
}
.content .div1:nth-child(4n){margin-right: 0;}
.content .div1:nth-child(13n){margin-bottom: 75px;}
.content .div1 .title{
	width: 100%;
	height: 80px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 10px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
a{
	color: #58595b;
}
.content .div1 .word{
	width: 100%;
	height: 150px;
	color: gray;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}
.content .div1 .xq{
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding-left:10px;
	margin-top: 10px;
}
.content .div1 .xq .number{
	margin-left: 40px;
	margin-top: -40px;
}
.content .div1 .xq .time{
	float: right;
	margin-top: -40px;
	margin-right: 10px;
}
