.visible-flex-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-flex-xs {
    display: flex !important;
  }
}
.fas-header {
  display: flex;
  flex-flow: column  ;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .fas-header {
    flex-flow: row nowrap;
  }
}
.fas-header .fas-img {
  width: 330px;
  margin-right: 40px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.04), 0px 0px 5px 0px rgba(24, 28, 37, 0.12);
  border: 1px solid #DEE1E6;
}
.fas-header .fas-img img {
  width: 330px;
}
.fas-header .fas-til {
  font-size: 36px;
  font-weight: 500;
  line-height: 56px;
  color: #181c25;
  margin-bottom: 20px;
}
.fas-header .fas-intro {
  font-size: 16px;
  color: #545861;
  line-height: 26px;
  margin-bottom: 24px;
}
.fas-header .fas-info ul {
  font-size: 16px;
  color: #545861;
  line-height: 26px;
  margin-bottom: 24px;
}
.art-list-s1 .img-til {
  width: 250px;
  height: 200px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 5px;
}
.art-list-s1 .img-til img {
  max-width: 100%;
}
.art-list-s1 .til {
  padding: 5px 0 5px 0;
}
/*# sourceMappingURL=art.css.map */