.news-details-container {
  margin-bottom: 1rem;
}

.news-details-container .content .left-container {
  margin-right: .6rem;
  flex: 1;
}

.news-details-container .content .item {
  margin-bottom: .5rem;
}


.news-details-container .content .title,
.news-details-container .content h2 {
  margin-bottom: 0.3rem;
}

.news-details-container .content h4 {
  font-size: .2rem;
  color: #084A91;
  font-family: 'Inter-Medium';
  margin-bottom: .2rem;
}

.news-details-container .content p {
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.news-details-container .fengexian {
  margin: .6rem 0 24px;
  width: 100%;
  padding: 3px 0;
  border-top: 1px solid #eaefef;
  border-bottom: 1px solid #eaefef;
}


/* 分享与上下条 */
.share-change-article {
  color: #242e2e; 
  padding: 0.4rem;
  align-items: center;
  justify-content: space-between;
  background: #f5f9f9;
}

.share-change-article .flex,
.share-div {
  align-items: center;
}

.share-div span {
  margin-right: 30px;
}

.share-div ul {
  align-items: center;
}

.share-div ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.4s;
}

.share-div ul li:last-child {
  margin-right: 0;
}

.share-div ul li:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}

.share-div ul li:nth-child(1),
.share-div ul li.facebook {
  background: #39579A;
}

.share-div ul li:nth-child(2),
.share-div ul li.twitter {
  background: #1296db;
}

.share-div ul li:nth-child(3),
.share-div ul li.youtube {
  background: #DC2217;
}

.share-div ul li:nth-child(4),
.share-div ul li.linkedin {
  background: #007BB5;
}


.change-article-div .xian {
  margin: auto 0.4rem;
  width: 1px;
  height: 20px;
  background: #eaefef;
}

.prev-article svg {
  margin-right: 10px;
}

.next-article svg {
  margin-left: 10px;
}

.change-article-div a:hover svg {
  fill: #133e77;
}



/* 右侧悬浮 */
.fixed-aside-div {
  max-width: 5rem;
  width: 100%;
  margin-bottom: 0.6rem;
}

.fixed-aside-div aside {
  position: sticky;
  top: 1rem;
}

.fixed-from-content {
  width: 100%;
  padding: .6rem .3rem 0.5rem;
  text-align: center;
  border: 1px solid #eaefef;
  background: #f5f9f9;
}

.fixed-from-content h3 {
  color: #242e2e;
  font-size: 0.24rem;
  font-family: 'Inter-Medium';
  margin-bottom: 16px;
}

.fixed-from-content .row {
  margin: 0 -5px;
}

.fixed-from-content .row>div {
  padding: 0 5px;
  margin-bottom: 10px;
}

.fixed-from-content .row input[type="submit"] {
  color: #fff;
  cursor: pointer;
  font-family: 'Inter-Medium';
  background: #ffb61c;
}

.fixed-aside-title h3 {
  padding: 13px .3rem;  
  margin-bottom: 36px;
  color: #133e77;
  font-size: 0.24rem;
  font-family: 'ZapfHumanist601BT-Bold';
  background: #f5f9f9;
}

.fixed-aside-div .hot-spot-lists {
  padding-left: .3rem;
}

.fixed-aside-div .hot-spot-lists ul li {
  padding-bottom: 0.36rem;
  margin-bottom: 0.36rem;
  border-bottom: 1px solid #eaefef;
}

.fixed-aside-div .hot-spot-lists ul li:last-child {
  padding-bottom: 0;
  margin-bottom: .6rem;
  border-bottom: none;
}

.fixed-aside-div .hot-spot-lists ul li a h4 {
  color: #404040;
  font-size: 16px;
  margin-bottom: 0.16rem;
  font-family: 'Inter-Regular';
  max-width: 4.4rem;
  width: 100%;
}
 

.fixed-aside-div .hot-spot-lists ul li:hover a h4 {
  color: #133e77;
}

.fixed-aside-div .hot-spot-lists ul li p {
  margin: 0;
  font-size: 0.14rem;
}


@media (max-width: 1279px) {
  .fixed-aside-title h3,
  .fixed-from-content h3 {
    font-size: 0.32rem;
  }

  .news-details-container .content h4 {
    font-size: 0.28rem;
  }
}

@media (max-width: 1023px) {
  .fixed-aside-div {
    display: none;
  }

  .news-details-container .content .left-container  {
    margin-right: 0;
  }

  .news-details-container .content h4 {
    font-size: .32rem;
}

}

@media (max-width : 767px) {
  .news-details-container {
    margin-bottom: 0.8rem;
  }
 
  .news-details-container .content h4 {
    font-size: 0.32rem;
  }

  .news-details-container .content p {
    margin-bottom: 0.4rem;
  }

  .news-details-container .content h4 {
    margin-bottom: 0.3rem;
  }

  .share-change-article {
    flex-direction: column;
    align-items: flex-start;
  }

  .change-article-div {
    margin-top: 20px;
  }


}