@charset "UTF-8";
/*
 * @Author: lminjuan 
 * @Date: 2022-04-01 09:18:00 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-20 09:22:37
 */
.main {
  background: url("../images/property/bg10.png") left top no-repeat;
  min-height: 692px;
}

.center {
  margin: 0 auto;
  width: 1280px;
}

.breadcrumb {
  margin-top: 18px;
  margin-left: 6px;
}

.content {
  position: relative;
  margin-top: 18px;
  margin-bottom: 33px;
}

.label-li:nth-child(1):hover .label-a,
.label-li:nth-child(1).current .label-a {
  background-image: url("../images/property/icon2.png");
}

.label-li:nth-child(1) .label-a {
  background-image: url("../images/property/icon.png");
}

.bdl {
  width: 1072px;
  background: #fff;
  -webkit-box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
}

.label-r {
  min-height: 599px;
  -webkit-box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
  /* 列表 */
}

.news-items {
  margin-top: 10px;
  height: 510px;
  overflow-y: auto;
}

.news-items > li {
  position: relative;
  margin: 0 30px 0 25px;
  height: 72px;
  line-height: 70px;
  border-top: 1px solid #ebebeb;
  vertical-align: top;
}

.news-items > li:first-child {
  border: 0;
}

.news-items > li > a {
  display: block;
  font-size: 16px;
  color: #000;
  height: 72px;
  line-height: 70px;
  margin-right: 178px;
}

.news-items > li .news-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #999;
}

.pager {
  margin-top: 17px;
}

.title {
  margin-top: 30px;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #000;
}

.text {
  margin-left: 26px;
  margin: 18px 28px 0 26px;
  font-size: 16px;
  color: #393939;
  line-height: 31px;
}

.text p {
  text-indent: 1em;
}

.text img {
  max-width: 100%;
}



/* 2022-04-27  附件*/
.enclosure-hd {
  height: 52px;
  line-height: 52px;
}

.enclosure-tt {
  position: relative;
  float: left;
  padding-left: 19px;
  font-size: 16px;
  color: #376cb0;
}

.enclosure-tt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  display: block;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #376cb0;
}

.enclosure-bd {
  padding-left: 18px;
  line-height: 28px;
  font-size: 0;
  -webkit-text-size-adjust: none;
  margin-bottom: 10px;
}

.enclosure-name {
  display: inline-block;
  vertical-align: top;
  margin-right: 78px;
  padding-left: 26px;
  font-size: 15px;
  color: #666;
  background: url("/images/enclosure_ico.png") left center no-repeat;
}

.enclosure-name:hover {
  color: #376cb0;
}


.enclosure {
  margin: 20px 0 0 20px;
}