.more-l-ul li:nth-of-type(1) .ranking {
    background-color: #E03C3C;
}

.more-l-ul li:nth-of-type(2) .ranking {
    background-color: #FE5E00;
}

.more-l-ul li:nth-of-type(3) .ranking {
    background-color: #FE900D;
}

/*.more-l-ul a:link p{*/
/*    color:#111111;*/
/*}*/
.more-l-ul li:hover p {
    color: rgba(0, 95, 171, 1);
}

.more-l-ul .active p {
    color: rgba(0, 95, 171, 1);
}

/*.more-l-ul a:visited p{*/
/*    color:rgba(0,95,171,1);*/
/*}*/
/*左侧的内容列表*/
.more-l-li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.more-l-li-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
}

.more-l-li-top .ranking {
    width: 40px;
    height: 16px;
    padding: 0 5px;
    border-radius: 15px;
    background-color: #B3B3B3;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 16px;
}

.more-l-li-top p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(17, 17, 17, 1);
    line-height: 20px;
    margin-left: 5px;
    width: 90%;
}

.more-l-li-down {
    margin-top: 10px;
}

.more-l-li-down span {
    margin-left: 4px;
    margin-right: 6px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 14px;
}

/*右边的内容*/
.more-r {
    /*background:rgba(255,255,255,1);*/
    /*border:1px solid rgba(245,245,245,1);*/
    /*padding: 24px 26px;*/
}

.more-r-top {

}

.more-r-top-img {
    padding: 0;
}

.more-r-top-img img {
    width: 100%;
    display: block;
    height: 200px;
}

.more-top-vote-h3 {
    /*width:80%;*/
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: rgba(0, 95, 171, 1);
    line-height: 36px;
}

.more-top-vote-text {
    height: 40px;
}

.more-top-vote-text p {
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(17, 17, 17, 1);
    line-height: 20px;
    /*height: 40px;*/

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #9c9c9c;
    -webkit-line-clamp: 2;

}

/*聚焦公积金*/
.list-vote {
    margin-top: 10px;
    padding: 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.list-vote-s, .list-vote-o {
    height: 40px;
    border: 1px solid transparent;
    padding: 0 10px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 7px;
    width: 40%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.list-vote-s {
    background-color: #408DEE;
    float: left;
}

.list-vote-pk {
    width: 20%;
    display: inline-block;
    height: 54px;
    padding: 0;
    background: url("../img/vs.png") center center no-repeat;
}

.list-vote-o {
    background-color: #F76066;
    float: right;
}

.vote-num {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: 0px 0 0 0;
    height: 32px;
    border-bottom: none;
    line-height: 34px;
}

.vote-num span {
    margin-left: 20px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

/*右侧Nav导航*/
.more-r-nav {
    width: 100%;
    height: 48px;
}

.more-r-nav ul {
    display: flex;
    height: 48px;
    justify-content: space-around;
    align-items: center;
    background: rgba(250, 250, 250, 1);
}

.more-r-nav ul .active a {
    color: #005FAB;
    border-bottom: 2px solid #005FAB;
}

.more-r-nav ul a {
    color: #666666;
    display: inline-block;
    height: 48px;
    line-height: 48px;
}

/*右侧的文章列表*/
.more-r-article ul {
    display: block;
    width: 100%;
}

.more-r-article .active {
    display: block;
}

.more-r-article ul li:nth-of-type(odd) {
    float: left;
}

.more-r-article ul li:nth-of-type(even) {
    float: right;
}

.more-r-article-li {
}

.more-r-article-li-cont {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.li-title {
    flex: 1;
    width: 0;
    padding-left: 12px;
}

.li-title p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(17, 17, 17, 1);
    line-height: 24px;
}

.li-down span {
    height: 12px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 40px;
}

.li-down-l {
    float: left;
}

.li-down-r {
    float: right;
}

.li-down-r span:nth-of-type(1) {
    margin-right: 6px;
}

.li-down-r .iconfont {
    margin-right: 4px;
}

.li-img {
    width: 180px;
    height: 80px;
    background: url("../img/gjj24.png") top center no-repeat;
    background-size: 100% 100%;
}

.li-img-more {
    width: 200px;
    height: 110px;
    background-size: 100% 100%;
}

.wzneir {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #9c9c9c;
    -webkit-line-clamp: 2;
    margin-top: 8px;
}

/*兼容手机端适配样式*/
@media only screen and (max-width: 600px) {
    /* 手机详情 */
    .more-r {
        padding: 0px 0px 0px 0px;
        border: 0;
    }

    .li-img-more {
        width: 120px;
    }

    .li-down span {
        font-size: 12px;
    }

    .wzneir {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        color: #9c9c9c;
        -webkit-line-clamp: 1;
        margin-top: 8px;
    }

    .rcontainer_bk {
        padding: 0;
    }
}
