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

  #topan {
    position: fixed;
    width: 100%;
    height: 90px;
    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;
  }

  .comment_content {
    font-size: 16px;
    color: #111111;
    line-height: 25px;
    margin: 8px 0;
  }

  .comment_time {
    font-size: 12px;
    color: #999999;
    padding-bottom: 12px;
  }

  .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%;
    }

    .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: 0.8rem;
        color: #222;
        line-height: 1.05rem;
    }

    .recommendNews_right_class {
      display: block;
      padding: 0 0.2rem;
      height: 0.85rem;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #777777;
      font-size: 0.65rem;
      text-align: center;
      line-height: 0.85rem;
    }

    #jump_link {
        position: fixed;
        bottom: 90px;
        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;
    }
    .auditModeSign>p{
      background-color: goldenrod;
    }
    .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;
    }
    td, th {
      padding: 5px 10px;
      border: 1px solid #DDD;
    }
    /* 风控内容弹窗 */
    .sensitive_img_dialog{
      width: 100%;
      height: 100vh;
      background: #000;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 999;
      display: flex;
      align-items: center;
      display: none;
    }
    .sensitive_img_dialog>i{
      position: absolute;
      width: 30px;
      height: 30px;
      display: block;
      right: 10px;
      top: 10px;
      background-size: 100% 100%!important;
      z-index: 1;
    }
    .sensitive_img_dialog >div{
      max-height: 100%;
      overflow: auto;
    }
    .sensitive_img_dialog  .sensitive_img_scrollbox{
      position: relative;
      width: 100%;
    }
    .sensitive_img_dialog  .sensitive_img_scrollbox img{
      width: 100%;
    }
    #sensitive_img_border_box >span{
      display: block;
      position: absolute;
      width: 10%;
      height: 10%;
      border:3px solid #40a9fe;
      box-sizing: border-box;
    }
    #sensitive_img_border_box > span>span{
      color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      transform: translateY(-100%);
      white-space: nowrap;
      font-size: 15px;
      background: rgba(0,0,0,0.3);
      max-width: none!important;
    }
    .mind_dialog{
      width: 100%;
      max-height: calc(100vh - 100px);
      background: #F5F7FA;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
      position: relative;
      line-height: 1;
      color: #000;
      padding: 5px 10px;
      overflow-y: auto;
      box-sizing: border-box;
      transform: translateY(-100%);
      transition: transform 0.5s;
      z-index: -1;
    }
    .mind_dialog_title{
      display: block;
      text-align: center;
      font-weight: bold;
      line-height: 1.2;
    }
    .block_title {
      display: inline-block;
      color: #666;
      font-weight: bold;
      margin: 10px 0 5px;
  }
  .pageshow_block{
    text-align: left;
    box-sizing: border-box;
  }
  #heima_box{
    display: none;
  }
  .img_block {
    display: flex;
    column-gap: 3%;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  
  .img_block li {
    width: 30%;
    cursor: pointer;
    list-style: none;
  }
  
  .img_block li p {
    width: 100%;
    background: #dc143c;
    text-align: center;
    margin: 0 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 15px;
  }
  
  .img_block li div {
    width: 100%;
    padding-top: 56%;
    position: relative;
  }
  
  .img_block li div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .img_block li .video_timer_box {
    padding: 0;
    font-size: 16px;
    height: 25px;
    background: #fff;
    line-height: 25px;
    padding: 0 5px;
    box-sizing: border-box;
  }
  #sensitive_img_box{
    display: none;
  }
  .video_timer_box{
    padding: 0;
    font-size: 16px;
    height: 25px;
    background: #fff;
    line-height: 25px;
    padding: 0 5px;
    box-sizing: border-box;
}
.mindtag_table_seach {
  width: 100%;
  min-height: 30px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  border: 1px solid #ddd;
  border-bottom: none;
  box-sizing: border-box;
  margin-top: 10px;
}

.mindtag_table_seach span {
  font-size: 12px;
  color: #000;
  line-height: 30px;
}

.mindtag_table_seach h1 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 30px;
}

.mindtag_table_seach .mindtag_seach_tool {
  display: flex;
  align-items: center;
}

.mindtag_table_seach .mindtag_seach_tool span {
  display: flex;
  align-items: center;
  height: 20px;
  padding-right: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
  border-right: 1px solid #e5e5e5;
}

.mindtag_table_seach .mindtag_seach_tool .mindtag_tool_box {
  padding-left: 11px;
  display: flex;
  align-items: center;
}

.mindtag_table_seach .mindtag_seach_tool .mindtag_tool_box > div {
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.mindtag_table_seach .mindtag_seach_tool .mindtag_tool_box > div:nth-child(1) {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzg4OCIgZD0iTTEyIDEwSDRsNC01eiIvPjwvc3ZnPg==) no-repeat;
  background-position: center;
}

.mindtag_table_seach .mindtag_seach_tool .mindtag_tool_box > div:nth-child(2) {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzg4OCIgZD0iTTEyIDZINGw0IDV6Ii8+PC9zdmc+) no-repeat;
  background-position: center;
}
.mindtag_table {
  border: 1px solid #ddd;
  position: relative;
}

.mindtag_table > li {
  color: #444;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  line-height: 20px;
  cursor: pointer;
}

.mindtag_table > li.mindtag_li_sel .mindtag_desc, .mindtag_table > li.mindtag_li_sel .mindtag_name {
  font-weight: 600;
  color: #000;
}

.mindtag_table > li.mindtag_li_sel .mindtag_time {
  color: #006eff;
}

.mindtag_table > li.mindtag_li_sel .mindtag_time::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjIiIGN5PSIzOSIgcj0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMzcpIiBmaWxsPSIjMDA2RUZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: cover;
}

.mindtag_table > li:hover {
  background: #f2f2f2;
}

.mindtag_table > li .mindtag_time {
  padding: 20px 20px 15px 30px;
  position: relative;
}

.mindtag_table > li .mindtag_time::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 29px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjIiIGN5PSI4IiByPSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC02KSIgZmlsbD0iIzg4OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: cover;
}

.mindtag_table > li .mindtag_name {
  padding: 20px 20px 15px 0;
}

.mindtag_table > li .mindtag_desc {
  flex: 1;
  padding: 20px 20px 5px 0;
}
#video_sensitive_box{
  display: none;
}