html{
  font-size: 19px;
}
body,
  * {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif, "黑体";
  }

  #topan {
    position: fixed;
    width: 100%;
    height: 56px;
    bottom: 0px;
    background-color: #f0f4f5;
  }

  #topan_logo {
    float: left;
    width: 42px;
    height: 42px;
    margin: 7px 10px;
    background: url(//m.voc.com.cn/wxhn/images/2016@xhn.png) no-repeat;
    background-size: 42px 42px;
  }

  #topan_word {
    float: left;
    width: 160px;
    height: 17px;
    margin: 20px 0;
    background: url(//m.voc.com.cn/wxhn/images/2016@word.png) no-repeat;
    background-size: 160px 17px;
  }

  #topan_button {
    float: right;
    width: 80px;
    height: 27px;
    margin: 15px 10px 0 0;
    background: url(//m.voc.com.cn/wxhn/images/2016@download.png) no-repeat;
    background-size: 80px 27px;
  }

  #topan_button a {
    float: left;
    width: 81px;
    height: 28px;
  }

  .comment_title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
    letter-spacing: 2px;
    margin-top: 11px;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .comment_title>span {
    font-size: 0.9rem;
    color: #000;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
  }

  .comment_title>span:before,
  .comment_title>span:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e60012;
  }

  .comment_title>span:before {
    left: -12px;
    top: 40%;
  }

  .comment_title>span:after {
    right: -10px;
    top: 40%;
  }

  .commentBox dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 8px;
  }

  .commentBox dt>span {
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
  }

  .commentBox dt>span>img {
    width: 100%;
    height: 100%;
  }

  .commentBox dd {
    flex: 1;
    margin-left: 12px;
    border-bottom: 1px solid #f4f4f4;
  }

  .commentBox dl:last-of-type>dd {
    border-bottom: none;
  }

  .user_name {
    font-size: 14px;
    color: #888888;
  }
  .commentList_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .commentList_box>img{
    width: 30px;
  }
  .commentList_box>div{
    flex: 1;
  }
  .comment_content {
    font-size: 16px;
    color: #111111;
    line-height: 25px;
    margin: 8px 0;
  }
  .hot_comment_content{
    background: linear-gradient(270deg, #FFFFFF 0%, #FFF5E5 100%);
    border-radius: 5px;
    padding: 4px 10px;
    margin-top: 5!important;
  }
  .comment_time {
    font-size: 12px;
    color: #999999;
    margin-bottom: 0;
  }

  .open {
    width: 270px;
    height: 36px;
    display: block;
    margin: 0 auto;
    background: #ff394e;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 18px;
  }

    

    .recommendNews_pic,
    .recommendNews_right {
        float: left;
        margin-left: 0.5rem;
      position: relative;
    }

    .recommendNews_right {
      width: calc(100% - 6.5rem);
      width: -moz-calc(100% - 6.5rem);
      width: -webkit-calc(100% - 6.5rem);
    }

    .recommendNews_pic {
      width: 4.75rem;
      height: 3.5rem;
    }

    .recommendNews_pic img {
        border-radius: 5px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .recommendNews_main_label {
        margin-left: 10px;
        margin-bottom: 10px;
        padding-left: 5px;
        font-weight: bold;
        color: gray;
        border-left: 2px solid darkcyan;
    }

    .recommendNews_right_title {
        /* height: 61px; */
        /* overflow-y:hidden; */
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: .9rem;
        color: #222;
        line-height: 1.2rem;
        padding-left: .5rem;
        height: 2.4rem;
    }

    .recommendNews_right_class {
      display: flex;
      padding: 0 0.2rem 0 .5rem;
      height: 0.85rem;
      position: absolute;
      bottom: 0;
      left: 0;
      color: #777777;
      font-size: 0.65rem;
      text-align: center;
      line-height: 0.85rem;
    }
    .recommendNews_right_class p{
      margin-right: 0.5rem;
      color: #FF3028;
      background: url(../images/hot.png) left center no-repeat;
      background-size: .5rem;
      padding: 0 0 0 .75rem;
    }
    .recommendNews_right_class span{
      padding-right: .5rem;
    }

    .recommendNews_right_class p:last-child{
      background: url(../images/new.png) no-repeat;
      background-size: 100% 100%;
      padding-left: 0.5rem;
    }

    #jump_link {
        position: fixed;
        bottom: 60px;
        right: 20px;
    }

    .auditModeSign{
      position: fixed;
      z-index: 99999;
      width: 100%;
      top: -4px; height:50px; background-color:goldenrod; text-align:center; color:#fff; font-size:16px; line-height:50px; font-weight:bold;
    }

    .topic{
      /* border-bottom: 1px solid #eee; */
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      max-height: 30px;
    }
    .topic .topic_icon{
      background: linear-gradient(134deg, #FF5538 0%, #FF0100 100%);
      border-radius: 4px;
    }
    .topic .topic_title{
      height: 30px;
      line-height: 30px;
      font-size: .9rem;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #333333;
      text-decoration:none;
      padding:0 5px
    }
    table{
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;;
    }
    td, th {
      padding: 5px 10px;
      border: 1px solid #DDD;
    }