* {
  box-sizing: border-box;
}
.middle .nav a{
    font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6b6b6b;
}
.middle .nav span{
    font-family: SimSun;
  font-size: 12px;
  color: #6b6b6b;
}
.content {
  border: 1px solid #aaa;
}

.content-title {
  padding-left: 24px;
  font-size: 20px;
  line-height: 46px;
  color: #fff;
  background-color: #528eee;
}

.content-article-wrap {
  padding: 24px 130px;
}

.content-article-wrap {
  font-size: 16px;
  line-height: 44px;
  color: #4b4b4b;
}

.content-article-title {
  text-indent: 30px;
  font-weight: bold;
}

.content-article-cont {
  text-indent: 30px;
}

.content-article-sm {
  border: 1px solid #e2e2e2;
  padding: 25px 23px;
  background-color: rgba(250, 250, 250, 0.5);
}

.content-sm-title {
  font-weight: bold;
  text-align: center;
}

.content-sm-cont {
  text-indent: 42px;
}

.content-btn-wrap {
  text-align: center;
  /*margin: 30px 0 20px;*/
  margin: 60px 0 20px;
}

.content-btn-wrap .btn {
  display: inline-block;
  margin-right: 20px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 32px;
  border-radius: 54px;
  cursor: pointer;
  background-color: #438df3;
  border-color: #438df3;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#jubao {
  display: none;
}
.content-check a{
font-size: 12.5px;
/* color: #438df3; */
    color: #0000ff;
    border-bottom: 1px solid #0000ff;
}
.content-check .tsy{
color: #666666;font-size: 12.5px;
}