.descrpt_nowrap {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.div_alert_h {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fc596e;
    padding: 10px 30px;
}

.list_title {
    font-size: 16px;
    background-size: 20px;
    line-height: 36px;
}
.list_normal {
    font-size: 12px;
    color: #999;
}
.span_inline_1 {
    display: inline-block;
    width: 20px;
}

table.table_stageprob {
    width: 98%;
    border-bottom: 1px solid #DDD;margin: 1%;
}
table.table_stageprob>thead>tr>th {
    border-bottom: 0;
}
table.table_stageprob>tbody>tr>td {
    vertical-align: baseline;
}
table.table_stageprob>tbody>tr>td a:hover,table.table_stageprob>tbody>tr>td a:focus {
    text-decoration: none;
}
.table_teamexam>tbody>tr>td:nth-child(4) {
    text-align: center;
}
.btn_ac {
    color: #FFF;
    padding: 3px 6px;
}
.btn_ac:hover, .btn_ac:focus, .btn_ac.focus {
    color: #FFF;
    text-decoration: none;
}

.h_grouptitle {
    margin: 0;
    padding: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
}
.div_group_dscrp {
    padding: 10px;
    font-size: 14px;
    color: #666;
    margin: 10px 0px;
}

.div_ddbox {
    border-radius: 5px;
    border: 1px solid #DDD;
    margin: 10px;
}
.head_ddbox {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #e9eaec;
    padding: 5px 15px;
    font-weight: bold;
    min-height: 30px;
}
.body_ddbox {
    min-height: 20px;
}

.content_box_w {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.span_adminedit_h {
    float: right;
    font-size: 14px;
    line-height: 53px;
    margin-right: 20px;
}