/* 快讯内容 */
.nf_year_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    font-weight: 400;
    font-size: 17px;
    color: #BBBBBB;
    margin-bottom: 26px;
}
.nf_year_txt .t{
    margin: 0 10px;
}
.nf_year_txt .line{
    width: 20px;
    height: 1px;
    background: #bbb;
}
.nf_month_group{
    padding-left: 70px;
    position: relative;
}
.nf_month_txt{
    position: absolute;
    top: 0;
    left: 0;
}
.nf_month_txt{
    border: 1px solid #E60012;
    border-radius: 4px;
    width: 50px;
    height: 70px;
}
.nf_month_txt .mon{
    width: 100%;
    text-align: center;
    line-height: 34px;
    height: 34px;
    font-weight: 500;
    font-size: 17px;
    color: #E60012;
}
.nf_month_txt .day{
    width: 100%;
    text-align: center;
    background: #E60012;
    line-height: 36px;
    height: 36px;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}
.nf_month_list {

}
.nf_list_item{
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 26px;
}
.nf_month_list .nf_title {
    display: block;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    padding-bottom: 18px;
}
.nf_month_list .nf_title:hover {
    color: #E60012;
    cursor: pointer;
}
.nf_date{
    font-weight: 400;
    font-size: 15px;
    color: #BBBBBB;
    padding-bottom: 27px;
}
.nf_html{
    padding-bottom: 10px;
    text-align: justified;
}
.nf_html p{
font-weight: 400;
font-size: 15px;
color: #666666;
line-height: 28px;
}
.nf_html span{
    text-wrap-mode: wrap!important;

}
.nf_html a{
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #E60012;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    margin-top: -4px;
}
.nf_html a::after{
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/v2.2.3/news_flash_a.png);
    background-size: contain;
}
/* 快讯内容 */



@media screen and (max-width: 1360px) {
    .top {
        position: relative;
    }

    .isFixed {
        width: 348px;
        position: fixed;
        top: 66px;
        bottom: 280px;
    }

    .isFixed .TalkBox,
    .isFixed .popularPost,
    .isFixed .writerBox {
        display: none;
    }

    .isAbsolute {
        position: absolute;
        bottom: 0;
        top: auto;
    }
}