body {
  line-height: 1.5;
}
.cont {
  padding: 4% 0;
}
.cont .tit {
  text-align: center;
  color: #222222;
}
.cont .time {
  text-align: center;
  color: #aaaaaa;
  margin-top: 2%;
}
.cont .des {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 3%;
  margin-top: 3%;
  padding-bottom: 3%;
  margin-bottom: 3%;
}
.cont .des p {
  color: #777;
  line-height: 2.25;
  margin-bottom: 2em;
}
.cont .des img {
  width: 70%;
  margin: 3% auto;
}
.cont .fy {
  display: flex;
  justify-content: space-between;
}
.cont .fy a {
  display: block;
  width: 40%;
  color: #777;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  position: relative;
}
.cont .fy a::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 0;
  background: #bc9480;
  transition: all 0.3s;
}
.cont .fy a:hover {
  color: #bc9480;
}
.cont .fy a:hover::after {
  width: 100%;
}
/* 125% */
/* 150 */
@media screen and (max-width: 768px) {
  .cont .des img {
    width: 100%;
  }
  .cont .fy {
    flex-wrap: wrap;
  }
  .cont .fy a {
    width: 100%;
    margin-bottom: 2%;
  }
}
/*# sourceMappingURL=./news_des.css.map */