.breadcrumb {
  background-color: #F5F5F5;
  padding: 30px 20px;
}
.breadcrumb a {
  color: #0065b3;
}
.article {
  padding: 30px 20px;
}
.article-title {
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  margin:0 auto;
  width:40%;
}
.article-content {
  line-height: 40px;
}
.article-content p {
  line-height: 40px;margin-bottom:30px;
}
.article-bottom {
  border-top: 1px solid #d9d9d9;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .article-bottom span {
    display: block;
  }
  
  .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  margin:0 auto;
  width:100%;
}
}
<!--ºÄÊ±1774185042.1796Ãë-->