.one {
  margin-top: 40px;
  margin-bottom: 40px;
}
.one .wrap {
  width: 1400px;
  margin: 0 auto;
}
.one .wrap .title {
  /*margin-left: 68px;*/
}
.one .wrap .title h3 {
  color: #CAA672;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}
.one .wrap .title h4 {
  color: #666;
  font-size: 13px;
  margin-top: 10px;
  font-weight: normal;
}
.one .wrap .title .lineBox {
  margin-top: 20px;
  width: 200px;
  height: 1px;
  background-color: #E8E8E8;
}
.one .wrap .title .lineBox .line {
  width: 80px;
  height: 1px;
  background-color: #CAA672;
}
.one .wrap .main {
  margin-top: 25px;

}
.one .wrap .main a{
margin-right:2%; float:left;

}
.one .wrap .main a:nth-child(3) {
 margin-right:0%;

}
.one .wrap .main .item {
  width: 425px;
  margin-bottom: 20px;
   
}
.one .wrap .main .item .img {
  overflow: hidden;

}
.one .wrap .main .item .img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 2s;
}
.one .wrap .main .item .text {
  padding: 10px 0;
  box-shadow: 0px 8px 43px 0px rgba(0, 0, 16, 0.03);
}
.one .wrap .main .item .text h5 {
  padding-left: 10px;
  color: #1c1c1c;
  font-size: 14px;
  transition: all 1s;
  position: relative;
  min-height: 50px;
  font-weight: normal;
}
.one .wrap .main .item .text h5::after {
  position: absolute;
  left: 0;
  content: '';
  width: 6px;
  height: 24px;
  background-color: #CAA672;
  transition: all 1s;
  transform: scaleX(0);
  transform-origin: left;
}
.one .wrap .main .item .text p {
  color: #606060;
  font-size: 16px;
  line-height: 24px;
  margin-top: 18px;
  padding-left: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: 'Source Han Sans';
}
.one .wrap .main .item .time {
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
}
.one .wrap .main .item .time span:nth-child(1) {
  color: #1e1e1e;
  font-size: 14px;
  font-family: 'Source Han Sans';
}
.one .wrap .main .item .time span:nth-child(2) {
  font-size: 20px;
  color: #cacacc;
  transform: scaleY(-1);
}
.one .wrap .main .item:nth-child(3n-1) {
  transition-delay: 0.2s;
}
.one .wrap .main .item:nth-child(3n) {
  transition-delay: 0.4s;
}
.one .wrap .main .item:hover .img img {
  transform: scale(1.1);
}
.one .wrap .main .item:hover .text h5 {
  color: #CAA672;
}
.one .wrap .main .item:hover .text h5::after {
  transform: scaleX(1);
}
@media screen and (max-width: 1600px) {
  .one .wrap{
    width: 90%;
    padding: 0 100px;
  }
  .one .wrap .main .item{
    width: 31.33%;
  }
}
