.main_404 {
    padding: 80px 0 50px;
    background: #F2F2F2;
}

.news_between {
    justify-content: space-between;
}

.main_404_div {
    display: flex;
    justify-content: center;
}

.main_404_div > div > img {
    width: 350px;
    display: block;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.main_404_div > div > img:hover {
    transform: scale(1.1);
}

.main_404_div > div > h4 {
    margin: 30px 0 15px;
    font-size: 24px;
    font-family: ArialMT;
    color: #333333;
}

.main_404_div > div > div {
    font-size: 18px;
    font-family: ArialMT;
    color: #333333;
}

.main_404_div > div > div > a {
    color: #DD3333;
    text-decoration: underline;
}

.content_404 {
    padding: 50px 0;
}

.products_title {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    margin: 0;
}

.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_title {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    margin: 60px 0 0;
}

.news_text {
    display: flex;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.news_text:nth-last-child(1) {
    border-bottom: none;
}


.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_404 {
        padding: 30px 0;
        background: #F2F2F2;
    }

    .main_404_div {

    }

    .main_404_div > div > img {
        width: 164px;
        display: block;
        margin: 0 auto;
    }

    .main_404_div > div > h4 {
        margin: 20px 0 10px;
        font-size: 20px;
    }

    .main_404_div > div > div {
        font-size: 14px;
    }

    .main_404_div > div > div > a {

    }

    .content_404 {
        padding: 25px 0 30px;
    }

    .products_title {
        font-size: 18px;
        margin: 0;
    }

    .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_title {
        font-size: 24px;
        font-family: Arial-BoldMT, Arial;
        font-weight: bold;
        margin: 20px 0 0;
    }

    .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}