.main {
  padding-bottom: 30px;
}
.main .pos {
  width: 1200px;
  margin: 20px auto;
  background: url("/pub/pos_bg.png") no-repeat center center;
  background-size: 100% auto;
  height: 47px;
  line-height: 47px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 16px;
}
.main .pos i {
  background: url("/pub/pos.png") no-repeat center center;
  width: 19px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.main .con {
  width: 1200px;
  margin: 20px auto;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px;
}
.main .con h3 {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 10px;
}
.main .con h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
}
.main .con .massage {
  margin: 30px auto;
  line-height: 34px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
  color: #666;
  font-size: 15px;
  position: relative;
}
.main .con .massage span {
  margin: 0 16px;
}
.main .con .massage span.font {
  cursor: pointer;
  margin: 0 1px;
  display: inline-block;
}
.main .con .massage span.font.active {
  font-weight: bold;
  color: #4694e3;
}
.main .con .article p {
  line-height: 34px;
  font-size: 18px;
  margin-bottom: 16px;
}
.main .con .article img {
  max-width: 1100px;
  margin: 30px auto;
  display: block;
}
.main .con .fj{
    margin: 30px auto;
}
.main .con .fj p{
  font-size: 16px;
  font-weight: bold;
  color: #4694e3;
  line-height: 40px;
}
.main .con .fj .itm{
  line-height: 30px;
}
.main .con  .fj .itm a:hover{
  color: #4694e3;
}