
.article_box {
    padding: 15px;
    line-height: 1.75;
    background-color: #FFFFFF;
}

.article_box .article_item {
    width: 100%;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    display: table;
}

.article_box .article_item .thumb-box {
    width: 160px;
    height: 96px;
    margin-right: 10px;
    overflow: hidden;
    float: left;
}

.article_box .article_item .thumb-box img {
    border-radius: 5px;
    width: 100%;
}

.article_box .article_item .thumb-box + .right-box {
    margin-left: 170px;
}

@media (max-width: 600px) {
    .article_box .article_item .thumb-box {
        margin-bottom: 10px;
        height: inherit;
        width: 100%;
    }

    .article_box .article_item .thumb-box + .right-box {
        margin-left: 0;
    }
}

.article_box .article_item:hover {
    box-shadow: 1px 5px 10px rgb(0 0 0 / 8%);
}

.article_box .article_item:hover .title a {
    color: #009999 !important;
    text-decoration: none;
}

.article_box .article_item:last-child {
    margin-bottom: 0;
}

.article_box .article_item a {
    color: inherit;
}

.article_box .article_item a:hover {
    color: #009999 !important;
    text-decoration: none;
}

.article_box .article_item .title {
    font-size: 18px;
}

.article_box .article_item .description {
    font-size: 14px;
    padding: 5px 0;
    color: #555;
}

.article_box .article_item .other {
    margin-top: 5px;
    color: #555;
}

.article_box .article_item .other .other_item {
    padding-right: 1em;
    font-size: 13px;
}

.article_box .article_item .other .other_item.extra {
    border-left: 1px solid #CECECE;
    padding-left: 1em;
}

.article_box .article_item .other a.other_item {
    color: #009999;
}

.article_box .article_item .other a.other_item:hover {
    text-decoration: underline;
}

.article_box .empty-box {
    text-align: center;
    padding: 50px 0 10px;
}

.article_box .empty-box img {
    width: 120px;
}

.article_box .empty-box p {
    margin-top: 5px;
    line-height: 44px;
    color: #C3BFBF;
    font-size: 15px;
}

.article_detail {
    padding: 20px;
    background-color: #FFFFFF;
}

.article_detail .article_title {
    line-height: 26px;
    font-size: 18px;
    margin: 0;
}

.article_detail .other {
    margin-top: 20px;
    color: #555;
}

.article_detail .other .other_item {
    padding-right: 1em;
    font-size: 13px;
}

.article_detail .other .other_item.extra {
    border-left: 1px solid #CECECE;
    padding-left: 1em;
}

.article_detail .other a.other_item {
    color: #009999;
}

.article_detail .other a.other_item:hover {
    text-decoration: underline;
}

.article_detail .article_content {
    line-height: 2.0;
    margin-top: 25px;
    font-size: 16px;
    word-break: break-all;
}

.article_detail .article_content a:hover {
    text-decoration: underline;
}

.article_detail .article_content p {
    margin: 0 0 15px;
    line-height: 2.0;
}

.article_detail .article_content p:last-child {
    margin-bottom: 0;
}

.article_detail .article_content img {
    max-width: 100%;
}

.article_detail .article_content table th {
    background-color: #f5f2f0;
    border: 1px solid #dedede;
    padding: 5px 10px;
}

.article_detail .article_content table {
    margin-bottom: 15px;
}

.article_detail .article_content table td {
    border: 1px solid #dedede;
    padding: 5px 10px;
}

.article_end {
    padding: 20px 0 15px;
    text-align: center;
    font-size: 13px;
    color: #999;
}

.article_nearby {
    font-size: 15px;
}

.article_nearby .nearby_empty {
    color: #999;
}

.article_nearby .nearby_link:hover {
    color: #009999;
}

.article_nearby .nearby_prev {
    float: left;
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_nearby .nearby_next {
    text-align: right;
    float: right;
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.tag-box {
    font-size: 12px;
    margin-top: 10px;
}

.tag-box .tag-item {
    display: inline-block;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    margin-right: 10px;
}

.tag-box .tag-item i {
    margin-right: 8px;
}
