.article {
  padding-top: 27px;
}

.article .section,
#articleContent .section {
  margin-bottom: 40px;
}

.article p {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

.article h6,
.blue {
  color: #0b4da0 !important;
}

.grey {
  color: #666;
}

.article table {
  width: 100%;
  border: none;
  margin-top: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

h5.center {
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

.center {
  text-align: center;
}

.articlelist a {
  display: block;
  overflow: hidden;
  padding: 16px 0;
  border-bottom: 2px solid #eee;
}

.articlelist .text {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 20px;
  max-width: calc(100% - 90px);
}

.articlelist .time {
  color: #999999;
  float: right;
  margin-top: 1px;
}

#pagination {
  margin-top: 15px;
  text-align: center;
}

#pagination button {
  display: inline-block;
  padding: 10px 12px;
  color: #999;
  border: solid 1px #e5e5e5;
  margin: 0 5px;
  height: 40px;
  vertical-align: middle;
}

#pagination button.current {
  background-color: #0b4da0;
  color: #fff;
  border: none;
}

#articleContent {
  padding-bottom: 45px;
}

#articleContent .title,
#articleContent h6 {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: bold;
}

#articleContent .title {
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #ddd;
}

#articleContent h6 {
  padding: 15px 0;
}

#articleContent .tip {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 15px 0 20px 0;
}

#articleContent .desc {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-bottom: 13px;
}

#articleContent p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

#articleContent h5 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

#articleContent img,
#articleContent video {
  max-width: 100%;
  display: block;
  margin: 0 auto 20px auto;
}

.swiper-my-container {
  max-width: 1200px;
  width: 100%;
  background-color: #f5f5f5;
}

#swiper {
  width: 75%;
  padding-top: 40px;
}

#swiper-thumb {
  width: 75%;
}

#swiper-thumb img {
  margin-bottom: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
  bottom: calc(50% - 70px);
  width: 30px;
  height: 140px;
  font-size: 20px;
  line-height: 140px;
  text-align: center;
  background-color: #eee;
  color: #999;
  z-index: 1000;
  opacity: 1 !important;
}

.swiper-button-prev {
  /* left: -15px !important; */
}

.swiper-button-prev:after {
  content: '<' !important;
  color: #999999;
  font-size: 20px !important;
}

.swiper-button-next:after {
  content: '>' !important;
  color: #999999;
  font-size: 20px !important;
}