.centercontent {
  text-align: center;
}

.downview {
  width: 100%;
  border: 1px dashed #CCCCCC;
  text-align: left;
  padding: 10px 20px;
  margin-top: 40px;
  overflow: hidden;
}

.downview .downli {
  margin: 15px 0;
  cursor: pointer;
}

.downview .downli:hover span {
  color: #004FC2;
}

.downview .downli:hover a {
  color: #004FC2;
}

.downview .downli:hover .point {
  background-color: #004FC2;
}

.line {
  border: 1px solid #CCCCCC;
  width: 100%;
  height: 1px;
  margin: 30px 0;
}

.downview .point {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 50%;
}

.downview a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  width: 600px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.downview .timeaddress {
  float: right;
}
.timeaddress span{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  color: #666666;
  text-align: left;
}
.timeaddress  .address{
  width:200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 60px;
}
.details {
  position: relative;
}
.details .title{
  width: 1000px;
}
.downbtn {
  position: absolute;
  right: 0;
  top: 40px;
  width: 140px;
  height: 54px;
  cursor: pointer;
}
.downa{
  color: #2070E4;
  cursor: pointer;
}
