.right {
  background: #fff;
}

.crumb {
  width: 100%;
  height: 50px;
  line-height: 60px;
  font-size: 14px;
}

.crumb a {
  color: #a19e98;
}

.crumb span {
  color: #444139;
}

.figure {
  width: 100%;
  background: #fff;
}

.figure ul {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%;
}

.figure li {
  float: left;
  width: 455px; 
  height: 236px;
  margin: 50px 55px 50px 0;
  font-size: 14px;
  width:45%;
  margin: 50px 10% 50px 0;
}
.figure li:nth-of-type(2n+2){
	margin-right:0;
}
.figure li div {
  float: left;
  width: 135px;
  height: 236px;
  position: relative;
}

.figure li div h1 {
  display: block;
  width: 45px;
  height: 140px;
  line-height: 44px;
  padding: 0 60px 0 30px;
  font-size: 40px;
  font-weight: normal;
  color: #0e0e0e;
  background: url('../image/icon_5.png') no-repeat 72px center;
  overflow: hidden;
}

.figure li div p {
  display: block;
  width: 113px;
  height: 70px;
  line-height: 22px;
  padding: 0 22px 0 0;
  color: #727272;
  overflow: hidden;
}

.figure li div a {
  display: block;
  width: 75px;
  height: 18px;
  line-height: 18px;
  border: solid 1px #454545;
  color: #0e0e0e;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.figure li a {
  display: block;
  width: 320px;
  height: 236px;
  overflow: hidden;
}


/*yx css-1_people*/

.people_ul li img {
  /*width: 360px;*/
}

.figure .people_ul li div {
  /*width:95px;*/
}

@media screen and (max-width:1024px){
.figure li{
	float: none; 
    width: 100%;
    margin: 30px 0% 30px 0;
	height:200px;
}
.figure .people_ul li div{
	width:40%;
	height: 200px;
}
.figure li a{
	width:auto;
	height:200px;
}
.figure li div h1{
	height: 100px;
	font-size: 26px;
	line-height: 32px;
} 
.figure li div p{
	width: 96%;
	padding: 0 4% 0 0;
}
.figure li div a{
	height: 24px;
    line-height: 24px;
}
}