.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 .zhuanti-cont {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.content .zhuanti-cont .zhuanti-item {
  display: block;
  width: 285px;
  float: left;
  margin-right: 20px;
  margin-bottom: 19px;
}
.content .zhuanti-cont .zhuanti-item img {
  width: 100%;
  height: 161.3px;
}
.content .zhuanti-cont .zhuanti-item .zhuanti-title {
  width: 100%;
  height: 49.5px;
  background: #F3F6F9;
  line-height: 49.5px;
  box-sizing: border-box;
  padding: 0 39px 0 38px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .zhuanti-cont .zhuanti-item:nth-child(4n) {
  margin-right: 0;
}
.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;
}
