
.newIndex{ display: flex;}
.newIndexLeft{ width: 1003px;}
.newIndexRight{ width: 412px; margin-left: auto;}

.newIndexComm{ height: 375px; position: relative; }
.newIndexComm a{ display: block; height: 375px; width: 100%;}
.newIndexComm img{ width: 100%; height: 100%; object-fit: cover;}
.newIndexCommText {
    text-align: center;
    position: absolute;
    height: 56px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    bottom: 0px;
    left: 0;
    right: 0;
    font-size: 20px;
    background: rgba(51,51,51,0.5);
}
.newIndexCommTwo{ display: flex; margin-top: 24px;}

.newIndexCommTwoLeft{ width: 490px;}
.newIndexCommTwoRight{width: 490px; margin-left: auto;}
.newIndexH2{ color: #000; font-size: 32px; padding-top: 24px; padding-bottom: 24px;}

.newListItem {
    background: #fff;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    cursor: pointer;
}
.loadMoreBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
    .loadMoreBox img {
        width: 24px;
        height: 24px;
        font-size: 20px;
        color: #333333;
        margin-right: 5px;
    }
    .newTitle {
        font-weight: bold;
        font-size: 24px;
        box-sizing: border-box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        margin-bottom: 16px;
    }
.newMess {
    color: #3333337F;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 16px;
}
.newRq{ padding-top: 16px; color: #3333337F; display: flex; }
.newRq .rqq{ padding-left: 28px; background: url(../img/rqinc.png) no-repeat left center; }
.newRq .lmm{ margin-left: 40px;}

.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: 14px;
    margin-top: 14px;
    margin-right: 14px;
    padding-bottom: 5px;
    cursor: pointer;
}
.newRankItem h2{ line-height: 48px; font-size: 17px; 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;}
.newDetailH1{font-weight: bold;font-size: 48px;color: #333333;line-height: 70px;}
.newDetailMsg{ display: flex; border-bottom:1px solid #00000011;  padding-top: 24px; padding-bottom: 24px;}
.newDetailMsg .newTime{ color: #3333337F; width: 30%;font-size: 20px; }
.newDetailMsg .newFrom{ color: #3333337F;  width: 25%;font-size: 20px; }
.newDetailMsg .newCategory{ color: #3333337F;  width: 25%;font-size: 20px; }
.newDetailMsg .hitCount{ color: #3333337F; margin-left: auto; font-size: 20px;}
.newDetailContent{ line-height: 180%; font-size: 20px; padding-top: 24px; color: #333;}
.newDetailContent img {
    max-width: 100%;
}