.details {
  background: #FFFFFF;
  padding: 170px 0 100px;
}
.details .center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.details .center .uppage {
  display: flex;
  align-items: center;
}
.details .center .uppage img {
  width: 21px;
  margin-right: 6px;
}
.details .center .uppage span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.details .center .title {
  font-size: 42px;
  font-weight: bold;
  color: #3049A1;
  line-height: 49px;
  text-align: center;
  margin-top: 45px;
}
.details .center .time {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}
.details .center .content {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #3C3C3C;
  line-height: 36px;
  text-indent: 2em;
}
.details .center .content img {
  width: 100%;
  margin: 20px 0;
  max-width: 100%;

}


@media screen and (max-width: 768px) {
    .details .center .content p {
     overflow: hidden;
}
  .details .center .content img {
     float: right;
}
}
@media screen and (max-width: 660px) {
  .details .center .title {
    font-size: 28px;
  }
}
.details .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
}
.details .btns .btn {
  width: 140px;
  height: 44px;
  opacity: 1;
  border: 1px solid #3049A1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #3049A1;
  font-size: 20px;
}
.details .btns .btn img {
  width: 14px;
  height: 14px;
}
.details .btns .btn:nth-child(1) {
  margin-right: 60px;
}
.details .btns .btn:nth-child(1) img {
  margin-right: 10px;
}
.details .btns .btn:nth-child(2) img {
  margin-left: 10px;
}
