main {
    padding-bottom: 100px;
}

.news_between {
    justify-content: space-between;
}

.search_no {
    margin-top: 60px;
}

.search_no > div {
    text-align: center;
}

.search_no > div > img {
    height: 300px;
    transition: all 0.5s ease;
}

.search_no > div > img:hover {
    transform: scale(1.1);
}

.searches_title {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    margin-top: 60px;
}

.products_text {

}

.products_text > a {
    margin-top: 30px;
}

.products_text > a > div {
    position: relative;
}

.products_text > a > div > div {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: absolute;
    padding: 18px;
    transition: all 0.5s ease;
}

.products_text > a > div:hover > div {
    opacity: 1;
}

.products_text > a > div > div > div {
    width: 100%;
    height: 100%;
    background: rgba(221, 51, 51, 0.4);
    display: flex;
    align-items: center;
}

.products_text > a > div > div > div > p {
    width: 100%;
    font-size: 18px;
    font-family: ArialMT;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.products_text > a > div > div > div > p > span {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #FFFFFF;
}

.products_text > a > div > img {
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
}

.news_text {
    margin-top: 30px;
    display: flex;
}


.news_text_img {
    margin: 0 20px;
    position: relative;
}

.news_text_img > img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.news_text_float {
    position: absolute;
    top: 0;
    right: 0;
    background: #DD3333;
    text-align: center;
    border-top-right-radius: 4px;
}

.news_text_float_title {
    font-size: 32px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 37px;
    padding: 4px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news_text_float_text {
    font-size: 16px;
    font-family: ArialMT;
    color: #FFFFFF;
    line-height: 18px;
    padding: 0 14px 4px;
}

.news_text_div {
    position: relative;
}

.news_text_div > h3 {
    margin: 0;
}

.news_text_div > h3 > a {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
}

.news_text_div > h3 > a:hover, .news_text_div > h3 > a:focus {
    color: #DD3333;
}

.news_text_div > div {
    font-size: 18px;
    font-family: ArialMT;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical; /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 2; /**显示的行数**/
    overflow: hidden; /**隐藏超出的内容**/
    margin: 15px 0 30px;
}

.news_text_div > a {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-family: ArialMT;
    color: #DD3333;
    text-decoration: underline;
}

@media (max-width: 992px) {
    main {
        padding-bottom: 30px;
    }

    .search_no {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .search_no > div {

    }

    .search_no > div > img {
        height: 190px;
    }

    .searches_title {
        font-size: 16px;
        margin-top: 20px;
    }

    .products_text {

    }

    .products_text > a {
        margin-top: 15px;
    }

    .products_text > a > div {

    }

    .products_text > a > div > div {

    }

    .products_text > a > div:hover > div {

    }

    .products_text > a > div > div > div {

    }

    .products_text > a > div > div > div > p {

    }

    .products_text > a > div > div > div > p > span {

    }

    .products_text > a > div > img {

    }

    .news_text {
        display: block;
        margin-top: 15px;
        padding-bottom: 0;
        border-bottom: none;
        border-radius: 4px;
    }

    .news_text:nth-last-child(1) {
        border-bottom: none;
    }

    .news_text > div {
        background: #F2F2F2;
    }

    .news_text_img {
        margin: 0;
    }

    .news_text_img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    .news_text_float {

    }

    .news_text_float_title {
        font-size: 24px;
        line-height: 28px;
        padding: 5px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .news_text_float_text {
        font-size: 13px;
        line-height: 15px;
        padding: 4px 13px;
    }

    .news_text_div {
        padding: 15px 10px;
    }

    .news_text_div > h3 {
        font-size: 16px;
    }

    .news_text_div > h3 > a {
        font-size: 16px;
    }

    .news_text_div > div {
        font-size: 18px;
        margin: 10px 0 30px;
    }

    .news_text_div > a {
        bottom: 15px;
        left: 10px;
        font-size: 14px;
    }
}
{"msg":"SUCCESS","code":20000,"data":null}