.blog-details-page .title {
  font-size: 40px;
}

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

.right-aside {
  max-width: 1040px;
  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: #dd3333;
  margin-right: 10px;
  font-size: 14px;
  background: #fdf3ec;
  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: 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;
}
.bottom .article h1{
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Rajdhani-Bold";
  font-size: 40px;
}

.bottom .article h2 {
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Rajdhani-Bold";
  font-size: 28px;
}

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

.article p a {
  color: #dd3333;
  text-decoration: underline;
}

.bottom .article h2 {
  margin-bottom: 10px;
  font-family: "Rajdhani-Bold";
}

.article h3,
.article h4 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Rajdhani-Bold";
}


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

.article ul,
.article ol {
  margin-bottom: 10px;
}


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

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

.wp-block-gallery ul li::before {
  content: none;
}

.bottom .article ol li {
  margin-bottom: 10px;
  line-height: 1.5;
}

/* ??? blog?? & ??   */
.blog-tab-hot {
  width: 300px;
  flex-shrink: 0;
  padding-bottom: 80px;
}

.blog-tab-hot .content {
  position: sticky;
  top: 100px;
}

.aside-blog-title {
  color: #dd3333;
  font-size: 20px;
  font-family: 'Rajdhani-Bold';
  margin-bottom: 20px;
}

.blog-tab-div {
  margin-bottom: 24px;
}

.blog-tab-div ul {
  flex-wrap: wrap;
}

.blog-tab-div ul li {
  font-size: 13px;
  color: #202020;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 6px 12px;
  border-radius: 2px;
  background: #eee;
}

.blog-tab-div ul li:hover,
.blog-tab-div ul li.active {
  color: #fff;
  background: #dd3333;
}


.blog-tab-div ul li:hover a,
.blog-tab-div ul li.active a {
  color: #fff;
}

.hot-blog-div {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

.hot-blog-div .text-overflow {
  line-height: 1.5;
  font-size: 16px;
  -webkit-line-clamp: 2;
}

.hot-blog-div ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.hot-blog-div ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hot-blog-div ul li:last-child .blog-time {
  margin-bottom: 0;
}

.hot-blog-div ul li:hover .text-overflow {
  color: #dd3333;
  text-decoration: underline;
}

.blog-time {
  font-size: 14px;
  color: #dd3333;
  margin: 20px 0;
}

/* ??  */
.aside-contact {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'Rajdhani-SemiBold';
  background-image: linear-gradient(135deg, #2c5778, #011e34);
}

.aside-contact p {
  margin-bottom: 30px;
  line-height: 1.5;
}

.aside-contact input {
  height: 48px;
  border-radius: 5px;
}

.aside-contact input[type="submit"] {
  margin-top: 20px;
  border: none;
  background: #dd3333;
  color: #fff;
  cursor: pointer;
}

/* 2024.1.4添加 */
.graphic_article_page>div{
  margin-top: 40px;
}
.graphic_article_page .center{
  margin-top: 40px;
}
.graphic_article_page .mt-0{
  margin-top: 0;
}
.graphic_article_page .mt-10{
  margin-top: 40px;
}
.graphic_article_page .img_txt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.graphic_article_page .img_txt.reverse{
  flex-direction: row-reverse;
}
.graphic_article_page .img_txt.reverse .img{
  margin-right: 0;
  margin-left: 80px;
}
.graphic_article_page .img_txt .img{
  max-width: 640px;
  width: 100%;
  margin-right: 80px;
}
.graphic_article_page .img_txt .img img{
  width: 100%;
}
.graphic_article_page .img_txt .txt{
  max-width: 700px;
  width: 100%;
}
.graphic_article_page .img_txt .txt ul li{
  list-style: inside;
  margin: 10px 0;
}
.graphic_article_page .big_img{
  width: 100%;
}
.graphic_article_page .big_img img{
  object-fit: cover;
}
.graphic_article_page .big_img .pc{
  width: 100%;
}
.graphic_article_page .big_img .mob{
  display: none;
}

@media (max-width: 1023px) {
  .graphic_article_page>div{
    margin-top: 40px;
  }
  .graphic_article_page .img_txt{
    flex-direction: column !important;
  }
  .graphic_article_page .img_txt .img{
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .graphic_article_page .big_img .pc{
    display: none;
  }
  .graphic_article_page .big_img .mob{
    display: block;
  }
}

/* 图窗页 */
.gallery_txt{
  margin-bottom: 40px;
}
.full_width_gallery .gallery{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.full_width_gallery .gallery .img{
  overflow: hidden;
}
.full_width_gallery .gallery .img img{
  width: 100%;
  cursor: pointer;
  transition: all 0.5s;
}
.full_width_gallery .gallery .img:hover img{
  transform: scale(1.1);
}
.full_width_gallery .gallery .txt{
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.2;
}

@media (max-width: 1279px) {
  .full_width_gallery .gallery{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .full_width_gallery .gallery{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
  .gallery_txt{
    margin-bottom: 20px;
  }
}

@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;
  }

  .blog-details-page .title {
    font-size: 40px;
  }

}

@media (max-width: 1023px) {

  .blog-de-content {
    padding: 0 0 50px;
  }

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

  .right-aside .bottom{
    flex-direction: column-reverse;
  }
  .bottom .share{
    flex-direction: row;
  }
  .bottom .share .num{
    margin-bottom: 0;
    margin-right: 16px;
  }
  .media-share ul{
    display: flex;
    flex-wrap: wrap;
  }
  .media-share li{
    margin-bottom: 0;
    margin-right: 5px;
  }


  .blog-details-page .title {
    font-size: 36px;
  }
}


@media (max-width: 767px) {
  .blog-de-content {
    padding: 0 0 30px;
  }
  .blog-publish-label{
    margin: 0;
  }

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

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

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

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

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

  .blog-details-page .title {
    font-size: 28px;
    line-height: 1.3;
  }
  .bottom .article h1{
    font-size: 24px;
  }
  .bottom .article h2{
    font-size: 20px;
  }
  .bottom .article h3{
    font-size: 18px;
  }
  .bottom .article h4{
    font-size: 16px;
  }
}