﻿#m-search {
    margin: 0 auto;
    margin-top: .5rem;
    position: relative;
    width: 6.7rem;
}

#m-keyword {
    background: none;
    border: none;
    font-size: .3rem;
    height: .8rem;
    line-height: .8rem;
    outline: none;
    padding: 0 .8rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 5.1rem;
}

#m-news {
    margin: 0 auto;
    padding-top: .5rem;
    width: 6.7rem;
}

.m-news-box {
    padding-bottom: .4rem;
    width: 6.7rem; 
}

.m-news-img {
    height: 3.62rem;
    overflow: hidden;
    width: 6.7rem;
}

.m-news-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.m-news-title {
    color: #000000;
    font-size: .24rem;
    padding: .3rem 0;
    width: 100%;
}

.m-news-note {
    align-items: center;
    color: #000000;
    display: flex;
    font-size: .24rem;
    justify-content: space-between;
    width: 100%;
}

#m-pagination {
    display: flex;
    justify-content: center;
    margin: 0 auto; 
    padding-bottom: .5rem;  
}

.m-pagination a, .m-pagination span {
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: .24rem;
    height: .6rem;
    justify-content: center;
    margin-right: .2rem;
    width: .6rem;
}

.m-pagination a:last-child, .m-pagination span:last-child {
    margin-right: 0 !important;
}

.m-pagination span.active {
    background-color: #005937;
}

.m-pagination .active {
    color: #ffffff;
}

.m-pagination a {
    color: #262729;
}

#m-search-none {
    font-size: .26rem;
    padding-bottom: .5rem;  
    text-align: center;
}