﻿/*CSS reset*/
body,div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,p,input,img,span,em,a,i{margin:0;padding:0}
body{ font-family:"微软雅黑","Microsoft Yahei",tahoma,arial,tahoma,sans-serif;font-size:14px;min-width:1200px;color:#333;}
input{border:none}
img{border:0}
ul,dl,ol{list-style:none}
em{font-style:normal}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
a{color:#333;outline:none;}
a:link{text-decoration:none}
a:visited{text-decoration:none}
a:hover{color:#e6393b;text-decoration:none;}
a:active{text-decoration:none}
/* 清理浮动 */
.clear:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;line-height:0}
.clear {zoom:1; /* for IE6 IE7 */}
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{zoom:1}
.none{display:none}
.on{display: block}
.clear10{height:10px;width:100%;font-size:0;line-height:0;clear:both}
.clear5{height:5px;width:100%;font-size:0;line-height:0;clear:both}

/*列表布局*/
.content-l {width:869px;margin-right:24px;}
.content-r {width:283px;padding-left:24px;}
.content-bg {background:url(images/dian.png) repeat-y;}

/*字号*/
.news-list li a{ font-size:14px;}
.fs14{font-size:14px}
.fs16{font-size:16px}
.mt5 {margin-top:5px;}
.mb5 {margin-bottom:5px;}
.mb30 {margin-bottom:30px;}
.mb25 {margin-bottom:25px;}
.mb20 {margin-bottom:20px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.fw{ font-weight:bold;}
.f999, .f999 a {color:#999;}
/*定位*/
.fl,.fr{display:inline}
.fl{float:left}
.fr{float:right}
.rel{position:relative}
.abs{position:absolute}
.tl{text-align:left}
.tr{text-align:right}
.tc{text-align:center}
.text_thr{text-decoration:line-through;color:#999;}
/*阴影*/
.boxs{box-shadow:0px 0px 4px rgba(0,0,0,.2)}
/*字色*/
.cor1{color:#ff8a00}
.cor2{color:#0054a7}
.white{color:#fff}
.plr4{padding:0 4px}
.c_bule{color:#0079b5;}
.c_bule:hover{color:#0079b5;}
/*间距*/
.mt3{margin-top:3px;}
.mt10{margin-top:10px;}
.mt13{margin-top:13px}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.ml20{margin-left:20px;}
.p10{padding:10px;}
.pb10 {padding-bottom:10px;}
/*边框*/
.bor_b{border-bottom:1px solid #ddd;}
.bor{border:1px solid #ddd;}


/*各个频道分页效果*/
.page{width:100%; text-align: center; overflow: hidden;  margin-top:10px;}
.page li {float:left;}
.page a,.page span{ display: inline-block; width:32px; height:32px; line-height:32px; margin:0 5px 0 0; text-align: center; vertical-align: middle; overflow: hidden;}
.page a{ font:16px/32px arial; color:#807f7f; text-align:center; border:1px solid #ccc; overflow: hidden;}
.page a.on,.page a:hover{background:#00956d;border:1px solid #00956d;  color:#fff;}
.page .page-split{color:#999; font-weight: bold;}
.page .pagepre,.page .pagenext{font:20px/32px "\5FAE\8F6F\96C5\9ED1"}