*{
	margin: 0 ;
	padding: 0;
}
body{
	font-family: "微软雅黑";
	font-size: 12px;
}
a{
	text-decoration: none;
}
li{
	list-style-type: none;
}
img{
	border: none;
}
.clear{
	clear: both;
}
.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	display: block;
	width: 100%;
}
/*导航*/
nav{
	width: 1100px;
	height:60px;
	margin: 0 auto;
}
nav a{
	display: block;
	float: left;
	width: 50%;
	height: 60px;
	background: #149143;
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
}
nav a:hover, .navv{
	text-decoration: underline;
}
nav a:first-child{
	background: #5eb33a;
}
/*内容*/
.text{
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
}
/*征文文件*/
.text_one, .text-two, .text_three{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.text-two{
	position:relative;
	top: 350px;
}
.text_one h1, .text-two h1, .text_three h1{
	width: 100%;
	height: 38px;
	background: url(../images/index01_04.png) no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 2px;
	font-weight: normal;
}
/*作品展示*/
.text-two{
	margin-top: 50px;
}
/*媒体报道*/
.text_three{
	position: relative;
	margin-top: 450px;
}
.text_three h2, .text-two h2{
	float: right;
	font-size: 14px;
	padding: 10px 0;
}
.text_three h2 a, .text-two h2 a{
	color: #000000;
}
.text-two h2{
	position: absolute;
	z-index: 10;
	right:0 ;
}
.one, .two{
	width: 100%;
	overflow: hidden;
}
.one ul li{
	width: 45%;
	float: left;
	font-size: 12px;
	line-height: 24px;
	margin-top: 25px;
	margin-left: 110px;
}
#lio{
	margin-left: 0;
}
.one ul li:hover p b{
	color: red;
	text-decoration: underline;
}
.one ul li img{
	float: left;
	width: 181px;
	height: 120px;
}
.one ul li  p{
	width: 60%;
	float: right;
}
.one ul li p b{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #000000;
	white-space: nowrap;	
	text-overflow: ellipsis;
}
.one ul li a p{
	color: #494949;
}
.one ul li a p em{
	display: block;
	width: 100%;
	height: 68px;
	margin-top: 5px;
	overflow: hidden;
	font-style:normal ;
}
.one ul li a p span{
	color:#ad3d10;
	font-family: "宋体";
	font-weight: bold;
}
.two ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.two ul li a p{
	color: #3e3f3e;
	font-size:14px;
}
.two ul li p em{
	width: 80%;
	display: block;
	white-space: normal;
	text-overflow: ellipsis;
	font-style:normal ;
	float: left;
}
.two ul li p span{
	float: right;
}
.two ul li:hover p em{
	text-decoration: underline;
	color: red;
}
/*footer*/
footer{
	width:100%;
	overflow: hidden;
	background: #5aa601;
	margin-top: 50px;
	padding-bottom: 10px;
}
.f_m{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.f_m p{
	text-align: center;
	margin-top: 10px;
	line-height:30px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 14px;
}
