body {
  line-height: 1.5;
}
.cont {
  width: 100%;
  overflow: hidden;
  padding: 90px 0 100px;
}
.cont svg {
  margin: 0!important;
}
.cont .tit {
  text-align: center;
  color: #333;
}
.cont .time {
  text-align: center;
  color: #999;
  margin-top: 10px;
}
.cont .des {
  padding-top: 60px;
  padding-bottom: 110px;
}
.cont .des p {
  color: #666666;
  line-height: 1.66;
  margin-bottom: 2em;
}
.cont .des img {
  width: 100%;
  margin: 3% auto;
}
.cont .fy {
  padding-top: 60px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont .fy a {
  display: block;
  width: 35%;
  color: #666;
  -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;
  /*  &::after{
                        content: '';
                        display: inline-block;
                        position: absolute;
                        bottom: 0px;
                        left: 0;
                        height: 1px;
                        width: 0;
                        background: #bc9480;
                        transition: all .3s;
                    } */
}
.cont .fy a:hover {
  color: #bc9480;
  /* &::after{
                            width: 100%;
                        } */
}
.cont .fy a:nth-last-child(1) {
  text-align: right;
}
.cont .fy .goback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/index_ic2.png);
  background-size: cover;
  width: 201px;
  height: 59px;
  color: #b19768;
}
.cont .fy .goback img {
  width: 19px;
  margin-right: 10px;
  transition: all 0.3s;
}
.cont .fy .goback:hover img {
  margin-right: 15px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/* 125% */
@media screen and (max-width: 1280px) {
  .w1200 {
    width: 90%;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .cont {
    padding: 50px 0;
  }
  .cont .des {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cont {
    padding: 30px 0;
  }
  .cont .des {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .cont .fy {
    padding-top: 30px;
  }
  .cont .des p {
    margin-bottom: 20px;
  }
  .cont .fy {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont .fy a {
    width: 100%;
    display: block;
    height: auto;
    text-align: left!important;
  }
  .cont .fy .goback {
    order: 3;
  }
}
/*# sourceMappingURL=./new_des.css.map */