.com-container {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.flex {
  display: flex;
  justify-content: initial;
  align-items: initial;
}

.title {
  font-size: 40px;
  color: #202020;
  line-height: 1.5;
  font-family: 'Hind-Bold';
}

.subtitle {
  font-size: 20px;
  color: #0ca37d;
  font-family: 'Hind-Medium';
}

.text {
  line-height: 1.5;
}

.text p span {
  color: #0ca37d;
}

.text-overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog-de-content {
  padding: 0 0 80px;
  justify-content: space-between;
}

.right-aside {
  max-width: 1000px;
  width: 100%;
  margin-right: 30px;
}

/* top */
.left .blog-title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3;
  color: #000c28;
}

.blog-publish-label {
  margin: 12px 0 40px;
  flex-wrap: wrap;
}

.blog-label p {
  padding: 8.5px 20px;
  color: #0ca37d;
  margin-right: 10px;
  font-size: 14px;
  background: rgba(253, 243, 237, 0.6);
  border-radius: 2px;
}

.blog-publish {
  margin-right: 40px;
  font-size: 16px;
  align-items: center;
  color: #999;
}

.blog-publish span {
  color: #999;
  position: relative;
}

.blog-publish p span {
  color: #999;
}

.blog-publish .time {
  position: relative;
  margin-right: 10px;
  color: #999;
}

.blog-publish .admin {
  position: relative;
  padding-left: 10px;
}

.blog-publish .admin::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  content: '';
}

/* top end */

/* bottom */
.bottom {
  padding: 60px 0 0;
}

/* 分享 */
.bottom .share {
  position: sticky;
  top: 180px;
  width: max-content;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bottom .share .num {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

.bottom .share .num span {
  color: #000c28;
  margin-bottom: 5px;
  display: inline-block;
}

.media-share li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
  background: #f7fafa;
  transition: all 1s;
  cursor: pointer;
}

.media-share li svg {
  width: 20px;
  height: 20px;
}

.media-share li span {
  position: absolute;
  right: -3px;
  top: -3px;
  background: #000c28;
  color: #fff;
  font-size: 12px;
  padding: 3px;
}

.media-share li:hover {
  background: rgba(12, 113, 195, 0.1);
  transition: all 1s;
}

.bottom .article {
  margin-left: 60px;
}

.article p {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 16px;
}

.article h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.article h5 {
  font-size: 16px;
}

.article ul {
  margin-bottom: 40px;
}

.article ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.article ul li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/lib/images/blog_detail/icon_gou.svg) no-repeat center;
  content: '';
}

.blog-tab {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.blog-tab .item {
  margin-bottom: 15px;
}

.blog-tab .item p em {
  color: #000c28;
  font-family: 'Hind-Medium';
  margin-right: 5px;
}

.blog-tab .item p {
  color: #0ca37d;
  font-family: 'Hind-Medium';
  line-height: 1.3;
}

.blog-tab .item:hover span {
  text-decoration: underline;
}

/* 侧边栏 */
.aside {
  position: sticky;
  top: 140px;
  width: 270px;
  flex-shrink: 0;
}

.aside-title {
  font-size: 24px;
  font-family: 'Hind-SemiBold';
}

.aside-xian {
  position: relative;
  width: 100%;
  height: 2px;
  margin: 20px 0 40px;
  background: #e5e5e5;
}

.aside-xian::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100px;
  height: 2px;
  background: #0ca37d;
  content: '';
}

.aside-item {
  margin-bottom: 40px;
}

.aside-link li a {
  align-items: center;
}

.aside-link li a span {
  line-height: 1.3;
}

.aside-link li {
  color: #666;
  font-size: 16px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.aside-link li.active span,
.aside-link li:hover span {
  color: #0ca37d;
  font-family: 'Hind-Medium';
}

.aside-link li .icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  background: #0ca37d;
  border-radius: 50%;
  flex-shrink: 0;
  transform: rotate(90deg);
}

.aside-contact {
  height: 220px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'Hind-SemiBold';
  background: #0ca37d;
}

.aside-contact p {
  line-height: 1.3;
}

.aside-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  margin-top: 22px;
  font-size: 16px;
  font-family: 'Hind-Bold';
  border: 2px solid #fff;
  border-radius: 2px;
  transition: all 0.8s;
}

.aside-contact a:hover {
  background: #fff;
  color: #0ca37d;
  transition: all 0.8s;
}

.others-aside-contact {
  height: 320px;
}

.others-aside-contact span {
  display: block;
}

.others-aside-contact form {
  margin-top: 15px;
}

.others-aside-contact form input {
  width: 230px;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  background: transparent;
}

.others-aside-contact form input::placeholder {
  font-size: 14px;
  color: #fff;
}

.others-aside-contact form input[type='submit'] {
  color: #0ca37d;
  border-color: #fff;
  background: #fff;
  font-family: 'Hind-Medium';
}

/* aside contact end */

.trending-posts li {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.trending-posts li a .text {
  color: #202020;
}

.trending-posts li:hover a .text {
  color: #0ca37d;
}

.trending-posts li a .time {
  color: #999;
  margin-top: 12px;
}

/* .trending-posts end */

.hot-topic ul {
  flex-wrap: wrap;
}

.hot-topic ul li {
  padding: 8.5px 17px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 2px;
  background: rgba(12, 163, 125, 0.1);
}

.hot-topic ul li a {
  color: #0ca37d;
}

.hot-topic ul li:hover {
  background: #0ca37d;
}

.hot-topic ul li:hover a {
  color: #fff;
}

/* 侧边栏 end */
@media (max-width: 1600px) {
  .com-container {
    padding: 0 30px;
  }
}

@media (max-width: 1279px) {
  .left .blog-title {
    font-size: 35px;
  }

  .bottom .share {
    top: 140px;
  }

  .bottom .article {
    margin-left: 40px;
  }

  .recommended-blogs li a img {
    width: 145px;
  }
}

@media (max-width: 1023px) {
  .blog-de-content {
    padding: 0 0 50px;
  }

  .right-aside {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .com-container {
    padding: 0 15px;
  }
  .blog-de-content {
    padding: 0 0 30px;
  }

  .left .blog-title {
    font-size: 24px;
  }

  .blog-publish {
    margin: 10px 0 20px;
  }

  .bottom .article {
    margin-left: 20px;
  }

  .bottom .share .num {
    font-size: 12px;
  }

  .media-share li {
    width: 40px;
    height: 40px;
  }
  .title {
    font-size: 24px;
  }
}
