﻿/* CSS Document */
/* 文章正文 */
.article-wrap {
  color: #333333;
  padding: 40px 45px;
  background-color: #fff;
}
.article-wrap .article-head h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #ca1c1d;
  width: 1200px;
  margin: 0 auto;
}
.article-wrap .article-head .sub {
  font-size: 14px;
  color: #444440;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.article-wrap .article-head .sub .resourse {
  margin-right: 14px;
}
.article-wrap .article-head .article {
  min-height: 400px;
  color: #212121;
  line-height: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e1e6eb;
  border-bottom: 1px solid #e1e6eb;
}
.article-wrap .article-head .article img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.article-wrap .article-head .article p {
  margin: 0 0 0 0;
  line-height: 32px;
}
.article-wrap .article-head .article p img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.article-wrap .article-head .article a {
  color: #226ebc;
  font-weight: bold;
}
.article-wrap .article-head .article p a {
  color: #226ebc;
  font-weight: bold;
}
.article-wrap .article-head .article h1, h2, h3, h4, h5, h6 {
  font-size: 18px;
}