@charset "utf-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}
body {
font-size:14px;
font-family:微软雅黑;
color:#666;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	color:#18800a;
}
ul {
	list-style-type:none;
}
li {
	list-style-type:none;
}
img {
	border:none;
}

/*首页新闻*/
.inews{ width:1160px; margin:0 auto; clear:both; overflow:hidden; margin-top:20px; margin-bottom:20px; }
.inews .newsl{ width:48%; float:left; }
.inews .n01{ clear:both; overflow:hidden; }
.inews .n01 .img{ float:left; width:40%; height:150px; text-align:center; border:#eee 1px solid; border-radius:5px; }
.inews .n01 .img img{ max-width:100%; height:150px; }
.inews .n01r { float:right; width:56%; }
.inews .n01r .nam{ color:#555; font-weight:bold; }
.inews .n01r .nam a{ color:#555; }
.inews .n01r .nam a:hover{ color:#339933; }
.inews .n01r .seod{ margin-top:10px; text-indent:2em; color:#666; line-height:24px; height:72px; overflow:hidden; }
.inews .n01r .tim{ margin-top:10px; }
.inews ul{ margin-top:15px; }
.inews ul li{ clear:both; overflow:hidden; height:40px; line-height:40px; position:relative; border-top:#ddd 1px dotted; }
.inews ul li a{ float:left; display:block; color:#555; width:70%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.inews ul li a:hover{ color:#339933; }
.inews ul li span{ display:block; position:absolute; right:0px; }
.inews .newsr{ width:48%; float:right; }

