.dcjz_top {
    width: 96%;
    margin: 0 auto;
    background: #f8f8f8;
    height: 432px;
}

.left_content {
    float: left;
    width: 38%;
    padding: 44px;
    box-sizing: border-box;
}

.zjzt {
    background: url(../img/bgbar.png) no-repeat top left;
    width: 162px;
    height: 28px;
    color: #fff;
    font-size: 16px;
    padding-left: 24px;
    line-height: 26px;
}

.zjzt_con {
    background: #fff;
    width: 100%;
    color: #434343;
    font-size: 16px;
    margin: 10px;
    padding: 5px;
}

.zjsj {
    background: url(../img/bgbar.png) no-repeat top left;
    width: 162px;
    height: 28px;
    color: #fff;
    font-size: 16px;
    padding-left: 24px;
    line-height: 26px;
}

.zjsj_con {
    background: #fff;
    width: 100%;
    color: #434343;
    font-size: 16px;
    margin: 10px;
    padding: 5px;
}

.zjdw {
    background: url(../img/bgbar.png) no-repeat top left;
    width: 162px;
    height: 28px;
    color: #fff;
    font-size: 16px;
    padding-left: 24px;
    line-height: 26px;
}

.zjdw_con {
    background: #fff;
    width: 100%;
    color: #434343;
    font-size: 16px;
    margin: 10px;
    padding: 5px;
}

.right_content {
    float: right;
    width: 54%;
    background: #fff;
    height: 400px;
    box-sizing: border-box;
    margin: 16px;
    padding: 20px;
    overflow-y: scroll;
}

.jg_box {
    width: 96%;
    margin: 0 auto;
}

.jg_head {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ba101d;
    margin-top: 20px;
}

.jg_head_bg {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #ba101d;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.jg_content {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 50px 100px;
    margin-top: 5px;
}

.m-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#fileEle span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 80%;
    cursor: pointer;
}

@media (max-width: 600px) {
    .dcjz_top {
        height: auto;
    }

    .right_content,
    .left_content {
        float: none;
        width: 100%;
    }
}