.central-content{
  width: 1250px;
  margin:70px auto;
}.moduar-title{
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}.chinese{
  font-size:30px;
  color:#333333;
  position: relative;
}
.moduar-title:before{
  content: '';
  width: 8px;
  height: 35px;
  background: #1c62aa;
  position: absolute;
  left: 0;
  top: 5px;
}
.english{
  position: absolute;
  left: 20px;
  top: -12px;
  font-size: 48px;
  color: #e1ebf6;
  font-weight: bold;
  z-index: -1;
}
.express{
  display: flex;
  padding:30px 0;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.express-bd{
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  flex: 1;
  -webkit-flex:1;
}.clickgo {
  font-size: 17px;
  color: #fff;
  height: 48px;
  line-height: 48px;
  width: 150px;
  cursor: pointer;
  border-radius: 4px;
  background-color: rgb(28, 98, 170);
  text-align: center;
}