/* 公共样式部分 */
*{margin: 0;padding: 0}
a{text-decoration: none;}
li{list-style: none;}
.cf{zoom: 1}
.cf:after {display: block;clear: both;content: "";visibility: hidden;height: 0;}  
.clear-fix::after{content: ".";display: block;overflow: hidden;clear: both;height: 0;visibility:hidden;}
.clear-fix{zoom:1;/* 兼容IE浏览器 */}
body{font-family:Microsoft YaHei;}
.ma{margin: 0 auto;width: 1180px;}
.fr{float: right;}
.fl {float: left;}
a{color: #333333;}
a:hover{color:#245399;}
/* 公共样式部分结束 */

/* 空盒子 */
.space{
    height: 30px;
}
/* 公告 */
.notice{
  height: 138px;
  cursor: pointer;
  background: url(news_03.png) no-repeat center;
}

/* tab */
.tabs{
    width: 380px;
   	height: 958px;
    background: #f7f7f7;
    overflow: auto;
}
/* 标题外面的ul */
.tabBox_title .tabBox_ul {
 height: 66px;
 line-height: 66px;
 background: #f1f1f1;
}
/* 标题li */
.tabBox_title .tabBox_ul li{
    width: 120px;
    text-align: center;
    font-size: 17px;
    margin-right: -3px;
    color: #1a56a8;
}
.tabBox_title .tabBox_ul li a{
    color:#1a56a8;
    cursor:default;
    /* padding-left: 15px;
    border-left: 2px solid #1a56a8; */
}

.tabBox_title .tabBox_ul li:first-child {
    line-height: 21px;
    padding: 1px;
}


.a_two{
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #1a56a8;
    border-right: 1px solid #1a56a8;
	display:block;
}
/* tab对应的list */
.tabBox_list .tabBox_list_ul li{
    /* 宽度有padding 所以-30px */
    width: 353px;
    line-height: 50px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 30px;
    background-color: #F1F1F1;
    
}
/* list下面的a标签对应的栏目 */
.tabBox_list .tabBox_list_ul li a{
    font-size: 17px;
    color: #333333;
}
/* 列表li的小图标 */
.tabBox_list .tabBox_list_ul li span{
    width: 24px;
    height: 24px;
    background: url(more.png) no-repeat right;
    margin-right: 20px;
    margin-top: 14px;
    cursor: pointer;
}
.tabBox_list_ul>div>.fr{
	width: 24px;
    height: 24px;
    background: url(more.png) no-repeat right;
    margin-right: 20px;
    cursor: pointer;
    margin-top: -23px;
}
/* tab结束 */
/* 空盒子  做分隔 */
.empty{
    display: inline-block;
    width: 39px;
    min-height: 805px;
}
/* 表单 */
.menu{
    width: 759px;
    height: 805px;
    
}
/* 第一个表单 */
.form_one{
    /* width: 759px; */
    width: 719px;
    /* width: 655px; */
    /* height: 418px; */
    height: 286px;
    background-color: #F7F7F7;
    padding: 20px;
}
/* 表单前面名称 */
.form_one span{
    display: inline-block;
    height: 48px;
    line-height: 40px;
    font-size: 17px;
    color: #333333;
}
/* 输入框的样式 */
.form_one input{
    outline: none !important;
    outline:medium;
    border: none;
    width: 242px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e0e0e0;
}

/* 查询 重置按钮 */
.inquire,.reset{
    width: 140px !important;
    height: 36px !important;
    font-size: 16px;
}
.inquire{
    background: #1A56A8 !important;
    color: #ffffff;
    position: relative;
    top: 6px;
    right: -430px;
    border: none;
}
.reset{
    position: relative;
    top: 6px;
    right: -435px;
    border: none;
}
/* 空div分隔 */
.separate{
    height: 14px;
}
/* 查询出的内容 表格 */
.form_content{
    /* width: 750px; */
    /* height: 170px; */
    padding-left: 10px;
    padding-right: 10px;
    height: 372px;
    background-color:#F7F7F7 ;
}

.form_content table tr{
    width: 750px;
    height: 42px;
}
/* 第一行背景不变 */
.form_content table tr th{
    font-size: 17px;
    color: #333333;
    font-weight: normal;
    width: 225px;
    height: 42px;
    border-right:1px solid #cccccc;
    
}
.form_content table tr th:first-child{
    width: 355px;
}
.form_content table tr th:last-child{
   border-right: none;
   width: 310px;
}
.form_content table tr td{
    background: #ffffff;
    text-align: center;
    border: 1px solid #cccccc;
    /* border-left: none; */
    /* border-right: none; */
}
/* .form_content table tr td:last-child{
    border-right: none;
} */
/* 选中效果 */
.hover,.hover a{
    font-size: 17px;
    font-weight: bold;
    color: #ffffff !important;
    background-color: #1a56a8;
}