 body {
      font-family:pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
      line-height: 1.6;
      margin: 0;
      padding: 0;
      background: #fff;
    }
    a{text-decoration: none !important}
    .news-banner {
      background: url("../images/news-banner.png") top center no-repeat;
      position: relative;
      overflow: hidden;
      height: 350px;
      margin-top: 60px;
    }
    .news-banner-content {
      position: relative;
      z-index: 1;
      max-width: 1350px;
      margin: 0 auto;
      padding: 130px 20px 0px 20px;
    }
    .news-banner-title {
      font-size: 38px;
      font-weight: bold;
      color: #000000;
      margin-bottom: 8px;
    }
    .news-banner-desc {
      font-size: 16px;
      color: #666666;
    }
    .news-container {
      max-width: 1350px;
      margin: 0 auto;
      padding: 90px 20px;
    }
    .news-tab-wrap {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 60px;
      flex-wrap: wrap;
    }
    .news-tab-btn {
      padding: 13px 56px;
      border-radius: 4px;
      border: none;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.3s;
    }
    .news-tab-btn.active {
      background-color: #0066ff;
      color: #ffffff;
      font-weight: 700;
    }
    .news-tab-btn:not(.active) {
      background-color: #ffffff;
      color: #666666;
      border: 1px solid #e5e7eb;
    }
    .news-tab-panel {
      display: none;
    }
    .news-tab-panel.active {
      display: block;
    }
    .news-list-item {
      display: flex;
      gap: 40px;
      padding: 28px 0;
      border-bottom: 1px solid #f0f0f0;
      align-items: flex-start;
    }
    .news-list-item:last-child {
      border-bottom: none;
    }
    .news-item-date {
      width: 100px;
      font-size: 16px;
      color: #666666;
      flex-shrink: 0;
      margin-top: 0 !important;
      padding-top: 30px;
    }
    .news-item-content {
      flex: 1;
      min-width: 0;
      padding-top: 30px;
    }
    .news-item-title {
      font-size: 16px;
      color: #333;
      font-weight: 700;
      margin-bottom: 8px;
      cursor: pointer;
      transition: color 0.3s;
      padding-top: 0 !important;
      margin-top: 0 !important;
    }
    .news-item-title:hover {
      color: #0066ff;
    }
    .news-item-desc {
      font-size: 14px;
      color: #666666;
      line-height: 1.6;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .news-item-img {
      width: 267px;
      height: 130px;
      flex-shrink: 0;
      border-radius: 4px;
      overflow: hidden;
      background-color: #f5f7fa;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .news-item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .news-page-wrap {
      position: relative;
      margin-top: 40px;
      padding-top: 10px;
    }
    .news-page-info {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 14px;
      color: #666666;
    }
    .news-page-pagination {
      display: flex;
      gap: 5px;
      align-items: center;
      justify-content: center;
    }
    .news-page-btn {
      width: 32px;
      height: 32px;
      border-radius: 4px;
      border: 1px solid #e5e7eb;
      background-color: #ffffff;
      color: #666666;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s;
    }
    .news-page-btn.active {
      background-color: #0066ff;
      color: #ffffff;
      border-color: #0066ff;
    }
    .news-page-btn:hover:not(.active) {
      border-color: #0066ff;
      color: #0066ff;
    }
    .news-page-ellipsis {
      font-size: 14px;
      color: #666666;
      padding: 0 5px;
    }
    @media (max-width: 768px) {
      .news-banner{height: 200px !important}
      .news-banner-content{padding-top: 50px;}
      .news-banner-title{font-size: 30px}
      .news-tab-wrap{gap: 10px;margin-bottom: 30px}
      .news-container {
        padding: 40px 20px;
      }
      .news-tab-btn{padding: 8px 30px;font-size: 14px}
      .news-list-item {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
      }
      .news-item-content{padding-top: 0px}
      .news-item-date {
        width: auto;
        padding-top: 0px;
      }
      .news-item-img {
        width: 100%;
        height: 120px;
      }
      .news-page-wrap {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 15px;
      }
      .news-page-info {
        position: static;
        transform: none;
        text-align: center;
      }
    }


/*Á¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²á*/
.register-section {
    background: linear-gradient(135deg, #0066ff, #3a5bdc);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.register-section:after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.register-section:before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}
.section-title {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.section-title h2 {
    font-weight: 600;
    font-size: 2.3rem;
    margin-bottom: 15px;
    color: #fff;
}

.btn-primary-custom {
    background-color: #fff;
    border-color:#0066ff;
    padding: 15px 90px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #333;
}
.btn-primary-custom:hover {
    background-color: #0066ff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
}
@media (max-width: 768px) {
    .section-title h2 {
        font-size: 28px;
    }
}
/*Á¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²áÁ¢¼´×¢²á*/
