.dynamic_List {
    width: 1200px;
}

.dynamic_List>p {
    height: 50px;
    display: flex;
    color: #bd1a2d;
    font-size: 28px;
    align-items: center;
    border-bottom: 1px solid rgb(215, 215, 215);
}

.DeTitle {
    display: flex;
    align-items: center;
    margin: 30px 0px;
}

.DeTitle p {
    font-size: 30px;
    margin-right: 20px;
}

.DeTitle span {
    font-size: 12px;
    border-radius: 5px;
    padding: 4px 8px;
}

.Table {
    display: flex;
    flex-wrap: wrap;
}

.Table .Tab50 {
    width: 596px;
    display: flex;
}

.Table .Tab100 {
    width: 1192px;
    display: flex;
}

.Table>div>div {
    border: 1px solid rgba(215, 215, 215, 1);
    font-size: 14px !important;
}

.Table>div>div:first-child {
    width: 178px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(242, 242, 242, 1);
}

.Table>div>div:last-child {
    padding: 10px;
    flex: 1;
    display: flex;
    align-items: center;
}