@charset "utf-8";
/* CSS Document */

.banner{ 
	height:300px;
	padding-top:0px;	
	}

.mid{
	width:1000px;
	text-align:center;
	margin:0 auto;
	}
.news{
	width:1000px;
	text-align:left;
	margin:20px 0px;
    border-bottom:1px dashed #ccc;
	}

.news img{
	width:200px;
	height:136px;
    margin-right:20px;
    float:left;
	}
.news a{
    text-decoration:none;
}
.news span{
    color:#333;
    font-weight: 600;
    font-size:16px;
}
.news p{
    color:#666;
    line-height:160%;
    padding-top: 16px;
}
.p1{
	font-size:28px;
	color:#333;
	line-height:50px;
	padding-top:30px;
	}
.p2{
	font-size:16px;
	color:#666;
	}
.mid ul{
	list-style:none;
	padding-top:30px;
	}