.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;
  overflow: hidden;
  margin-bottom: 15px;
}
.content .zhibo-title {
  width: 590px;
  height: 66px;
  position: relative;
  margin-bottom: 21px;
}
.content .zhibo-title img {
  width: 590px;
  height: 66px;
}
.content .zhibo-title .check-more {
  display: block;
  position: absolute;
  width: 80px;
  height: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.content .zhibo-cont {
  width: 590px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 30px;
}
.content .zhibo-cont .zhibo-item {
  display: block;
  text-decoration: none;
  width: 254px;
  margin-right: 22px;
  margin-bottom: 25px;
  float: left;
}
.content .zhibo-cont .zhibo-item img {
  width: 100%;
  height: 156px;
}
.content .zhibo-cont .zhibo-item p {
  background: #f3f6f9;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 18px;
}
.content .zhibo-cont .zhibo-item:nth-child(2n) {
  margin-right: 0;
}
.content .video {
  float: left;
  width: 590px;
}
.content .picture {
  float: right;
  width: 590px;
}
