table {
  margin: 0 auto;
}
.articleWrap {
  margin: 0 auto;
  margin-bottom: 60px;
}
.articleWrap .newShow {
  padding: 30px 60px 30px;
  background: #f7f7f7;
  max-width: 1200px;
  margin: 0 auto;
}
.articleWrap .newShow h1 {
  text-align: center;
  font-size: 18px;
  color: #5a8cb7;
  font-weight: bold;
  padding-bottom: 12px;
}
.articleWrap .newShow .time {
  text-align: center;
  background: url(../images/line5.png) bottom repeat-x;
  padding-bottom: 20px;
  color: #888;
}
.articleWrap .newShow .time em {
  font-style: normal;
}
.articleWrap .newShow .content {
  color: #666;
  margin-top: 30px;
}
.articleWrap .newShow .content p {
  line-height: 30px;
  margin: 30px 0;
}
.articleWrap .newShow .content img {
  width: 500px;
  height: auto!important;
  margin: 30px auto;
  display: inherit;
}
.articleWrap .newShow .pageDown .box {
  padding-top: 30px;
  background: url(../images/line5.png) top repeat-x;
}
.articleWrap .newShow .pageDown .box ul li {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  top: -3px;
  color: #acacac;
}
.articleWrap .newShow .pageDown .box ul li span {
  font-size: 14px;
  color: #333;
}
.articleWrap .newShow .pageDown .box ul li a {
  text-decoration: none;
  outline: none;
  color: #00447d;
}
@media screen and (max-width: 768px) {
  .articleWrap .newShow {
    padding: 30px 10px;
  }
  .articleWrap .newShow .content img {
    width: 100%!important;
  }
}
