body {
    font-family: Arial, sans-serif;
    background-color: #FCFDFE;
    margin: 0;
    padding: 0;
}

.des_header {
    padding: 10px;
    position: relative;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

.des_header .title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 96%; /* Adjust as needed */
}

.des_header .back-button {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 0;
}

.des_header .back-button::before {
    content: '';
    display: block;
    background-image: url('../icon/back.png');
    background-size: cover;
    width: 100%;
    height: 100%;
}

.des_header .title {
    margin: 0;
    font-size: 1rem;
    padding: 0 10px;
    white-space: nowrap;
    font-weight: bold;
}

.info_content {
    flex: 1;
    padding: 10px;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.info_detail_image {
    width: 100%; /* 宽度铺满屏幕 */
    height: auto; /* 高度自适应 */
    object-fit: contain; /* 确保图片完整显示，不裁剪 */
    display: block;
}

.info_placeholder_text {
    font-size: 16px;
    color: #888;
    text-align: center;
}



.info_news-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

.info_news-meta {
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
}

.info_news-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.info_news-publisher {
    font-size: 14px;
    color: #666;
    text-align: right;
}



.info_news-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

.info_news-meta {
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
}

.info_news-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.info_news-publisher {
    font-size: 14px;
    color: #666;
    text-align: right;
}