.newList .zuoyou .left .list_ej a:hover {
    color: #4078d6 !important;
}
#kkpager_btn_go_input {
    width: 50px !important;
}

.newList .zuoyou .right .list_zuoyou .list_left:hover {
    color: red !important;
}

.list_dt_icon {
    float: right;
    margin-top: -30px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("${ResBase}/images/off.png") no-repeat;
}

#open ._after {
    display: block;
    width: 3px;
    height: 100%;
    /* position: absolute; */
    left: 0;
    top: 0;

}

.list_dt_icon {
    float: right;
    margin-top: -30px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("${ResBase}/images/off.png") no-repeat;
}

#open .list_dt_icon {
    background: url("${ResBase}/images/open.png") no-repeat;
}

.list_dd {
    display: none;
}

.list_li {
    list-style-type: none;
    width: auto;
    padding: 0 10px;
    cursor: pointer;
}
.top1 {
    width: 100%;
    height: auto;
    margin: 1rem auto;
}

#firstp{
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    text-align: justify;
    text-align-last: left;
    line-height: 1.8;
    text-indent: 2em;
    /*font-family: Georgia, "Times New Roman", serif;*/
}

.news-list p{
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    text-align: justify;
    text-align-last: left;
    line-height: 1.8;
    text-indent: 2em;
}

#special-hr {
    border: none;
    height: 6px;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

#special-hr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
    rgba(236, 226, 96, 0) 0%,
    rgba(236, 226, 96, 0.8) 50%,
    rgba(236, 226, 96, 0) 100%);
    background-size: 200% 100%;
    animation: shine 4s infinite linear;
}

#special-hr::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,
    rgba(247, 208, 70, 0) 0%,
    rgba(247, 208, 70, 0.6) 50%,
    rgba(247, 208, 70, 0) 100%);
    background-size: 300% 300%;
    animation: sparkle 6s infinite ease-in-out;
}

@keyframes shine {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes sparkle {
    0% { background-position: 200% 200%; }
    100% { background-position: -200% -200%; }
}
.newList .zuoyou .right .list_zuoyou{
    width: 70%;
    margin: 0 auto;
}
.newList .zuoyou .right .list_zuoyou .list_left{
    font-size: 20px!important;
}
.newList .zuoyou .right .list_zuoyou .list_left::after {
     background-color: #ef1818!important;
}
.newList {
    background-color: transparent !important;
    box-shadow: none !important;
}
footer {
    background: #ef1818;
    width: 100%;
    height: auto;
    clear: left;
    padding: 30px 0px;
}
footer .n {
    width: 100%;
    height: auto;
    font-size: 0.75rem;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

::-webkit-scrollbar-thumb {
    background: #ef1818 !important;
    border-radius: 4px;  /* 滑块圆角 */
}


/*
列表样式
 */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.section-title {
    color: #ef1818;
    border-bottom: 2px solid #ef1818;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.news-item:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.news-image {
    flex: 0 0 200px;
}
.news-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.news-content {
    flex: 1;
}

.news-title {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.news-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-title a:hover {
    color: #ef1818;
}

.news-date {
    color: #666;
    margin: 0 0 8px 0;
    font-size: 1.1rem;
}

.news-summary {
    color: #444;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 2em;
}

@media (max-width: 768px) {
    .container {
        padding: 0px !important;
    }

    .section-title {
        font-size: 1.5rem;
        padding-bottom: 8px;
    }

    .container .news-item {
        flex-direction: row !important;
        padding: 10px !important;
        gap: 15px !important;
    }

    .news-image {
        flex: 0 0 120px;
    }

    .news-image img {
        height: 120px;
        width: 100%;
    }

    .news-title {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .news-date {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .news-summary {
        font-size: 20px;
        -webkit-line-clamp: 2;
        line-height: 1.4;
        text-indent: 2em;
    }
}