﻿/*ad区start*/
.fast_news_list div text p {
    text-indent: unset !important;
    margin-top: unset;
    line-height: unset;
    padding: 0 0 10px 0;
}

.newsdetail_tips_box, .newsdetail_info, .newsdetail_title {
    position: relative;
    z-index: 2;
    background: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
}
/*嵌入式广告版样式*/
/* 基本样式重置 */
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}
/* 页面内容样式 */
.content {
    background-color: transparent; /* 背景色稍微浅一点，以便区分包裹 */
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: unset !important;
}
.content {
    font-size: 17px;
    line-height: 29px;
    padding: 0px 20px 0 20px;
    margin-bottom: 10px;
    word-wrap: break-word;
    text-align: justify;
    color: #3C3F46;
}
    /*2017.1.11*/
    .content p {
        padding: 0px 0 10px 0;
    }

        .content p:last-child {
            padding-bottom: 0;
        }

        .content p span a[href^=tel] {
            padding-left: 12px
        }

    .content img {
        max-width: 100%;
        margin: 10px 0px;
    }

    .content a {
        color: #699ED4;
    }
/*表格相关20250827 Start*/
    .content table {
        border-collapse: collapse;
        min-width: 100%;
    }

        .content table th {
            padding: 5px 10px;
            border: 1px solid #DDD;
        }
        .content table tr td {
            font-size: 16px !important;
            padding: 11px 2px;
            padding: 5px 10px;
            border: 1px solid #DDD;
        }

        .content table tr.firstRow {
            background: #eeeeee;
        }
            .content table tr.firstRow th {
                font-size: 18px !important;
                text-align: center;
                font-weight: bold;
                border-top-width: 2px;
                border-top: 1px solid #BBB;
                background-color: #F7F7F7;
            }

        .content table td table {
            border: none;
        }

        .content table td tr:first-child {
            background: none;
        }

        .content table td td {
            border: none;
        }
/*表格相关20250827 End*/
.conWord p:last-child {
    padding-bottom: 0;
    margin-bottom: 0px;
}

.fast_news_list div text p {
    line-height: 30px;
}
/* 新增的外层p包裹样式 */
.p-wrapper {
    position: relative;
    z-index: 2; /* 确保内容在广告之上 */
    background-color: #fff;
    padding: 0px; /* 根据需要调整内边距 */
    margin: 0px; /* 添加一些外边距以分隔包裹 */
    margin-bottom: 0px;
}

/* 广告容器样式 */
.ad-container {
    position: fixed;
    top: 50%;
    left: 40.2%;
    transform: translate(-50%, -50%);
    max-width:80%;
    display: block; /* 初始隐藏 */
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   /* border-radius: 8px;*/
    overflow: hidden;
    z-index: 1; /* 初始在内容下层 */
    opacity: 1; /* 初始透明 */
    transition: opacity 0.3s ease, z-index 0s 0.3s;
}

    /* 广告显示时 */
    .ad-container.show {
        display: block; /* 显示时可见 */
        z-index: 1; /* 显示时移到最上层 */
        opacity: 1; /* 显示时不透明 */
        transition: opacity 0.3s ease, z-index 0s;
    }

    /* 广告内容样式 */
    .ad-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* 广告关闭按钮样式 */
.ad-title {
    background-color: #f51014;
    color: #fff;
    height: 28px;
    border: none;
    padding: 5px 10px;
    border-radius: 0px 5px 0px 0px;
    cursor: pointer;
    text-align: right;
    margin-bottom: 1px; /* 按钮与广告图片的间距 */
}

    .ad-title .adinfo {
        color: #fff;
        display: block;
        float: left;
        font-size: 14px !important;
    }

    .ad-title .close-ad-btn {
        color: #512121;
        display: none;
        float: right;
        font-size: 14px !important;
    }

/* 动态插入的透明占位符样式 */
.ad-placeholder {
    width: 320px; /* 与广告图片高度相同 */
    height: 320px;
    background-color: transparent;
    padding: 0;
    position: relative; /* 为了能够检测到其位置 */
}
/*ad区end*/

.fast_news_list div text p {
    text-indent: unset !important;
    margin-top: unset;
    line-height: unset;
    padding: 0 0 10px 0;
}

h1 {
    font-size: 24px !important;
    font-weight: bold !important;
}

h2 {
    font-size: 22px !important;
    font-weight: bold !important;
}

h3 {
    font-size: 18px !important;
    font-weight: bold !important;
}

h4 {
    font-size: 16px !important;
    font-weight: bold !important;
}

h5 {
    font-size: 12px !important;
    font-weight: bold !important;
}

h6 {
    font-size: 10px !important;
    font-weight: bold !important;
}