.banner {
    width: 100%;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 25rem;
}

.container {
    box-sizing: border-box;
    background-color: #f9f9f9;
    padding-bottom: 5rem;
}

.nav {
    box-sizing: border-box;
    padding: 1.5rem 18.75rem;
    background: #FFFFFF;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.03);
    color: #333333;
    cursor: pointer;
}

.nav-detail {
    color: #006FFF;
}

.news-detail-container {
    margin: 2.5rem auto 0;
    width: 65.5rem;
    background: #FFFFFF;
    border-radius: 1.25rem;
    box-sizing: border-box;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.new-title {
    font-weight: bold;
    font-size: 2.25rem;
    color: #333333;
    line-height: 2.625rem;
}
.news-sub-title {
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    justify-content: space-between;
}
.news-sub-title-l,.news-sub-title-r {
    color: #999999;
    display: flex;
    align-items: center;
}
.eyes-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem;
}
.news-detail-content {
    padding: 1rem 0;
}
