.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;
    }
}
/*新闻列表改版新样式 2024-12-26*/
.xinwen {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
}

.news-item {
    margin-bottom: 15px;
}
    .news-item a {
        text-decoration: none;
        color: #333;
    }
    .news-item img {
        width: 180px;
        height: 100px;
        object-fit: cover;
        margin-right: 20px;
        float: left;
        margin-bottom: 0%;
    }

.news-content {
    display: flex;
    flex-direction: column;
    height: 100px;
    position: relative;
}

.Listhead {
    position: absolute;
}

.date {
    color: #666;
    margin-bottom: 5px;
    width: auto;
    margin-top: 5px;
}

.category {
    /* width: 150px;
			    background-color: #f44336;
			    color: white;
			    padding: 5px 10px;
			    margin: 5px 0;
			    display: inline-block; */
    /* background-color: #007BFF; */

    color: #fff;
    padding: 2px 5px;
    font-size: 15px;
    margin-right: 5px;
}

.zhuanzai {
    background-color: #ff0004;
    color: #fff;
    padding: 2px 5px;
    font-size: 15px;
    margin-right: 5px;
}

.category:nth-child(2) {
    background-color: #4CAF50;
}

.xiamian {
    color: #707070;
    /* margin-left: 30vh; */
}

.zzy {
    margin-left: 200px;
}

h5 {
    margin-top: 10px;
    font-size: 17px;
}
@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;
        }

    .date, .category, .zhuanzai, .ydcs {
        font-size: 9px;
        margin: 5px 0;
    }

    .zzy {
        margin-left: 15px;
    }

    .title h5 {
        font-size: 12px;
    }
}

/*新闻列表改版新样式 2024-12-26*/