.news_template .heading {
    margin-bottom: 20px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #aaa;
  }
  .news_template .heading .breadcum h2 {
    padding: 6px 0;
    color: #aaa;
    font-size: 13px;
    margin: 0;
  }
  .news_template .content .top_post,
  .news_template .content .top_post .newest_post {
    margin-bottom: 15px;
  }
  .news_template .content .top_post .newest_post .title {
    margin-bottom: 10px;
  }
  .news_template .content .top_post .newest_post .title h3 {
    margin: 0;
  }
  .news_template .content .top_post .newest_post .title h3 a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    color: #5f5d5d;
  }
  .news_template .content .top_post .newest_post .content_post .meta {
    margin-bottom: 10px;
    color: #aaa;
  }
  .news_template .content .top_post .newest_post .content_post .intro_text {
    font-size: 14px;
  }
  .news_template .content .top_post .new_post .intro_text {
    margin: 5px 0;
  }
  .news_template .content .top_post .new_post .intro_text a {
    font-size: 14px;
    color: #5f5d5d;
    font-weight: 400;
  }
  .news_template .content .ads_in_post {
    margin-bottom: 45px;
  }
  .news_template .content .other_post ul li {
    margin: 10px 0;
  }
  .news_template .content .other_post .title h3 {
    margin: 0 0 5px;
  }
  .news_template .content .other_post .title h3 a {
    font-size: 18px;
    color: #56b6b0;
    font-weight: 700;
  }
  .news_template .content .other_post .content .meta {
    color: #6d6d6d;
    margin: 0 0 5px;
  }
  .news_template .content .other_post .content .intro_text {
    font-size: 14px;
  }
  .news_template .content .pagination {
    display: block;
  }
  .news_template .content .pagination ul {
    float: right;
    margin: 0;
  }
  .news_template .content .pagination ul li {
    display: block;
    float: left;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    margin: 0 1px;
    color: #aaa;
  }
  .news_template .content .pagination ul li.active {
    background: #e0e015;
    color: #fff;
  }
  .news_template .content .pagination ul li.middle:hover {
    background: 0 0;
    color: #aaa;
    cursor: default;
  }
  .live_match_template .comment_form > .heading span:hover,
  .news_detail_template .comment_form > .heading > span:hover,
  .videos_template .comment_form > .heading span:hover {
    cursor: pointer;
  }
  .news_template .content .pagination ul li:hover {
    cursor: pointer;
    background: #e0e015;
    color: #fff;
  }
  .news_detail_template .heading .breadcum {
    padding-bottom: 7px;
    border-bottom: 1px dotted #aaa;
  }
  .news_detail_template .heading .breadcum h2 {
    margin: 0;
    color: #aaa;
    font-size: 13px;
  }
  .news_detail_template .heading > h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    color: #5f5d5d;
  }
  .news_detail_template .content .meta::after {
    content: "";
    display: block;
    clear: both;
  }
  .news_detail_template .content .meta .post_time {
    color: #aaa;
    font-size: 12px;
  }
  .news_detail_template .content .meta .post_time p {
    float: left;
  }
  .news_detail_template .content .meta .social {
    float: right;
  }
  .news_detail_template .content > img {
    margin: 0 auto;
    display: block;
  }