.article-content {
    border: 1px solid #CBCBCB;
    padding-top: 30px;
    padding-bottom: 13px;
    margin-top: 14px;
}

.article-content .title {
    font-size: 26px;
    color: #BD0000;
    margin-bottom: 20px;
    font-weight: 700;
}

.article-content .msg {
    color: #808080;
    font-size: 16px;
    margin-bottom: 10px;
}

.article-content .msg span:first-child {
    color: #808080;
    display: inline-block;
    margin-right: 15px;
}

.article-content .detail {
    margin: 0 88px 32px;
}

.article-content .detail :where(h2, h3) {
    font-size: 21px;
    margin: 1em 0;
    font-weight: 600;
}

.article-content .detail p {
    font-size: 18px;
    margin: 1em 0;
    word-break: break-all;
    word-wrap: break-word;
}

.article-content .detail img {
    max-width: 100%;
}

.article-content .tags {
    font-size: 14px;
    margin-left: 26px;
}

.article-content .tags .tag {
    color: #BD0000;
}

.article-content .tags a {
    color: #343434;
}

.article-content .tags a:hover {
    color: #BD0000;
}

.content-left .pre-next {
    margin-top: 14px;
    border: 1px solid #CCCCCC;
    padding: 12px 22px;
}

.content-left .pre-next .line {
    border: 1px solid #9A9A9A;
    border-left: none;
    height: 40px;
    margin: 0 34px;
}

.content-left .pre-next .flex div:first-child {
    flex-shrink: 0;
    margin-right: 10px;
}

.content-left .pre-next .flex div:last-child {
    flex-grow: 1;
    overflow: hidden;
}

.content-left .pre-next .flex div:last-child a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
    display: block;
}

.content-left .pre-next .flex a:hover {
    color: #BD0000;
}

.content-left .pre-next :where(.pre, .next) {
    width: 45%;
}

.about-read {
    margin-top: 14px;
}

.about-read .read-top {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.about-read .read-top .title {
    color: #343434;
    font-weight: 600;
}

.about-read .read-top a {
    font-size: 14px;
    color: #676767;
}

.read-list li:not(:last-child) {
    margin-bottom: 16px;
}

.read-list .left-img {
    max-width: 165px;
    width: 100%;
    margin-right: 16px;
}

.read-list .left-img img {
    width: 100%;
    aspect-ratio: 165/124;
}

.read-list .right-msg .title {
    margin-bottom: 8px;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
}

.read-list .right-msg .description {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #989898;
}

.read-list .right-msg .detail-msg {
    font-size: 14px;
    color: #676767;
}

.read-list .right-msg .detail-msg span {
    margin-right: 12px;
}

.container .them-box .today {
    padding-top: 12px;
}

.container .them-box .today .list-img {
    flex-shrink: 0;
    max-width: 88px;
    width: 100%;
    display: block;
    margin-right: 5px;
}

.container .them-box .today .list-img img {
    width: 100%;
    max-width: 100%;
}

.container .them-box .today .wine-msg {
    max-width: 197px;
    width: 100%;
}

.container .them-box .today .wine-msg a {
    color: #333333;
    font-weight: 600;
    display: block;
    max-width: 100%;
    margin-bottom: 8px;
}

.container .them-box .today .wine-msg div {
    font-size: 14px;
    color: #808080;
}

.container .them-box .today li {
    margin-bottom: 12px;
}

.container .them-box .last {
    padding-top: 12px;
    padding-left: 30px;
}

.container .them-box .last li {
    margin-bottom: 14px;
    display: list-item;
    list-style: unset;
}

.container .them-box .last li::marker {
    color: #989898;
}

.container .them-box .last a {
    display: block;
    max-width: 100%;
}

.container .them-box .newst {
    padding-top: 10px;
}

.container .them-box .newst li {
    margin-bottom: 10px;
}

.container .them-box .newst li a {
    color: #343434;
}

.container .them-box .newst li a div:first-child {
    max-width: 75%;
}

.container .them-box .newst li a div:last-child {
    font-size: 14px;
    color: #808080;
    flex-shrink: 0;
}