
.containers{
    width: 860px;
    margin:  0 auto;
}

.wx-report-year {
    background: #f8f8f8;
    position: relative;
    margin-bottom: 30px;
    padding: 0 10px;
}

.wx-report-year ul {
    list-style-type: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f8f8f8;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: flex;
}

.wx-report-year ul  li{
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 87.5px;
    margin-right: 10px;
}

.wx-report-year-item {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.wx-report-year  .active {
    border-bottom: 3px solid #f99c34;
    color: #f99c34;
}

.file-list-container,.njz-tzz{
    width: 100%;
}

 .wx-report-year-item > a{
    width: 100%;
    height: inherit;
    display: inline-block;
}


/*文件列表的样式*/

.njz-tzz-item>a {
    display: flex;
    justify-content: space-between;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    transition: all .4s ease;
    padding: 0 10px;
}



.njz-tzz-item-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    position: relative;
    flex: 1;
    overflow: hidden;
    font-weight: inherit;
    padding-left: 20px;
    box-sizing: border-box;
}

.njz-tzz-item-title .t {
    width: 100%;
    display: block;
}

.oneRow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.njz-tzz-item-time {
    color: #f99c34;
    font-size: 18px;
    font-weight: bold;
}


.njz-tzz-item>a:hover {
    background: #f99c34;
}

.njz-tzz-item>a:hover   .njz-tzz-item-title {
    color: #ffffff;
}

.njz-tzz-item>a:hover   .njz-tzz-item-time{
    color: #ffffff;
}

.pre-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(../images/icon_notice02.png) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}
