.one .wrap {
  width: 1400px;
  margin: 40px auto 0;
  max-width: 90%;
}
.one .wrap .top {
  border-bottom: 1px rgba(148, 148, 148, 0.3) solid;
  padding-bottom: 30px;
}
.one .wrap .top .time {
  color: #1e1e1e;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}
.one .wrap .top h3 {
  font-size: 20px;
  color: #1c1c1c;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  font-weight: normal;
}
.one .wrap .bottom {
  padding-top: 20px;
  padding-bottom: 68px;
  margin: 0 auto;
}
.one .wrap .bottom p {
  color: #666;
  line-height: 30px;
  font-size: 14px !important;
}
.one .wrap .bottom img {
width:580px;
margin-left:auto;
margin-right:auto;
display:block;
margin-top:10px;
margin-bottom:10px;
}
.one .wrap .bottom a {
  color: #666;

}
.one .wrap .bottom h4{
  font-size: 16px;
  margin-bottom: 10px;
}
.one .wrap .bottom p:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 1600px) {
  .one .wrap{
    width: 100%;
    max-width: 100%;
    padding: 0 170px;
  }
}