.more-solution{
    width: 7.11rem;
    height: 2.96rem;
    background: rgba(120,124,132,0.56);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.more-s-title{
    font-size: 0.62rem;
    color: #000000;
    line-height: 0.87rem;
}
.more-s-title-en{
    font-size: 0.47rem;
    color: #C6000D;
    line-height: 0.67rem;
}
.nrdiv3-item.sulotion-more-item{
    width: 7.11rem;
    height: 3.91rem;
    background: rgba(207,212,218, 0.4);
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.81rem;
}
.solution-top{
    width: 100%;
    height: 3.96rem;
    background:url("../img/solution/solution-top.png");
    background-size: contain;
    padding: 1rem;
}
.s-t-title{
    font-size: 0.7rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.98rem;
    letter-spacing: 1px;
}
.s-t-desc{
    font-size: 0.37rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.52rem;
    margin-top: 0.07rem;
    opacity: 0.8;
}
.td-left{
    width: 3.81rem;
    height: 2.63rem;
    background: linear-gradient(174deg, rgba(212,118,130,0.75) 0%, rgba(174,45,54,0.75) 100%);
    color: #fff;
    padding-left: 0.8rem;
}
.td-left1{
    font-size: 0.43rem;
    font-weight: 300;
}
.td-left2{
    font-size: 0.54rem;
    font-weight: bolder;
}
.td-right{
    width: 16.41rem;
    font-size: 0.5rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.74rem;
}
.td-item{
    margin-bottom: 0.61rem;
}
.td-content{
    margin-top: 0.44rem;
}
.c-i-title{
    font-size: 0.37rem;
    font-weight: 400;
    color: #616161;
}
.c-t-desc.solotion-desc{
    margin:0;
    margin-top: 0.83rem;

}
@media (min-width:300px) and (max-width: 800px) {
    .solu-content .page-content{
        flex-direction: column;
        padding: 0.7rem;
    }
    .solu-content .td-right{
        width: 50%;
        font-size: 0.34rem;
        line-height: 0.54rem;
    }
    .solu-content .news-detail-left{
        width: 100%;
    }
    .solu-content .flex-col{
        align-items: center;
    }
}