@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.container_wrap {
  padding-top: 30px;
  padding-bottom: 325px;
}
.news_moduler {
  padding-top: 25px;
}
.news_moduler a {
  display: block;
}
.news_moduler .item {
  padding: 22px 0px;
  height: 71px;
  box-sizing: border-box;
  border-bottom: 1px dashed #BEBEBE;
}
.news_moduler .item p {
  width: 1000px;
  float: left;
  line-height: 28px;
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.news_moduler .item span {
  float: right;
  margin-top: 10px;
  line-height: 22px;
  font-size: 18px;
  color: #999999;
}
.news_moduler .item:hover p,
.news_moduler .item:hover span {
  color: #d20001;
}
