.pbulish-new {
  padding-bottom: 50px;
}
.pbulish-new .pbulish-box {
  margin-top: -280px;
  position: relative;
  z-index: 99;
}
.pbulish-new .pbulish-box .back-box {
  padding-left: 43px;
  display: flex;
  align-items: center;
}
.pbulish-new .pbulish-box .back-box .back {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pbulish-new .pbulish-box .back-box .back img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.pbulish-new .pbulish-box .back-box .back span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.pbulish-new .pbulish-box .back-box .title {
  margin-left: 17px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
}
.pbulish-new .pbulish-box .publish-content {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.pbulish-new .pbulish-box .publish-content .form {
  width: 1400px;
  height: 948px;
  background: #FFFFFF;
  border-radius: 8px;
}
.pbulish-new .pbulish-box .publish-content .form .form-list {
  padding-top: 32px;
  background: #FFFFFF;
  border-radius: 8px;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 32px;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item > span {
  display: inline-block;
  font-size: 14px;
  height: 44px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #323233;
  line-height: 44px;
  width: 82px;
  text-align: right;
  flex-shrink: 0;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item > span.must::before {
  content: '* ';
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #EE0A24;
  line-height: 20px;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item input {
  padding: 0 16px;
  width: 557px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EBEDF0;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item textarea {
  padding: 16px 12px;
  width: 554px;
  height: 176px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EBEDF0;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item .photo {
  width: 554px;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item .photo .photo-title {
  padding-left: 13px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #323233;
  line-height: 20px;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item .photo .photo-title span {
  color: #C8C9CC;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item .photo .photo-list {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item .photo .photo-list .photo-item {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item .photo .photo-list .photo-item.add-img {
  background: #F7F8FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item .photo .photo-list .photo-item.add-img .camera-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-item .photo .photo-list .photo-item.add-img span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #C8C9CC;
  line-height: 20px;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-btn {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-btn .btn-item {
  width: 240px;
  height: 44px;
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #323233;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-btn .btn-item.cancel {
  background: #FFFFFF;
  border: 1px solid #DCDEE0;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-btn .btn-item.cancel:hover {
  background: #F2F3F5;
  border: 1px solid #DCDEE0;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-btn .btn-item.submit {
  margin-left: 160px;
  background: #007AFF;
  color: #FFFFFF;
}
.pbulish-new .pbulish-box .publish-content .form .form-list .form-btn .btn-item.submit:hover {
  background: #005FEC;
}
.pbulish-new .pbulish-box .publish-content .right {
  width: 357px;
  height: auto;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0 16px;
}
.pbulish-new .pbulish-box .publish-content .right .right-title {
  padding: 24px 0;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #323233;
  line-height: 25px;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item {
  margin-bottom: 17px;
  padding: 36px 16px 31px;
  background: url('/images/publish/right_item_bg.png') no-repeat;
  background-size: 100% 100%;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item:hover {
  background: url('/images/publish/right_item_active_bg.png') no-repeat;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item:hover .info-item .label,
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item:hover .info-item .value {
  color: #007AFF;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item .info-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item .info-item .label {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #969799;
  line-height: 20px;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item .info-item .value {
  margin-left: 14px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #323233;
  line-height: 22px;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item .more-btn {
  margin-top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item .more-btn .data {
  display: flex;
  align-items: center;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item .more-btn .data .data-item {
  display: flex;
  align-items: center;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item .more-btn .data .data-item img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item .more-btn .data .data-item span {
  margin-right: 25px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #969799;
  line-height: 20px;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item .more-btn .to-detail {
  cursor: pointer;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item .more-btn .to-detail span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #007AFF;
  line-height: 20px;
}
.pbulish-new .pbulish-box .publish-content .right .new-list .new-item .more-btn .to-detail img {
  margin-left: 4px;
  width: 16px;
  height: 16px;
}
.pbulish-new .pbulish-box .publish-content .right .tips {
  margin-top: 90px;
}
.pbulish-new .pbulish-box .publish-content .right .tips p {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #C8C9CC;
  line-height: 22px;
  text-align: center;
}
.pbulish-new .pbulish-box .publish-content .right .more-new {
  display: block;
  margin: 104px auto 0;
  width: 240px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #0075F9;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #007AFF;
  line-height: 44px;
  text-align: center;
}
.pbulish-new .pbulish-box .publish-content .right .more-new:hover {
  background: rgba(0, 122, 255, 0.08);
}
