.zw-cont {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 36px;
}
.zw-cont .location {
  margin-bottom: 37px;
}
.zw-cont .location .location-img {
  width: 10px;
  height: 11.9px;
  margin-right: 9px;
}
.zw-cont .location span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.zw-cont .location span a {
  color: #999999;
  text-decoration: none;
}
.zw-cont .location span a:last-child {
  color: #D61F25;
}
.zw-cont .content {
  width: 100%;
}
.zw-cont .content .zt-item {
  width: 100%;
  height: 321px;
  background: url(../img/zt-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding-left: 36px;
  padding-top: 21px;
}
.zw-cont .content .zt-item .title {
  width: 1099px;
  height: 25px;
  margin: 0 auto;
  margin-bottom: 21px;
}
.zw-cont .content .zt-item .title img {
  width: 1099px;
  height: 25px;
}
.zw-cont .content .zt-item .item-cont {
  overflow: hidden;
}
.zw-cont .content .zt-item .item-cont .picture {
  float: left;
  margin-right: 46px;
  height: 232px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-decoration: none;
}
.zw-cont .content .zt-item .item-cont .picture img {
  display: inline-block;
  width: 161.2px;
  height: 200px;
}
.zw-cont .content .zt-item .item-cont .picture a,
.zw-cont .content .zt-item .item-cont .picture span,
.zw-cont .content .zt-item .item-cont .picture p {
  text-align: center;
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
.zw-cont .content .zt-item .item-cont .info {
  float: left;
}
.zw-cont .content .zt-item .item-cont .info p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
}
.zw-cont .content .zt-item .item-cont .info p a,
.zw-cont .content .zt-item .item-cont .info p span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
