.cb-jcss-comm-page .news_banner {
  overflow: hidden;
  background: url("../images-v2/cb-jcss-comm-header-bg.png") center center no-repeat;
  background-size: auto 100%;
  width: 100%;
  max-width: 1920px;
  height: 320px;
  margin: 0 auto
}

.cb-jcss-comm-page .model-title {
  font-size: 30px;
  color: #333c42;
  width: 120px;
  line-height: 35px;
  height: 45px;
  border-bottom: 2px solid #cc1f1d;
  text-align: center;
  font-family: PingFangSC-Regular;
  box-sizing: content-box;
  margin: 90px auto 60px;
}

.cb-jcss-comm-page .flow-chart1{
  margin: 0 auto;
}

.cb-jcss-comm-page .flow-chart1 .flow-chart1-title{
  position: relative;
  box-sizing: content-box;
  margin: 0 auto;
  width: 96px;
  height: 30px;
  line-height: 30px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #B6DDC7;
  color: #000;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 51px;
}

.cb-jcss-comm-page .flow-chart1 .flow-chart1-title::after{
  content: '';
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-top: 18px solid #65BBA5;
  display: block;
  position: absolute;
  top: calc(50px - 0px);
  left: calc(64px - 18px);
}

.cb-jcss-comm-page .flow-chart1 .flow-chart1-content{
  display: flex;
  align-items: center;
  margin: 0 auto 60px;
  width: fit-content;
}

.cb-jcss-comm-page .flow-chart1 .flow-chart1-content .flow-chart1-content-item{
  width: 158px;
  height: 158px;
  border-radius: 50%;
  margin: 0 11px;
  color: #000;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 138px;
  text-align: center;
  border: 10px solid #fff;
  position: relative;
}

.cb-jcss-comm-page .flow-chart1 .flow-chart1-content .flow-chart1-content-item::after{
  content: '';
  display: block;
  width: 137px;
  height: 137px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid #fff;
}

.cb-jcss-comm-page .flow-chart1 .flow-chart1-content .flow-chart1-content-item.one{
  border-color: #0597D2;
  background-color: #AFD6EE;
}

.cb-jcss-comm-page .flow-chart1 .flow-chart1-content .flow-chart1-content-item.two{
  border-color: #65BBA5;
  background-color: #B6DDC7;
}

.cb-jcss-comm-page .flow-chart1 .flow-chart1-content .flow-chart1-content-item.three{
  border-color: #7EBAE0;
  background-color: #D7EDFB;
}

.cb-jcss-comm-page .flow-chart1 .flow-chart1-content .flow-chart1-content-item.four{
  border-color: #0194D0;
  background-color: #AFD6EE;
}

.cb-jcss-comm-page .flow-chart2 .flow-chart2-title{
  text-align: center;
  color: #000;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cb-jcss-comm-page .flow-chart2 .flow-chart2-title::before{
  content: '';
  display: block;
  width: 346px;
  height: 0px;
  margin-right: 21px;
  border-top: 1px dotted #D9D9D9;
}

.cb-jcss-comm-page .flow-chart2 .flow-chart2-title::after{
  content: '';
  display: block;
  width: 346px;
  height: 0px;
  margin-left: 21px;
  border-top: 1px dotted #D9D9D9;
}

.cb-jcss-comm-page .flow-chart2 .flow-chart2-content{
  display: flex;
  align-items: center;
  margin: 140px auto 160px;
  width: fit-content;
  padding: 0 25.5px;
  background-image: url('../images-v2/cb-jcss-comm-flow-chart2-bg0.png');
  background-size: 916.5px 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.cb-jcss-comm-page .flow-chart2 .flow-chart2-content .flow-chart2-content-item{
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 36.5px;
  background-image: url('../images-v2/cb-jcss-comm-flow-chart2-bg2.png');
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cb-jcss-comm-page .flow-chart2 .flow-chart2-content .flow-chart2-content-item:nth-child(2n){
  background-image: url('../images-v2/cb-jcss-comm-flow-chart2-bg1.png');
}

.cb-jcss-comm-page .flow-chart2 .flow-chart2-content .flow-chart2-content-item .item-main{
  width: 40px;
  line-height: 24px;
  color: #000;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.cb-jcss-comm-page .flow-chart2 .flow-chart2-content .flow-chart2-content-item .item-line{
  width: 0;
  height: 36px;
  border: 1px dashed #7DB8E5;
  position: absolute;
  left: 49px;
}
.cb-jcss-comm-page .flow-chart2 .flow-chart2-content .flow-chart2-content-item:nth-child(2n) .item-line{
  border-color: #88C9B8;
}

.cb-jcss-comm-page .flow-chart2 .flow-chart2-content .flow-chart2-content-item .item-line.bottom{
  bottom: -36px;
}
.cb-jcss-comm-page .flow-chart2 .flow-chart2-content .flow-chart2-content-item .item-line.top{
  top: -36px;
}

.cb-jcss-comm-page .flow-chart2 .flow-chart2-content .flow-chart2-content-item .item-desc{
  color: #000;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #AFD6EE;
  word-break: keep-all;
  position: absolute;
  left: 49px;
  transform: translateX(-50%);
}
.cb-jcss-comm-page .flow-chart2 .flow-chart2-content .flow-chart2-content-item:nth-child(2n) .item-desc{
  background-color: #B6DDC7;
}

.cb-jcss-comm-page .flow-chart2 .flow-chart2-content .flow-chart2-content-item .item-desc.bottom{
  bottom: -80px;
}
.cb-jcss-comm-page .flow-chart2 .flow-chart2-content .flow-chart2-content-item .item-desc.top{
  top: -80px;
}

.cb-jcss-comm-page .flow-chart3{
  width: 1200px;
  margin: 0 auto 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cb-jcss-comm-page .flow-chart3 .flow-chart3-content-item{
  width: 556px;
  height: 240px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #F5F5F5;
  margin-bottom: 64px;
  padding: 0 50px;
}

.cb-jcss-comm-page .flow-chart3 .flow-chart3-content-item .item-title{
  display: flex;
  align-items: center;
  padding: 41px 0 10px;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 20px;
}

.cb-jcss-comm-page .flow-chart3 .flow-chart3-content-item .item-title div:first-child{
  margin-right: 16px;
  color: #000;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cb-jcss-comm-page .flow-chart3 .flow-chart3-content-item .item-title div:nth-child(2){
  width: 78px;
  height: 23px;
  line-height: 23px;
  border-radius: 11.5px;
  background-image: linear-gradient(90deg, #F96F6D 0%, #EA4240 100%);
  color: #FFF;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.cb-jcss-comm-page .flow-chart3 .flow-chart3-content-item .item-content{
  color: #000;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
}