
a {
    text-decoration: none;
    color: #333;
}
.ybmNav{
    background: #f9f9f9;
}
@media screen and (max-width: 750px){
    .ybmNav  .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        padding: 0 10px;
    }

    .ybmNav  .swiper-slide.active a {
        color: #f99c34;
    }

    .ybmNav  a {
        position: relative;
        display: inline-block;
        height: 100%;
        line-height: 60px;
    }

    .ybmNav  .swiper-slide.active a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #f99c34;
    }


}

/*正文列表样式*/

.m-file-list-container, .njz-tzz {
    width: 100%;
}

.m-file-list-container  .njz-tzz-item>a {
    display: block;
    line-height: inherit;
    margin-top: 12px;
    height: auto;
    padding: 0;
    position: relative;
}

.m-file-list-container  .njz-tzz-item-title {
    padding: 0;
    padding-left: 38px;
}

.m-file-list-container  .pre-icon {
 
    position: absolute;
    left: 0px;
    top: 25px;
    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;
}


.m-file-list-container  .njz-tzz-item-title .t {
 
    width: 100%;
    display: block;
    white-space: inherit;
    font-weight: 600;
    box-sizing: border-box;
    padding: 0 20px;
}

.m-file-list-container   .oneRow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-file-list-container  .njz-tzz-item-time {
    font-size: 14px;
    margin-left:20px;
    margin-top: 20px;
    color: #f99c34;
    font-weight: bold;
    margin-top: 20px;
    display: block;
}


.m-file-list-container .njz-tzz-item >a:hover{
    color: #333!important;
}

.m-file-list-container  .njz-tzz-item {
    padding-bottom: 10px;
}

.m-page-container{
    padding: 20px 0 0;
    border-top: 1px solid #f3f3f3;

}