/* @font-face { 
  font-family: "SourceHanSansCN-Normal-Medium"; 
  src: url("../font/SourceHanSansCN-Medium.otf"); }
  @font-face { 
    font-family: "SourceHanSansCN-Normal"; 
    src: url("../font/SourceHanSansSC-Normal.otf"); } */
.cor-example {
  width: 882px;
  background: #FFFCF9;
  border-radius: 10px 10px 10px 10px;
  opacity: 0.8;
  margin-top: 31px;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 87px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
}

.detail-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #E4CDB2;
  font-size: 16px;
  font-family: SourceHanSansCN-Normal-Medium, SourceHanSansCN-Normal;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 30px;
  /* padding-bottom: 38px; */
  margin-bottom: 36px;
}

.detail-title-box h5 {
  text-align: center;
  font-size: 28px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 39px;
  margin-bottom: 30px;
}

.publish-time,
.reading {
  display: flex;
  align-items: center;
}

.publish-time img,
.reading img {
  margin-right: 10px;
}
.cor-example-content {
  font-size: 16px;
  font-family: SourceHanSansCN-Normal-Medium, SourceHanSansCN-Normal;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 30px;
}
/*合作流程*/
.flow-box {
  margin-top: 52px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.flow-box-item {
  width: 156px;
  margin-bottom: 33px;
  margin-right: 57px;
}
.flow-box-item >div img {
  width: 69px;
  height: 102px;
}
.flow-box-item >div p {
  margin-top: 23px
}
.flow-item-desc {
  margin-top:20px;
  padding-top:20px;
  font-size: 14px;
  font-family: SourceHanSansCN-Normal-, SourceHanSansCN-Normal;
  font-weight: normal;
  color: #4D4D4D;
  line-height: 26px;
  border-top: 1px solid #9F9F9F;
}
/*总部支持*/
.support-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
  margin-bottom: 25px;
}

.support-item {
  text-align: center;
}

.support-item .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}

.support-item .title h5 {
  font-size: 21px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 29px;
  margin-bottom: 0;
}

.support-item .title img {
  width: 40px;
  height: 40px;
  margin-right: 6px;
}

.support-item .img {
  width: 306.4px;
}
/* .support-menu{
  width: 220px;
  border-right: 1px solid #707070;
  margin-right: 10px;
}
.support-menu li {
  width: 220px;
  height: 76px;
  color: #62687A;
  padding-left: 16px;
  padding-top: 6px;
  box-sizing: border-box;
  margin-bottom: 20px;
  cursor: pointer;
}
.support-menu li:last-child {
  margin-bottom: 0px;
}
.support-menu li h5 {
  font-size: 21px;
  font-family: 'Source Han Sans CN-Medium, Source Han Sans CN';
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 2px;
}
.support-menu li p {
  font-size: 16px;
  font-family: 'SourceHanSansCN-Normal-, SourceHanSansCN-Normal';
  font-weight: normal;
  line-height: 26px;
}
li.support_active {
  background-color: #961919;
  color: #FFFFFF;
}
.support-content {
  flex:1;
}
.support-content-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  line-height: 29px;
  margin-bottom: 22px;
}
.support-title img {
  margin-right: 7px;
} */