body .container>.row>.span10 {
  padding: 30px 50px 40px;
}
#rightcontainer h3 {
  border-bottom: 1px solid #ff4800;
  color: #ff4800;
  margin-bottom: 30px;
  padding: 10px 0;
  font-size: 24px;
  line-height: 32px;
}
#rightcontainer .box {
  border: none;
}
#rightcontainer .new {
  font-size: 16px;
  line-height: 28px;
  color: #343434;
}
#rightcontainer .new p {
  font-size: 16px;
  line-height: 28px;
  color: #343434;
}


#rightcontainer .new .section {
  margin-bottom: 40px;
}

#rightcontainer .new .section .subtitle {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #3D3D3D;
  margin-bottom: 16px;
}

#rightcontainer .new .section .subtitle::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 8px;
  background-color: #ff4800;
}

#rightcontainer .new .section .sub-cont a {
  color: #ff4800;
}

/* 联系我们 投诉流程 */

#rightcontainer .new.contact .contact-qrcode {
  margin-top: 30px;
  display: flex;
}

#rightcontainer .new.contact .contact-qrcode .qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}

#rightcontainer .new.contact .contact-qrcode .qrcode-item img {
  width: 180px;
  height: 180px;
}

#rightcontainer .new.contact .contact-qrcode .qrcode-item .name {
  font-size: 16px;
  font-weight: 600;
  color: #565656;
  margin: 18px 0 6px;
}

#rightcontainer .new.contact .contact-qrcode .qrcode-item .tips {
  font-size: 14px;
  color: #565656;
}

#rightcontainer .new.contact .handle-img {
  width: 800px;
  margin-bottom: 20px;
  border: 1px dashed;
  border-image: linear-gradient(180deg, #FD9731 0%, #F76B1C 100%) 1;
}

#rightcontainer .new.contact .handle-tips {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #565656;
}

#rightcontainer .new.contact .handle-tips strong {
  color: #FF4800;
}

/* 企业网银 */
#rightcontainer .new.qiye .qrcode-wrap {
  width: 100%;
  margin-top: 40px;
  padding: 40px 0;
  border-radius: 4px;
  text-align: center;
  background: linear-gradient(339deg, #FFFFFF 74%, #FFF5F2 100%);
}

#rightcontainer .new.qiye .qrcode-wrap .qrcode-img {
  width: 200px;
  height: 200px;
}

#rightcontainer .new.qiye .qrcode-wrap .action {
  color: #565656;
  margin: 10px 0 24px;
}

#rightcontainer .new.qiye .qrcode-wrap .desc {
  font-size: 24px;
}

#rightcontainer .new.qiye .qrcode-wrap .desc strong {
  color: #F05A23;
  font-weight: 500;
}