/* 右侧资讯栏目样式 */
.left_news {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 24px 20px 18px 20px;
  margin-bottom: 24px;
}
.left_h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.left_news ul.left_news {
  list-style: none;
  margin: 0;
  padding: 0;
}
.left_news ul.left_news li {
  border-bottom: 1px dashed #eee;
  padding: 0 0 8px 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left_news ul.left_news li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.left_news ul.left_news li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.left_news ul.left_news li a:hover {
  text-decoration: underline;
  color: #000;
}
@media (max-width: 991px) {
  .left_news {
    padding: 16px 8px 10px 8px;
  }
  .left_h3 {
    font-size: 17px;
    padding-left: 6px;
  }
  .left_news ul.left_news li {
    font-size: 14px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}
/* 独立新闻资讯列表样式 */
.right_new {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right_new > li.row {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  margin-bottom: 20px;
  padding: 18px 18px 18px 0;
  transition: box-shadow 0.2s;
}
.right_new > li.row:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}
.right_new img {
  width: 100%;
  max-width: 220px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.right_new .col-md-4 {
  flex: 0 0 220px;
  max-width: 220px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right_new .col-md-8 {
  flex: 1 1 0%;
  padding: 0 0 0 24px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.right_new a {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 8px;
  display: inline-block;
  transition: color 0.2s;
}
.right_new a:hover {
  color: #e74c3c;
}
.right_new .right_new_time {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
  display: block;
}
.right_new p {
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .right_new > li.row {
    flex-direction: column;
    padding: 12px;
  }
  .right_new .col-md-4, .right_new .col-md-8 {
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0 !important;
  }
  .right_new .col-md-8 {
    padding-top: 12px !important;
  }
  .right_new img {
    max-width: 100%;
  }
}
/* 分页组件独立样式 */
.page ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0;
  margin: 32px 0 0 0;
  list-style: none;
}
.page ul li {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #666;
  font-size: 16px;
  margin: 0;
  padding: 0 12px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.page ul li a {
  color: #666;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.page ul li:hover,
.page ul li a:hover {
  border-color: #222;
  color: #222;
}
.page ul li.thisclass,
.page ul li.thisclass a {
  background: #222;
  color: #fff !important;
  border-color: #222;
  cursor: default;
}
.page ul li select {
  width: 48px;
  height: 36px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 15px;
  margin: 0 0 0 4px;
  padding: 0 4px;
}
@media (max-width: 600px) {
  .page ul {
    gap: 4px;
  }
  .page ul li {
    min-width: 28px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 6px;
  }
  .page ul li select {
    width: 36px;
    height: 28px;
    font-size: 13px;
  }
}
/* 样式定义 */
.left_h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 5px;
}
.left_column {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
}
.left_news {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left_news li {
  margin-bottom: 10px;
}
.left_news li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.left_news li a:hover {
  text-decoration: underline;
  color: #000;
}