body {
  color: #666;
  background-color:#fff !important;
}
.breadCrumbs {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 10px;
}
.breadCrumbs img {
  margin-right: 14px;
}
.contentBox{
  width: 100%;
  min-height: 500px;
  background-color: #fff;
  box-shadow: rgb(244, 244, 244) 0px 0px 5px 5px;
  box-sizing: border-box;
  padding: 0 35px;
}

.content-item{
  height: 387px;
  display: flex;
  flex-direction: column;
}

.content-item+.content-item{
  border-top: rgb(245,232,195) 2px solid;
}

.content-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 69px;
}

.content-title-left{
  display: flex;
  align-items: center;
  color: #76532F;
  font-size: 22px;
}
.content-title-left img{
  margin-right: 8px;
}

.content-title-right{
  font-size: 18px;
  color: #666666;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.content-title-right span{
  margin-right: 8px;
}

.content-img-list{
  width: 100%;
  flex: 1;
  display: flex;
}
.img-box-item{
  width: 25%;
  height: 100%;
}
.img-box-item p{
  
  font-size: 18px;  
text-align: center;
}

.img-box{
  height: 233px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.img-box .border{
  width: 100%;
  height: 100%;
}

.cross .img-content{
  position: absolute;
  width: 205px;
  height: 151px;
  left: 39px;
  top: 37px;
}
.vertical .border{
  height: 328px;
  transform: translateY(-39px);
}
.vertical .img-content{
  position: absolute;
  width: 155px;
  height: 207px;
  left: 63px;
  top: 14px;
}