* {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .blog-main {
    margin-top: 51px;
    background-color: #fff;
  }
  .blog-main .blog-main-content {
    min-width: 1200px;
  }
  .blog-main .banner {
    width: 100%;
    height: 274px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/catalog/view/theme/chinadivision_web/image/blog/writings/blog_banner.jpg") no-repeat;
    background-size: cover;
  }
  .blog-main .banner .banner-content {
    width: 1200px;
    height: 100%;
  }
  .blog-main .banner .banner-content .content-title {
    padding: 0 0 12px;
    margin-top: 103px;
    font-size: 36px;
    font-family: Open Sans;
    font-weight: 600;
    color: #F6F6F6;
  }
  .blog-main .banner .banner-content .content-remark {
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    color: #F6F6F6;
  }
  .blog-main .tab {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blog-main .tab .tab-content {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blog-main .tab .tab-content .tab-content-left {
    display: flex;
    align-items: center;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item {
    font-size: 16px;
    font-family: Open Sans;
    color: #161616;
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    height: 41px;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item:first-child {
    margin-left: 0px;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item img {
    width: 12px;
    margin-left: 10px;
    margin-bottom: 2px;
    transition: all 0.5s;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item .item-title {
    text-decoration: none;
    font-size: 16px;
    font-family: Open Sans;
    color: #161616;
    cursor: pointer;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item .child-box {
    display: none;
    position: absolute;
    padding: 10px 0px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(28, 28, 28, 0.14);
    padding: 10px 0 10px 0;
    z-index: 1001;
    top: 40px;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item .child-box .child-item {
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    font-family: Open Sans;
    color: #161616;
    cursor: pointer;
    display: block;
    padding: 6px 15px 6px 15px;
    box-sizing: border-box;
    margin-bottom: 5px;
    border-left: 4px solid #fff;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item .child-box .child-item:hover {
    box-sizing: border-box;
    border-left: 4px solid #0066FF;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item:hover .child-box {
    display: block;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item:hover img {
    transform: rotate(180deg);
  }
  .blog-main .tab .tab-content .tab-content-left .active {
    font-weight: bold;
    font-size: 20px;
    color: #0066FF;
    position: relative;
  }
  .blog-main .tab .tab-content .tab-content-left .active .item-title {
    font-weight: bold;
    font-size: 20px;
    color: #0066FF;
  }
  .blog-main .tab .tab-content .tab-content-left .active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0066ff;
    bottom: -5px;
    left: 0px;
  }
  .blog-main .tab .tab-content .tab-content-center {
    display: none;
  }
  .blog-main .tab .tab-content .tab-content-right {
    position: relative;
  }
  .blog-main .tab .tab-content .tab-content-right::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("/catalog/view/theme/chinadivision_web/image/blog/svg/blog_search_icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 11px;
    left: 16px;
  }
  .blog-main .tab .tab-content .tab-content-right input {
    display: block;
    width: 280px;
    height: 41px;
    border: 1px solid #E3E7E9;
    border-radius: 5px;
    padding-left: 42px;
    box-sizing: border-box;
    outline: none;
  }
  .blog-main .tab .tab-content .tab-content-right input:focus {
    border-color: #0066FF;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
    border-inline-end-width: 1px;
    outline: 0;
  }
  .blog-main .tab .tab-content .tab-content-right .phone-delete {
    display: none;
  }
  .blog-main .selected-blog {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .blog-main .selected-blog .selected-blog-content {
    width: 1200px;
    height: 100%;
  }
  .blog-main .selected-blog .selected-blog-content .content-header {
    width: 100%;
    height: 54px;
    font-size: 22px;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
  }
  .blog-main .selected-blog .selected-blog-content .content-header::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/catalog/view/theme/chinadivision_web/image/blog/svg/blog_selected_icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .blog-main .selected-blog .selected-blog-content .content-main {
    margin-top: 36px;
    display: grid;
    grid-template-columns: [one] 335px [two] 335px [three] 335px [four];
    grid-gap: 30px 97.5px;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item {
    width: 335px;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .main-item-image {
    display: flex;
    width: 100%;
    border: 1px solid #ededed;
    cursor: pointer;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .main-item-image .image-content {
    width: 100%;
    height: 100%;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .category-and-date {
    height: 21px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .category-and-date .category {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #0066FF;
    cursor: pointer;
    text-decoration: none;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .category-and-date .category:hover {
    text-decoration: underline;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .category-and-date .date {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #3d4a5c;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .main-item-title {
    max-height: 54px;
    margin-top: 12px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 800;
    color: #3D4A5C;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    cursor: pointer;
    text-decoration: none;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .main-item-title:hover {
    text-decoration: underline;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .main-item-remark {
    max-height: 42px;
    margin-top: 12px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #5C6F8A;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    cursor: pointer;
    text-decoration: none;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .main-item-remark:hover {
    text-decoration: underline;
  }
  .blog-main .recent-posts {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .blog-main .recent-posts .recent-posts-content {
    width: 1200px;
    height: 100%;
  }
  .blog-main .recent-posts .recent-posts-content .content-header {
    width: 100%;
    height: 54px;
    font-size: 22px;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
  }
  .blog-main .recent-posts .recent-posts-content .content-header::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/catalog/view/theme/chinadivision_web/image/blog/svg/blog_recent_icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .blog-main .recent-posts .recent-posts-content .content-main {
    margin-top: 36px;
    display: grid;
    grid-template-columns: [one] 335px [two] 335px [three] 335px [four];
    grid-gap: 30px 97.5px;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item {
    width: 335px;
    margin-bottom: 45px;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .main-item-image {
    display: flex;
    width: 100%;
    border: 1px solid #ededed;
    cursor: pointer;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .main-item-image .image-content {
    width: 100%;
    height: 100%;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .category-and-date {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .category-and-date .category {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #0066FF;
    cursor: pointer;
    text-decoration: none;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .category-and-date .category:hover {
    text-decoration: underline;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .category-and-date .date {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #3d4a5c;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .main-item-title {
    max-height: 54px;
    margin-top: 12px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 800;
    color: #3D4A5C;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    cursor: pointer;
    text-decoration: none;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .main-item-title:hover {
    text-decoration: underline;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .main-item-remark {
    max-height: 42px;
    margin-top: 12px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
    color: #5C6F8A;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    cursor: pointer;
    text-decoration: none;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .main-item-remark:hover {
    text-decoration: underline;
  }
  .blog-main .pages-warp {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .blog-main .pages-warp .pages-wrap-content {
    width: 1200px;
    min-width: 1200px;
    display: flex;
    justify-content: end;
  }
  .blog-main .hot-tags {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .blog-main .hot-tags .hot-tags-content {
    width: 1200px;
    height: 100%;
  }
  .blog-main .hot-tags .hot-tags-content .content-header {
    width: 100%;
    height: 54px;
    font-size: 22px;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
  }
  .blog-main .hot-tags .hot-tags-content .content-header::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/catalog/view/theme/chinadivision_web/image/blog/svg/blog_hot_icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .blog-main .hot-tags .hot-tags-content .content-main {
    margin-top: 36px;
    display: grid;
    grid-template-columns: [one] 280px [two] 280px [three] 280px [four] 280px [five];
    grid-gap: 20px 20px;
  }
  .blog-main .hot-tags .hot-tags-content .content-main .main-item {
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 600;
    color: #3D4A5C;
    min-width: 230px;
    cursor: pointer;
    text-decoration: none;
  }
  .blog-main .hot-tags .hot-tags-content .content-main .main-item:nth-child(4n) {
    margin-left: 40px;
  }
  .blog-main .hot-tags .hot-tags-content .content-main .main-item:hover {
    color: #0066FF;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1199px) {
  .blog-main {
    margin-top: 1rem;
    width: 100%;
    overflow: hidden;
  }
  .blog-main .blog-main-content {
    width: 100%;
    min-width: 100%;
  }
  .blog-main .banner {
    width: 100%;
    height: 3.82rem;
    background: url("/catalog/view/theme/chinadivision_web/image/blog/phone/cd_blog_banner.png") no-repeat;
    background-size: cover;
  }
  .blog-main .banner .banner-content {
    width: 100%;
    padding-top: 0.5rem;
    box-sizing: border-box;
  }
  .blog-main .banner .banner-content .content-title {
    padding: 12px 0;
    margin-left: 0.73rem;
    font-size: 0.4rem;
    font-family: Open Sans;
    font-weight: bold;
    color: #FFFFFF;
  }
  .blog-main .banner .banner-content .content-remark {
    margin-top: 0.19rem;
    margin-left: 0.73rem;
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 600;
    color: #FFFFFF;
  }
  .blog-main .banner .blog-main-content {
    min-width: 100%;
  }
  .blog-main .tab {
    width: 100%;
    padding: 0.32rem;
    height: unset;
    box-sizing: border-box;
    position: relative;
  }
  .blog-main .tab .tab-content {
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(28, 28, 28, 0.14);
    display: block;
  }
  .blog-main .tab .tab-content .tab-content-left {
    display: block;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    font-size: 0.32rem;
    font-family: Open Sans;
    font-weight: bold;
    color: #161616;
    text-decoration: none;
    position: relative;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item:first-child {
    height: 1rem;
    text-decoration: none;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item img {
    position: absolute;
    right: 0.8rem;
    width: 0.28rem;
    height: 100%;
    margin-left: 0.2rem;
    margin-bottom: 0.02rem;
    transition: all 0.5s;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item .select-180 {
    transform: rotate(180deg);
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item .item-title {
    display: block;
    width: 100%;
    font-size: 0.32rem;
    font-family: Open Sans;
    font-weight: bold;
    color: #161616;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    text-decoration: none;
    position: relative;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item .active::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #0066ff;
    bottom: 0px;
    left: 0px;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item .child-box {
    position: static;
    display: none;
    width: 100%;
    text-align: center;
  }
  .blog-main .tab .tab-content .tab-content-left .content-left-item .child-box .child-item {
    display: block;
    height: 1rem;
    line-height: 1rem;
    text-decoration: none;
    font-size: 0.32rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #161616;
  }
  .blog-main .tab .tab-content .tab-content-left .active {
    background-color: #EAF1FB;
    position: relative;
  }
  .blog-main .tab .tab-content .tab-content-left .active .item-title {
    color: #0066FF;
  }
  .blog-main .tab .tab-content .tab-content-left .active::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #0066ff;
    bottom: 0px;
    left: 0px;
  }
  .blog-main .tab .tab-content .tab-content-center {
    position: absolute;
    right: 0.32rem;
    top: -2rem;
    width: 0.72rem;
    height: 0.72rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.3);
    opacity: 0.54;
    border-radius: 0.1rem;
  }
  .blog-main .tab .tab-content .tab-content-center img {
    width: 0.4rem;
    height: 0.4rem;
    transform: translateX(-80px);
    filter: drop-shadow(#0066ff 80px 0);
  }
  .blog-main .tab .tab-content .tab-content-right {
    display: none;
    position: absolute;
    right: 0.32rem;
    top: -1.2rem;
    overflow: hidden;
  }
  .blog-main .tab .tab-content .tab-content-right input {
    width: 4.66rem;
    height: 0.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.3);
    border-radius: 0.1rem;
    outline: none;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    padding: 0.15rem 0.4rem 0.15rem 0.6rem;
    transition: all 0.5s;
  }
  .blog-main .tab .tab-content .tab-content-right input:focus {
    border: 1px solid #0066FF;
  }
  .blog-main .tab .tab-content .tab-content-right input::placeholder {
    color: transparent;
  }
  .blog-main .tab .tab-content .tab-content-right::before {
    content: "";
    position: absolute;
    width: 0.26rem;
    height: 0.27rem;
    background: url("/catalog/view/theme/chinadivision_web/image/blog/svg/blog_search_icon.svg") no-repeat;
    background-size: cover;
    transform: translateX(-80px);
    filter: drop-shadow(#0066ff 80px 0);
    top: 0.26rem;
    left: 0.2rem;
  }
  .blog-main .tab .tab-content .tab-content-right .phone-delete {
    display: none;
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    background: url("/catalog/view/theme/chinadivision_web/image/blog/phone/delete.svg") no-repeat;
    background-size: cover;
    right: 0.2rem;
    top: 0.3rem;
  }
  .blog-main .selected-blog {
    width: 100%;
    padding: 0.32rem;
    box-sizing: border-box;
  }
  .blog-main .selected-blog .selected-blog-content .content-header {
    font-size: 0.32rem;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0.45rem;
    box-sizing: border-box;
    height: 0.91rem;
    line-height: 0.91rem;
  }
  .blog-main .selected-blog .selected-blog-content .content-header::before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: url(/catalog/view/theme/chinadivision_web/image/blog/svg/blog_selected_icon.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0.3rem;
  }
  .blog-main .selected-blog .selected-blog-content .content-main {
    margin-top: 0.5rem;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item {
    margin-bottom: 0.5rem;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .main-item-image {
    display: flex;
    width: 6.86rem;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .main-item-image .image-content {
    width: 100%;
    height: 100%;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .category-and-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.25rem 0 0.24rem 0;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .category-and-date .category {
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #0066FF;
    text-decoration: none;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .category-and-date .date {
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #3d4a5c;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .main-item-title {
    display: block;
    font-size: 0.36rem;
    font-family: Open Sans;
    font-weight: 800;
    color: #3D4A5C;
    text-decoration: none;
    margin-bottom: 0.25rem;
  }
  .blog-main .selected-blog .selected-blog-content .content-main .main-item .main-item-remark {
    display: block;
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #5C6F8A;
    text-decoration: none;
  }
  .blog-main .recent-posts {
    width: 100%;
    padding: 0.32rem;
    box-sizing: border-box;
  }
  .blog-main .recent-posts .recent-posts-content .content-header {
    font-size: 0.32rem;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0.45rem;
    box-sizing: border-box;
    height: 0.91rem;
    line-height: 0.91rem;
  }
  .blog-main .recent-posts .recent-posts-content .content-header::before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: url("/catalog/view/theme/chinadivision_web/image/blog/svg/blog_recent_icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0.3rem;
  }
  .blog-main .recent-posts .recent-posts-content .content-main {
    margin-top: 0.5rem;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item {
    margin-bottom: 0.5rem;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .main-item-image {
    display: flex;
    width: 6.86rem;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .main-item-image .image-content {
    width: 100%;
    height: 100%;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .category-and-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.25rem 0 0.24rem 0;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .category-and-date .category {
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #0066FF;
    text-decoration: none;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .category-and-date .date {
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #3d4a5c;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .main-item-title {
    display: block;
    font-size: 0.36rem;
    font-family: Open Sans;
    font-weight: 800;
    color: #3D4A5C;
    text-decoration: none;
    margin-bottom: 0.25rem;
  }
  .blog-main .recent-posts .recent-posts-content .content-main .main-item .main-item-remark {
    display: block;
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #5C6F8A;
    text-decoration: none;
  }
  .blog-main .pages-warp {
    padding: 0 0.32rem;
    box-sizing: border-box;
  }
  .blog-main .hot-tags {
    width: 100%;
    padding: 0.32rem;
    box-sizing: border-box;
  }
  .blog-main .hot-tags .hot-tags-content .content-header {
    font-size: 0.32rem;
    font-family: Open Sans;
    font-weight: 800;
    color: #161616;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0.45rem;
    box-sizing: border-box;
    height: 0.91rem;
    line-height: 0.91rem;
  }
  .blog-main .hot-tags .hot-tags-content .content-header::before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: url("/catalog/view/theme/chinadivision_web/image/blog/svg/blog_recent_icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0.3rem;
  }
  .blog-main .hot-tags .hot-tags-content .content-main {
    margin-top: 0.2rem;
  }
  .blog-main .hot-tags .hot-tags-content .content-main .main-item {
    display: block;
    font-size: 0.3rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #3D4A5C;
    text-decoration: none;
    margin-bottom: 0.2rem;
  }
}
