
/*body {*/
    /*background-color: #fff;*/
    /*padding:15px 15px 30px*/
/*}*/
.dsj_box {
    display: table;
    width: 100%;
    margin-top: 20px;
    height: 480px;
}
.dsjxg {
    /*width: 100%;*/
    height: 45px;
    margin: 0 20px;
    min-width: 410px;
}
.dsjxg span {
    display: inline-block;
    text-align: center;
    line-height: 45px;
}
.dsjxg .num {
    width: 30px;
    height: 20px;
    border: 1px solid #cd091d;
    border-radius: 2px;
    margin: 5px 10px;
    line-height: 18px;
    color: #cd091b;
}
.dsjxg .name , .dsjxg .sh {
    width: 100px;
}
.dsjxg .name {
    position: relative;
    text-align: left;
    text-indent: 2px;
}
.dsjxg .name i {
    position: absolute;
    top: 13px;
    right: 15px;
    border: 1px solid #e91e2f;
    border-radius: 3px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.707,M12=0.707,M21=-0.707,M22=0.707,SizingMethod='auto expand');
    font-style: normal;
    font-size: 10px;
    width: 60px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #e91e2f;
}
.dsjxg .name i.hide {
    display: none;
}
.dsjxg .sh {

}
.dsjxg .peo {
    width: 85px;
}
.dsjxg .btn {
    width: 50px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #797979;;
    border-radius: 5px;
    font-size: 10px;
    display: none;
}
.dsjxg .btn:hover {
    cursor: pointer;
}

