﻿/* ========== 内容页Banner (复用列表页banner样式) ========== */
.asan-list_banner {
    height: 158px;
    background: #e2ecfa;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.asan-list_banner img {
    height: 158px;
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
    position: relative;
    z-index: 0;
}

.asan-list_banner_tit {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding-top: 50px;
    margin-left: 20px;
    position: absolute;
    top: 0;
    z-index: 9;
}

/* ========== 内容页主体 ========== */
.asan-list_body {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}

.asan-list_content {
    width: 100%;
    height: auto;
    /* min-height: 740px; */
    padding: 30px 0;
    position: relative;
    margin-top: -40px;
}

.asan-list_right {
    margin: 0 auto;
    padding: 0 0 30px;
    min-height: 600px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* 位置栏 */
.asan-list_location {
    width: auto;
    height: 50px;
    line-height: 50px;
    margin: 0 20px 10px 20px;
    color: #999;
    border-bottom: 1px solid #999;
    padding: 0 10px;
    font-size: 14px;
}

.asan-list_location a {
    color: #999;
    text-decoration: none;
}

/* 文章标题区 */
.news-content {
    height: auto;
    padding-bottom: 10px;
}

.news-content .news-content-tit {
    padding: 0 40px;
}

.news-content .news-content-tit p:first-child {
    font-size: 28px;
    text-align: center;
    color: #333;
    line-height: 50px;
    margin-bottom: 20px;
}

.articleDesc {
    line-height: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}

/* 微信分享区域 */
.text-center {
    text-align: center;
}

/* 文章内容 */
.asan-page_con {
    padding: 15px 170px 0;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 24px;
}

#mycontent p {
    margin: 10px 0;
    text-indent: 24px;
}

#mycontent img {
    max-width: 100%;
}

#mycontent a {
    color: #2b2b2b;
    text-decoration: none;
}

#mycontent a:hover {
    color: #830606;
}

#mycontent table {
    margin: auto;
}

/* ========== 响应式适配 ========== */
@media screen and (max-width: 767px) {
    .asan-list_banner img {
        width: 120%;
        position: relative;
        left: -10%;
    }

    .asan-list_banner_tit {
        display: none;
    }

    .asan-page_con {
        padding: 15px;
        box-sizing: border-box;
    }

    .news-content .news-content-tit {
        padding: 0 15px;
    }

    .news-content .news-content-tit p:first-child {
        font-size: 20px;
        text-align: left;
        text-indent: 0;
    }

    .w1440 {
        padding: 0;
    }
}