.main .banners {
  background: url("../images/banner_slh.png") no-repeat center center;
  width: 1200px;
  margin: 50px auto 0;
  height: 250px;
}
.main .con {
  width: 1200px;
  margin: 30px auto;
  padding: 20px 16px;
  box-sizing: border-box;
}
.main .con .pos {
  border-bottom: 1px solid #bed9f2;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 30px;
}
.main .con .pos i {
  margin-right: 16px;
  margin-top: -5px;
  display: inline-block;
  background: url(../images/pos.png) no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.main .con .article h4 {
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
}
.main .con .article h5 {
  font-size: 32px;
  text-align: center;
}
.main .con .article .info {
  border-bottom: 1px dashed #aaaaaa;
  padding-bottom: 20px;
  margin-top: 30px;
  color: #666666;
  text-align: center;
  font-size: 24px;
}
.main .con .article .info span {
  display: inline-block;
  margin: 0 10px;
}
.main .con .article .zw {
  margin-top: 50px;
}
.main .con .article .zw img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
}
.main .con .article .zw p {
  font-size: 30px!important;
  line-height: 50px;
  margin-bottom: 30px;
}
.main .con .under{
  text-align: right;
  font-size: 24px;
  color: #666;
}
.main .con .under .shareIcon{
  margin-left: 20px;
  display: inline-block;
  margin-bottom: 30px;
}
.main .con .under .shareIcon .wechat-qrcode h4{
  font-size: 18px;
}
.main .con .article .zw .fj {
  font-size: 30px;
  border-top: 1px dashed #aaaaaa;
  margin-bottom: 30px;
}
.main .con .article .zw .fj p{
  color: #0167cc;
  font-size: 36px;
  font-weight: bold;
}
.main .con .article .zw .fj p .itm{
  margin: 20px 0 0;
}
.main .con .article .zw .fj a:hover {
  color: #0167cc;
}