@charset "utf-8"; /* CSS Document */ .mainbox{ width:1180px; margin:0 auto; padding-top:20px; background-color:#fff; padding:20px 10px;} .left{ width:260px; float:left; margin-left:10px;} /*二级导航 开始*/ .subnav h3{ background-color:#1179c2; color:#fff; font-weight:normal; line-height:60px; font-size:22px; text-align:center;} .subnav ul{ border-top:none; border:1px solid #c1c1c1;} .subnav ul li{ border-bottom:1px solid #C1C1C1; text-align:center; background-color:#fff;} .subnav ul li a{ font-size:18px; line-height:60px; color:#333;} .subnav ul li:hover{ background-color:#e8e8e8; border-left:5px solid #1179c2;} .subnav ul li:hover a{ color:#1179c2;} .subnav ul li.active{ background-color:#e8e8e8; border-left:5px solid #1179c2;} .subnav ul li a.cur{ color:#1179c2;} /*二级导航 结束*/ /*列表 开始*/ .right{ float:right; width:880px; margin-right:10px;} .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:#1179c2; 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:#1179c2; text-decoration:underline;} /*列表*/ .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:#1179c2; text-decoration:underline;} .artical_time{ float:right; color:#666; padding-right:10px; font-size:12px;} .page{ margin-top:50px; margin-bottom:20px; width:100%;} .page .right1{ width:60%; 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 .right1 .pagination > li{ float:left; width:50px; text-align:center;} .page a{ color:#747878; padding:0 5px;} .page .right1 .pagination li.active a{ color:#747878; border:1px solid #1179c2;} /*列表 结束*/ /*内容页*/ .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 span{ 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:#1179c2; text-decoration:underline;}