	.crumbs {
		margin: 0px;
	}

 .containerContent{
    width: 100%;
    min-height: 1400px ;
		background: url(../images/global/dj_01.png) no-repeat;
		background-size: 100% auto;
    padding-top: 345px;
  }
  .containerContent .border{
    width:1020px;
    min-height: 300px;
    border-radius: 30px;
    background-color: #f4ede7;
    margin:  0 auto;
    box-shadow:0px 0px 15px #720705;
    padding: 33px 29px 33px 29px;
  }
  .containerContent .border .content{
    /* width: 1020px; */
    min-height: 200px;
    border-radius: 30px;
    border:2px solid#e59e6e;
    background-color: #f4ede7;
    margin:  0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .row{
    position: relative;
    width: 1020px;
    height: 155px;
    font-family: "Microsoft YaHei";
    letter-spacing:2px;
  }
  .leftRow{
    position:absolute;
    background: url(../images/global/dj_02.png) no-repeat;
    left: -33px;
    top: 35px;
    width: 125px;
    height: 90px;
    line-height:90px; 
    color: white;
    font-size: 36px;
  }
  .leftRow i{
    font-weight: bold;
    margin-left: 32px;
    font-style:normal;
  }
  .rightRow{
    position: absolute;
  font-size: 22.5px;
    height: 100%;
     display: flex;
     align-items: center;
     left: 135px;
     width: 870px;
     line-height: 150%;
  }
  .rightRow i{
    font-style:normal;
    overflow:hidden;
  }