
.newsDetailWrapper {
    min-width: 1200px;
    overflow: auto;
}
.extensiveApplicationHeader {
    background-image: none;
    background-image: initial;
    background-color: white;
}
.location {
    font-size: 14px;
    color: #252b3a;
    padding-bottom: 20px;
}
.detailWrpper {
    background-color: white;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    text-align: left;
}
.detailContent {
    width: 1100px;
    line-height: 30px;
    flex: 0 0 auto;
}
.contentTitle {
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0;
}
.subContent {
    font-size: 14px;
    color: #252b3a;
}

