.grid h2 {
    font-weight: bold;
    padding-bottom: 10px;
   /* line-height: 24px;*/
    font-size: 24px;
}
.t1 b {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    font-size: 18px;
}
.t3 {
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding: 12px 15px;
    line-height: 16px;
}
.t3 b {
    display: inline-block;
    margin-left: -15px;
    padding: 0 0 0 10px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    border-left: 8px solid #2d8fff;
}
.red {
    color: red;
    vertical-align: middle;
}
.forms input.form-control {
    height: 38px;
    padding: 6px;
}
.forms .control-label {
    font-size: 16px;
}
.forms .row>div[class*="col-"] {
    margin-bottom: 1rem;
}
.text-blue {
    color: #1b80d2 !important;
}
.forms input[type="radio"] {
    -webkit-appearance: radio;
}
.forms .input-group-addon img {
    display: block;
    height: 34px;
    margin: -6px -12px;
}
.forms input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
.md-blue {
    background-color: #2d8fff;
    color:#fff;
}
.md-blue:hover{
color:#fff;
}
.info-btns [class*="btn"] {
    margin: 10px;
    transition: .3s;
}
.info-btns .btn-lg {
    font-size: 18px;
}
.info-btns [class*="btn"]:hover {
    box-shadow: 0 10px 20px rgba(0, 27, 128, .1);
    transform: translate(0, -3px);
}
.forms,.fwdh-dhzx{
    padding:0 50px;
}
.fwdh-dhzx p{
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    background: #DDECF4;
}
.zxlist{
   text-align:center
}
.zxlist li{
   height:40px;
   line-height:40px;
   border-bottom:1px dashed #D8D8D8;
   overflow: hidden;
}
#listDetail{
   width: 1000px;
    margin-left: -500px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 10%;
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #C6D8E7;
    box-shadow: 0 3px 3px #666;
  }
#listDetail #closeBtn {
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-radius: 40px;
    margin: 10px;
    font-family: Helvetica, sans-serif;
    position: absolute;
    z-index: 1;
    top: -30px;
    right: -20px;
    color: #fff;
    background-color: #014A8F;
    border: 2px solid #fff;
    text-align: center;
}
#listDetail #tableBox {
    width: 100%;
    height: 90%;
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
#detailBox{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    display: none;
    top: 0%;
    left: 0%;
}
#detailBox .detailBoxbg{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    z-index: 1;
}
#tableBox table {
    margin: 20px;
    width: 950px;
}
#tableBox table td {
    border: 1px solid #DDDDDD;
    padding: 5px 10px;
    line-height: 160%;
    font-size: 14px;
    }
#tableBox table .th {
    color: #014A8F;
    font-size: 16px;
    background-color: #C6D8E7;
    letter-spacing: 3px;
}
.layui-form select {
    display:block;
}

.zj-detail#tableBox table{
    width:94%;
    margin-top: 0;
}
.zj-detail#tableBox table td{
    line-height:30px;
    padding: 11px 10px;
}

.zj-detail#tableBox table .th {}