﻿.notice_con {
    display: flex;
    align-items: flex-start;
}
.ntc_box {
    width: 1003px;
    background: #fff;
    box-sizing: border-box;
    padding: 16px 24px;
    margin-right: 24px;
}

.ntc_box_title {
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
    
}
.ntc_box_body {
    box-sizing: border-box;
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.ntc_box_item {

}
    .ntc_box_item .ntc_item_line:last-child {
        margin-bottom: 0;
    }
    .ntc_item_line {
        display: flex;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
.ntc_line_l {
    width: 70%;
    font-size: 18px;
    color: rgba(51,51,51,1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 16px;
}   
    .ntc_line_l span {
        margin-right: 5px;
    }
    .ntc_line_r {
        width: 30%;
        font-size: 14px;
        text-align: right;
        color: rgba(51,51,51,0.5);
    }
.ntc_pager_con {
    padding-top: 20px;
}

.iif_con {
    width: 413px;
}

.newRightRank {
}

.newRightRankTitle {
    height: 88px;
    background: url(../img/newtitle.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .newRightRankTitle > img {
        margin-left: 24px;
    }

    .newRightRankTitle > span {
        margin-left: 7px;
        font-size: 20px;
    }

.newRightRankContent {
    min-height: 100px;
    background: #fff;
    padding-top: 1px;
}

.newRankItem {
    margin-left: 24px;
    margin-top: 24px;
    margin-right: 24px;
    padding-bottom: 16px;
    cursor: pointer;
}

    .newRankItem h2 {
        line-height: 48px;
        font-size: 24px;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

        .newRankItem h2 .red {
            color: #FF4141;
        }

    .newRankItem .newRankItemMess {
        color: #3333337F;
        line-height: 32px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        margin-bottom: 16px;
    }

    .newRankItem .newRankItemTime {
        color: #828490;
        font-size: 14px;
        line-height: 20px;
        padding-top: 5px;
    }


.pager {
    padding: 7px;
    margin-top: 1px;
    height: 30px;
    background-color: #f7f7f7;
    clear: both;
    text-align: center
}

    .pager a {
        color: #056dae;
    }

    .pager .disabled {
        border: 1px solid #DDD;
        color: #666666;
        text-align: center;
        border-left: none;
        cursor: not-allowed
    }

    .pager .fybut :last-child {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .pager .current {
        background-color: #f5f5f5;
        border: 1px solid #DDD;
        border-left: none;
        color: #737373;
        font-weight: bold;
        text-align: center;
    }

    .pager span, .pager a {
        display: inline-block;
        width: 31px;
        height: 28px;
        text-align: center;
        line-height: 28px;
    }

    .pager a {
        border: 1px solid #DDD;
        text-decoration: none;
        border-left: none;
        cursor: pointer
    }

    .pager :first-child {
        border-left: 1px solid #DDD;
    }

    .pager .fymsgg {
        float: left;
        line-height: 36px;
        display: block;
        width: 50%;
        text-align: left
    }

    .pager .fybut {
        float: right;
        display: block;
        width: 50%;
        text-align: right
    }

        .pager .fybut .sye {
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
            border-left: 1px solid #DDD;
        }