@charset "utf-8";
/* CSS Document */

.banner{ 
	height:300px;
	padding-top:0px;	
	}
.mid{
	width:1000px;
	/*height:1200px;*/
	text-align:center;
	margin:0 auto;
	}
.p1{
	font-size:28px;
	color:#333;
	line-height:50px;
	padding-top:30px;
	}
.p2{
	font-size:16px;
	color:#666;
	}

.news{
	width:1000px;
    padding-top:8px;
	}
    
.news .imgs {
    width: 1111px;
    overflow:hidden;
    padding: 10px 0px;
}
.news .imgs img{
	width:314px;
	height:220px;
    margin-right:29px;
    float:left;
}
.news .font{
	float:left;
	width:1000px;
	float:right;
	text-indent:2em;
	padding-left:10px;
    color:#4d4d4d;
    line-height:200%;
    padding-top: 10px;
    text-align:left;
	}
.bottombg{
    margin-top:75px;
}