@charset "utf-8";
/* CSS Document */

html,body{ width:100%; height:100%; font: 12px  "宋体",Arial,sans-serif;background: #ffffff;}
*{  margin:0; padding:0;}
img{ border:0;}
ol, ul{ list-style:none;}
a{ text-decoration:none; outline:none;color:#333;}
/*文本对齐方式*/
.text_c{text-align:center;}
.text_r{text-align: right;}
.text_l{text-align: left!important;}
small { font-size:12px;}
.hand{ cursor:pointer;}
table td { border-collapse:collapse; border:1px solid #999;}

/*浮动和清除浮动*/
.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;}
/*文字修饰*/
.bold{font-weight:bold !important;}
/*分页*/
.sh_page{margin:30px 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:#2495d7;line-height:20px;margin:10px 30px 20px 10px;}
.fanye a { color:#000;}
.fanye a:hover{text-decoration:underline;}

/*分页*/
.pagelink {clear:both;font-size:12px;text-align:center;height:38px; margin:30px auto; width: 100%; font-size:12px;}
.pagelink a,div.pagelink span{height:23px;color:#4c4c4c;line-height:26px; text-decoration:none; margin:0 2px;}

.pagelink .current {
    color: #01aae5;
    /* padding: 4px 10px; */
    height: 26px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #01aae5;
    font-weight: bold;
    /* font-size: 16px; */
    background: #f8f8f8;
}
.pagelink ul{
	padding: 0;
}
.pagelink ul li {
    display: inline-block;
    margin: 0px 5px;
    padding: 4px 10px;
    border: #ddd solid 1px;
}
.pagelink ul li a {
    display: inline-block;
    /* line-height: 50px;
    padding: 0 37px;
    font-size: 16px;
    color: #333; */
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.liuyan_box label{ font-size: 14px; height:35px; line-height: 35px;}
.liuyan_box input{ height: 30px; line-height:30px; boerder:#f8f8f8 solid 1px; width: 50%;}
.liuyan_box  textarea{ width: 100%; min-height: 70px;}
.liuyan_box .up_but{ width: 100px; height: 35px;background: #2D79CF; border:none; color: #fff; cursor: pointer;}