.thirdContent {
  padding-bottom: 50px;
  background: #fff;
  margin-bottom: 50px;
}
.thirdContent .articleTitle {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 3px;
  color: #333333;
  text-align: center;
  margin: 28px 0;
  padding: 0 25%;
}
.thirdContent .articleInfo {
  font-size: 14px;
  color: #999999;
  line-height: 50px;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  text-align: center;
}
.thirdContent .articleImg {
  text-align: center;
  margin: 40px 0;
}
.thirdContent .articleImg img {
  width: 50%;
}
.thirdContent .allArticle {
  padding: 0 36px;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}
.thirdContent .allArticle .indent {
  text-indent: 3rem;
  margin-bottom: 16px;
}
.thirdContent .allPaper {
  overflow: hidden;
  padding: 59px 68px;
}
.thirdContent .allPaper .itemPaper {
  float: left;
  text-align: center;
  font-size: 16px;
  color: #666;
  width: 48%;
}
.thirdContent .allPaper .itemPaper:nth-of-type(2n) {
  float: right;
}
.thirdContent .allPaper .itemImg {
  border: solid 1px #e2e2e2;
  width: 100%;
  height: 345px;
  margin-bottom: 12px;
}
