#topSystemBtn_id {
  display: none !important;
}
.dropselect_SimpleSelect li.hover a {
  color: #000;
}
.search_text {
  color: #000;
}
.red {
  color: rgb(204, 0, 0) !important;
}
.pagination {
  text-align: center;
  margin-top: 10px;
  margin-right: 20px;
}

.entrances {
  padding: 27px 80px;
  background: #eaf7fd;
  margin-bottom: 42px;
}

.entrances .entrance-item {
  float: left;
  width: 60px;
  height: 260px;
  background: #57a1d0;
  border-radius: 4px;
  writing-mode: vertical-lr;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
}

.entrances .entrance-item a {
  display: block;
}
.entrances .entrance-item a:hover {
  color: #fff;
}
.entrances .entrance-item.active {
  background: #0f5293;
  font-weight: bold;
}

.entrances .entrance-item::after {
  content: "";
  width: 60px;
  height: 26px;
  background-image: linear-gradient(180deg, #90cfea 0%, #eaf7fd 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + 1px));
}

.entrances .entrance-item + .entrance-item {
  margin-left: 26px;
}
a {
  color: inherit;
}

.column-title {
  width: 100%;
  padding-left: 20px;
  border-bottom: 1px solid #0f5293;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
  color: #0f5293;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}

.main-bottom {
}
.main-bottom-left {
  box-sizing: border-box;
  width: 320px;
  min-height: 821px;
  background-color: #f7f7f7;
}
.main-bottom-right {
  width: 768px;
}
.news-list {
  margin-top: 10px;
}
.leader-box {
  margin-top: 10px;
}
.leader-item {
  text-align: center;
}
.leader-item:not(:last-child) {
  margin-bottom: 20px;
}
.leader-item .position {
  font-size: 18px;
  font-weight: bold;
  color: #0f5092;
}
.leader-item .name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  color: #0f5092;
}
.detail-info {
  margin-top: 26px;
  padding-left: 40px;
}
.info-item {
  line-height: 32px;
  color: #0f5092;
}

.officer-director {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #0f5092;
}
