.banner-container .banner-wrapper {
  height: 100%;
  position: relative;
}
.banner-container .banner-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-container .cn {
  vertical-align: middle;
  color: #ffffff;
  font-size: 36px;
}
.banner-container .en {
  vertical-align: middle;
  font-size: 24px;
  color: #ebebeb;
}
.banner-container .divider {
  vertical-align: middle;
  font-weight: lighter;
  font-size: 24px;
  color: #ebebeb;
  padding: 0 17px;
}

.banner-container {
  height: 260px;
  background: url("/assets/images/information/banner_bg.jpg") no-repeat center center;
  background-size: cover;
}

.article-list-container {
  background: url("/assets/images/information/container-bg.png") no-repeat center 273px;
  background-size: 50% auto;
  padding-top: 100px;
  padding-bottom: 186px;
}

.mb-tab-hd {
  display: none;
}

.tab-hd {
  margin-bottom: 20px;
}
.tab-hd .item {
  float: left;
  margin-right: 30px;
}
.tab-hd .item .item-link {
  display: block;
  background-color: #f5f5f5;
  width: 120px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  color: #999999;
  font-size: 16px;
  text-align: center;
}
.tab-hd .item .item-link.active {
  color: #ffffff;
  background-color: #005bac;
}
.tab-hd .item .item-link:hover {
  color: #005bac;
  background-color: #f7fbff;
}

.tab-bd {
  margin-bottom: 20px;
  min-height: 200px;
}
.tab-bd .item {
  padding-top: 38px;
  padding-bottom: 34px;
  border-bottom: 1px solid #eeeeee;
}
.tab-bd .item:last-of-type {
  border-bottom: none;
}
.tab-bd .item .title {
  display: block;
  color: #222222;
  font-size: 24px;
  margin-bottom: 16px;
}
.tab-bd .item .title:hover {
  color: #005bac;
}
.tab-bd .item .time {
  font-weight: lighter;
  font-size: 16px;
  color: #999999;
  margin-bottom: 16px;
}
.tab-bd .item .desc {
  font-weight: lighter;
  font-size: 16px;
  color: #555555;
  line-height: 28px;
}

.pagination .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pagination .page-list .page-item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: lighter;
  font-size: 18px;
  color: #555555;
}
.pagination .page-list .page-item.active {
  color: #005bac;
  border-bottom: 1px solid #005bac;
}
.pagination .page-list .page-item .page-link {
  display: block;
  color: inherit;
}
.pagination .page-list .page-item .page-link:hover {
  color: #005bac;
}
.pagination .page-list .page-item .page-icon {
  color: #a0a0a0;
  vertical-align: middle;
  display: inline-block;
}
.pagination .page-list .page-item .page-icon:before {
  font-size: 12px;
}