@charset "utf-8";
/* CSS Document */

.main{ width:1200px; margin:0 auto; margin-top:20px;} 
/*左侧导航 start*/
.subnav{ float:left; width:260px; border-left:12px solid #c2050f;}
.lm{ background-color:#c2050f; color:#fff; font-size:20px; line-height:60px; padding:0 22px;}

.ejnav ul{ margin-top:20px; border-top:1px solid #ddd;}
.ejnav ul li{ border-bottom:1px solid #ddd; line-height:22px;  }
.ejnav ul li a{ display:block; padding:1em 0 1em 22px; color:#333; font-size:16px;}
.ejnav ul li.current a{ color:#c2050f; border-left:5px solid #ffb700;  margin-left:-5px; background-color:#eee; }

/*左侧导航 end*/

/*列表部分 start*/
.container{ float:right; width:900px; margin-bottom:20px;}

.top_header{ border-bottom:1px solid #e8e8e8; padding:10px;}
.top_lm{ float:left; font-size:20px; line-height:30px; color:#c2050f;}
.location{ float:right; padding-top:5px;}
.location a{ color:#333; font-size:14px;}
.location a:hover{ color:#c2050f;}

.listbox{ margin-top:20px; padding:0 10px; margin-bottom:20px;}
.list ul li{ border-bottom:1px dashed #e8e8e8; padding:5px 10px;}
.bt{ float:left;}
.bt a{ font-size:16px; color:#333; line-height:32px;}
.bt a:hover{ color:#c2050f;}
.date{ float:right; font-size:14px; color:#666; line-height:32px;}


.page{ margin-top:20px; margin-bottom:40px; width:100%;}
.page .right{ width:54%; margin:0 auto;}

.page .first{ display:inline-block;}
.page .next{ display:inline-block;}
.page .prev{ display:inline-block;}
.page .last{ display:inline-block;}
.page .pagination{ display:inline-block;}
.page .right .pagination > li{ float:left; width:50px; text-align:center;}
.page a{ color:#747878; padding:0 5px;}

.page .right .pagination li.active a{ color:#003366;  border:1px solid #033e7c;}
/*列表部分 end*/



/*内容页 start*/

.listbox .nr{ /*border:1px solid #ccc;*/ padding-top:20px; margin-bottom:20px; width:100%; height:100%;}


.listbox .nr h4{ text-align:center; font-size:26px; line-height:60px; font-weight:normal;}
.listbox .nr .source{ font-size:14px; color:#666; text-align:center; line-height:36px;}
.listbox .nr .source .time{ color:#666;}
.listbox .nr .source .writer{ color:#666;}
.listbox .nr .artical{ padding-left:10px; padding-right:10px;}
.listbox .nr .artical div{ display:block; text-indent:2em; line-height:36px; font-size:16px;}

.content_bottom{ left:20px; bottom:10px; float:left; font-size:14px; line-height:30px;}
.content_bottom a{ color:#666;}
.content_bottom span{ color:#666;}
.content_bottom a:hover{ color:#033e7c;}

/*内容页 end*/
