.news-content {
    width: 100%;
    height: 1100px;
    background: #F9FAFC;
}

.news-content-block-child {
    width: 60%;
    height: 254px;
    margin-top: 46px;
    
    border-radius: 1px;
}
.news-content-block-child-trans-blue {
    width: 60%;
    height: 254px;
    margin-top: 46px;
    background:#F0F5FF;
    border-radius: 1px;
}

.news-content-block-child-trans-white {
    width: 60%;
    height: 254px;
    margin-top: 46px;
    background:#ffffff;
    border-radius: 1px;
}


.news-content-child-img {
    width: 40%;
    height: 100%;
}

.news-content-child-content {
    width: 60%;
    height: 100%;
    margin-left: 40px;
    margin-right: 30px;
    margin-top: 30px;
}

.news-content-title {
    font-size: 22px;
    color: #333;
}

.news-content-small {
    margin-top: 29px;
    font-size: 14px;
    color: #666666;
    letter-spacing:0px;
    line-height: 22px;
}