
/* 容器样式 */
.nw-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* 标题区域样式 */
.nw-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.nw-main-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.75rem;
}

.nw-title-underline {
    width: 5rem;
    height: 0.25rem;
    background-color: #165DFF;
    margin: 0 auto;
}

/* 主要内容区域样式 */
.nw-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .nw-content-wrapper {
        flex-direction: row;
    }
}

/* 左侧图片区域样式 */
.nw-image-container {
    width: 100%;
    overflow: hidden;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

@media (min-width: 1024px) {
    .nw-image-container {

    }
}

.nw-main-image {
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    opacity: 1;
}



/* 右侧资讯列表样式 */
.nw-news-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .nw-news-list {
        width: 50%;
    }
}

/* 资讯卡片样式 */
.nw-news-card {
   
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.nw-news-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
	 background-color: #993300;
}

/* 资讯分类样式 */
.nw-news-category {
    display: flex;
    align-items: center;
    color: #165DFF;
    margin-bottom: 0.75rem;
}

.nw-category-icon {
    margin-right: 0.5rem;
}

.nw-category-text {
    font-size: 0.875rem;
    font-weight: 500;
}

/* 资讯标题样式 */
.nw-news-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
	color: #FFFFFF;
}

.nw-news-title:hover {
    cursor: pointer;
}

/* 资讯摘要样式 */
.nw-news-summary {
    text-wrap: balance;
	    color: #999999;
}
.zxtz{    text-align: center;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    width: 135px;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 26px;
    padding: 9px;}
    