.m-title .layout-1 .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding-left: .7rem;
    border-bottom: 0.02rem solid #eee;
}

.m-title .layout-1 .nav a {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 0 .2rem;
    height: .9rem;
    line-height: .9rem;
    color: #999;
    font-size: .32rem
}

.m-title .layout-1 .nav .active a {
    color: #37aeb3;
    border-bottom: 0.03rem solid #37aeb3;
}

.m-news {
    padding: .1rem 0 .5rem .3rem;
    min-height: 9rem;
}

.m-news a {
    color: #333;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-news a img {
    width: 2.4rem;
    object-fit: cover;
    border-radius: 6px;
    min-height: 1.68rem;
}

.m-news .m-content {
    padding: .3rem 0 .25rem;
    min-height: 2rem;
    border-bottom: .01rem solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.m-news .m-content.notice {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    min-height: auto;
}

.m-news .m-content.notice .item-1{
    padding-right: .2rem;
}
.m-news .m-content:active {
    background-color: #eee
}

.m-news .m-content .layout-1 {
    width: 2.4rem;
    height: 1.68rem;
    margin:0 .3rem;
    flex-shrink: 0;
    overflow: hidden;
}

.m-news .m-content .layout-2 {
    line-height: 1.8;
}

.m-news .m-content .layout-2 .item-1 {
    line-height: 1.5;
    margin-bottom: .2rem;
    font-size: .34rem;
    font-weight: bold;
}

.m-news .m-content .layout-2 .item-2 {
    font-size: .24rem;
    color: #999;
    letter-spacing: 0;
}

.m-news .m-load {
    font-size: .28rem;
    text-align: center;
    padding-top: .5rem
}

.m-load-1 {
    font-size: .28rem;
    text-align: center;
    padding: .5rem 0;
}

.m-load-1 a {
    color: #333;
}

.empty-tips {
    font-size: .3rem;
}

.page-title {
    padding: .5rem .3rem .2rem;
    font-size: .5rem;
}

.notice-type {
    color: #119cfe;
    margin-right: 5px;
}