/*详情页内容样式*/
.container-detail {
    max-width: 1300px;
    width: 100%;
    margin: 30px auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 30px 40px;

    /* 面包屑导航 */

    .breadcrumb {
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .breadcrumb a {
        color: #666;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s;
    }

    .breadcrumb a:hover {
        color: #1e88e5;
    }

    .breadcrumb span {
        margin: 0 8px;
        color: #999;
        font-size: 12px;
    }

    /* 面包屑导航 */

    .breadcrumb {
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .breadcrumb a {
        color: #666;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s;
    }

    .breadcrumb a:hover {
        color: #1e88e5;
    }

    .breadcrumb span {
        margin: 0 8px;
        color: #999;
        font-size: 12px;
    }

    /* 标题区域 */

    .header-section {
        display: flex;
        margin-bottom: 40px;
    }

    .header-content {
        width: 70%;
        padding-right: 40px;
    }

    .header-content h1 {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 20px;
        color: #222;
    }

    .header-image {
        width: 30%;
        height: 200px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .header-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s;
    }

    .header-image:hover img {
        transform: scale(1.05);
    }

    .meta-info {
        display: flex;
        align-items: center;
        color: #666;
        font-size: 16px;
        margin-top: 30px;
    }

    .meta-info .date-info {
        margin-right: 25px;
        display: flex;
        align-items: center;
    }

    .meta-info .organization-info {
        display: flex;
        align-items: center;
    }

    .meta-info i {
        margin-right: 4px;
        color: #014099;
        position: relative;
        top: 2px;
    }

    /* 正文内容 */

    .content-section {
        position: relative;
    }

    .content {
        font-size: 17px;
        line-height: 1.8;
        color: #444;
        overflow: hidden;
        text-indent: 2em;
    }


    /* 响应式设计 */
    @media (max-width: 1350px) {
        .container-detail {
            width: 95%;
        }
    }

    @media (max-width: 900px) {
        .header-section {
            flex-direction: column;
        }

        .header-content, .header-image {
            width: 100%;
        }

        .header-content {
            padding-right: 0;
            margin-bottom: 25px;
        }

        .header-image {
            height: 250px;
        }
    }

    @media (max-width: 480px) {
        .container-detail {
            padding: 20px;
        }

        h1.title {
            font-size: 22px;
        }

        .header-image {
            height: 180px;
        }
    }
}

.qikan {
    display: flex;
    width: 100%;

    .top-left {
        margin: 0;
        width: 100%;
    }

    .top-left h3 {
        font-size: 22px;
        color: #014099;
        cursor: pointer;
        margin: 20px 0;
    }

    .info-detail {
        background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        padding: 15px;
        border-radius: 16px;
    }

    .infos {
        display: flex;
        padding: 5px;
        margin: 10px;
        font-weight: bold;
        font-size: 16px;
    }

    .infos p {
        color: #014099;
        font-weight: 400;
    }

}

.tushu {
    display: flex;
    width: 100%;

    .top-left {
        margin: 0;
        width: 70%;
    }

    .top-left h3 {
        font-size: 22px;
        color: #014099;
        cursor: pointer;
        margin: 20px 0;
    }

    .info-detail {
        background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        padding: 15px;
        border-radius: 16px;
    }

    .infos {
        display: flex;
        padding: 5px;
        margin: 10px;
        font-weight: bold;
        font-size: 16px;
    }

    .infos p {
        color: #014099;
        font-weight: 400;
    }

    .top-right {
        margin-left: 5%;
        margin-top: 5%;
        width: 20%;
    }

    .right-img {
        height: 240px;
        width: 180px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        padding: 2px;
    }

    .right-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.daoshi {
    .daoshi-top {
        display: flex;
    }

    .daoshi-t-l {
        width: 70%;
    }

    .daoshi-t-l ul {
        margin: 0;
    }

    .daoshi-t-l ul li {
        list-style: none;
        display: flex;
        font-size: 16px;
        border: #ccc solid 1px;
        border-top: none;
        height: 42px;
        line-height: 42px;
    }

    .daoshi-t-l ul li:nth-child(1) {
        border-top: #ccc solid 1px !important;
    }

    .daoshi-t-l ul li:nth-child(odd) {
        background: #f9f9f9;
    }

    .daoshi-t-l ul li p {
        width: 100%;
        display: flex;
    }

    .daoshi-t-l ul li p:nth-child(even) {
        border-left: #ccc solid 1px;
    }

    .daoshi-t-l ul li p a {
        width: 40%;
        border-right: #ccc solid 1px;
        padding-left: 15px;
    }

    .daoshi-t-l ul li p span {
        width: 60%;
        padding-left: 15px;
    }

    .daoshi-t-r {
        width: 25%;
        position: relative;
        left: 5%;
    }

    .daoshi-img {
        height: 210px;
        width: 180px;
    }

    .daoshi-img img {
        height: 100%;
        object-fit: fill;
    }

    .daoshi-bottom {
        margin: 40px 0;
    }

    .bottom-part {
        margin: 20px 0;
    }

    .bottom-part h3 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: #ccc solid 1px;
    }

    .bottom-part p {
        font-size: 16px;
        line-height: 36px;
    }

}

@media (max-width: 768px) {
    .meta-info {
        display: grid !important;
    }

    .organization-info {
        margin-top: 20px;
    }

    .tushu {
        display: grid;

        .top-left, .top-right {
            width: 100%;
        }
    }
}