html, body {
  padding: 0;
  margin: 0;
  background-color: #FAFAFA;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  text-decoration: none;
}

.cut {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cut-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cut-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tag {
  width: 56px;
  height: 18px;
  position: relative;
  background-color: #D51D13;
  text-align: center;
  font-size: 12px;
  font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FAFAFA;
  line-height: 18px;
}
.tag::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 4px;
  background-image: url(tag.png);
  background-size: 100% 100%;
  left: 0;
  bottom: -4px;
}

.main {
  width: 1440px;
  position: relative;
}
.main .bg {
  position: absolute;
}
.main .bg .bg-1 {
  position: absolute;
  width: 1440px;
  height: 380px;
  top: 0;
  background-image: url(bg-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.main .bg .bg-4 {
  position: absolute;
  width: 1440px;
  height: 544px;
  top: 492px;
  background-image: url(bg-4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.main > .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  z-index: 2;
}
.main > .content .header {
  display: flex;
  flex-direction: row;
  height: 130px;
  width: 100%;
}
.main > .content .header .logo {
  width: 262px;
  height: 70px;
  background-image: url(logo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 40px;
  margin-left: 120px;
}
.main > .content .header .center {
  width: 614px;
  height: 104px;
  background-image: url(center.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 12px;
  margin-left: 60px;
}
.main > .content .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: #D51D13;
}
.main > .content .menu .item {
  height: 40px;
  margin: 0 2px;
  padding: 0 16px;
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 40px;
  position: relative;
  text-decoration: none;
  user-select: none;
}
.main > .content .menu .item:hover {
  color: #FFE0B2;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.main > .content .menu .item:hover::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #FFE0B2;
  border-radius: 20px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main > .content .content-box {
  display: flex;
  flex-direction: column;
  min-height: 858px;
  width: 1200px;
}
.main > .content .content-box .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 46px;
  position: relative;
}
.main > .content .content-box .nav .nav-right {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background-image: url(nav-right.png);
  background-size: 100% 100%;
}
.main > .content .content-box .nav a {
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: rgba(18, 18, 18, 0.75);
}
.main > .content .content-box .dom-box {
  padding: 20px 28px;
  background: #FFFFFF;
  border-radius: 12px;
}
.main > .content .content-box .dom-box .title {
  font-size: 26px;
  font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #121212;
  line-height: 40px;
}
.main > .content .content-box .dom-box .other {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 6px;
}
.main > .content .content-box .dom-box .other .item {
  height: 20px;
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: rgba(18, 18, 18, 0.5);
  line-height: 20px;
  margin-right: 46px;
}
.main > .content .content-box .dom-box .dot-line {
  width: 1030px;
  height: 1px;
  background-image: url(dot-line.png);
  background-size: 100% 100%;
  margin-top: 11px;
}
.main > .content .content-box .dom-box .dom {
  margin-top: 11px;
}
.main > .content > .line {
  width: 100%;
  height: 8px;
  background: #D51D13;
}
.main > .content .contact-box {
  height: 108px;
  width: 100%;
  background: #EAEBEE;
  background-image: url(bottom-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.main > .content .contact-box .contact-item {
  display: inline-block;
  width: 354px;
  height: 20px;
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: rgba(18, 18, 18, 0.55);
  line-height: 20px;
  margin: 4px 0;
}
.main > .content .org-box {
  width: 1200px;
  padding: 8px 120px;
  background: #F1F2F3;
  position: relative;
}
.main > .content .org-box .org-item {
  display: inline-block;
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: rgba(18, 18, 18, 0.5);
  line-height: 20px;
  margin: 4px 0;
}
.main > .content .org-box .org-item.count {
  margin-top: 24px;
  margin-bottom: 30px;
}
.main > .content .org-box .dzjg {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 120px;
  bottom: 30px;
}

/*# sourceMappingURL=detail-20220526.css.map */





