﻿@charset "utf-8";
/* CSS Document */
.banner{ width:1200px; height:300px;}
.banner img{ width:100%; height:100%;}
/*列表页*/
.content{ width:1200px; margin:0 auto; padding-top:50px; padding-bottom:30px; background-color:#fff;}

/*列表页*/
.l_left{ float:left; width:260px;}
/*二级导航*/
.subnav{ margin-left:20px;}
.subnav h3{ background-color:#033e7c; color:#fff; font-weight:normal; line-height:60px; font-size:22px; text-align:center;}
.subnav ul{ border-top:none;}
.subnav ul li{ border-bottom:1px solid #C1C1C1; text-align:center; background-color:#ededed;}
.subnav ul li a{ font-size:18px; line-height:60px; color:#333;}
.subnav ul li:hover{ border-left:5px solid #033e7c;}
.subnav ul li:hover a{ color:#033e7c;}
.subnav ul li.active{  border-left:5px solid #033e7c;}
.subnav ul li a.cur{ color:#033e7c;;}

/*列表部分*/
.l_right{ float:left; width:900px; margin-left:20px;}
.header1{ width:100%; border-bottom:1px solid #dcdcdc;}

/*栏目名称*/
.header_left{ float:left;}
.lm_name1{ width:100px; height:60px; text-align:center; line-height:60px; color:#033e7c; font-size:20px;}



/*当前位置*/
.header_right{ float:right;}
.location{ padding-top:20px; color:#666; margin-right:20px;}
.location a{ color:#666; font-size:16px; line-height:30px;}
.location a:hover{ color:#033e7c;}
/*列表*/

.list{  padding-right:20px; min-height:600px;}
.artical_title{ margin-top:15px; border-bottom:1px dashed #dcdcdc; padding-bottom:10px; line-height:50px;}
.artical_name{ float:left; padding-left:10px;}
.artical_name a{ color:#333;}
.artical_name a:hover{ color:#033e7c;}
.artical_time{ float:right; color:#666; padding-right:10px; font-size:12px;}
.page{ margin-top:50px; margin-bottom:20px; 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;}

/*内容页*/
.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;}