.heard_title {
    border-bottom: 1px solid #ee9429;
    position: relative;
}

.heard_title::before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.heard_title h2 {
    font-size: 24px;
    margin: 0;
    width: 124px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    background-color: #b50606;
}

.bar_youqing {
    position: absolute;
    top: 10px;
    left: 150px;
}


.bar_youqing li {
    text-align: center;
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    list-style: none;
    cursor: pointer;
}
.bar_youqing .chose::after {
    content: "";
    background: red;
    display: block;
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: -5px;
    left: 47px;
}

.bar_youqing .chose {
    color: #d70909;
}


/* 工作动态 */
.dongtai_list ul li{
    list-style: none;
}


/* 党史动态 */
.dangshi_list li{
    /* height: 182px; */
    border-bottom: 1px solid #999999;
    padding-top: 99px;
}
.dangshi_list li a{
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    text-decoration: none;
    
}
.dangshi_list li p{
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    padding-top: 18px;
    margin-bottom: 0;
}
.dangshi_list li .moreMessage{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dangshi_list li .more {
    font-weight: 400;
    padding: 42px 0 18px;
    font-family: "Source Han Sans CN";
}
.dangshi_list li .more :not(:last-child){
    font-size: 20px;
    color: #d78636;
    cursor: pointer;
}
.dangshi_list li .more :last-child{
    font-size: 16px;
    color: #999999;
}