.all {
  background: -webkit-gradient(linear, left top, left bottom, from(#FBF9F9), to(rgba(249, 239, 239, 0))), #FFFFFF;
  background: linear-gradient(180deg, #FBF9F9 0%, rgba(249, 239, 239, 0) 100%), #FFFFFF;
}
.all .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all .flx a {
  height: 310px;
  width: calc((100% - 30px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6%;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .flx a:nth-child(1) {
  background-image: url(../img/lxfs1.jpg);
}
.all .flx a:nth-child(2) {
  color: #333;
  background-image: url(../img/lxfs2.jpg);
}
.all .flx a:nth-child(2) .ic {
  border-color: rgba(0, 0, 0, 0.06);
}
.all .flx a:nth-child(3) {
  background-image: url(../img/lxfs3.jpg);
}
.all .flx a:nth-child(4) {
  background-image: url(../img/lxfs4.jpg);
}
.all .flx a:nth-child(n+3) {
  margin-top: 30px;
}
.all .flx a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.all .ic {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 18px;
}
.all .ic img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .txt{
    width: calc(100% - 158px);
}
.all .txt .des{
        word-break: break-word;
}
@media screen and (max-width: 1700px){
    .all .ic{
        width: 90px;
        height: 90px;
    }
    .all .ic img{
        max-width: 50%;
        max-height: 50%;
    }
    .all .flx a{
        height: 220px;
            border-radius: 0 20px 0 20px;
            width: calc((100% - 20px) / 2);   
        padding: 0 4%;    
    }
    .all .flx a:nth-child(n+3) {
    margin-top: 20px;
}
.all .txt {
    width: calc(100% - 110px);
}
}
@media screen and (max-width: 1200px){
    .all .ic {
        width: 70px;
        height: 70px;
    }
    .all .txt {
    width: calc(100% - 90px);
    }
}
@media screen and (max-width: 768px){
    .all .flx a{
        height: 170px;
        width: 100%;
        border-radius: 0 15px 0 15px;
    }
    .all .flx a:nth-child(n+2) {
        margin-top: 15px;
    }
    .all .ic {
        width: 60px;
        height: 60px;
    }
}    