body{
  background-color: #F9FAFC !important;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
ul,li{
  margin: 0;
  padding: 0;
}
.wlxc-box {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  background: #F9FAFC;
  box-sizing: border-box;
}
.wlxc-box h2{
  font-size: 24px;
  font-weight: bold;
}

.main {
  /*background: url('https://via.placeholder.com/1500x200'); !* 替换为设计图的背景图 *!*/
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}

.date {
  display: flex;
  /*flex-wrap: wrap; !* 允许换行 *!*/
  width: 100%;
}

.date-list {
  width: 60%;
  height: 360px;
  /*background-size: cover;*/
  /*background-color: #f0f0f0; !* 示例背景色 *!*/
}

.date-content-num{
  font-size: 36px;
  font-weight: 700;
}
.date-content-date{
  margin-top: -10px;
  font-size: 14px !important;
  font-weight: normal;
  color: #333333;
}
.date-content-title{
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
.date-content-desc{
  font-size: 14px;
  background: #E8F3FF;
}
.date-content {
  width: 40%;
  height: 360px;
  padding: 20px;
  background: #E8F3FF;
  display: flex;
  box-sizing: border-box;
  justify-content: space-around;
  flex-direction: column;
}
.leftLable{
  font-weight: 600;
  margin-right:30px;
}

.tabs {
  margin: 20px 0;
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #0066cc;
}

.tabs a {
  text-decoration: none;
  color: #0066cc;
  font-weight: bold;
  padding: 10px 20px;
}

.tabs a.active {
  color: #fff;
  background-color: #0066cc;
}

.articles {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between; /* 使两列之间有间隔 */
  gap: 20px; /* 设置两列之间的间隔为20px */
  flex-wrap: wrap; /* 允许在需要时换行 */
}

.article-section {
  padding:20px;
  flex: 1 1 calc(50% - 10px); /* 每列占据50%宽度，减去间隔的一半 */
  box-sizing: border-box; /* 确保内边距和边框包含在宽度内 */
  width: calc(50% - 10px); /* 为了兼容某些浏览器 */
  min-width: 300px; /* 设置最小宽度以防止在小屏幕下过窄 */
  height: 300px;
  background: #FFFFFF;
}

.article-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}

.article-section-header a {
  text-decoration: none;
  color: #999;
}

.article-list {
  list-style: none;
  font-size: 14px;
  color: #333333;
}

.article-list li {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.article-list li:hover {
  color: #054696;

}

.article-list li a {
  text-decoration: none;
  color: inherit; /* 继承父元素的颜色 */
}

.forum {
  width: 100%;
  margin: 20px 0;
}
.forum-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 20px 0;
}

.forum-item {
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  background: #FFFFFF;
  padding-bottom: 10px;
  letter-spacing: 0.08em;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.forum-item:hover{
  animation: pulse 0.5s ease;
}
.forum-label {
  width: 80px;
  text-align: center;
  opacity: 0.8;
  background-color: #003366;
  padding: 5px;
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.forum-item h3 {
  font-size: 16px;
  font-weight: bold;
}

.forum-item p {
  font-size: 12px;
  color: #333333;
}

.forum-item h3, .forum-item p {
  margin-left: 10px;
  margin-top: 10px;
}

.event{
  width: 100%;
  margin-top: 20px !important;
}
.event h3{
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.timeline {
  position: relative;
  flex-grow: 1;
  width: 100%;
}
.timeline-container {
  display: flex;
  /*max-width: 800px;*/
  margin: 0 auto;
  width: 80%;
}
.dates-column {
  width: 140px;
  padding-right: 20px;
  position: relative;
  flex-grow: 1;
}
.date-item {
  min-height: 60px;
  box-sizing: border-box;
  position: relative;
  width: 140px;
}
.date-item span {
  display: block;
  font-size: 13px;
  color: #333;
}
.date-item .day {
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}

.dates-column::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #004DA5;
  top: 0;
  bottom: 0;
  right: 18px;
}
.timeline-item {
  position: relative;
  padding-left: 100px;
  min-height: 60px;
}
.mark-outer {
  /*position: absolute;*/
  /*right: -4px; !* 调整位置 *!*/
  /*top: -4px;*/
  /*width: 20px;*/
  /*height: 20px;*/
  /*background-color: #e0f7ff; !* 淡蓝色背景 *!*/
  /*border-radius: 50%;*/
  /*z-index: 0;*/
}
.mark {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 14px;
  background-color: #004DA5;
  border-radius: 50%;
  top: 5px;
  z-index: 1;
}
/*.date-item::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 12px;*/
/*  height: 12px;*/
/*  right: 13px;*/
/*  background-color: #004DA5;*/
/*  border-radius: 50%;*/
/*  top: 5px;*/
/*  z-index: 1;*/
/*}*/

.timeline-timestamp {
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
}
.timeline-timestamp-title{
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 700;
}

.divider {
  border: 1px solid #ccc;
  margin: 5px 0;
}

.tab-nav {
  display: flex;
  justify-content: center;
  list-style-type: none;
  align-items: center;
  width: 100%;
  padding: 0;
  height: 52px;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
  border-radius: 0px 0px 0px 0px;
}

.tab-nav li {
  margin: 0 20px;
}

.tab-nav li a {
  text-decoration: none;
  color: #333;
  padding: 10px;
  border-bottom: 2px solid transparent;
  transition: none !important;
}

.tab-nav li a:hover {
  border: 0 !important;
  /*border-bottom-color: #007BFF;*/
}
.more-details{
  background: #E8F3FF;
  width: 120px;
  height: 36px;
  border-radius: 22px;
  box-sizing: border-box;
  border: 1px solid #004DA5;
  line-height: 35px;
  text-align: center;
}

/* 媒体查询，适用于移动端 */
@media (max-width: 768px) {
  .date-content {
    width: 100%;
    min-height: 200px;
  }
  .date-list{
    width: 100%;
    height: 180px;
  }
  .article-section {
    width: 100%;
  }
  .tab-nav li{
    margin: 0 6px !important;
  }
  .tab-nav li a{
    padding: 10px 0px !important;
  }
  .wlxc-box{
    padding: 0 8px;
  }
  .date{
    display: flex;
    flex-direction: column;
  }
  .wlxc-box h2{
    font-size: 18px;
  }
  .wlxc-box h3{
    font-size: 16px;
  }
  .article-section-header h2{
    font-size: 18px;
  }
  .articles{
    flex-direction: column;
  }
  .article-section{
    width: 100% !important;
  }
  .article-list li a{
    font-size: 12px;
    width: 70%;
    white-space: nowrap; /* 添加：不换行 */
    overflow: hidden; /* 添加：隐藏溢出内容 */
    text-overflow: ellipsis; /* 添加：超出部分以...代替 */

  }
  .timeline-timestamp-title{
    font-size: 16px;
  }
  .timeline-timestamp{
    font-size: 12px;
  }
  .leftLable{
    margin-right:5px;
  }
  .timeline-item{
    padding-left: 30px;
  }
  .timeline-container{
    width: 100%;
    margin-top: 10px;
  }
  .date-item .day{
    font-size: 12px;
  }
  .timeline-timestamp{
    font-size: 12px;
    width: 240px;
    white-space: nowrap; /* 添加：不换行 */
    overflow: hidden; /* 添加：隐藏溢出内容 */
    text-overflow: ellipsis; /* 添加：超出部分以...代替 */
  }
  .forum-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 20px 0;
  }
  .forum-item h3{
    font-size: 14px;
  }
  .forum-item p{
    margin-top: -2px;
  }
  .dropdown-content{
    left: -100px;
  }
}
