@import "base.css";

@font-face {
font-family: 'unmn';
src: url('fonts/unmn.eot?90518967');
src: url('fonts/unmn.eot?90518967#iefix') format('embedded-opentype'),
	 url('fonts/unmn.woff?90518967') format('woff'),
	 url('fonts/unmn.ttf?90518967') format('truetype'),
	 url('fonts/unmn.svg?90518967#edit') format('svg');
}

#header{ background:url(img/top-bar.png) repeat-x 0 bottom;}

.mainleft{ width:20%}
.mainleft h3{ height:60px; line-height:60px; background:#2F3144; color:#fff; text-align:center; font-size:24px; font-weight:normal}
.mainleft ul{ border-top: none; padding:20px 0; background:#fff}
.mainleft ul li{ font-size:18px; position:relative; width:100%;}
.mainleft ul li a{ display:block;  height:45px; line-height:45px; width:75%; padding:0 12.5%; border-bottom:1px dotted #eee}
.mainleft ul li a:hover,.mainleft ul li.on a{ text-decoration:none; background:#f2f2f2; color:#E8251E}
.mainleft ul li.on a{background:#fff;}
.mainleft ul li b{ display:block; width:20px; line-height:20px; height:20px; position:absolute; right:10px; top:10px; font-size:18px;font-family: 'unmn';}

.mainright{ width:78%; background:#fff; box-shadow:0 0 3px #c0c0c0}
.pos{ height:60px; line-height:60px; padding:0 20px; font-size:16px; background:url(img/re-bg.png) repeat; border-bottom:1px solid #eee}
 
.pos b{font-family: 'unmn'; font-weight:normal; color:#606060}

.newslist{ padding:20px 25px 0}
.newslist li{ height:40px; line-height:40px; clear:both; font-size:16px; overflow:hidden}
.newslist li span{ float:right; font-size:14px; color:#909090;}
.newslist li label{font-family: 'unmn'; font-weight:bold; padding-right:5px} 

.news_title{  padding:0 25px}
.news_title h1{ height:40px; line-height:40px; font-size:24px; color:#202020;border-bottom:2px solid #E8251E; padding:20px 0; font-weight:normal; }
.news_content .con{ padding: 30px 25px;height: 100%;overflow: hidden;font-size: 16px;color: #252525;line-height: 25px;}
.news_content .con p {text-indent: 2em;padding: 10px 0px;
}







