@charset "UTF-8";
/**!
 * 大连普金新区专题
 * date:2023-04-12
 * author: guohanyu;
 */
.main {
  background: url("../images/public_page/bg.jpg") no-repeat top left;
  background-size: 100% 100%;
  padding: 49px 0;
}

.main-tt {
  position: relative;
  line-height: 36px;
  height: 36px;
  font-size: 34px;
  font-weight: bold;
  color: #1966bf;
  text-align: center;
}

.main-tt span {
  color: #333;
}

.main-tt::before, .main-tt::after {
  position: absolute;
  content: '';
  height: 14px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-tt::before {
  background-image: url("../images/public_page/tt_left.png");
  background-position: right center;
  left: 0;
  right: calc(50% + 103px);
}

.main-tt::after {
  background-image: url("../images/public_page/tt_right.png");
  background-position: left center;
  right: 0;
  left: calc(50% + 103px);
}

.main-title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 5px;
  color: #1A67C1;
  text-align: center;
}

.main-text {
  margin: 42px 0 58px;
  font-size: 18px;
  line-height: 34px;
  color: #333333;
}

.mt40 {
  margin-top: 50px;
}

.box {
  padding: 40px 16px 22px 17px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 164, 176, 0.16);
          box-shadow: 0px 0px 10px 0px rgba(153, 164, 176, 0.16);
}

/* 金普概况 */
.survey {
  margin-top: 40px;
}

.survey-video {
  width: 52%;
  height: 402px;
}

.survey-video .video-js {
  width: 100%;
  height: 100%;
}

.survey-box {
  width: calc(48% - 26px);
}

.survey-tt {
  position: relative;
  height: 52px;
  line-height: 34px;
  font-size: 22px;
  padding-left: 60px;
  font-weight: 600;
  color: #1966bf;
  border-bottom: 1px solid #CFD8E2;
}

.survey-tt::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 34px;
  content: '';
  background: url("../images/jinshitan/suvery-icon.png") no-repeat center;
}

.survey-tt::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
  width: 36px;
  height: 0px;
  content: '';
  border: 1px solid #2B72C4;
}

.survey-txt {
  margin-top: 10px;
  line-height: 32px;
  overflow: hidden;
  font-size: 16px;
}

.project-list {
  margin-top: 50px;
  margin-right: -24px;
}

.project-item {
  margin: 0 24px 24px 0;
  width: calc((100% - 97px)/4);
  height: 334px;
}

.project-item-href {
  position: relative;
  padding: 34px 19px;
  display: block;
  height: 100%;
}

.project-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.project-item-text {
  position: relative;
  z-index: 5;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  color: #2B72C4;
  -webkit-text-stroke: 1px #fff;
}

@media (max-width: 1199px) {
  .impression-swiper,
  .impression-list,
  .survey-video,
  .survey-box {
    float: none !important;
    width: 100%;
  }
  .survey-box {
    margin-top: 15px;
  }
  .project-item {
    width: calc((100% - 73px)/3);
  }
}

@media (max-width: 767px) {
  .project-item {
    width: calc(100% - 25px);
  }
}

@media (max-width: 420px) {
  .project-item {
    width: calc(100% - 25px);
  }
}

.main-tt span >a{
    color: #333;
}
.survey-tt >a{
	color: #1966bf;
}
.main-title >a{
	color: #1A67C1;
}

/*20230424*/
.survey-txt p{
	text-indent:2em;
}

.survey-txt >a{
	color:#333;
}
.notice-detail{
	color: #0a49ec;
    text-decoration: underline;
}