.news1{
	margin: 50px 0;
}
.news1_con{
	height: 200px;
	border: 1px solid #999999;
	padding: 25px;
	background: url(../img/more_g.png) 97% center no-repeat;
	transition: all .3s;
	margin-bottom: 40px;
}
.news1_con:hover{
	border: 1px solid #D50000;
	background: url(../img/more_r.png) 97% center no-repeat;
}
.news1_con:hover .news1_con1 .p1{
	color: #D50000;
}
.news1_con:hover .news1_time p{
	color: #D50000;
}
.news1_time{
	float: left;
	width: 10%;
	margin-right: 30px;
}
.news1_time p{
	text-align: center;
	font-size: 18px;
	padding-top: 55px;
	transition: all .3s;
	color: #333333;
}
.news1_time span{
	font-size: 36px;
	font-weight: bold;
}
.news1_img{
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin-right: 75px;
}
.news1_img img{
	width: 100%;
}
.news1_con1{
	float: left;
	width: 600px;
}
.news1_con1 .p1{
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	line-height: 70px;
	transition: all .3s;
}
.news1_con1 .p2{
	font-size: 14px;
	color: #777777;
	line-height: 25px;
}

/* 内页 */
.news2_title{
	width: 100%;
	height: 80px;
	text-align: center;
	margin: 30px 0;
	border-bottom: 1px dashed #BFBFBF;
}
.news2_title .p1{
	font-size: 25px;
	line-height: 50px;
	color: #333333;
}
.news2_title .p2{
	font-size: 13px;
	color: #666666;
}
.news2_con{
	margin-bottom: 40px;
}
.news2_con p{
	line-height: 35px;
	color: #666666;
}