.m2 {
    background: #fff;
}

.m2 a {
    width: 100%;
}

.m2 .item {
    box-shadow: 2px 2px 0 1px #333;
}

.m2 .catename {
    position: relative;
    top: auto;
    left: auto;
}

.m2 .item .text {
    width: 100%;
    padding-left: 0;
}


.keylist .container .flex {
    display: flex;
    flex-wrap: wrap;
}

.keylist .flex a {
    padding: 12px;
    position: relative;
    border-radius: 4px;
}

.keylist .flex a p {
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #333;
    background: #FFF;
    box-shadow: 2px 2px 0 1px #333;
    color: #333;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 125% */
}


.nodata {
    text-align: center;
    padding: 12px;
}

.nodata p {
    overflow: hidden;
    color: #333;
    text-align: center;
    font-feature-settings: 'liga' off;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    /* 125% */
}

.nodata img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}


.search {
    position: relative;
    padding: 16px 100px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.search input {
    width: 100%;
    padding: 10px 26px 10px 24px;
    outline: none;
    color: #999;
    font-family: Montserrat;
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #333;
    background: #FFF;
    font-weight: 600;

    box-shadow: 2px 2px 0 1px #333;
}

.search input::placeholder {
    background: #fff;
    border-radius: 8px;
    font-weight: 600;
    color: #999;
    font-family: Montserrat;
    font-size: 14px;
}

.search_btn {
    position: absolute;
    right: 100px;
    border-radius: 8px;
    border: 1px solid #333;
    background: #F28118;
    box-shadow: 2px 2px 0 1px #1E1E1E;
}

.search_btn a {
    display: block;
    padding: 9px 48px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
}

section {
    padding: 20px 0;
    position: relative;
}
.sear-list .m2{
    padding: 0;
}
@media (max-width:768px) {
    .search {
        padding: 16px 24px;
    }

    .search_btn {
        position: absolute;
        right: 24px;
    }

    .m2 .item .text {
        gap: 8px;
    }

    .m2 .read {
        border-radius: 60px 0 12px 0;
    }

}


@media (max-width:550px) {
    .search {
        padding: 6px 12px;
    }

    .search input {
        width: 100%;
        padding: 7px 24px 7px 20px;
        outline: none;
        color: #999;
        font-family: Montserrat;
        font-size: 14px;
        border-radius: 8px;
        border: 1px solid #333;
        background: #FFF;
        font-weight: 600;
        box-shadow: 1px 1px 0 1px #333;
    }

    .search_btn {
        right: 12px;
        box-shadow: 1px 1px 0 1px #1E1E1E;
    }

    .search_btn a {
        display: block;
        padding: 7px 24px;
        font-size: 14px;
        line-height: 18px;
    }

    .nodata img {
        max-width: 150px;
        width: 100%;
        margin-bottom: 10px;
    }

    section {
        padding: 10px 0;
    }
    .m2{
        padding: 10px 0;
    }

    .m2 .item .text {
        gap: 4px;
    }

    .keylist .flex a p {
        padding: 6px 24px;
        box-shadow: 1px 1px 0 1px #333;
    }
    .keylist .flex a {
        padding: 6px;
    }
  .nodata p{font-size: 12px;    line-height: 18px;}


}