.shou_news_right_xia {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.companyprofile_bottom_left {
    width: 68%;
    float: left;
    padding: 0 10px 10px;
    box-sizing: border-box;
}
.companyprofile_bottom_left img {
    width: 100%;
}
.companyprofile_bottom_left_text {
    font-size: 16px;
    color: #333;
    text-indent: 2rem;
}
.companyprofile_bottom_left_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.news_list {
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #ddd;
    display: flex;
    line-height: 25px;
    /* align-items: center; */
}
.news_list_left {
    text-align: center;
    /*background: #eee;*/
    margin-right: 20px;
    padding: 10px 6px;
    box-sizing: border-box;
    color: #333;
    border: 1px solid #dddddd;

}
.news_list_left_top {
    font-size: 20px;
    font-weight: bold;
    color: #3786FB;
    margin-bottom: 10px;
}
.news_list_left_bot {
    font-size: 16px;
}
.news_list_right {
    width: 85%;
}
.news_list_left_title {
    width: 100%;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    /* 文本不换行 */
    white-space: nowrap;
    /* 超出隐藏 */
    overflow: hidden;
    /* 超出的文字省略号表示 */
    text-overflow: ellipsis;
}
.news_list_left_title a {
    text-decoration:none;
    color: #0a1518;
    font-size:16px
}

.news_list_left_content {
    width: 100%;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    /* 垂直对齐 */
    -webkit-box-orient: vertical;
    /* 几行省略 */
    -webkit-line-clamp: 2;
    /* 超出隐藏 */
    overflow: hidden;
    /* 超出的文字省略号表示 */
    text-overflow: ellipsis;
    line-height: 25px;
}
