@charset "UTF-8";
/* 走进博乐 */
.footer-yqlj {
  margin-top: 0;
}

/* 概况 */
.wrapper-gk {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(../images/zjbl_bg1.png) no-repeat center top;
}
.gk-img img {
  float: left;
}
.gk-img img:nth-child(1) {
  width: 16%;
  position: relative;
  left: -100px;
}
.gk-img img:nth-child(2) {
  width: 84%;
}

.gk-content {
  margin-top: 20px;
}
.gk-content p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 40px;
}

.gk-list {
  padding: 30px 0;
  margin: 0 -15px;
}
.gk-list li {
  width: 16.666666%;
  padding: 0 15px;
  float: left;
}
.gk-list li a {
  display: block;
  text-align: center;
  line-height: 60px;
  background: url(../images/zjbl_gk_bg1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
}
.gk-list li a:hover {
  background: url(../images/zjbl_gk_bg2.png) no-repeat;
  color: #fff;
}

/* 风景名胜 */
.fj-img {
  position: relative;
  left: -100px;
  margin-bottom: 30px;
}

.fj-list {
  margin: 0 -10px;
}
.fj-list li {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.fj-list li a {
  display: block;
}
.fj-list li img {
  width: 100%;
  height: 170px;
}
.fj-list li .fj-list-content {
  width: 80%;
  margin-left: 10%;
  margin-top: -70px;
  padding: 20px 15px;
  background: #ffffff;
  border-bottom: 5px solid #004986;
  position: relative;
  z-index: 2;
}
.fj-list li .fj-list-content h3 {
  font-size: 17px;
  font-weight: bold;
  color: #004986;
  line-height: 18px;
}
.fj-list li .fj-list-content p {
  line-height: 26px;
  padding-top: 5px;
  font-size: 13px;
  color: #666666;
}

/* 场馆 */
.wrapper-cg {
  padding: 40px 0;
  background: url(../images/zjbl_bg2.png) no-repeat center top;
  background-size: cover;
}
.cg-list {
  margin: 0 -10px;
}
.cg-list li {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.cg-list li:nth-child(odd) a {
  background: #1492ff;
}
.cg-list li:nth-child(even) a {
  background: #36bdda;
}
.cg-list li a {
  display: block;
  padding: 20px 30px;
}
.cg-list li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
}
.cg-list li img {
  width: 100%;
  height: 150px;
  margin-top: 10px;
}
.cg-list li p {
  height: 116px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  overflow: hidden;
}
/* 图说博乐 */
.wrapper-ts {
  padding-top: 20px;
  padding-bottom: 50px;
  background: url(../images/zjbl_bg3.png) no-repeat top;
}
.ts-img {
  position: relative;
  left: -100px;
  margin-bottom: 30px;
}
.ts-list {
  margin: 0 -10px;
}
.ts-list li {
  width: 25%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}
.ts-list li a {
  display: block;
  position: relative;
  height: 190px;
  overflow: hidden;
}
.ts-list li a:hover p {
  display: block;
}
.ts-list li a:hover img {
  width: 120%;
  height: 120%;
}
.ts-list li img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ts-list li p {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 100, 172, 0.5));
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  padding: 0 20px;
}

@media screen and (max-width: 1300px) {
  .gk-img img:nth-child(1) {
    width: 16%;
    position: relative;
    left: 0;
  }
  .fj-img {
    left: 0;
  }
  .ts-img {
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .fj-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .cg-list li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gk-img {
    text-align: center;
  }
  .gk-img img {
    float: none;
  }
  .gk-img img:nth-child(1) {
    width: 100px;
    margin-bottom: 20px;
  }
  .gk-img img:nth-child(2) {
    width: 100%;
  }
  .gk-list li {
    width: 50%;
    margin-bottom: 15px;
  }
  .gk-list li a {
    font-size: 16px;
  }
  .ts-list li {
    width: 50%;
  }
  .fj-img {
    text-align: center;
  }
  .fj-img img {
    width: 80%;
    max-width: 200px;
  }
  .ts-img {
    text-align: center;
  }
  .ts-img img {
    width: 80%;
    max-width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .fj-list li {
    width: 100%;
  }
  .cg-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .ts-list li {
    width: 100%;
  }
}
