.aling-center1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.aling-center2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.aling-center3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.aling-center4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.aling-center5 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.aling-center6 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.text-hidden1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cover-style {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.cover-style .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.img-style1 {
  position: relative;
  overflow: hidden;
}
.img-style1 img {
  height: 100%;
  position: absolute;
  left: -300px;
  right: -300px;
  top: 0;
  margin: auto;
}
.img-style2 {
  position: relative;
  overflow: hidden;
}
.img-style2 img {
  width: 100%;
  position: absolute;
  top: -300px;
  bottom: -300px;
  left: 0;
  margin: auto;
}
.news {
  background-color: #fff;
}
.news .common-pagination {
  padding: 96px 0 100px;
}
.news .common-pagination .btn {
  top: 96px;
}
.newsDetail {
  background-color: #fff;
}
.newsDetail .common-pagination {
  padding: 80px 0;
}
.newsDetail .common-pagination .btn {
  top: 80px;
}
.detail-content {
  padding: 0 0 40px 88px;
}
.detail-content:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
.detail-content .left {
  padding-top: 106px;
  float: left;
  width: 926px;
}
.detail-content .essay-title {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 24px;
}
.detail-content .essay-time {
  line-height: 1;
  color: #898989;
}
.detail-content .essay-text {
  color: #565656;
  text-align: justify;
  line-height: 2;
  margin-top: 64px;
}
.detail-content .essay-text img {
  max-width: 100%;
}
.detail-content .right {
  width: 533px;
  float: right;
}
.detail-content .right .item {
  border-bottom: 1px solid #f6f6f6;
}
.common-pagination .list {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f6f6f6 url('../images/list.png?v=2') no-repeat center;
  overflow: hidden;
}
.common-pagination .list a {
  display: block;
  height: 100%;
}
.news-more {
  padding: 0 66px 126px;
  text-align: center;
}
.news-more .title {
  padding-top: 80px;
  border-top: 1px solid #f6f6f6;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  margin-bottom: 112px;
}
.news-more .item-wrap {
  height: 88px;
}
.news-more .item-wrap div {
  float: left;
  width: 226px;
  height: 100%;
  margin-left: 84.5px;
}
.news-more .item-wrap div:first-child {
  margin-left: 0;
}
.news-more .item-wrap img {
  height: 100%;
}

@media screen and (max-width: 1680px) {
  .news .common-pagination {
    padding: 58px 0 60px;
  }
  .news .common-pagination .btn {
    top: 58px;
  }
  .newsDetail .common-pagination {
    padding: 46px 0;
  }
  .newsDetail .common-pagination .btn {
    top: 46px;
  }
  .detail-content {
    padding: 0 0 28px 66px;
  }
  .detail-content .left {
    width: calc(100% - 440px);
    padding-top: 82px;
  }
  .detail-content .essay-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .detail-content .essay-text {
    margin-top: 42px;
  }
  .detail-content .right {
    width: 400px;
  }
    .common-pagination .list {
        width: 46px;
        height: 46px;
    }
  .news-more {
    padding: 0 42px 78px;
  }
  .news-more .title {
    font-size: 20px;
    padding-top: 50px;
    margin-bottom: 68px;
  }
  .news-more .item-wrap {
    height: 70px;
  }
  .news-more .item-wrap div {
    width: calc(20% - 45px);
    margin-left: 54px;
  }
  .news-list .item {
    width: 100%;
}
}
