.lm_crumbs {
    font-size: 20px;
    padding: 40px 0;
}

.lm_crumbs img {
    width: 25px;
}

.lm_crumbs a {
    text-decoration: none;
    color: #A7ADAD;
    font-weight: 500;
}

.lm_crumbs .lm_m_lr {
    margin: 0 10px;
}


/* news */

.lm_rowRight {
    padding: 0;
    margin: 20px 0;
}

.lm_rowRight li {
    list-style: none;
}

.lm_rowRight_top li {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 6px solid #E21C2D;
}

.lm_rowRight_content li a {
    float: left;
    width: 77%;
    font-size: 16px;
    line-height: 38px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}

.lm_rowRight_content li span {
    float: right;
    line-height: 38px;
}

.lm_rowRight_content li a:hover {
    color: #E21C2D;
}

.lm_rowRight_content li a::before {
    content: "●";
    display: inline-block;
    margin: 5px 8px 5px 0;
    color: #FFCA95;
}


/* 每日党史 */

.lm_history_news {
    padding: 0;
}

.lm_history_news li {
    list-style: none;
    margin-top: 30px;
}

.lm_history_news li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* text-decoration: none; */
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}

.lm_history_news li p {
    position: relative;
    color: #2E2E2E;
    /* 设置高度兼容IE */
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
}

.lm_history_news li p a {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #FAFAFA;
    font-size: 16px;
    color: #2E2E2E;
    font-weight: 400;
    text-align: center;
}

.lm_history_news li span {
    display: block;
    width: 60%;
    margin: 15px auto 0;
    height: 1px;
    border-top: 1px dotted #B6B6B6;
}

.lm_news_title_h2 {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    color: #0055b5;
}

.lm_news_title_img {
    margin-left: 15px;
    position: relative;
    top: -5px;
}

.lm_news_footer {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #F6F6F6;
}