.news-detail-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 30;
    background: rgba(0, 0, 0, 0.7);
}

.news-detail-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    width: 1100px;
    max-height: 750px;
    background: #FFFFFF;
    overflow-y:hidden;
}

.news-detail-title {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E2E2E2;
}

.news-detail-content {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    height: 690px;
    overflow-y: auto;
}

.fz24 {
    font-size: 24px;
}

.c-696 {
    color: #696969;
}

.ml5 {
    margin-left: 5px;
}

.close-news-img {
    height: 18px;
    cursor: pointer;
    margin-right: 20px;
}
