.content {
    display: flex;
    justify-content: space-between;
}

.content_l {
    width: 255px;
    height: 100%;
    background: #F7F7F7;
    opacity: 1;
    margin-right: 30px;
}

.content_l_blue {
    width: 255px;
    height: 60px;
    background: #1683BC;
    opacity: 1;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 60px;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
}

.content_r {
    width: 900px;
    padding-top: 20px;
}

.leadernoactive {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    text-align: center;
}

.leadernoactive:hover {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 50px;
    color: #1A6CBD;
    opacity: 1;
    text-align: center;
    background: #EDEDED;
    cursor: pointer;
}

.leaderactive {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 50px;
    color: #1A6CBD;
    opacity: 1;
    text-align: center;
    background: #EDEDED;
    cursor: pointer;
}

.title {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 20px;
    color: #1A6CBD;
    opacity: 1;
    padding-bottom: 39px;
}

.card {
    border-bottom: 1px dashed #DBDBDB;
    padding-top: 23px;
    padding-bottom: 22px;
    /* margin-bottom: 22px; */
}

.card:last-child {
    border-bottom: none
}


.rightYellow {
    width: 3px;
    height: 36px;
    background-color: #F4B942;
    float: right;
    margin-top: 7px;
}

.news {
    display: flex;
    justify-content: space-between;
    cursor: pointer;

}
.newsdash{
    border-bottom: 1px dashed #DBDBDB;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
 .news:hover .news_l{
    color: #0c7ef0 !important;
    cursor: pointer;
}

.news_l {
    width: 80%;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.9);
    opacity: 1;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.news_r {
    font-size: 16px;
    font-family: DIN;
    font-weight: 400;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}