.commontitile-box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-top: 3px solid #00c0ef;
    border-radius: 3px;
    background-color: #fff;
    border-bottom: 2px solid #f4f4f4;
}

.commontitile-second{
    border:solid 0px #9fa3b0;
    background-color: #177ce3;
    /**
    background:linear-gradient(to right,  #0aa5df, #d6f7fa);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0aa5df, endColorstr=#d6f7fa);*/
    font-size: 14px;
    color: #fff;
    padding: 3px 5px;
}

.commontitile-box-title {	font-size: 16px;}
h4.commontitile-box-title span{
    float: left;
    width:5px;
    height:20px;
    border-radius: 6px;
    background:#54cdd5;
    margin-right: 15px;
    margin-top:-2px;
}

.white{
    color:#fff;
}

.bzzx_bt {
    color: #999;
    background-color: white;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.bzzx_bt strong {
    color: #757575;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 2px solid #498cfd;
    padding-bottom: 10px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: -1px;
}

.bzzx_bt span { color: #498cfd; }

/*默認表格样式*/
div.table-panel table{border-left:solid 1px #edf5fd;border-top:solid 1px #edf5fd;}
div.table-panel table tr th,div.table-panel table tr td{border-right:solid 1px #edf5fd;border-bottom:solid 1px #edf5fd;padding:10px;}
div.table-panel table tr th{background:#edf5fd;text-align: center;letter-spacing: 8px;font-weight: 700;font-size: 14px;color:#0084ff}
div.table-panel table tr td:nth-child(odd){color:#7d7b7b;}