.header-content .hot-keyword label {
    color: rgba(0, 0, 0, 0.672);
}
.header-content .hot-keyword a {
    color: rgba(0, 0, 0, 0.552);
}
.rumor-article {
    margin-top: 80px;
}

.rumor-title {
    margin-bottom: 29px;
    font-size: 38px;
    font-weight: 500;
    color: #353b40;
    line-height: 53px;
}
.rumor-info {
    margin-bottom: 60px;
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 20px;
}
.rumor-info span + span {
    margin-left: 34px;
}
.rumor-content {
    width: 850px;
    font-size: 16px;
    font-weight: 400;
    color: #3d3d3d;
    line-height: 28px;
    overflow: hidden;
}
.rumor-content img,
.rumor-content video,
.rumor-content audio {
    max-width: 100%;
    vertical-align: middle;
}
.rumor-content_label {
    margin-bottom: 9px;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}
.rumor-content_label::before {
    display: inline-block;
    margin-right: 14px;
    width: 8px;
    height: 8px;
    content: "";
    vertical-align: middle;
    background-color: #000000;
    border-radius: 50%;
}

.rumor-aside {
    position: relative;
    width: 300px;
    padding: 0 25px 80px;
}
.rumor-keyword {
    margin-bottom: 24px;
}
.rumor-keyword_label {
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 17px;
}
.rumor-keyword a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #004FED;
    line-height: 22px;
    letter-spacing: 1px;
    position: relative;
}
.rumor-keyword a::before {
    display: inline-block;
    position: absolute;
    content: "/";
    left: -2px;
    top: -11px;
    font-size: 12px;
    font-weight: bold;
    color: #004FED;
    line-height: 47px;
    letter-spacing: 2px;
}
.rumor-keyword a:hover {
    color: #004fed;
}
.rumor-handler {
    margin-bottom: 15px;
}
.rumor-handler_label {
    padding: 12px 13px 12px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    letter-spacing: 1px;
    border-right: 1px solid rgba(151, 151, 151, 0.13);
    position: relative;
}
.rumor-handler_label1::before {
    display: inline-block;
    position: absolute;
    content: "1";
    left: -10px;
    top: 2px;
    font-size: 40px;
    font-weight: bold;
    color: #EAEAEA;
    line-height: 47px;
    letter-spacing: 2px;

}
.rumor-handler_label2::before {
    display: inline-block;
    position: absolute;
    content: "2";
    left: -10px;
    top: 2px;
    font-size: 40px;
    font-weight: bold;
    color: #EAEAEA;
    line-height: 47px;
    letter-spacing: 2px;

}
.rumor-handler_list {
    width: 185px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
    box-sizing: border-box;
    padding-left: 10px;
}
.rumor-aside .social-share {
    position: absolute;
    left: 25px;
    bottom: 5px;
}

.rumor-keyword_img{
    width: 124px;
    height: 89px;
    background: url(/assets/images/new/guanjianci.png);
    background-size: 100%;
  }
  .rumor-keyword_class{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    letter-spacing: 1px;
    margin-top: 20px;
  }
  .span_time{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .rumor_box{
    box-sizing: border-box;
    border: 1px solid rgba(151, 151, 151, 0.2);
    width: 300px;
    padding: 20px;
  }
  .rumor-handler_list_name{
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.13);
  }
  .rumor-handler_list_cheng{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    letter-spacing: 1px;
    margin-top: 5px;
  }
  .rumor-handler_list .rumor-handler_list_cheng+.rumor-handler_list_cheng{
    margin-top: 10px;
  }