.nf_content .nf_list {
    /* padding-top:20px; */
    min-height: 280px;
}

.nf_content .yearChoose {
    width: 100%;
    height: 40px;
    background: #f7f6f6;
    font-size: 14px;
    padding-top: 6px;
}

.nf_content .yc_tit {
    float: left;
    color: #000;
    height: 28px;
    line-height: 28px;
    margin-left: 15px
}

.nf_content .selected {
    float: left;
    width: 120px;
    height: 28px;
    border: 1px solid #e7e7e7;
    background: #fff;
    color: #333;
    position: relative
}

.nf_content .select {
    display: none
}

.nf_content .tag_select {
    width: 100%;
    height: 28px;
    color: #333;
    padding-left: 20px;
    line-height: 28px;
    position: relative;
    cursor: pointer
}

.nf_content .tag_select i {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #9e9e9e;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer
}

.nf_content .tag_options {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 28px;
    z-index: 1;
    border-radius: 4px;
    padding: 10px 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    height: 200px;
    overflow: auto;
}

.nf_content .tag_options li {
    width: 100%;
    line-height: 28px;
    padding: 0 20px;
    cursor: pointer
}

.nf_content .tag_options li:hover {
    color: #fff;
    background: #EA4120
}

.nf_content .nf_ul {
    padding-top: 10px;
}

.nf_content .nf_ul li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    padding-right: 100px
}

.nf_content .nf_ul .dot {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0
}

.nf_content .nf_ul a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nf_content .nf_ul .time {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right
}

@media (max-width:767px) {
    .nf_content .yearChoose {
        height: .8rem;
        padding-top: .14rem
    }
    .nf_content .nf_list {
        padding-top: 0
    }
    .nf_content .yc_tit {
        margin-left: .15rem;
        font-size: .26rem;
        height: .52rem;
        line-height: .5rem
    }
    .nf_content .selected {
        width: 2rem;
        height: .52rem
    }
    .nf_content .tag_select {
        height: .52rem;
        line-height: .5rem;
        padding-left: .15rem;
        font-size: .26rem
    }
    .nf_content .tag_options {
        top: .52rem
    }
    .nf_content .tag_options li {
        line-height: .5rem
    }
    .nf_content .nf_ul {
        padding-top: .2rem
    }
    .nf_content .nf_ul li {
        height: .72rem;
        line-height: .72rem
    }
}