﻿.zjfj-container {
  background-color: #f4f8ff;
  background-image: url(../images/yj-fj-zjfj-img-bg-1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  padding-top: 422px;
  text-align: center;
}
.box {
  background-color: #fff;
  box-shadow: 0px 4px 30px 0 rgba(30, 40, 61, 0.1);
}
.section-title-img {
  width: 32.7857%;
  margin-top: 40px;
}
.detail-btn {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #0649a5;
  border: solid 1px #0649a5;
  transition: all 0.3s ease;
}
.detail-btn:hover {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}
.detail-btn img {
  margin-left: 16px;
  vertical-align: top;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

/* #region 奉节概况 */
.fjgk-container {
  padding: 0 35px 40px;
}
.fjgk-container p {
  text-align: left;
  font-size: 16px;
  color: #333;
  line-height: 2.25;
  margin-top: 40px;
}
.fjgk-container p .detail {
  color: #0649a5;
}
/* #endregion 奉节概况 */

.section-bg-1 {
  background-image: url(../images/yj-fj-zjfj-img-bg-2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

/* #region box-type-1 */
.box-type-1 {
  margin-top: 40px;
  height: 460px;
}
.box-type-1 .img-container {
  overflow: hidden;
  float: left;
  width: 57.857%;
  height: 100%;
}
.box-type-1 .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-type-1 .img-container img:hover {
  animation: scale-draw 20s ease-in-out infinite;
}
.box-type-1 .content-container {
  float: left;
  width: 42.143%;
  padding: 35px;
  text-align: left;
  height: 100%;
}
.box-type-1 .content-container p {
  color: #333;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 9; /*设置多行的行数*/
}
.box-type-1 .content-container .detail-btn {
  position: absolute;
  bottom: 35px;
  left: 35px;
}
/* #endregion box-type-1 */

/* #region 自然地理 */
.zrdl-container .img-container {
  float: right;
}
/* #endregion 自然地理 */

/* #region 经济发展 */
.jjfz-img {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
}
/* #endregion 经济发展 */

.section-bg-2 {
  background-image: url(../images/yj-fj-zjfj-img-bg-3.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

/* #region box-type-2 */
.box-type-2 {
  width: 48.57%;
}
.box-type-2 .section-title-img {
  width: 67.5%;
}
.box-type-2 .box {
  margin-top: 40px;
}
.box-type-2 .box .img-container {
  height: 280px;
  overflow: hidden;
}
.box-type-2 .box .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-type-2 .box .img-container img:hover {
  animation: scale-draw 20s ease-in-out infinite;
}
.box-type-2 .box .content-container {
  height: 220px;
  padding: 35px;
}
.box-type-2 .box .content-container p {
  text-align: left;
  font-size: 16px;
  color: #333;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 5; /*设置多行的行数*/
}
.box-type-2 .detail-btn {
  margin: 40px auto;
  position: relative;
  left: unset;
  bottom: unset;
}
/* #endregion box-type-2 */

/* #region 社会事业 */
.shsy-container {
  float: left;
}
/* #endregion 社会事业 */

/* #region 行政区划 */
.xzqh-container {
  float: right;
}
/* #endregion 行政区划 */

@keyframes scale-draw {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
}
