* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft Uighur", sans-serif !important;
    line-height: 1.6;
    color: #000;
}


.news, .activities {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.banner {
    max-width: 1920px;
    height: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 59px; 
    margin-left: auto;
    margin-right: auto;
    touch-action: pan-y;
}

.banner-slider {
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    position: relative;
}

.banner-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    width: 100%;
    flex-shrink: 0;
}

.banner-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.banner-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.banner-content h2 {
    font-size: 1.5rem;
    color: #666;
}

.banner-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: #fff;
}


.news {
    padding: 0;
    margin-top: 71px;
    width: 1205.08px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 11px 0px;
    gap: 15px;
    margin-left: auto;
    margin-right: auto;
}

.news-header {
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.news-more, .activities-more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.view-more {
    color: #044799; 
    text-decoration: none;
    font-size: 24px;
    font-family: "Microsoft JhengHei UI", sans-serif;
}

.view-more:hover {
    text-decoration: underline;
}

.section-title {
    margin: 0;
    font-size: 36px;
    color: #044799; 
    font-family: 'Microsoft JhengHei UI';
    text-align: center;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 50px; 
    width: 100%;
}

.news-item {
    display: flex;
    gap: 20px; 
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 136.61px;
}

.news-image {
    width: 225px;
    height: 136.61px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    position: relative;
}

.news-title {
    font-size: 27px;
    margin: 0;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 5px;
    position: relative;
    font-family: 'Microsoft JhengHei UI';
    font-style: normal;
    font-weight: 400;
    line-height: 139.19%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 930px;
}

.news-title::after {
    display: none;
}

.news-desc {
    margin: 0;
    line-height: 161.48%;
    color: #000000;
    font-family: 'Microsoft JhengHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-overflow: ellipsis;
    width: 755px;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-date {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Microsoft JhengHei UI';
    font-style: normal;
    font-weight: 400;
    line-height: 139.19%;
}


.activities {
    padding: 20px 0; 
    margin-top: 70px;
    width: 1205.08px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.activities-header {
    display: flex;
    flex-direction: row;
    align-items: center; 
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.activities-header .section-title {
    text-align: center;
    font-size: 36px;
    color: #044799; 
    width: 100%;
}

.activities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px; 
}

.activity-card {
    position: relative;
    overflow: hidden;
}

.activity-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    background-color: #eaeaea;
}

.activity-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 83.5px;
}

.activity-date-label {
    width: 65px;
    height: 65px;
    background: rgba(217, 217, 217, 0.6);
    color: #000;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-date-label::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 65px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.activity-date-month {
    line-height: 40px;
    position: absolute;
    top: -5px;
    left: 7px;
    font-size: 42px;
    font-weight: 400;
    font-family: "Microsoft Uighur", sans-serif;
}

.activity-date-day {
    line-height: 40px;
    position: absolute;
    bottom: -5px;
    right: 7px;
    font-size: 42px;
    font-weight: 400;
    font-family: "Microsoft Uighur", sans-serif;
}

.activity-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-right: 0;
    overflow: visible;
}

.activity-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
    width: 100%;
}

.activity-title {
    font-size: 18px;
    margin: 0;
    font-family: 'Microsoft JhengHei UI';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    max-width: 260px;
}

.activity-year {
    font-size: 22px;
    text-align: right;
    font-family: "Microsoft Uighur", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    flex-shrink: 0;
    margin-left: 5px;
}

.activity-desc {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-family: 'Microsoft JhengHei UI';
    font-style: normal;
    font-weight: 400;
    margin-top: 0;
    max-width: 100%;
    height: auto;
}





