.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.banner img {
  width: 100%;
}
.content {
  margin-top: 110px;
}
.title {
  margin-top: 25px;
}
.content p {
  font-family: MicrosoftYaHei;
  font-size: 26px;
  font-weight: bold;
  color: #333;
}
.time {
  float: left;
}
.time img {
  width: 19px;
  height: 19px;
  margin-bottom: 6px;
}
.time span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666;
}
.number {
  float: left;
  margin-left: 80px;
}
.number span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666;
}
.number img {
  height: 17px;
  width: 20px;
  margin-bottom: 6px;
}

article {
  display: block;
  border-top: 1px solid #eee;
  margin-top: 38px;
  border-bottom: solid 1px #070002;
}



.pre_next {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666;
  margin-top: 40px;
}
.pre {
  float: left;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pre *,.next *{
  float: left;
  display: block;
}
.pre > a,.next > a{
  width: 80%;
}

.back {
  float: right;
  width: 40%;
  text-align: right;
}
.back span {
  color: #666;
  margin: 10px;
}
.next {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666;
  margin-top: 38px;
  margin-bottom: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40%;
}
.samecolor {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.blockspan{
  display: inline-block;
  width: 50%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.text1:hover{
  color: #070002;
}
.text2{
  width: auto !important;
  display: block;
  margin-left: 0px !important;
}
.text2:hover span{
  color: #070002;
}
.text3:hover{
  color: #070002;
}

.foot_img{
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .banner img {
    width: 100%;
    height: auto;
  }
  .content {
    margin-top: 20px;
  }
  .title {
    margin-top: 15px;
  }
  .content p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  .time {
    float: left;
  }
  .time img {
    width: 15px;
    height: 15px;
    margin-bottom: 4px;
  }
  .time span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666;
  }
  .number {
    float: left;
    margin-left: 80px;
  }
  .number span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666;
  }
  .number img {
    height: 15px;
    width: 18px;
    margin-bottom: 4px;
  }

  article {
    display: block;
    border-top: 1px solid #eee;
    margin-top: 15px;
    border-bottom: solid 1px #070002;
  }


  .pre_next {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666;
    margin-top: 25px;
  }
  .pre,.next {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: -5px;
  }
  .back {
    float: right;
    width: 45%;
    text-align: right;
  }
  .back span {
    color: #666;
    margin: 10px;
  }
  .next {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .samecolor {
    font-size: 14px;
    color: #666;
    width: 100%;
  }
}
