.banner{
	width:100%;
	height:360px;
	box-shadow:0 3px 10px #999;
	margin-top:70px;
	overflow:hidden;
	}
.banner img{
	width:100%;
	min-width:1600px;
	min-height:360px;
	height: auto;
	}
/*------content------*/
.content{
	width:1000px;
	margin:0 auto;
	margin-bottom:100px;
	overflow:hidden;
	margin-top:30px;
	}
.content .title{
	font-size:30px;
	color:#f08200;
	letter-spacing:1px;
	}
.content .title li.line{
	height:3px;
	background-color:#f08200;
	clear:both;
	}

.content .title02{
	width:1000px;
	overflow:hidden;
	margin-top:30px;
	}
.content .title02 li{
	letter-spacing:1px;
	float:left;
	}
.content .title02 li.time{
	width:110px;
	padding:0 5px;
	background-color:#f08200;
	margin-right:15px;
	
	font-size:12px;
	color:#FFF;
	line-height:20px;
	}
.content .title02 li.name{
	width:865px;
	overflow:hidden;
	font-size:20px;
	color:#525252;
	}

.content .html{
	width:1000px;
	overflow:hidden;
	margin-top:20px;
	
	font-size:14px;
	color:#808080;
	letter-spacing:1px;
	line-height:20px;
	}
