@charset "utf-8";
.content{
	margin-top:40px;
}
.content .div1{
	float: left;
	width: 390px;
	height: 465px;
	margin-right: 10px;
	border:1px solid #cdcdcd;
	overflow: hidden;
	margin-bottom: 34px;
}
.content .div1:nth-child(3n){margin-right: 0;}
.content .div1:nth-child(7n){margin-bottom: 75px;}
.content .div1 .pic{
	width: 388px;
	height: 235px;
}
.content .div1 .title{
	width: 388px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #bcbec0;
	font-weight: bold;
	padding-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content .div1 .time{
	width: 388px;
	height: 35px;
	color: #0065bb;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 18px;
	line-height: 35px;
}
.content .div1 .word{
	width: 388px;
	height: 160px;
	color: #989a9c;
	font-size: 14px;
	line-height: 26px;
	padding: 10px 20px 10px 20px;
	text-align: justify;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content .div1 a{
	color: #FFFFFF;
}
.header .submenu a:first-child {
    margin-left: 220px;
}