.wp-video video {
    max-height: 450px; /* 根据需要调整高度 */
    width: auto; /* 保持视频的宽高比 */
}


/* 为导航栏中的每个菜单项添加样式 */
.sub-menu li:hover {
    background-color: #f0f0f0; 
    color: #ff0000;  
    transition: background-color 0.3s ease, color 0.3s ease; 
}

/* ======== 公告栏图片======== */

.notice-image-grid .image-grid-wrap {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 14px !important;
}

.notice-image-grid .image-grid-item {
    width: auto !important;
    float: none !important;
}

.notice-image-grid .image-grid-item img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.notice-image-grid .image-grid-item {
    overflow: hidden;
    border-radius: 5px;
}

/* ========联系方式（Telegram）的样式======== */
.tg-contact{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.tg-contact img{
  width: 22px;
  height: 22px;
}
.tg-contact{
  font-size: 16px;  
}





    
