.w-nl-right {
    float: right;
    width: 100%;
    max-width: 963px;
}
.w-nl-r-detail {
    padding: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-nl-r-detail h1.w-nl-r-d-head {
    font-family: Tahoma;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 0;
    color: #299ad5;
}
.w-nl-r-detail .w-nl-r-d-date {
    color: #333333;
    margin: 5px 0 0;
    font-style: italic;
}
.w-nl-r-detail .w-nl-r-d-content {
    font-size: 14px;
    line-height: 24px;
}
.w-nl-r-detail .w-nl-r-d-content img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}
.w-nl-r-detail * {
    font-size: 14px;
    line-height: 24px;
}
.w-nl-r-detail h2 {
    font-size: 24px;
    margin: 20px 0 15px;
}
.w-nl-r-detail h3 {
    font-size: 20px;
    margin: 15px 0 10px;
}
.w-nl-r-detail h4 {
    font-size: 18px;
    margin: 15px 0 10px;
}
.w-nl-r-detail ul, .w-nl-r-detail ol {
    padding-left: 30px;
    margin: 10px 0;
}
.w-news-newer {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}
.w-news-newer h3.w-n-n-head {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.w-news-newer ul {
    list-style: none;
    padding: 0;
}
.w-news-newer ul li {
    margin: 8px 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.w-news-newer ul li:before {
    color: #f5a623;
    content: "●";
    margin-right: 8px;
    flex-shrink: 0;
}
.w-news-newer ul li a {
    color: #3a5795;
    text-decoration: none;
    line-height: 1.4;
}
.w-news-newer ul li a:hover {
    color: #299ad5;
}
.w-social {
    margin: 15px 0;
    display: flex;
    gap: 10px;
}
