#content {
  width: 100%;
  padding: 24px 16px;
  box-sizing: border-box;
}
#content .ad {
  margin-bottom: 16px;
}
#content .ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  line-height: 14px;
}
#content .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .t-title {
  margin-bottom: 24px;
  font-family: b;
  font-weight: bold;
  font-size: 28px;
  color: #333;
  line-height: 33px;
  text-align: center;
}
#content .office_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .office_list .office_item {
  position: relative;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
  padding: 16px;
}
#content .office_list .office_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .office_list .office_item .office_cover {
  width: 100%;
  height: 184px;
  margin-bottom: 12px;
}
#content .office_list .office_item h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 12px;
}
#content .office_list .office_item .location,
#content .office_list .office_item .call {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .office_list .office_item .location img,
#content .office_list .office_item .call img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
#content .office_list .office_item .location span,
#content .office_list .office_item .call span {
  width: 308px;
  height: 16px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .office_list .office_item .call {
  margin-bottom: 14px;
}
#content .office_list .office_item .btn {
  width: 100%;
  padding: 15px 0;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .office_list .office_item .btn span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #999999;
  margin-right: 4px;
}
#content .office_list .office_item .btn img {
  width: 20px;
  height: 20px;
}
#content .office_list .office_item .btn .arrow_bai {
  display: none;
}
