.location {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 22px;
}
.location .location-icon {
  width: 10px;
  height: 12px;
  margin-right: 10px;
  vertical-align: baseline;
}
.location span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.location span a {
  color: #333;
  text-decoration: none;
}
.content {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.content .dmtn-cont {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
.content .dmtn-cont .dmtn-item {
  display: block;
  width: 379.6px;
  height: 213px;
  float: left;
  margin-right: 29px;
  margin-bottom: 28px;
  position: relative;
}
.content .dmtn-cont .dmtn-item img {
  width: 100%;
  height: 100%;
}
.content .dmtn-cont .dmtn-item .dmtn-title {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 46px;
  box-sizing: border-box;
  padding: 0 21px 0 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .dmtn-cont .dmtn-item:nth-child(3n) {
  margin-right: 0;
}
.content .dmtn-cont .dmtn-item:hover .dmtn-title {
  display: block;
}
.content .more-btn {
  width: 100%;
  height: 50px;
  background: #F1F8FE;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #0F4C9E;
  cursor: pointer;
}
