/* 新增上一篇下一篇样式 */
.evus_other {
    max-width: 1200px;
    font-size: 15px;
    margin: 10px auto;
    border-top:  1px dashed #ddd;
    padding-left: 10px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.evus_other div {
    margin: 10px 0;
    line-height: 1.8;
}

.evus_other a {
    color: #14286d;
    text-decoration: none;
    transition: all 0.3s;
    padding: 5px 10px;
    border-radius: 4px;
}


/* 移动端适配 */
@media (max-width: 990px) {
    .evus_other {
        font-size: 14px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .evus_other a {
        display: inline-block;
        max-width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

    .right_content {
        height: auto;
        padding: 30px;
    }
    #footer_ad {
        display: block !important;
    }

    #middle_ad {
        display: none;
    }
    .last_image {
        text-align: center !important;
    }
}

/* 新增广告样式 - 响应式布局 */
.visa-ad-container {
    background: #fff;
    border-radius: 8px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    padding: 15px;
    /*margin: 20px auto;*/
    max-width: 100%;
}

.visa-ad {
    display: flex;
    flex-direction: column;
}

.visa-content {
    display: flex;
    flex-direction: row;
}

.visa-text {
    margin-bottom: 15px;
    text-align: center;
    width: 50%;
}

.visa-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
    margin-top: 30px;
}

.visa-highlight {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin: 8px 0;
}

.visa-phone {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.visa-wechat {
    font-size: 13px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.visa-qr {
    width: 50%;
}

.visa-qr-code {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visa-qr-code img {
    max-width: 100%;
    max-height: 100%;
}

/* 文章内容区域样式 */
.article-container {
    max-width: 1200px;
    margin: 10px auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.article-header {
    margin-bottom: 15px;
}

.article-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.article-meta {
    color: #999;
    font-size: 13px;
    margin-bottom: 12px;
}

.article-body {
    line-height: 1.6;
    color: #333;
    font-size: 15px;
    padding: 20px;
}

.carousel-container {
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
}

.carousel-container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    text-align: center;
}

/* 桌面端样式 */
@media (min-width: 991px) {
    .article-title {
        font-size: 22px;
    }

    .article-meta {
        font-size: 14px;
    }

    .carousel-container {
        height: 450px;
    }

    .right_content {
        overflow: auto;
        height: 650px;
    }
    #footer_ad {
        display: none;
    }
    #middle_ad {
        display: block;
    }
}
