﻿@charset "utf-8";
/*--------------通用样式--------------*/
html,body{width:100%;height:100%;font: 12px SimSun,Arial, sans-serif; background-color:#d5d5d5;}
*{margin:0;padding:0;}
img{ border:0;}
ol, ul {list-style: none;}
a{text-decoration:none;outline:none; color:#333;}
a:hover { text-decoration:underline;}
small { font-size:12px;}
.hand{ cursor:pointer;}
table td { border-collapse:collapse; border:1px solid #999;}
/*文本对齐方式*/
.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; font-weight:normal;}
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;}
.ma_r {margin-right:50px; }
/*文字修饰*/
.bold{font-weight:bold !important;}
/*分页*/
.pagelink {clear:both;font-size:12px;text-align:center;height:38px;overflow:hidden; margin-top:35px; font-size:12px;}
.pagelink a,div.pagelink span{padding:6px 7px 6px;height:32px;color:#4c4c4c;border:1px solid #ddd; line-height:32px; text-decoration:none; margin:0 2px;}
.pagelink a:hover{color:#690;text-decoration:none;padding:6px 7px 5px;border-bottom:2px solid #690}
.pagelink .current{color:#F63;padding:6px 7px 5px;height:26px;border:1px solid #ddd;border-bottom:2px solid #F63;font-weight:bold}

.fanye{ color:#bc0001;line-height:20px;margin:20px 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;}