@charset "utf-8";
/*--------------通用样式--------------*/
html,body{width:100%;height:100%;font: 12px Arial, sans-serif; background-color:#ededed;}
*{margin:0;padding:0;}
img{ border:0;}
ol, ul {list-style: none;}
a{text-decoration:none;outline:none; color:#333;}
small { font-size:12px;}
.hand{ cursor:pointer;}
table td { border-collapse:collapse; border:1px solid #999;}
.padd{padding-top:15px;}

/*文本对齐方式*/
.text_c{text-align:center;}
.text_r{text-align: right;}
.text_l{text-align: left!important;}
/*浮动和清除浮动*/
.clear{clear:both;}
.float_l{float:left;}
.float_r{float:right;}
/*显示隐藏*/
.clearfix:after {content: "."; display: block;  height: 0; clear: both;  visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/*字体颜色*/
.blue{color:#78cef7;}
.black { color:#000;}
.gray{color:#6d6d6d;}
.red{color:#ff0000;}
.green{color:#093;}
.white{color:#fff;}
/*字体大小*/
h2 {font-size:22px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}
.f14 { font-size:14px;}
.f12 { font-size:12px;}
.ma_t { margin-top:10px;}
/*文字修饰*/
.bold{font-weight:bold !important;}
/*分页*/
.sh_page{margin:15px 0;height:33px;line-height:33px;*line-height:50px;}
.sh_page a{padding:5px 8px;border:1px solid #ccc;margin-left:3px;color:#5b5b5b;}
.dangqian{background:#efefef;}

.fanye{ color:#bd0303;line-height:20px;margin:30px 0px 20px 0px;}
.fanye div {background-color:#ececec; padding:3px 3px 3px 6px; margin-top:5px;}
.fanye a { color:#000;}
.fanye a:hover{text-decoration:underline;}