.detail-container {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 16px 0 40px 0;
}

.detail-container .content-box {
  margin-top: 16px;
  border: 1px solid #eee;
  border-top: 5px solid #087CD6;
  padding: 0 40px 32px 40px;
}

.detail-container .content-box .title-box {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px dotted #eee;
  padding-bottom: 17px;
}

.detail-container .content-box .title-box .title-item {
  font-size: 28px;
  color: #242424;
  margin-top: 40px;
}

.detail-container .content-box .title-box .title-item .zczx {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #087CD6;
  border-radius: 4px;
  padding: 5px 8px;
  position: relative;
  vertical-align: middle;
  margin-left: 6px;
}

.detail-container .content-box .title-box .title-item .zczx::before {
  display: block;
  content: "";
  border: 8px solid #087CD6;
  position: absolute;
  left: -13px;
  top: 4.4px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.detail-container .content-box .title-box .subtitle-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin-top: 30px;
}

.detail-container .content-box .title-box .subtitle-box .subtitle-time {
  margin-right: 32px;
}

.detail-container .content-box .title-box .subtitle-box .print-box {
  cursor: pointer;
}

.detail-container .content-box .title-box .subtitle-box .subtitle-font {
  margin-right: 32px;
}

.detail-container .content-box .title-box .subtitle-box .subtitle-font .font_size {
  cursor: pointer;
}

.detail-container .content-box .title-box .subtitle-box .shareIcon {
  margin-left: 32px;
  margin-bottom: 2px;
}

.detail-container .content-box .title-box .subtitle-box .image-icon {
  margin-left: 8px;
  cursor: pointer;
}

.detail-container .content-box .articleBox {
  font-family: 'Source Han Serif CN', 'Source Han Serif CN';
  font-size: 14px;
  color: #333333;
  text-align: left;
  line-height: 24px;
  padding: 32px 0;
}

.detail-container .content-box .articleBox p {
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-bottom: 10px;
  text-indent: 2em;
}

.detail-container .content-box .articleBox .list-box-1 li {
  padding-left: 40px;
  height: 40px;
  border-bottom: 1px solid #E3E3E3;
  line-height: 40px;
  color: #333;
}

.detail-container .content-box .articleBox .list-box-1 li span {
  color: #666;
}

/*  通告样式  */
.title-item2 {
  width: 952px;
  font-size: 28px;
  color: #242424;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 auto;
}

.subtitle-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.subtitle-box2 .subtitle-box2-item1-desc1 {
  font-family: 'PingFang SC';
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.subtitle-box2 .subtitle-box2-item1-desc2 {
  font-family: 'PingFang SC';
  font-weight: 400;
  font-size: 14px;
  color: #005293;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.subtitle-box2 .subtitle-box2-line {
  width: 1px;
  height: 14px;
  background: #DDDDDD;
  margin: 0 16px;
}

.subtitle-box2 .subtitle-box2-item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  width: 72px;
  height: 26px;
  background: #087CD6;
  border-radius: 2px;
  user-select: none;
  cursor: pointer;
}

.subtitle-box2 .subtitle-box2-item1-desc3 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

/*  附件样式  */
.annex-box {
  border-top: 1px dashed #D8D8D8;
  padding-bottom: 21px;
}

.annex-box .annex-box-title {
  margin-top: 24px;
  margin-bottom: 12px;
}

.annex-box .annex-box-title-desc {
  font-size: 20px;
  color: #333333;
}

.annex-box .annex-box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-height: 60px;
  background: #F7F8F9;
  padding: 0 16px;
  margin-bottom: 3px;
}

.annex-box .annex-box-item:hover {
  background: #E6F1FA;
}

.annex-box .annex-box-item:hover .annex-box-item-right {
  background: url("https://mzj.sz.gov.cn/globalstatic/szmz/pc/images/download1.png") no-repeat center/100% 100%;
}

.annex-box .annex-box-item .annex-box-item-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.annex-box .annex-box-item .annex-box-item-img {
  width: 32px;
  margin-right: 8px;
}

.annex-box .annex-box-item .annex-box-item-desc1 {
  font-family: 'PingFang SC';
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.annex-box .annex-box-item .annex-box-item-desc2 {
  font-family: 'PingFang SC';
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.annex-box .annex-box-item .annex-box-item-right {
  width: 20px;
  height: 20px;
  background: url("https://mzj.sz.gov.cn/globalstatic/szmz/pc/images/download2.png") no-repeat center/100% 100%;
}

/* 关怀版  -- start */
body.useOldFixed * {
outline: none !important;
/* line-height: normal !important;
min-height: unset !important; */
}
body.useOldFixed .detail-container .content-box .title-box .subtitle-box {
  flex-wrap: wrap;
}
body.useOldFixed .detail-container .content-box {
  padding: 0 40px 32px 40px !important;
}
body.useOldFixed .detail-container .content-box .title-box .title-item {
  font-weight: bold !important;
}
body.useOldFixed .social-share .social-share-icon {
  width: 40px !important;
  height: 40px !important;
}
body.useOldFixed #share-2-care{
  position: absolute;
  z-index: 999;
}
body.useOldFixed .social-share .social-share-icon {
  line-height: 40px !important;
  min-height: auto !important;
}
body.useOldFixed .social-share .icon-wechat .wechat-qrcode h4:not(.skipAutoFix) {
  font-size: 20px !important;
}
body.useOldFixed .detail-container .content-box .title-box .subtitle-box .subtitle-font {
    display: none;
}
body.useOldFixed .help{
    display: none;
}
body.useOldFixed h4{
    display: none;
}
body.useOldFixed .wechat-qrcode{
  display: flex;
  align-items: center;
  justify-content: center;
}
body.useOldFixed #share-2-care >a >div >div{
  margin: 45px auto !important;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
/* 关怀版  -- end */