/* 全局样式 */
body {
  font-family: "Microsoft YaHei", sans-serif;
  line-height: 1.7;
}
#header .carousel-indicators button {
  width: 15px !important;      /* 自定义宽度 */
  height: 15px !important;     /* 自定义高度 */
  border-radius: 15px !important; /* 使其成为圆形 */
  overflow: hidden;
  border: 1px solid #FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
  background-color: transparent;
  box-sizing: border-box;
}
#header .carousel-indicators button.active {
  background-color: #FFFFFF;
  border: none;
}
.containerBgBox{
  background-image: url('/static/index/station1/images/bg.png');
  background-size: cover;
  overflow: hidden;
}
/* 公共标题 */
.base-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
  padding-bottom: 13px;
  border-bottom: 0.5px solid #ADADAD;
  margin-bottom: 40px;
}
.base-header .base-header-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-header .base-header-left .title {
  font-size: 30px;
  font-weight: 700;
  color: rgba(140, 0, 0, 1);
  height: 40px;
  line-height: 40px;
}

.base-header.base-header-white .base-header-left .title {
  color: #FFFFFF;
}
.base-header .base-header-left .line {
  width: 1px;
  height: 30px;
  opacity: 1;
  background: #8C0000;
  margin: 0 16px;
}
.base-header.base-header-white .base-header-left .line {
  color: #FFFFFF;
}
.base-header .base-header-left .en-title {
  font-size: 20px;
  font-weight: 300;
  color: rgba(56, 56, 56, 1);
  height: 27px;
  line-height: 27px;
}
.base-header.base-header-white .base-header-left .en-title {
  color: #FFFFFF;
}
.base-header .base-header-btn img {
  width: 21px;
  height: 21px;
}

/* 列表页左侧列表 */
.sidebar {
  padding: 0;
}
.sidebar h4 {
  height: 81px;
  line-height: 81px;
  background-color: #8c0000;
  color: white;
}
.sidebar>div {
  padding: 0 20px;
  background-image: url("/static/index/station/images/newsBg.png");
  height: 824px;
}

.sidebar a {
  display: block;
  padding: 18px 6px;
  color: #333;
  text-decoration: none;
  border-bottom: 0.5px solid #8c0000;
  background-color: rgba(0, 0, 0, 0);
}

.sidebar a.active {
  color: rgba(140, 0, 0, 1);
}
.sidebar a img{
  width: 19px;
  height: 19px;
  float: right;
  margin-top: 5px;
}

/* 重置链接样式 */
a.no-style-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

a.no-style-link:hover {
  color: inherit;
}

/* 文章卡片悬停效果 */
.article-link {
  transition: all 0.3s ease;
}