.jysh-title{
  background: #fff;
  padding: 80px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.jysh-title img {
  margin: 0 auto;
}
.jysh-title p {
  background-image: -webkit-linear-gradient(top, #E6D29A, #CEAC77);
  background-image: -moz-linear-gradient(top, #E6D29A, #CEAC77);
  background-image: -o-linear-gradient(top, #E6D29A, #CEAC77);
  background-image: linear-gradient(top, #E6D29A, #CEAC77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -20px;
  font-family: FZLTZCHJW--GB1-0;
  font-size: 48px;
  position: relative;
  z-index: 2;
    color:#CEAC77;
}