body .Out-Box {
  width: 100%;
  padding: 38px 20px 20px 20px;
  background: url(../img/shouye-back.png) top no-repeat;
  background-size: contain;
  background-color: #b12719;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 呼吸动画关键帧 */
}
body .Out-Box .t1 {
  background: url(../img/shouye-biaoti.png) no-repeat center;
  width: 100%;
  height: 134px;
  background-size: contain;
}
body .Out-Box .t2 {
  background: url(../img/shouye-biaoti2.png) no-repeat center;
  width: 100%;
  height: 21px;
  background-size: contain;
}
body .Out-Box .orgs {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  margin-top: 353px;
}
body .Out-Box .orgs .zhuban-danwei {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  color: white;
  line-height: 1.7em;
  padding-bottom: 10px;
}
body .Out-Box .orgs .zhuban-danwei .left {
  width: 86px;
  text-align: right;
  white-space: nowrap;
}
body .Out-Box .orgs .zhuban-danwei .right {
  padding-right: 16px;
}
body .Out-Box .canjia {
  width: 50%;
  display: flex;
  margin: 0 auto;
  animation: pulse 2s infinite ease-in-out;
}
body .Out-Box .canjia .icon {
  width: 100%;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
body .Out-Box .jieshao {
  width: 90%;
  padding: 15px;
  background-color: #a92412;
  border-radius: 10px;
  margin-top: 15px;
}
body .Out-Box .jieshao .top {
  width: 100%;
  height: 33px;
  margin-bottom: 10px;
  background: url(../img/shouye-jieshaotop.png) center no-repeat;
  background-size: contain;
}
body .Out-Box .jieshao .infos {
  width: 100%;
  color: white;
  font-size: 14px;
  line-height: 2em;
}
