.handling table {
    border-collapse: separate;
    border-spacing: 0 30px;
}
.handling .news-img {
    width: 190px;
}
.handling .news-img img {
    width: 185px;
    height: 123px;
    object-fit: contain;
    border: 1px solid var(--border-admin-section);
}
.handling tr {
    box-shadow: 2px 2px 3px #00000029;
    border: 1px solid var(--default-border-color);
    margin-bottom: 30px;
}
.handling #title {
    width: 80%;
}
.handling .select-form{
    width: auto;
}
.handling .news-state {
    color: #fff;
    width: 70px;
    text-align: center;
    margin-right: 10px;
}
.handling .news-title{
    font: normal normal normal 20px/30px Kozuka Gothic Pr6N !important;
    font-weight: bold !important;

}
.handling tr {
    cursor: pointer;
}
.handling td {
    font: normal normal normal 18px/30px Kozuka Gothic Pr6N !important;
}
.handling-img {
    width: 190px;
}
.handling-img img {
    width: 185px;
    height: 123px;
    object-fit: contain;
    border: 1px solid var(--border-admin-section);
}
.font_handling {
    font: normal normal normal 18px/30px Kozuka Gothic Pr6N !important;
}