.common_bread .wrap {
  margin: 162px auto 32px;
}

.section .wrap {
  width: 1420px;
  margin: 50px auto 97px;
  display: flex;
}

.section .wrap .images {
  min-width: 11vw;
  height: 307px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 63px 164px 0 0;
}
.section .wrap .images img {
  transition: 3s;
}
.section .wrap .images:hover img {
  transform: scale(1.1);
}
.section .wrap .right {
    display: none;
    width: 800px;
}
.section .wrap .right .headline {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Source Han Sans';
  font-weight: bold;
  color: #171717;
  padding: 0 0 0 6px;
  z-index: 1;
  margin: 0 0 40px 0;
}
.section .wrap .right .headline img {
  position: absolute;
  left: 420px;
  top: -12px;
  z-index: -1;
}
.section .wrap .right .con .list {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.section .wrap .right .con .list .icon {
  width: 40px;
  height: 40px;
  margin: 0 20px 0 0;
}
.section .wrap .right .con .list .text {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  width:74%;
}
.section .wrap .right .yellow_button {
  width: 135px;
  height: 47px;
  background: #caa672;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  margin:20px 15px 0 0;
  cursor: pointer;
}
.section .wrap .right .button{
  display: flex;
}
.section .wrap .cut {
    margin: 40px 30px 0 0;
	width:20%
}
.section .wrap .cut-img {
  width: 114px;
  height: 437px;
}
.section .wrap .cut b {

  font-size: 14px;
  font-weight: normal;
  color: rgba(146, 146, 146, 1);
  line-height: 25px;
  display: block;
  position: relative;
  transition: 0.7s;
  z-index: 1;
  cursor: pointer;
  margin-bottom:10px;
}

.section .wrap .cut b:after {
  content: '';
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 103%;
  height: 0px;
  background: rgba(202, 166, 114, 1);
  z-index: -1;
  opacity: 0;
}
.section .wrap .cut b.on {
  color: rgba(34, 34, 34, 1);
  font-size: 16px;
}
.section .wrap .cut b.on:after {
  opacity: 1;
}
.section .wrap {
  width: 100%;
  padding: 0 100px;
}
