article h2{
    font-size:22px;
   font-family: 'Montserrat', 'sans-serif' !important;
    font-weight: bold;
    line-height: 1.4;}
.row{
  overflow: hidden;
}
.category-slider-post .topSliderPosts .block-title {
    margin-top: 0;
    background: #f3f3f3;
    height: 40px;
    line-height: 43px;
    text-align: center;
    font-size: 17px;
    border-bottom: 2px solid #f27c37; }
    .category-slider-post .topSliderPosts .block-title a {
      color: #212121;
      font-weight: 550;
    text-decoration: none;}
  .top-hot-recent .topTabPosts .toptab-title {
    margin: auto 0;
    height: 40px;
    line-height: 40px;
    font-weight: 550;
    font-size: 17px;
    background: #f3f3f3;
    border-bottom: 2px solid #f27c37; }
    .top-hot-recent .topTabPosts .toptab-title ul {
      margin-bottom: 0;
      margin-left: 0; }
      .top-hot-recent .topTabPosts .toptab-title ul li {
        list-style: none; }
        .top-hot-recent .topTabPosts .toptab-title ul li a {
          text-decoration: none;
          color: #212121; }
          .top-hot-recent .topTabPosts .toptab-title ul li a:hover {
            color: #f27c37; }
  
  .top-hot-recent .topTabPosts .topTabPostsFirst, .top-hot-recent .topTabPosts .topTabPostsSecond {
    display: none; }
  
  .top-hot-recent .topTabPosts .active {
    display: block; }
  
  .top-hot-recent .topTabPosts .topTabContent .category-single-post .post-img {
    margin-bottom: 10px;
    border-bottom: 1.4px solid #c7c6c6; }
    .top-hot-recent .topTabPosts .topTabContent .category-single-post .post-img .post-title{
      margin-bottom: 12px;}
    .top-hot-recent .topTabPosts .topTabContent .category-single-post .post-img .post-title span {
      width: 25px;
      margin: auto 15px; }
    .top-hot-recent .topTabPosts .topTabContent .category-single-post .post-img .post-title a {
      font-size: 16px;
      line-height: 24px;
      color: #313131; 
      width: 90%;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .top-hot-recent .topTabPosts .topTabContent .category-single-post .post-img .post-title a:hover {
        color: #184b9b; }

/*推荐*/
.entry-content {
  font-size: 17px;
  line-height: 1.5em;
  text-align: justify; }

.single-entry-footer {
  padding: 7px 0; }
  .single-entry-footer .categorized-under {
    display: none; }
  .single-entry-footer .awaken-category-list, .single-entry-footer .tagged-under {
    display: none; }
  .single-entry-footer .awaken-tag-list a {
    background: none;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none; }
    .single-entry-footer .awaken-tag-list a:hover {
      color: #f27c37; }

.singleRelatedPos .wp_rp_wrap .wp_rp_content .related_post_title {
  color: #313131;
  font-size: 23px;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
  border-bottom: 1.4px solid #f27c37; }

.singleRelatedPos .wp_rp_wrap .wp_rp_content .related_post {
  margin: 0 -5px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .singleRelatedPos .wp_rp_wrap .wp_rp_content .related_post li {
    width: 25% !important;
    margin: 0 !important;
    padding: 0 5px !important; }
    .singleRelatedPos .wp_rp_wrap .wp_rp_content .related_post li .wp_rp_title {
      -o-text-overflow: -o-ellipsis-lastline;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-size: 14px !important; }
    .singleRelatedPos .wp_rp_wrap .wp_rp_content .related_post li img {
      width: 100% !important;
      height: auto !important; }

.comments-area {
  margin: 23px 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

  @media (max-width: 768px) {
    .singleRelatedPos .wp_rp_wrap .wp_rp_content .related_post li {
      width: 50% !important;
      padding: 0 10px !important; } }
  
  @media (max-width: 480px) {
    .singleRelatedPos .wp_rp_wrap .wp_rp_content .related_post li .wp_rp_title {
      overflow: unset !important; } }
  
  @media (max-width: 360px) {
    .singleRelatedPos .wp_rp_wrap .wp_rp_content .related_post li .wp_rp_title {
      overflow: unset !important; }
    .singleRelatedPos .wp_rp_wrap .wp_rp_content .related_post li {
      width: 100% !important; } }