@charset "UTF-8";
body {
  min-width: 1280px;
}

.clear:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clear {
  zoom: 1;
}

html, body {
  font-family: "黑体", "思源黑体", "Arial Normal", Arial;
}

.bw {
  width: 1280px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none;
}

a:active, a:hover, a:focus {
  outline: none;
}

.articles {
  font-size: 14px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 1em;
  margin-top: 2em;
}

.articles h3 {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  color: #333;
}

.articles p.info {
  line-height: 40px;
  margin-bottom: 1.2em;
  color: #444;
  text-align: center;
  text-indent: 2em;
}

.articles p.info span {
  color: #777;
  font-size: 14px;
  margin: 0 auto;
  padding: 1em;
}

.articles .arti p {
  line-height: 30px;
  color: #555;
  text-indent: 2em;
  margin-bottom: 20px;
}

.articles #closePage {
  float: right;
  border: none;
  color: #fff;
  text-indent: 0em;
  padding: 0 2em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: auto;
  line-height: 35px;
  background-color: #ca1331;
}

.articles pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
