﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", "SimHei", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #454545;
    background-color: #fff;
    background-image: url(../images/jzft/header-bg.png),url(../images/jzft/body-header.png), url(../images/jzft/body-footer.png);
    background-position: center top,center top, center bottom;
    background-size: 100% auto, 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-color: #fff8ed;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: #0066cc;
    }

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* 头部样式 */
/*.header {
    padding: 10px 0;
    background-image: url(../images/jzft/header-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}*/

.container {
    width: 1200px;
    /* 从1550px改为1200px */
    margin: 0 auto;
    padding: 0 15px;
}

.header-top {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5px 0;
}

.logo-area {
    display: flex;
    align-items: center;
}
    .logo-area img {
        max-height: 65px;
    }

.logo-text {
    font-size: 17px;
    /* 22 * 0.7742 ≈ 17 */
    font-weight: bold;
    color: #004b8d;
    margin-right: 10px;
}

.logo-subtext {
    font-size: 11px;
    /* 14 * 0.7742 ≈ 11 */
    color: #666;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.header-nav ul {
    display: flex;
}

.header-nav li {
    margin-left: 19px;
    /* 25 * 0.7742 ≈ 19 */
}
.header-img{
    text-align:center;
}
.header-img img {
    max-width: 75%;
}

.header-nav a {
    color: #333;
    font-size: 12px;
    /* 16 * 0.7742 ≈ 12 */
    font-weight: bold;
}

/* 专题横幅 */
.banner {
    background: linear-gradient(to right, #004b8d, #0066b3);
    color: white;
    padding: 31px 0;
    /* 40 * 0.7742 ≈ 31 */
    text-align: center;
}

.banner-title {
    font-size: 28px;
    /* 36 * 0.7742 ≈ 28 */
    font-weight: bold;
    margin-bottom: 12px;
    /* 15 * 0.7742 ≈ 12 */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-subtitle {
    font-size: 15px;
    /* 20 * 0.7742 ≈ 15 */
    font-weight: normal;
    margin-bottom: 23px;
    /* 30 * 0.7742 ≈ 23 */
}

/* 编者按 */
.editor-note {
    background-color: #fff;
    margin: 0px auto 8px;
    display: flex;
}

.note-title {
    font-size: 31px;
    /* 40 * 0.7742 ≈ 31 */
    color: #fff;
    background-color: #DE0909;
    width: 73px;
    /* 94 * 0.7742 ≈ 73 */
    flex: 0 0 73px;
    /* 94 * 0.7742 ≈ 73 */
    text-align: center;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
}

.note-content {
    font-size: 18px;
    /* 26 * 0.7742 ≈ 20 */
    line-height: 1.8;
    color: #454545;
    padding: 8px 15px 0;
    /* 30 * 0.7742 ≈ 23 */
}

    .note-content p {
        margin-bottom: 12px;
        /* 15 * 0.7742 ≈ 12 */
        text-indent: 2em;
    }

.main-title {
    background-image: url(../images/jzft/title.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /*height: 67px;*/
    /* 86 * 0.7742 ≈ 67 */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    /* 40 * 0.7742 ≈ 31 */
    color: #FFEFCC;
    line-height: 1.5;
    /*margin: 0 0 10px;*/
    /* 50 * 0.7742 ≈ 39 */
}


/* 财政局长列表 */
.director-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 20px;
    /* 15 * 0.7742 ≈ 12 */
    justify-content: center;
}

.director-item {
    width: 25%;
    padding: 12px;
    /* 15 * 0.7742 ≈ 12 */
}

.director-grid .line {
    flex-grow: 1;
    width: 100%;
}

.director-card {
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    z-index: 2;
}

    .director-card::before {
        content: "";
        background-image: url(../images/jzft/card-top.png);
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
        width: 100%;
        padding-bottom: 14%;
        display: block;
        position: relative;
        z-index: 1;
    }

    .director-card::after {
        content: "";
        border: 7px solid #E61211;
        border-top: none;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        top: 4%;
        border-radius: 0 0 10px 10px;
        z-index: -1;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFECCB 85.97%);
    }

    .director-card:hover {
        transform: translateY(-5px);
    }

.director-photo {
    position: relative;
    margin: 0 10px 30px;
    padding: 8px 0;
}


.director-info {
    padding: 0px 0;
    text-align: center;
}

.director-name {
    font-size: 18px;
    /* 24 * 0.7742 ≈ 19 */
    font-weight: bold;
    color: #fff;
    background-image: url(../images/jzft/name-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px 10px;
}

.director-position {
    font-size: 16px;
    /* 22 * 0.7742 ≈ 17 */
    color: #454545;
    line-height: 1.5;
    margin: 0 25px 30px;
}

/* 底部区域 */
.qr-section {
    background-color: #f8f8f8;
    padding: 23px 0;
    /* 30 * 0.7742 ≈ 23 */
    text-align: center;
    margin-top: 31px;
    /* 40 * 0.7742 ≈ 31 */
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.qr-title {
    font-size: 14px;
    /* 18 * 0.7742 ≈ 14 */
    margin-bottom: 12px;
    /* 15 * 0.7742 ≈ 12 */
    color: #333;
}

.footer-links-section {
    padding: 23px 0;
    /* 30 * 0.7742 ≈ 23 */
    background-color: #fff;
}

.links-group {
    display: flex;
    justify-content: center;
    margin-bottom: 23px;
    /* 30 * 0.7742 ≈ 23 */
    flex-wrap: wrap;
}

.link-group-title {
    font-weight: bold;
    margin-right: 12px;
    /* 15 * 0.7742 ≈ 12 */
    color: #004b8d;
    min-width: 77px;
    /* 100 * 0.7742 ≈ 77 */
}

.link-items {
    display: flex;
    flex-wrap: wrap;
}

    .link-items a {
        margin: 0 8px;
        /* 10 * 0.7742 ≈ 8 */
        color: #333;
    }

.footer-info {
    background-color: #333;
    color: #999;
    padding: 23px 0;
    /* 30 * 0.7742 ≈ 23 */
}

.footer-info-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-left {
    max-width: 465px;
    /* 600 * 0.7742 ≈ 465 */
}

.footer-right {
    text-align: right;
}

.footer-title {
    font-size: 12px;
    /* 16 * 0.7742 ≈ 12 */
    color: #fff;
    margin-bottom: 8px;
    /* 10 * 0.7742 ≈ 8 */
}

.footer-text {
    font-size: 10px;
    /* 13 * 0.7742 ≈ 10 */
    line-height: 1.8;
    margin-bottom: 4px;
    /* 5 * 0.7742 ≈ 4 */
}

.certification {
    margin-top: 15px;
    /* 20 * 0.7742 ≈ 15 */
    font-size: 11px;
    /* 14 * 0.7742 ≈ 11 */
    color: #ccc;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .director-item {
        width: 50%;
    }

    .header-top {
        flex-direction: column;
    }

    .header-nav {
        margin-top: 15px;
    }

    .director-item {
        width: 50%;
    }

    .main-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .director-item {
        width: 100%;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-subtitle {
        font-size: 18px;
    }

    .header-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-nav li {
        margin: 0 10px 10px;
    }

    .footer-info-content {
        flex-direction: column;
    }

    .footer-right {
        text-align: left;
        margin-top: 20px;
    }

    .logo-area {
        margin-bottom: 20px;
    }

        .logo-area img {
            max-height: 40px;
        }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 24px;
    }

    .banner-subtitle {
        font-size: 16px;
    }

    .note-content {
        font-size: 14px;
    }
}
