.main {
  background: url("../images/main_bg.jpg") no-repeat center top #fef5f0;
  background-size: 100% auto;
  padding-bottom: 10px;
}
.main .pos {
  width: 1200px;
  margin: 0 auto 20px;
  top: -102px;
  height: 40px;
  position: relative;
  line-height: 40px;
  font-size: 16px;
}
.main .pos i {
  background: url("../images/pos.png") no-repeat center center;
  width: 16px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.main .con {
  width: 1200px;
  position: relative;
  margin: -102px auto 50px;
  background: #FFFFFF;
  border-radius: 0 48px 0 0;
  box-sizing: border-box;
  padding: 20px 30px;
}
.main .con .title {
  border-bottom: 1px solid #666666;
}
.main .con .title h5 {
  display: inline-block;
  font-family: 'fzbts';
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding: 0 10px 10px;
  bottom: -1px;
  color: #bf0e0e;
  letter-spacing: 2px;
  border-bottom: 3px solid #bf0e0e;
}
.main .con .section {
  margin-bottom: 30px;
}
.main .con .section .pic {
  width: 230px;
  margin-top: 32px;
  margin-right: 72px;
}
.main .con .section .pic img {
  width: 100%;
  height: 326px;
}
.main .con .section .pic p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  margin-top: 6px;
  height: 48px;
}
.main .con .section .pic:nth-child(4n) {
  margin-right: 0;
}
.main .con .page {
  margin: 50px auto 20px;
  text-align: center;
}
.main .con .page a {
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 12px;
  margin: 0 5px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #bfbebe;
  cursor: pointer;
}
.main .con .page a.current {
  color: #fff;
  background-color: #bf0e0e;
  border: 1px solid #bf0e0e;
}
.main .con .page a:hover {
  border: 1px solid #bf0e0e;
}
/*# sourceMappingURL=viewPic.css.map */