.modal{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10001;background: rgba(0,0,0,0.5);}
.modal_box{display: none;position: fixed;top: 15%;width: 40%;left: 30%;text-align: center;z-index: 10002;}
.modal_box .kfbg{width: 100%;height: max-content;}
.modal_box div{position: absolute;top: 42%; left: 38%; border-radius: 50%;  width: 20%;}
.modal_box div img{    border-radius: 50%; width: 100%;}
 
        body {
            background-color: #f8f8f8;
            min-width: 1180px;
        }
        
        /* 新增模块样式 */
        .banner-section {
            width: 100%;
            height: 500px;
            background: url('./images/tpbann.png') no-repeat center center;
            background-size: cover;
            display: flex;
            align-items: center;
            padding-left: 8%;
            box-sizing: border-box;
        }
        .banner-section:hover{
            cursor: pointer;
        }
        .banner-content {
            text-align: center;
            color: #333;
            max-width: 600px;
            /*position: relative;*/
            /*top:-5%;*/
        }
        
        .banner-title-red {
            color: #e60012;
            font-size: 66px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        
        .banner-title-black {
            color: #333;
            font-size: 42px;
            font-weight: bold;
            margin-bottom: 25px;
        }
        
        .banner-features {
            display: flex;
            gap: 30px;
            margin-bottom: 30px;
            font-size: 18px;
            color: #333;
             justify-content: center;
        }
        
        .banner-tip {
            font-size: 20px;
            color: #333;
            line-height: 1.6;
        }
        
        .info-section {
            width: 100%;
            max-width: 1380px;
            margin: 50px auto 80px;
            padding: 0 20px;
            box-sizing: border-box;
     
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 10px;
        }
        
        .section-title h2 {
            font-size: 32px;
            color: #333;
            margin-bottom: 10px;
        }
        
        .section-title p {
            font-size: 14px;
            color: #666;
        }
        
        .info-grid {
            display: flex;
            flex-direction: column;
            gap: 40px;
            margin-top: 40px;
        }
        
        .info-row-container {
            background: #fff;
            border-radius: 12px;
            padding: 30px;
 
        }
        
        .info-row {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 20px;
        }
        
        .info-item {
            border-radius: 8px;
            padding: 4px;
            text-align: left;
            transition: transform 0.3s ease;
            cursor: pointer;
            position: relative;
 
        }
        
        .info-item:hover {
            /*transform: translateY(-5px);*/
            /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
        }
        
        .info-item-header {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        
        .info-icon {
            width: 36px;
            height: 36px;
            margin-right: 10px;
        }
        
        .info-item h3 {
            font-size: 18px;
            color: #333;
            margin: 0;
        }
        
        .info-item-subtitle {
            font-size: 14px;
            color: #666;
            line-height: 1.4;
        }
        
        .info-item-decoration {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            width:  12px;
 
 
        }
        
        .row-consult-button {
            background: #cc3536;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            margin: 20px auto 0;
            display: block;
            transition: background 0.3s ease;
        }
        
        .row-consult-button:hover {
            background: #c4000f;
        }
        
        /* 第三个模块样式 */
        .popularity-section {
            width: 100%;
            background-color: #fff7f8;
            padding: 80px 0;
        }
        
        .popularity-container {
            max-width: 1380px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .popularity-title {
            text-align: center;
            margin-bottom: 10px;
        }
        
        .popularity-title h2 {
            font-size: 32px;
            color: #333;
            margin-bottom: 10px;
        }
        
        .popularity-title p {
            font-size: 14px;
            color: #666;
            margin-bottom: 50px;
        }
        
        .popularity-item {
            display: flex;
            align-items: center;
            margin-bottom: 60px;
        }
        
        .popularity-item.reverse {
            flex-direction: row-reverse;
        }
        
        .popularity-content {
            flex: 1;
            padding: 0 40px;
        }
        
        .popularity-image {
            flex: 1;
            text-align: center;
        }
        
        .popularity-image img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .year-text {
            font-size: 30px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
        }
        
        .department-text {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        .department-text .hot {
            color: #cc3536;
        }
        
        .description {
            font-size: 16px;
            line-height: 1.8;
            color: #333;
            margin-bottom: 30px;
            text-indent: 2em;
        }
        
        .description .year-red {
            color: #cc3536;
            font-weight: bold;
        }
        
        .consult-button-left {
            background: #cc3536;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .consult-button-left:hover {
            background: #c4000f;
        }
        
        /* 第四个模块样式 */
        .analysis-section {
            width: 100%;
            max-width: 1380px;
            margin: 80px auto;
            padding: 0 20px;
            box-sizing: border-box;
        }
        
        .analysis-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 45px;
            width: 75%;
            margin: 40px auto 10px;
        }
        
        .analysis-item {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
       
        }
        
        .analysis-header {
            background: #cc3536;
            color: white;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            position: relative;
            border-radius: 10px;
            left: -15px;
            border-bottom-left-radius: 0;
        }
        
        .analysis-header::after {
               content: '';
            position: absolute;
            bottom: -16px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 1px solid #cc3536;
            border-top: 15px solid #cc3536;
        }
        
        .analysis-icon {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }
        
        .analysis-content {
            padding: 20px;
        }
        
        .analysis-line {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            margin-top: 15px;
            font-size: 16px;
        }
        
        .analysis-line-icon {
            width: 25px;
   
            margin-right: 10px;
        }
        
        .analysis-button {
            background: #cc3536;
            color: white;
            border: none;
            padding: 8px 10px;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            width: 100%;
            margin-top: 20px;
            transition: background 0.3s ease;
 
            margin: 20px auto 10px;
            display: block;
        }
        
        .analysis-button:hover {
            background: #b02a2b;
        }
        
        /* 第五个模块样式 */
        .materials-section {
            width: 100%;
            background-color: #fff7f8;
            padding: 80px 0;
        }
        
        .materials-container {
            max-width: 1380px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .materials-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 20px;
            margin-top: 40px;
        }
        
        .material-item {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: transform 0.3s ease;
            text-align: center;
        }
        
        .material-item:hover {
            transform: translateY(-5px);
            cursor: pointer;
        }
        
        .material-image {
            width: 50px;
            height: auto;
            margin: 20px auto 10px;
            display: block;
        }
        
        .material-title {
            padding: 15px;
            height: 60px;
            margin: 20px auto;
            width: 70%;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }
        
        .material-subtitle {
            padding: 0 15px 15px;
            text-align: center;
            font-size: 14px;
            color: #666;
        }
        
        /* 第六个模块样式 - 招考情况表格 */
        .recruitment-section {
            width: 100%;
            max-width: 1380px;
            margin: 80px auto;
            padding: 0 20px;
            box-sizing: border-box;
        }
        
        .recruitment-title {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .recruitment-title h2 {
            font-size: 56px;
            color: #333;
            margin-bottom: 10px;
        }
        
        .recruitment-title .highlight {
            color: #cc3536;
            font-weight: bold;
        }
        
        .recruitment-table {
            width: 100%;
            border-collapse: collapse;
            /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
            border-radius: 8px;
            overflow: hidden;
            font-size: 24px;
        }
        
        .recruitment-table th {
            background-color: #cc3536;
            color: white;
            padding: 15px 20px;
            text-align: center;
            font-weight: bold;
        }
        
        .recruitment-table td {
            padding: 25px 20px;
            text-align: center;
        }
        
        .recruitment-table tr {
            background-color: transparent;
            border-bottom: none;
        }
        
        .recruitment-table tr:nth-child(even) {
            background-color: transparent;
        }
        
        .recruitment-table tr:hover {
            background-color: transparent;
        }
        
        .consult-link {
            color: #e60012;
            text-decoration: none;
            /* font-weight: bold; */
            cursor: pointer;
            /* font-weight: 600; */
        }
        
        .consult-link:hover {
            text-decoration: underline;
        }
        .tw{margin-left:35px;    font-size: 24px;    color: #e60012; margin-top: 20px;}
        /* 响应式设计 */
        @media (max-width: 1200px) {
            .info-row {
                grid-template-columns: repeat(3, 1fr);
            }
            
            .popularity-item, 
            .popularity-item.reverse {
                flex-direction: column;
            }
            
            .popularity-content {
                padding: 20px 0;
            }
            
            .analysis-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .materials-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            
            .recruitment-table {
                font-size: 14px;
            }
        }
        
        @media (max-width: 768px) {
            .banner-section {
                height: 500px;
                padding-left: 10%;
            }
            
            .banner-title-red {
                font-size: 28px;
            }
            
            .banner-title-black {
                font-size: 24px;
            }
            
            .banner-features {
                flex-direction: column;
                gap: 15px;
            }
            
            .info-row {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .popularity-title h2 {
                font-size: 28px;
            }
            
            .year-text {
                font-size: 24px;
            }
            
            .department-text {
                font-size: 20px;
            }
            
            .analysis-grid {
                grid-template-columns: 1fr;
            }
            
            .materials-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .recruitment-title h2 {
                font-size: 28px;
            }
            
            .recruitment-table {
                display: block;
                overflow-x: auto;
            }
        }
        
        @media (max-width: 480px) {
            .banner-section {
                height: 400px;
                padding-left: 5%;
            }
            
            .banner-title-red {
                font-size: 24px;
            }
            
            .banner-title-black {
                font-size: 20px;
            }
            
            .info-row {
                grid-template-columns: 1fr;
            }
            
            .popularity-title h2 {
                font-size: 24px;
            }
            
            .year-text {
                font-size: 20px;
            }
            
            .department-text {
                font-size: 18px;
            }
            
            .materials-grid {
                grid-template-columns: 1fr;
            }
            
            .recruitment-title h2 {
                font-size: 24px;
            }
        }

        /* 横幅按钮样式 */
.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.banner-btn {
    margin-top: 44px;
    background-color: #ff2727;
    color: white;
    border: none;
    padding: 5px 60px;
    border-radius: 50px;
    font-size: 18px;
 
    cursor: pointer;
    transition: background-color 0.3s;
    letter-spacing: 1px;
}

.banner-btn:hover {
    background-color: #e02222;
}
 