.news-products {
    width: 90%;
    margin: auto;
}

.news-products .product {
    text-align: center;
    background: #F5F5F5;
    margin-bottom: 24px;
}

.news-products .product .news-list {
    background: #fff;
    padding-top: 34px;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
}

.news-products .title-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px 12px;
}

.news-products .news-list:hover .title-cont-ovf2 {
    display: block;
}

.title-cont-ovf2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

.title-cont-ovf2 .title-solution-desc {
    font-family: PingFang SC, PingFang SC;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    text-align: left;
    margin-top: 10%;
    margin-left: 5%;
}

.title-cont-ovf2 .solution-desc {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
    margin-left: 5%;
}

.news-list .img-container img {
    width: 100%;
    margin-top: 40px;
}

.news-list .title-solution {
    font-weight: 800;
}

.news-list .more-solution {
    width: 16px;
    height: 16px;
    background-image: url("../images/btn-solution-more.png");
    background-size: 100%;
}

.detail-content {
    margin: auto;
    overflow: hidden;
}

.detail {
    padding-top: 20px;
    padding-bottom: 20px;
}

.detail-content img {
    width: 100% !important;
}