.yszj {
  width: 1400px;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  padding-left: 88px;
  box-sizing: border-box;
}
.yszj .title {
  padding: 0 0 56px 0;
}
.yszj .title img {
  margin: 0 auto;
}
.yszj ul li {
  margin-bottom: 85px;
}
.yszj ul .img {
  width: 264px;
  height: 287px;
  float: left;
  position: relative;
}
.yszj ul .img img {
  width: 209px;
  height: 282px;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #4285f4;
}
.yszj ul .img .imgdes {
  width: 279px;
  height: 80px;
  background: url(../images/yszj_bg.png) no-repeat center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
.yszj ul .img .imgdes h6 {
  font-size: 24px;
  padding-left: 40px;
  font-weight: bold;
  line-height: 40px;
}
.yszj ul .img .imgdes p {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 50px;
  width: 210px;
}
.yszj ul .des {
  float: right;
  width: 940px;
}
.yszj ul .des p {
  color: #333333;
  font-size: 18px;
  line-height: 32px;
  text-indent: 2em;
  /*     margin-top:40px; */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
}
.yld.yszj ul li .img .imgdes {
  background: url(../images/yld_bg.png) no-repeat center;
}
.yld.yszj ul li:first-child .img {
  float: none;
  margin: 0 auto 40px;
}
.yld.yszj ul li:first-child .des {
  width: 1200px;
}
