*{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul, ol, li {
    list-style-type: none;
    display: block;
}
body{
    background-color: #d9d9d9;
}
#chaxunnav {
    overflow:hidden;
}
.jump-button {
    display:none;
}
.fl {
  float: left;
}
.pagger {
  /*height: 30px;*/
  margin: 20px auto 0px auto;
  text-align: center;
  width: 730px;
  font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #303133;
	display: block;
}
.tableBox{
	padding-bottom: 0px;
}
.pagger-box{
	width: 95%;
    text-align:right;
    overflow:hidden;
}

.pagger button {
  padding: 0 5px;
  height: 18px;
  cursor: pointer;
  border: 0px solid #ebebeb;
  background-color: #ffffff;
}
.pagger .first-page,
.pagger .last-page {
  margin: 0;
}
.pagger .pageWrap {
  height: 40px;
  float: left;
  overflow: hidden;
  display:none;
}
.pagger .pageWrap ul {
  width: 999999999px;
  height: 40px;
  float: left;
}
.pagger .pageWrap ul li {
  width: 15px;
  height: 16px;
  margin: 0px 15px;
  border-radius: 15px;
  pagger-sizing: border-pagger;
  cursor: pointer;
  float: left;
}
.pagger .pageWrap ul .sel-page {
  background-color: #2D5FAD;
    color: #fff;
    width: auto;
    padding: 0 4px;
}
.pagger .jump-text {
  width: 15px;
  height: 20px;
  border:none;
  text-align: center;
}
.pagger .jump-button {
  margin: 0;
  float: left;
}
.pagger .total-pages,
.pagger .total-count {
  margin-left: 2px;
  font-size: 14.5px;
  display:inline-block;
  color:#000;
  height:20px;
  line-height:20px;
}

/* 内容 */
/*.bgnav {
    width:100%;
    overflow:hidden;
}*/
.bgnav .nav{
    width: 1002px;
    margin: 25px auto;
    overflow: hidden;
}
.nav .naul{
    float: left;
    width: 15%;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
}
.nav .naul li{
    height: 40px;
    line-height: 40px;
}
.nav .naul li.action{
    background-color: #0a1f55;
    color: #fff;
}
.nav .xqrig{
    float: left;
    margin-left: 20px;
    width: 78%;
    background-color: #fff;
    margin-top: 5px;
    padding:20px 0 30px 20px;
}
.xqrig .title{
    width: 79.5%;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size:17px;
    color:#000;
}
.jidizhi{
    width: 50%;
}
.fz{
    font-size: 14px;
}
.jidizhi .gjzi{
    width: 60%;
    border-radius: 5px;
    border:1px solid #aaa;
    padding: 8px;
    outline: none;
}
.xdsj{
    display: inline-block;
    margin:10px 10px 20px 13px;
}
.xdsj span{
    padding: 0 10px;
}
.xdsj input{
    width: 33%;
    border-radius: 5px;
    border:1px solid #aaa;
    padding: 8px;
    outline: none;
}
.jidizhi select{
    padding: 8px;
    width: 165px;
    margin-left: -5px;
    outline: none;
    border-radius: 5px;
}
.chaxun{
    padding: 8px 25px;
    color: #fff;
    background-color: #0a1f55;
    border:none;
    border-radius:5px;
    outline: none;
}
.shou{
    margin-left: 15px;
}
.table{
    display: block;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    border-collapse:collapse;
    overflow: hidden;
    width: 98%;
    table-layout: fixed;
    margin-bottom:20px;
}
.table .thead{
    width: 100%;
    background-color: #0a1f55;
    color: #fff;
    padding: 7px 0;
}
.blt{
    border-top-left-radius: 5px;
}
.brt{
    border-top-right-radius: 5px;
}
.table .thead th{
    font-weight: normal;
    padding: 8px;
}
.table td {
    text-align: center;
    vertical-align: middle;
    padding: 8px 7px;
    word-wrap: break-word;
    font-size:13px;
}
.table td a {
    cursor:pointer;
}
tbody td {
    text-align: center;
    vertical-align: middle;
    border:1px solid #aaa;
}
.fenye{
    margin-top: 15px;
    text-align: right;
    font-size: 14px;
    padding-right: 20px;
    float: right;
}
.sente{
    height: 0!important;
    margin:10px 0;
    color:orange;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-left:13px solid #0a1f55;
    border-right:13px solid #0a1f55;
    position: relative;
}
.sente a{
    color:orange;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}
/* 详情 */
.zhezhao{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100000;
    display: none;
}
.xinzeng {
    display: none;
    overflow:hidden;
}
.xzng{
    position: fixed;
    top: 50%;
    left: 50%;
    width:600px;
    height: auto;
    margin-top: -260px;
    margin-left: -334px;
    /*transform: translate(-50%, -50%);
    display:flex;
    flex-direction:column;*/
    background-color: #fff;
    z-index: 100001;
    padding:20px;
    border:1px solid #0a1f55;
}
.xinzeng .title{
     font-size: 18px; 
    margin-bottom: 15px;
    color:#000;
}
.xinzeng .guanbi{
    display: inline-block;
    float:right;
    font-size: 23px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    color: #aaa;
    font-weight: bolder;
    cursor: pointer;
}
.an {
    flex:1;
}
.xinzeng .ding {
    width:50%;
    float:left;
    font-size:14px;
    overflow:hidden;
}
.xinzeng .ding p {
    margin-top:10px;
    color:#000;
}
.xinzeng p span:nth-child(1){
    display:inline-block;
    width:75px;
}
.xinzeng .bei {
    margin-top:10px;
    font-size:14px;
    float:left;
    color:#000;
}
.xinzeng .bei span:nth-child(1){
    display:inline-block;
    width:75px;
}
.xqmg {
    padding:0px 120px 10px 120px;
    border-bottom:1px solid #aaa;
    display:flex;
    display: -webkit-flex;
    align-items:center;
}
.xqmg img {
    margin-top:10px;
    width:70px;
}
.xqmg p {
    text-align:center;
}
.xqmg span {
    display:inline-block;
    width:20%;
    height:2px;
    background:#aaa;
}
