.news_list_left {
    text-align: center;
    /*background: #eee;*/
    margin-right: 20px;
    padding: 10px 6px;
    box-sizing: border-box;
    color: #333;
    border: 1px solid #dddddd;
}
.shou_news_right {
    width: 30%;
    float: right;
}
.shou_news_right_shang {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.shou_news_title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #002C63;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shou_news_title span {
    color: #002C63;
}
.service-item {
    max-height: 290px;
    overflow: hidden;
}
.service-item ul {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.service-item ul li {
    padding: 5px 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #ddd;
    color: #002C63;
    /* 文本不换行 */
    white-space: nowrap;
    /* 超出隐藏 */
    text-overflow: ellipsis;
}
.service-item ul li:last-child {
    border: none;
}
.yeji {
    max-height: 290px;
    overflow: hidden;
}
.yeji ul {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.yeji ul li {
    padding: 5px 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #ddd;
    color: #002C63;
    /* 文本不换行 */
    white-space: nowrap;
    /* 超出隐藏 */
    text-overflow: ellipsis;
}
.yeji ul li:last-child {
    border: none;
}


