@import url(style.css);
/*home*/
.left-sider{width:900px;float:left}
.right-sider{width:280px;float:right;}
.box-bd{padding:0 11px;width:256px; background:#fafafa}
.news-list,.news-list li{width:100%}
	.news-list li{padding:20px 0;border-bottom: 1px solid #ebebeb;width:100%;overflow:hidden}
	.news-list img{width:200px;height:130px;float: left}
	.news-list div{width:680px;float:right;}
	.news-list a.title,.news-list a.title:visited{font-size:16px;line-height:30px;height:30px;}
	.news-list p{line-height:22px;color:#999;font-size:14px;padding-bottom:8px; }
	.news-list div p{padding:0;height:76px}
	.news-list .tag{height:24px;}
	.news-list span{float:right;font-size:12px;line-height:24px;}
	.news-list .tag a,.news-list .tag a:visited{float:left;font-size:12px;height:22px;line-height:24px;padding:0 8px;border:1px solid #bca46c;color:#bca46c;margin-right:5px;border-radius:2px}
	.news-list .tag a:hover{ background:#bca46c;color:#fff;}

.sub-menu{width:100%}
	.sub-menu a,.sub-menu a:visited{width:120px;text-align:center;float:left;font-size:15px;height:30px;margin:20px 10px 0 0;background:#d9dbd9;line-height:30px;}
	.sub-menu a.current,.sub-menu a.current:visited,.sub-menu a:hover{background:#718a9e;color:#fff;}
	.news-box .content table{border-top:1px solid #aaa;border-left:1px solid #aaa;border-collapse: collapse;}
	.news-box .content table td{border-bottom:1px solid #aaa;border-right:1px solid #aaa; padding:0 5px}