.wrap {
  background: #fff;
  padding-bottom: 50px;
}
.wrap:after {
  display: none;
}
.wrap .header {
  height: 150px;
  background: url('../img/cityImg/index/bgHeader.png') no-repeat center center;
}
.wrap .header > div,
.wrap .content,
.wrap .footer > div {
  width: 1136px;
  min-width: 1136px;
  color: #fff;
}
.wrap .header > div .title,
.wrap .content .title,
.wrap .footer > div .title {
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #fff;
  margin: 0;
}
.wrap .header > div .text,
.wrap .content .text,
.wrap .footer > div .text {
  height: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  margin-top: 16px;
}
.wrap .content-index .cityTitle {
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
.wrap .content-index .subNav {
  color: #333;
  margin-bottom: 30px;
}
.wrap .content-index .subNav .span {
  width: 80px;
  font-size: 16px;
  font-weight: bold;
  color: #ba926b;
  line-height: 34px;
}
.wrap .content-index .subNav .navBox {
  width: calc(100% - 80px);
}
.wrap .content-index .subNav .navBox .navItem {
  width: 88px;
  height: 34px;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
  font-size: 16px;
  line-height: 34px;
  color: #999999;
  text-align: center;
  cursor: pointer;
}
.wrap .content-index .subNav .navBox .navItem:hover {
  color: #ba926b;
}
.wrap .content-index .subNav .navBox .navItem.cur {
  background-image: linear-gradient(-76deg, #c99350 0%, #e6c487 100%);
  color: #fff;
  font-weight: bold;
}
.wrap .content-index .cityEvents {
  overflow: hidden;
}
.wrap .content-index .cityEvents .matter-item {
  float: left;
  font-size: 16px;
  line-height: 20px;
  margin-right: 32px;
  margin-bottom: 30px;
  width: 260px;
  color: #000;
  height: 174px;
  border: solid 1px #e5e5e5;
  line-height: 1.5;
}
.wrap .content-index .cityEvents .matter-item .matter-img {
  height: auto;
  margin-top: 25px;
}
.wrap .content-index .cityEvents .matter-item .matter-name {
  margin-top: 20px;
}
.wrap .content-index .cityEvents .matter-item img {
  height: auto;
}
.wrap .content-index .cityEvents .matter-item:nth-child(4n) {
  margin-right: 0;
}
.wrap .content-index .cityEvents .matter-item:hover .matter-img {
  margin-top: 0;
}
.wrap .content-index .btnMore {
  color: #ceb88d;
  font-size: 16px;
  height: 50px;
}
.wrap .content-index .btnMore .more {
  cursor: pointer;
}
.wrap .content-index .btnMore span {
  margin-right: 6px;
}
.wrap .content-index .btnMore .img2 {
  display: none;
}
.wrap .content-index .btnMore.cur .img1 {
  display: none;
}
.wrap .content-index .btnMore.cur .img2 {
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .content,
  .footer > div {
    width: 100%;
    min-width: 100%;
    padding: 0;
    padding-top: 45px;
  }
}
