/* Detail Page Styles */

html,
body {
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
}

/* Main Content Overrides */
.main-content {
    flex: 1;
    padding: 0.3rem;
    background-color: transparent;
    margin-top: -0.5rem;
    position: relative;
    z-index: 10;
}

/* Header Overrides */
.module-header {
    height: auto;
    /* Height determined by image */
    padding: 0;
    position: relative;
    display: block;
    background: none;
    /* Remove default background */
}

.header-bg-img {
    width: 100%;
    display: block;
    /* Remove bottom space */
}

.logo-area {
    position: absolute;
    top: 0.8rem;
    left: 0.2rem;
    width: auto;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    z-index: 2;
}

.logo-icon {
    height: 0.62rem;
    /* Adjust height as needed */
    width: auto;
    margin-right: 0.2rem;
}

.logo-img-text {
    height: 0.55rem;
    /* Adjust height as needed */
    width: auto;
}





.list-module {
    margin-bottom: 0.3rem;
}

.list-module-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    position: relative;
    padding-left: 0.1rem;
}

.header-icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
    object-fit: contain;
}

.header-title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #1E88E5;
    line-height: 1;
}

/* Article Container */
.list-box {
    background: url('http://szshequ.org.cn/static/sgw-mobile/images/index-images/bg-list.png') no-repeat;
    background-size: 100% auto;
    border-radius: 0.1rem;
    padding: 0.4rem 0.3rem;
    /* More padding for article */
}

/* Article Content Styles */
.article-title {
    font-weight: bold;
    font-size: 0.36rem;
    color: #231815;
    line-height: 0.66rem;
    margin-bottom: 0.3rem;
    text-align: center;
}

.article-date {
    font-weight: 300;
    font-size: 0.18rem;
    color: #9FA0A0;
    line-height: 0.40rem;
    margin-bottom: 0.33rem;
    text-align: center;
}

/* .article-body p {
    font-size: 0.28rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 0.3rem;
    text-indent: 2em;
    text-align: justify;
} */

.article-body {
    font-weight: 400;
    font-size: 0.28rem;
    color: #565656;
    line-height: 0.52rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
    line-height: 2em;
}

.article-body img {
    width: 100%;
    height: auto!important;
    /* margin-bottom: 0.3rem; */
    display: block;
}

.article-body p:last-child {
    margin-bottom: 0;
}