@media (min-width: 992px) {
  .sub-menu ul {
    height: 4.125em;
  }
}
.article {
  position: relative;
}
.article .item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.article .item .pic {
  position: relative;
}
.article .item .title {
  position: relative;
  padding-top: 1em;
  margin-left: -0.1875em;
}
.article .item .title span {
  font-size: 1.375em;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  color: #000000;
  font-weight: bold;
}
.article .item .content {
  position: relative;
  padding-top: 0.625em;
  margin-left: -0.1875em;
  padding-bottom: 1.875em;
}
.article .item .content > div {
  font-size: 0.8125em;
  letter-spacing: 0.03em;
  line-height: 1.75em;
  color: #333333;
}
.article .item .content2 {
  position: relative;
  padding-top: 1.0625em;
  margin-left: -0.1875em;
  padding-bottom: 1.5625em;
}
.article .item .content2 > div {
  font-size: 0.8125em;
  letter-spacing: 0.03em;
  line-height: 1.75em;
  color: #333333;
}
.article .item .video {
  position: relative;
}
.article .item .more {
  position: relative;
  padding-top: 4.6875em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000000;
  margin-bottom: 1.25em;
}
.article .item .more span {
  font-size: 1.5em;
  font-family: sans-serif;
  font-weight: bold;
  color: #000000;
}

.article .pic a.icon-link {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 1.16667em;
  bottom: 1.125em;
  z-index: 8;
}

.pager {
  height: 8.54167em;
}

@media (min-width: 576px) {
  .article .pic a.icon-link {
    position: absolute;
    width: 2.72727em;
    height: 2.72727em;
    right: 1.27273em;
    bottom: 1.22727em;
  }

  .pager {
    height: 9.31818em;
  }
}
@media (min-width: 768px) {
  .article .pic a.icon-link {
    position: absolute;
    width: 3em;
    height: 3em;
    right: 1.4em;
    bottom: 1.35em;
  }

  .pager {
    height: 10.25em;
  }
}
@media (min-width: 992px) {
  .article .pic a.icon-link {
    position: absolute;
    width: 3.33333em;
    height: 3.33333em;
    right: 1.55556em;
    bottom: 1.5em;
  }

  .pager {
    height: 11.38889em;
  }
}
@media (min-width: 1200px) {
  .article .pic a.icon-link {
    position: absolute;
    width: 3.75em;
    height: 3.75em;
    right: 1.75em;
    bottom: 1.6875em;
  }

  .pager {
    height: 12.8125em;
  }
}
