.main .main-inner {
  width: 1200px;
  margin: 0 auto 40px;
}

.main .main-inner .main-title {
  text-align: center;
  padding: 40px 0 20px;
}

.main-inner .main-title .title {
  font-size: 40px;
}

.main-inner .main-title .tip {
  font-size: 18px;
  padding: 16px 0;
}

.main-inner .main-title .tip .date {
  margin-right: 50px;
}

.main-inner .split-line {
  width: 100%;
  height: 10px;
  background-image: url(../img/split-line.png);
  background-size: 100% 100%;
}

.main-inner .main-left {
  width: 864px;
  height: auto;
  float: left;
  margin-right: 40px;
  padding: 10px 20px 0;
}

.main-left .share {
  display: flex;
  align-items: center;
  margin: 14px 0 0;
}

.share .social-share .social-share-icon {
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
}

.main-left .article .content {
  padding: 20px 0;
}

.main-left .article .content img {
    max-width: 500px;
    margin: 0 auto;
}

.main-left .article .editor {
  margin: 30px 0;
  text-align: right;
}

.main-left .related {
  margin: 30px 0;
}

.main-left .related .title {
  font-size: 20px;
  margin: 14px 0;
}

.main-left .related .news-list li {
  width: calc((100% - 30px) / 4);
  height: auto;
  float: left;
  margin-right: 10px;
}

.related .news-list li:last-child {
  margin-right: 0;
}

.related .news-list li .img-box {
  width: 100%;
  height: 120px;
}

.related .news-list li .img-box img {
  width: 100%;
  height: 100%;
}

.related .news-list li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 8px 0;
}

.main-inner .main-right {
  width: calc(100% - 864px - 40px);
  float: right;
}

.main-right .aside-item {
  width: 100%;
}

.main-right .aside-item:first-child {
  margin-top: 20px;
}

.main-right .aside-item .aside-title {
  line-height: 40px;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aside-item .aside-title .more {
  color: #999999;
  font-size: 12px;
}

.aside-item .hot-list {
  padding: 10px 0;
}

.aside-item .hot-list li {
  line-height: 30px;
  font-size: 12px;
  color: #666666;
}

.aside-item .hot-list li a {
  display: inline-flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.aside-item .hot-list li .index {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #DDDDDD;
  color: #ffffff;
  text-align: center;
  line-height: 14px;
  margin-right: 6px;
}

.aside-item .hot-list li:nth-child(-n+3) .index {
  background-color: #FF0000;
}

.aside-item .news-list li {
  padding: 14px 0;
  border-bottom: 1px solid #EAEAEA;
}

.aside-item .news-list li:last-child {
  border-bottom: none;
}

.aside-item .news-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aside-item .news-list li p {
  width: calc(100% - 122px - 16px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 16px;
  font-size: 12px;
  color: #666666;
}

.aside-item .news-list li .img-box {
  width: 122px;
  height: 80px;
}

.aside-item .news-list li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atlas-banner {
  width: 100%;
  height: 560px;
  margin: 20px auto 0;
  position: relative;
}

.atlas-banner .swiper-container {
  width: 100%;
  height: 100%;
}

.atlas-banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.atlas-banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.atlas-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atlas-banner .swiper-slide a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, .4);
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
  padding-left: 90px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}

.atlas-banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, .4);
  text-align: center;
  line-height: 40px;
}

.atlas-banner .swiper-button-next, .atlas-banner .swiper-button-prev {
  position: absolute;
  width: 40px;
  height: 80px;
  background: rgba(255, 255, 255, .7);
  outline: none;
  z-index: 100;
}

.atlas-banner .swiper-button-next i, .atlas-banner .swiper-button-prev i {
  display: block;
  width: 16px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
}

.atlas-banner .swiper-button-prev {
  left: 0;
}

.atlas-banner .swiper-button-prev i {
  background-image: url(../img/icon-atlas-prev.png);
}

.atlas-banner .swiper-button-next {
  right: 0;
}

.atlas-banner .swiper-button-next i {
  background-image: url(../img/icon-atlas-next.png);
}

.atlas-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: rgba(170, 170, 170, 1);
  opacity: 1;
}

.atlas-banner .swiper-pagination-bullet-active {
  background-color: rgba(228, 32, 32, 1);
}