.index {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index .index-policy {
  width: 100%;
  height: 215px;
  margin-top: 25px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background-color: rgba(216, 181, 155, 0.4);
}
.index .index-policy > img {
  width: auto;
}
.index .index-recommend {
  width: 100%;
  height: auto;
}
.index .index-recommend .index-recommend-main {
  width: 1050px;
  height: 620px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.index .index-recommend .index-recommend-main .index-recommend-tag {
  height: 28px;
  line-height: 28px;
  background-color: #2a3458;
  color: #d8b49a;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  top: 15px;
}
.index .index-recommend .index-recommend-main > li:nth-of-type(1) {
  width: 600px;
  height: 100%;
  float: left;
  margin-right: 8px;
  position: relative;
}
.index .index-recommend .index-recommend-main > li:nth-of-type(1) > a {
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
  display: block;
  position: relative;
}
.index
  .index-recommend
  .index-recommend-main
  > li:nth-of-type(1)
  > a
  .index-recommend-div {
  width: 100%;
  height: 100%;
}
.index .index-recommend .index-recommend-main > li:nth-of-type(2) {
  width: calc(100% - 600px - 8px);
  height: 100%;
  float: left;
}
.index .index-recommend .index-recommend-main > li:nth-of-type(2) > div {
  width: 100%;
  height: calc((100% - 8px) / 2);
  margin-bottom: 8px;
  position: relative;
}
.index
  .index-recommend
  .index-recommend-main
  > li:nth-of-type(2)
  > div:last-child {
  margin-bottom: 0;
}
.index .index-recommend .index-recommend-main .index-recommend-hover {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  background-color: rgba(42, 52, 88, 0.9);
  cursor: pointer;
  opacity: 0;
  display: table;
  position: absolute;
  left: 0;
  top: 0;
}
.index .index-recommend .index-recommend-main .index-recommend-hover > div {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.index .index-recommend .index-recommend-main .index-recommend-hover > div > p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-hover
  > div
  .highlight {
  color: #d8b59b;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-hover
  > div
  .address {
  font-weight: 400;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-hover
  > div
  > div {
  width: 70px;
  height: 5px;
  background-color: #ffffff;
  display: inline-block;
  margin: 25px 0;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-hover
  > div
  > ul {
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-hover
  > div
  > ul
  > li {
  width: auto;
  height: auto;
  margin-right: 5px;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-hover
  > div
  > ul
  > li
  > img {
  width: 22px;
  height: 13px;
  -o-object-fit: fill;
  object-fit: fill;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-hover
  > div
  > ul
  > li
  > span {
  font-size: 18px;
  color: #c59981;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-hover
  > div
  > ul
  > li:last-child {
  margin-right: 0;
}
.index .index-recommend .index-recommend-main .index-recommend-hover:hover {
  opacity: 1;
}
.index .index-recommend .index-recommend-main .index-recommend-bottom {
  width: 100%;
  height: 90px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(rgba(42, 52, 88, 0.5)),
    to(rgba(42, 52, 88, 0.9))
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(42, 52, 88, 0.5),
    rgba(42, 52, 88, 0.9)
  );
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index .index-recommend .index-recommend-main .index-recommend-bottom > p {
  max-width: 260px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.index .index-recommend .index-recommend-main .index-recommend-bottom > ul {
  width: auto;
  height: auto;
  margin-left: auto;
}
.index .index-recommend .index-recommend-main .no-bg {
  background: none;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-bottom
  > ul
  > li {
  width: auto;
  height: auto;
  margin-right: 5px;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-bottom
  > ul
  > li
  > img {
  width: auto;
  height: 15px;
  -o-object-fit: fill;
  object-fit: fill;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-bottom
  > ul
  > li
  > span {
  font-size: 18px;
  color: #c59981;
  margin-right: 2px;
}
.index
  .index-recommend
  .index-recommend-main
  .index-recommend-bottom
  > ul
  > li:last-child {
  margin-right: 0;
}
.index .index-recommend .index-recommend-btn {
  width: 185px;
  height: 30px;
  margin: 20px auto 80px;
  background-color: #2a3458;
  color: #d8b49a;
  font-size: 15px;
  letter-spacing: 2px;
}

.index-news {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 55px;
  background-color: rgba(216, 181, 155, 0.35);
}
.index-news .index-news-ul {
  width: calc(1050px + 20px);
  height: auto;
  padding: 20px 25px 0px;
  margin: 0 auto;
  overflow: hidden;
}
.index-news .index-news-ul .index-news-li {
  width: calc((100% - 25px * 2) / 3);
  height: 650px;
  margin-right: 25px;
  margin-bottom: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  float: left;
  background-color: #ffffff;
}
.index-news .index-news-ul .index-news-li .index-news-img {
  width: 100%;
  height: 215px;
  margin-bottom: 40px;
  position: relative;
}
.index-news .index-news-ul .index-news-li .index-news-img > img {
  width: 100%;
  height: 100%;
}
.index-news .index-news-ul .index-news-li .index-news-img > p {
  width: auto;
  height: 24px;
  padding: 0 15px;
  border-radius: 24px;
  background-color: #d7a68f;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "SemiBold";
}
.index-news .index-news-ul .index-news-li .index-news-img:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.35)),
    color-stop(75%, transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.index-news .index-news-ul .index-news-li .index-news-title {
  padding: 0 30px;
  font-size: 19px;
  color: #173d62;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 25px;
}
.index-news .index-news-ul .index-news-li .index-news-content {
  font-size: 14px;
  color: #777777;
  padding: 0 30px;
  line-height: 19px;
  margin-bottom: 20px;
}
.index-news .index-news-ul .index-news-li .index-news-more {
  color: #d7a68e;
  font-size: 12px;
  padding: 0 30px;
  text-transform: uppercase;
}
.index-news .index-news-ul .index-news-li .index-news-bottom {
  width: 100%;
  height: 45px;
  padding: 0 30px;
  font-size: 12px;
  color: #adadad;
  border-top: 1px solid #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-news .index-news-ul .index-news-li:nth-of-type(3n) {
  margin-right: 0;
}
.index-news .index-news-ul .index-news-li:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.index-news .index-news-ul .index-news-li:hover .index-news-img:after {
  opacity: 0.6;
}
.index-news .index-news-btn {
  width: 185px;
  height: 30px;
  margin: 15px auto 0;
  background-color: #2a3458;
  color: #d8b49a;
  font-size: 15px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1050px) {
  .index .index-policy {
    height: auto;
  }
  .index .index-policy > img {
    width: 100%;
  }
  .index .index-recommend .index-recommend-main {
    width: 100%;
    height: auto;
    padding: 0 10px;
  }
  .index .index-recommend .index-recommend-main > li:nth-of-type(1) {
    width: 100%;
  }
  .index .index-recommend .index-recommend-main > li:nth-of-type(2) {
    width: 100%;
  }
  .index .index-recommend .index-recommend-btn {
    margin: 10px auto 40px;
  }

  .index-news .index-news-title {
    height: 110px;
  }
  .index-news .index-news-ul {
    width: 100%;
  }
  .index-news .index-news-ul .index-news-li {
    width: calc((100% - 25px) / 2);
    height: 450px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .index-news .index-news-ul .index-news-li .index-news-img {
    margin-bottom: 10px;
  }
  .index-news .index-news-ul .index-news-li .index-news-img > p {
    width: 100px;
    line-height: 24px;
    right: auto;
    left: 10px;
    top: 10px;
    display: block;
  }
  .index-news .index-news-ul .index-news-li .index-news-title {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .index-news .index-news-ul .index-news-li .index-news-more {
    padding: 0 10px;
    text-align: right;
    margin-bottom: 10px;
  }
  .index-news .index-news-ul .index-news-li .index-news-content,
  .index-news .index-news-ul .index-news-li .index-news-bottom {
    display: none;
  }
  .index-news .index-news-ul .index-news-li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .index-news .index-news-ul .index-news-li:nth-of-type(2n) {
    margin-right: 0;
  }
  .index-news .index-news-btn {
    margin: 10px auto 40px;
  }
}

/*# sourceMappingURL=index.css.map */
