.content {
  margin-top: 80px;
  overflow: hidden;
}

.con_bt {
  text-align: center;
  padding-bottom: 0px;
  border-bottom: 1px solid #cccccc;
}
.con_bt h1 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 42px;
}
.con_bt p {
  font-size: 16px;
  font-weight: 400;
  color: #89898c;
  line-height: 42px;
  margin-top: 10px;
}
.con_bt p span {
  margin-right: 20px;
}
.con {
  margin-top: 10px;
}

.article {
  margin-top: 40px;
  width: 100%;
  height: 70px;
  background: #ecf2f7;
  padding: 20px 20px;
}
.article p {
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}
.article p a {
  display: inline-flex;
  width: 960px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article p:hover a{
    color:#C11F1B;
}