.news-detail-container {
    width: 960px;
    min-height: 500px;
    padding: 20px 30px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%), -4px -3px 6px 0px rgb(222 222 222 / 58%);
}