@charset "UTF-8";
/**!
 * 走进抚顺
 * date:2021-08-02
 * author: wppei;
 */
.loc {
  padding: 17px 0 17px 27px;
  line-height: 25px;
  color: #999;
  background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
  color: #999;
}

.loc-cur {
  color: #015293;
}

.enter {
  margin-bottom: 45px;
  padding: 30px 40px 6px;
  box-shadow: 0px 0px 7px 0px rgba(79, 113, 157, 0.16);
}

.enter-infor-tt {
  margin-bottom: 33px;
  text-align: center;
}

.enter-infor-name {
  position: relative;
  line-height: 36px;
  color: #333;
  font-size: 22px;
  font-weight: bold;
}

.enter-infor-name span {
  color: #015293;
}

.enter-infor-name:before, .enter-infor-name:after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 387px;
  height: 9px;
  background-repeat: no-repeat;
}

.enter-infor-name:before {
  left: -419px;
  background-image: url("../images/enter_left.png");
}

.enter-infor-name:after {
  right: -419px;
  background-image: url("../images/enter_right.png");
}

.enter-infor-con {
  margin-bottom: 42px;
  line-height: 34px;
  font-size: 18px;
  color: #6c727f;
}

.enter-list {
  margin-bottom: 28px;
}

.enter-list .swiper-container {
  height: 253px;
}

.enter-list-box {
  position: relative;
  display: block;
  height: 194px;
  border: 1px solid #eaf0fe;
}

.enter-list-img {
  width: 100%;
  height: 100%;
}

.enter-list-intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 39px;
  padding: 0 10px;
  line-height: 39px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(1, 82, 147, 0.74);
}

.enter-list .swiper-pagination {
  height: 11px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.enter-list .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.enter-list .swiper-pagination-bullet {
  width: 12px;
  height: 11px;
  border-radius: 6px;
  background: #80a8c9;
}

.enter-list .swiper-pagination-bullet-active {
  width: 30px;
  background: #015293;
}

.enter .enter-box-tab {
  float: left;
  width: calc(50% - 25px);
  height: 261px;
  margin-bottom: 37px;
  border: 1px solid #e7efff;
  box-shadow: 0px 0px 2px 0px rgba(21, 105, 188, 0.05);
  overflow: hidden;
}

.enter .enter-box-tab:nth-child(even) {
  margin-left: 25px;
}

.enter .enter-box-tab:nth-child(odd) {
  margin-right: 25px;
}

.enter .enter-box-hd {
  height: 49px;
  padding-left: 28px;
  border-bottom: 1px solid #015293;
}

.enter .enter-box-tt {
  float: left;
  margin-right: 40px;
  color: #015293;
  line-height: 48px;
  font-size: 18px;
}

.enter .enter-box-tt.active {
  position: relative;
  font-size: 20px;
  font-family: "SourceHanSansCN-Medium";
}

.enter .enter-box-tt.active:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 49px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #015293 transparent transparent transparent;
}

.enter .enter-box-bd {
  padding: 27px 20px 0;
}

.infor-left {
  float: left;
  width: 208px;
  height: 156px;
}

.infor-left-img {
  width: 100%;
  height: 100%;
}

.infor-intro {
  height: 144px;
  margin-left: 230px;
  line-height: 24px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
}

/* 980以下 */
@media (max-width: 979px) {
  .enter {
    padding-left: 15px;
    padding-right: 15px;
  }
  .enter-infor-name:before,
  .enter-infor-name:after {
    display: none;
  }
  .enter .enter-box-tab {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .enter .enter-box-tab:nth-child(even) {
    margin-left: 0;
  }
  .enter .enter-box-tab:nth-child(odd) {
    margin-right: 0;
  }
  .infor-left {
    float: none;
    margin: 0 auto 10px;
  }
  .infor-intro {
    margin-left: 0;
  }
}
