@charset "UTF-8";
/*内容 */
main {
  margin-top: 180px;
  width: 100%;
}
main > .main-div {
  text-align: center;
  /*搜索*/
  /*内容*/
}
main > .main-div > .head-search {
  width: 100%;
  height: 448px;
  position: relative;
  margin-bottom: 20px;
  /*搜索框*/
  /*筛选*/
}
main > .main-div > .head-search > .search-div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 960px;
  height: 244px;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
}
main > .main-div > .head-search > .search-div .search-ul {
  display: flex;
  margin-bottom: 22px;
}
main > .main-div > .head-search > .search-div .search-ul li {
  width: 152px;
  height: 52px;
  text-align: center;
  color: #FFFfff;
  background: #2F3941;
  font-size: 16px;
  line-height: 52px;
  margin-right: 36px;
  border-radius: 8px;
  cursor: pointer;
}
main > .main-div > .head-search > .search-div .search-ul .opt {
  background: #E4002B;
}
main > .main-div > .head-search > .search-div .search-box {
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  border: 2px solid #FF0000;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  margin-bottom: 20px;
}
main > .main-div > .head-search > .search-div .search-box .search-glass {
  height: 30px;
  margin: 18px;
}
main > .main-div > .head-search > .search-div .search-box .search-text {
  border: none;
  height: 30px;
  width: 600px;
  margin: 18px 12px;
  font-size: 20px;
}
main > .main-div > .head-search > .search-div .search-box .search-close {
  cursor: pointer;
  height: 28px;
  margin: 18px 12px;
}
main > .main-div > .head-search > .search-div .search-box .search-btn {
  cursor: pointer;
  color: #FFFfff;
  font-size: 20px;
  margin-left: 20px;
  width: 138px;
  height: 66px;
  line-height: 66px;
  background: #FF0000;
  border-radius: 0px 8px 8px 0px;
  border: none;
}
main > .main-div > .head-search > .search-div .search-box .search-btn:active {
  border: none;
}
main > .main-div > .head-search > .search-div .search-type {
  display: flex;
}
main > .main-div > .head-search > .search-div .search-type .select-box {
  margin-right: 40px;
  font-size: 16px;
  display: flex;
  border: none;
  color: #FFFfff;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100px;
  background: url("../image/pull-down2.png") no-repeat scroll right 5px center transparent;
}
main > .main-div > .head-search > .search-div .search-type .select-box option {
  color: #2F2F2F;
  background: #FFFfff;
  opacity: 0.7;
}
main > .main-div > .cont {
  margin-top: 20px;
  /*图片*/
}
main > .main-div > .cont > .cont-title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bolder;
}
main > .main-div > .cont > .cont-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
main > .main-div > .cont > .cont-img .left {
  margin-right: 6px;
}
main > .main-div > .cont > .cont-img .left .left-top {
  display: flex;
  margin-bottom: 6px;
}
main > .main-div > .cont > .cont-img .left .left-top div:first-of-type {
  margin-right: 6px;
  width: 439px;
  height: 244px;
}
main > .main-div > .cont > .cont-img .left .left-top div:first-of-type > a img {
  width: 440px;
  height: 246px;
}
main > .main-div > .cont > .cont-img .left .left-top div:last-of-type {
  width: 244px;
  height: 244px;
}
main > .main-div > .cont > .cont-img .left .left-top div:last-of-type > a img {
  width: 246px;
  height: 246px;
}
main > .main-div > .cont > .cont-img .left .left-button {
  display: flex;
}
main > .main-div > .cont > .cont-img .left .left-button div:first-of-type {
  margin-right: 6px;
  width: 245px;
  height: 245px;
}
main > .main-div > .cont > .cont-img .left .left-button div:first-of-type > a img {
  width: 245px;
  height: 245px;
}
main > .main-div > .cont > .cont-img .left .left-button div:last-of-type {
  width: 438px;
  height: 245px;
}
main > .main-div > .cont > .cont-img .left .left-button div:last-of-type > a img {
  width: 438px;
  height: 245px;
}
main > .main-div > .cont > .cont-img .right {
  display: flex;
}
main > .main-div > .cont > .cont-img .right .right-left {
  margin-right: 6px;
  width: 252px;
  height: 495px;
}
main > .main-div > .cont > .cont-img .right .right-left a img {
  display: inline-block;
  width: 254px;
  height: 497px;
}
main > .main-div > .cont > .cont-img .right .right-right div:first-of-type a img {
  display: inline-block;
  width: 245px;
  height: 246px;
}
main > .main-div > .cont > .cont-img .right .right-right div:first-of-type {
  width: 246px;
  height: 246px;
  margin-bottom: 3px;
}
main > .main-div > .cont > .cont-img .right .right-right div:last-of-type {
  width: 246px;
  height: 246px;
}
main > .main-div > .cont > .cont-img .right .right-right div:last-of-type a img {
  display: inline-block;
  width: 246px;
  height: 246px;
}
main > .main-div > .cont > .city-list {
  margin-top: 40px;
}
main > .main-div > .cont > .city-list .city-item {
  margin-top: 20px;
}
main > .main-div > .cont > .city-list .city-item .city-title {
  color: #84888B;
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}
main > .main-div > .cont > .city-list .city-item .city-ul {
  display: flex;
  text-align: center;
  color: #616a6d;
  flex-wrap: wrap;
}
main > .main-div > .cont > .city-list .city-item .city-ul li {
  width: 16.66666667%;
  font-size: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: bold;
}
main > .main-div > .cont > .city-list .city-item .city-ul li:hover {
  color: #FF7385;
}
.animation {
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.animation:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.animation:hover:after {
  height: 25%;
}
.img-txt {
  display: block;
  padding: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
  color: #FFFfff;
  text-align: left;
}
.img-txt > .img-txt-title {
  font-size: 20px;
  font-weight: bolder;
}
/*# sourceMappingURL=city.css.map */