* {
    font-family: "M PLUS 1p";
    font-size: 13px;
}

.global-container {
    width: 100%;
    height: 100%;
    border: solid 18px transparent;
    display: flex;
}

.left-container {
    width: 272px;
    height: 100%;
    margin-left: 3px;
    margin-top: 5px;
}

.container-spacer {
    width: 14px;
    height: 100%;
}

.right-container {
    margin-left: 12px;
    margin-top: 4px;
    height: 100%;
    width: calc(100% - 286px);
    background-image: url(../../img/bg/frameblackbase.png);
    background-repeat: no-repeat;
}

.left-container .content {
    padding: 0px;
    overflow-y: scroll;
    background: none;
}

.content-wrapper {
    height: 100%;
    width: 100%;
}

.content {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
}

.article-item {
    display: block;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
}

.article-item + .article-item {
    margin-top: 7px;
}

.news-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    position: relative;
    width: 96%;
    cursor: pointer;
	border-bottom:1px solid #fff;
}

.news-list-item-image {
    width: 100%;
    user-select: none;
}

.news-list-item-tag-img {
    position: relative;
    display: inline-block;
    line-height: 14px;
    vertical-align: top;
    user-select: none;
}

.news-list-item-topRightBadge {
    position: absolute;
    top: -4px;
    right: -10px;
}
.news-list-item-topLeftBadge {
    position: absolute;
    top: 5px;
    left: 0px;
}

.article-item-header {
    display: flex;
    align-items: center;
    height: 20px;
}

.news-list {
    width: 100%;
}

.news-list-item-date {
    display: inline-block;
    width: 120px;
    height: 14px;
    overflow: hidden;
    font-size: 11px;
    margin-left: 5px;
}

.article-title {
    font-size: 15px;
    min-height: 46px
}

.article-icon-new {
    width: 30px;
    margin-left: auto;
}

.news-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.news-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.news-title {
    width: 100%;
    border: none;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
    line-height: 24px;
}

.news-badge {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
    margin:10px;
}

.news-badge img {
    object-fit: contain;
    margin-right: 10px;
}

.news-date {
}

.news-text {
    font-size: 14px;
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
}

.news-image {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image img {
    width: 10%;
    flex-grow: 1;
    flex-shrink: 1;
}

.image img + img {
    margin-left: 5px;
}

.separator {
    width: 100%;
    margin: 15px 15px 20px 15px;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #52483f;
}

::-webkit-scrollbar-thumb {
    background-color: #c9ad91;
    border-radius: 0px;
}
