.page-article-news .article-list {
  margin: auto;
}
.page-article-news .article-list .article-item {
  padding: 10px 10px 10px 120px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  height: 100px;
  box-sizing: border-box;
  display: block;
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
  background: white;
}
.page-article-news .article-list .article-item .article-cover {
  width: 100px;
  height: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-article-news .article-list .article-item .article-title {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  line-height: 1.5;
  margin-top: -6px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-article-news .article-list .article-item .article-title span {
  vertical-align: middle;
}
.page-article-news .article-list .article-item .article-title .icon-hot {
  margin-left: 5px;
  vertical-align: middle;
}
.page-article-news .article-list .article-item .article-info {
  color: #989da1;
  font-size: 12px;
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-article-news .article-list .article-item .article-sub {
  color: #989da1;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  padding: 0 10px 0 120px;
}
.page-article-news .article-list .article-item .article-sub .icon-eye {
  margin-right: 5px;
}
.page-article-news .article-list .article-item .article-sub .icon-top {
  margin-right: 5px;
}
.page-article-news .article-list .article-item:hover {
  box-shadow: 0 5px 34px 0 rgba(0, 0, 0, 0.07);
}
.page-article-detail {
  top: 0;
  height: auto;
  min-height: 100%;
  background: #ffffff;
  margin: auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.page-article-detail div.article-share-top {
  background: #ffffff;
  width: 1200px;
  margin: 40px auto;
}
.page-article-detail .article-title {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}
.page-article-detail .info {
  color: #a1a1a1;
  font-size: 14px;
  margin-bottom: 40px;
}
.page-article-detail .info .view-count {
  margin-left: 60px;
}
.page-article-detail .info .icon-top {
  margin: 0 10px;
}
.page-article-detail .info .icon-hot {
  vertical-align: middle;
}
.page-article-detail p {
  margin: 0 0 10px 0;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
}
.page-article-detail h1 {
  color: #333333;
  font-size: 40px;
  font-weight: normal;
  margin: 30px 0 40px 0;
}
.page-article-detail h2 {
  font-size: 27px;
  color: #39a9ff;
  font-weight: normal;
  margin: 30px 0 20px 0;
  position: relative;
}
.page-article-detail h2 span {
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}
.page-article-detail h2:after {
  content: "\20";
  display: block;
  width: 100%;
  height: 2px;
  background: #c5e6ff;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 20px;
}
.page-article-detail img {
  max-width: 100%;
  max-height: 664px;
}
.page-article-detail h3 {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.icon-hot {
  width: 26px;
  height: 34px;
  background: url(/images/icon-hot.png);
  background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: bottom;
}
.icon-top {
  color: #ff7300;
  font-size: 12px;
  border: 1px solid currentColor;
  border-radius: 2px;
  font-style: normal;
  padding: 0 2px;
}
.icon-eye {
  width: 18px;
  height: 12px;
  background: url(/images/icon-eye.png);
  background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
  vertical-align: middle;
}
.pagination {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  color: #666666;
}
.pagination a {
  border: 1px solid currentColor;
  padding: 5px 20px;
  border-radius: 2px;
}
.pagination a:hover {
  color: #39a9ff;
}
.more {
  display: block;
  margin: 10px;
  background: #aaaaaa;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.more:hover {
  opacity: 0.8;
}
