.right_panel {
    padding: 20px 0;
    font-family: SimSun;
}

.right_panel p{
    width: auto;
    text-indent: 0;
    font-family: SimSun;
}

.new_demo {
    width: 100%;
    position: relative;
    float: left;
    height: 300px;
    cursor: pointer;
    margin-bottom: 20px;
}

.new_demo:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.new_demo .img {
    width: 100%;
    position: relative;
    float: left;
    height: 220px;
}

.new_demo .img img {
    object-fit: cover;
    width: 100%;
    height: 220px;
    position: relative;
    display: block;
}

.new_demo .img p {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    background: #8ac731;
}

.new_demo .text {
    position: relative;
    float: left;
    width: 100%;
    height: 80px;
    padding: 5px;
}

.new_demo .text .cont {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #000000;
    height: 50px;
    margin-bottom: 0;
    width: 100%;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
}

.new_demo .text .time {
    position: relative;
    float: left;
    margin-bottom: 0;
    width: 50%;
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    height: 20px;
    padding-left: 25px;
}

.new_demo .text .num {
    position: relative;
    float: right;
    margin-bottom: 0;
    width: 50%;
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    height: 20px;
    text-align: right;
}

.new_demo .text .time::after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url("../img/time.png");
    background-size: 20px 20px;
}

@media (max-width: 992px) {

    .right_panel .tabel_title {
        margin-bottom: 0;
    }

    .new_demo {
        height: 120px;
    }

    .new_demo .img {
        width: 40%;
        height: 120px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .new_demo .img img {
        height: 120px;
    }

    .new_demo .text {
        padding-left: 42%;
        height: 120px;
    }

    .new_demo .text .time {
        height: 25px;
        width: 100%;
    }

    .new_demo .text .num {
        height: 25px;
        width: 100%;
        text-align: left;
    }

    .new_demo .text .cont {
        line-height: 25px;
        /* -webkit-line-clamp: 3; */
        margin-top: 0;
    }
}

@media (max-width: 980px) {
    .top_pic {
        /* height: 180px; */
        width: 100%;
        background-size: cover;
        /* padding: 0 10px; */
        object-fit: cover;
    }

    .top_pic p.title {
        font-size: 26px;
        margin-top: 40px;
    }

    .top_pic p.text {
        font-size: 15px;
        margin-top: 0;
    }
}