@charset "UTF-8";
/*
 *服务办事大厅
 * @Author: qguoqiang
 * @Date: 2022-07-20
 * @Last Modified time: 2022-07-20
 */
.center {
  margin: 0 auto;
  width: 1280px;
  overflow: hidden;
}

.main {
  background: url("../images/detail_public/bg_img.png") center bottom no-repeat;
  background-size: 100% 933px;
}

.content {
  margin-top: 19px;
  padding-top: 32px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.01);
          box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
}

.title {
  line-height: 50px;
  font-size: 34px;
  color: #000;
  text-align: center;
}

.message {
  height: 76px;
  margin-top: 24px;
  padding: 0 14px;
  line-height: 76px;
  text-align: center;
  color: #9f8764;
  background: url("../images/detail_public/head_icon.png") center no-repeat;
}

.message span:nth-child(2) {
  margin-left: 40px;
}

.message a {
  margin-left: 10px;
  color: #9f8764;
}

.tab {
  margin-top: 39px;
}

.tab-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-name {
  width: 161px;
  height: 53px;
  margin-left: 10px;
  line-height: 53px;
  text-align: center;
  background: #e8e8e8;
  color: #686868;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
}

.tab-name.current, .tab-name:hover {
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8.33%, #fe7860), to(#f55236));
  background: linear-gradient(180deg, #fe7860 8.33%, #f55236 100%);
}

.tab-container {
  width: 1200px;
  margin: auto;
  padding-bottom: 55px;
  overflow: hidden;
}

.listed-title {
  margin-top: 29px;
  height: 54px;
  line-height: 24px;
  padding-left: 60px;
  font-size: 20px;
  font-weight: 900;
  color: #af7b3e;
  background: url("../images/detail_public/title_bg.png");
}

.listed-survey {
  margin-top: 17px;
}

.listed-img {
  padding-top: 21px;
  width: 554px;
  height: 423px;
}

.listed-img img {
  width: 100%;
  height: 100%;
}

.listed-info {
  width: 576px;
}

.listed-info-title {
  height: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  line-height: 49px;
  color: #343434;
  border-bottom: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.listed-info-text {
  font-size: 16px;
  line-height: 48px;
  color: #333;
  border-bottom: 1px dashed #d1d1d1;
}

.listed-detail {
  margin-top: 12px;
}

.listed-detail-info {
  width: 1150px;
  margin: auto;
  overflow: hidden;
}

.listed-detail-li {
  line-height: 48px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px dashed #d1d1d1;
}

.listed-detail-li span:nth-child(1) {
  text-align: right;
}

.listed-detail-li:nth-child(4n + 1) span:nth-child(1) {
  width: 80px;
}

.listed-detail-li:nth-child(4n + 1) span:nth-child(2) {
  width: 198px;
}

.listed-detail-li:nth-child(4n + 2) span:nth-child(1) {
  width: 85px;
}

.listed-detail-li:nth-child(4n + 2) span:nth-child(2) {
  width: 179px;
}

.listed-detail-li:nth-child(4n + 3) span:nth-child(1) {
  width: 94px;
}

.listed-detail-li:nth-child(4n + 3) span:nth-child(2) {
  width: 190px;
}

.listed-detail-li:nth-child(4n + 4) span:nth-child(1) {
  width: 90px;
}

.listed-detail-li:nth-child(4n + 4) span:nth-child(2) {
  width: 234px;
}

.listed-detail-img {
  margin: 38px auto 0;
  width: 1171px;
  height: 423px;
  display: block;
}

.listed-detail-img:nth-child(n + 2) {
  margin: 47px auto 0;
}

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

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

.concrete p:last-child {
  margin-bottom: 0;
}



.auction {
  position: relative;
  color: #fff;
  width: 204px;
  font-size: 16px;
  height: 51px;
  line-height: 51px;
  border-radius: 25px;
  background: url("../images/art/purchasebtn.png") no-repeat;
  -webkit-box-shadow: 0 4px 9px rgba(245, 191, 197, 0.391);
  box-shadow: 0 4px 9px rgba(245, 191, 197, 0.391);
  text-align: center;
  margin-top: 20px;
}


