.news-container {
    display: none;
}
.indexPart2 .wal .wal-top .fr { 
    display: none;
}
@media screen and (min-width: 1004px) and (max-width: 1440px) {

        /* 新闻模块调整 */
        .indexPart1{
          display: none;
        }
        .news-container {
            display: flex;
            gap: 40px;
            align-items: stretch;
            max-width: 1440px;
            margin: 0 auto;
            padding: 40px 60px;
            position: relative;
        }
        .news-left {
            flex: 0 0 50%;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .news-right {
            flex: 0 0 48%;
            display: flex; 
            flex-direction: column; 
            justify-content: flex-end;
        }
        .news-title {
            font-size: 60px;
            font-weight: 700;
            line-height: 1;
        }
        .news-title .letter-n {
            color: #7e3f9d;
        }
        .news-title .letter-ews {
            color: #ccc;
        }
        .news-subtitle {
            font-size: 28px;
            color: #333;
            margin-bottom: 30px;
        }
        .news-item {
            display: flex;
            gap: 20px;
            padding: 20px;
            border: 1px solid #ddd;
        }
        .news-date-box {
            flex: 0 0 80px;
            background-color: #7e3f9d;
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 10px 5px;
            border-radius: 2px;
        }
        .news-date-day {
            font-size: 36px;
            font-weight: 700;
        }
        .news-date-month {
            font-size: 14px;
        }
        .news-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 8px;
            justify-content: center;
        }
        .news-item-title {
            font-size: 20px;
            font-weight: 500;
            color: #333;
        }
        .news-item-desc {
            font-size: 15px;
            color: #999;
            line-height: 1.5;
        }
        .news-right img {
            width: 100%;
            border-radius: 4px;
        }
        .watermark {
            position: absolute;
            bottom: 0;
            left: 0;
            font-size: 180px;
            font-weight: 700;
            color: #f0f0f0;
            opacity: 0.5;
            z-index: -1;
            pointer-events: none;
        }





    /* 专业模块调整 */    
    .anli_xiejiao {
        width: 100%;
    }	
    .lanbei {
        width: 100%;
        right: 0;
    }
    .anli_xiejiao li .tu{
        transform: skew(0deg);
        width: 100%;
    }
}
    
