/*
 * @Author: lminjuan 
 * @Date: 2022-04-01 09:21:12 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-06 09:47:50
 */
.main {
  overflow: hidden;
  background: url("../images/property/bg5.png") left top no-repeat;
  background-size: cover;
}

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

.breadcrumb {
  margin-top: 19px;
}

.detail {
  margin: 19px 0 35px 0;
  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;
  overflow: hidden;
  min-height: 450px;
}

.title {
  margin-top: 38px;
  text-align: center;
  /* font-size: 34px; */
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-weight: bold;
}

.information {
  margin: 0 auto;
  margin-top: 31px;
  font-size: 0;
  text-align: center;
  width: 1254px;
  height: 76px;
  line-height: 76px;
  background: url("../images/property/bg7.png") left top no-repeat;
}

.info {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #9f8764;
}

.read {
  margin: 0 0 0 34px;
}

.frequency {
  margin-right: 2px;
}

.concrete {
  margin: 38px auto 35px auto;
  width: 1208px;
  font-size: 18px;
  color: #494949;
}

.concrete p {
  margin-bottom: 27px;
  line-height: 27px;
}

.concrete p:last-child {
  margin-bottom: 0;
}




/* 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;
}

.concrete img {
	max-width: 100%;
}


/* qgq 2022-09-22 */
.detail-content {
    margin: 35px auto 0;
    padding-bottom: 20px;
    width: 1254px;
    box-sizing: border-box;
}

.detail-table * {
    box-sizing: border-box;
}

.detail-content img {
    max-width: 100%;
}

.detail-table {
    border-top: 1px solid #cbae8b;
    border-left: 1px solid #cbae8b;
}

.detail-table tr td {
    line-height: 29px;
    border-bottom: 1px solid #cbae8b;
}

.detail-table tr td:nth-child(2n-1) {
    width: 250px;
    padding: 10px 40px 10px 0;
    text-align: right;
    color: #524535;
    font-weight: bold;
    font-size: 18px;
    background-color: #fffbf5;
}

.detail-table tr td.detail-title {
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid #cbae8b;
}

.detail-table tr a {
    color: #333;
}

.detail-table tr td:nth-child(2n) {
    width: 376px;
    padding: 10px 40px 10px 40px;
    font-size: 16px;
    border-right: 1px solid #cbae8b;
    border-left: 1px solid #cbae8b;
}

.img-box {
    margin-top: 20px;
    text-align: center;
}
