﻿@charset "utf-8";
/* CSS Document */
/*重置*/
body,dl,dt,dd,ul,li{margin:0;padding:0;}
li{list-style:none;}
a{text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
.table{margin-bottom:0!important;}
/*页头*/
html,body{height:100%;}
body{padding-top:70px;font-family:Microsoft YaHei;}
.navheight{height:70px;background-color:#00a1f2;}
.logo{width:70px;height:70px; background:url(../images/LOGO.png) no-repeat center; float:left;margin:0 15px;}
.navfont{font-size:26px;line-height:70px;color:#fff;font-family:Microsoft YaHei; font-weight:bolder;}
/**/
.midbox{min-height:100%;}
.border1{border-left:1px solid #ccc;border-right:1px solid #ccc;}
.border2{border:1px solid #ccc;}
.width1{width:90%;min-width:980px;overflow:hidden;}
.width2{width:50%;min-width:490px;overflow:hidden;}
.float{float:left;}
/*通用间隔*/
.top{margin-top:10px;}
.bottom{margin-bottom:10px;}
.margin1{margin:auto;}
/*溢出*/
.overflow{overflow:hidden;}
/*表格通用*/
.table1{margin:auto;border-left:1px solid #ccc;border-top:1px solid #ccc;margin-top:10px; min-width:900px;}
.table1 th,.table1 td{border-right:1px solid #ccc;border-bottom:1px solid #ccc;line-height:30px;color:#808080;padding-left:10px;}
/*查询子页大按钮通用*/
.btnbox{width:980px;margin:auto;margin-top:10px;text-align:center}
.btnbox a{font-family:"微软雅黑";color:#fff;margin:5px;width:110px;}
/*页尾*/
.size{font-size:18px; font-weight:bold;font-family:"微软雅黑";}
.overflow-spare {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
body {
    padding-top: 1px;
    font-family: Microsoft YaHei;
}