body {
  line-height: 1.5;
}
.cont {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 100px;
  background: url(../img/institution_bg.jpg) bottom center;
  background-size: cover;
}
.cont .w1440 {
  position: relative;
}
.cont svg {
  margin: 0!important;
}
.cont .top_tit {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.cont .top_tit img {
  width: 35px;
}
.cont .top_tit p {
  color: #333;
  margin-left: 10px;
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .cont {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .cont .top_tit {
    position: static;
  }
  .cont .top_tit img {
    width: 25px;
  }
  .cont {
    padding: 30px 0;
    /* .img{
            overflow: overlay;
            img{
                width: 1000px;
            }
        } */
  }
}
/*# sourceMappingURL=./institution.css.map */