.wrapper {
  overflow: hidden;
}
.wrapper a{
  color: #000;
}
.area{
  width: 1200px;
  margin: 15px auto 0;
}
.top{
  height: 60px;
  background-color: #fff3f3;
  border-left: 4px solid #cb1c14;
  padding-left: 15px;
  padding-top: 13px;
  box-sizing: border-box;
}
.wrapper .row1{
  width: 1200px;
  margin: 50px auto 0;
}
.wrapper .row1 .title .left {
  position: relative;
  float: left;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 300;
}
.wrapper .row1 .title .left:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 4px;
  width: 100%;
  background: #AA182C;
}
.wrapper .row1 .title .left a {
  font-size: 27px;
  line-height: 1.2;
  font-weight: bold;
}
.wrapper .row1 .title .right {
  float: right;
}
.wrapper .row1 .title .right a.more {
  font-size: 14px;
  color: #8d8d8d;
}
.wrapper .row1 .title a:hover{
  text-decoration: none;
  color: #AA182C;
}
.wrap{
  margin: 20px auto 35px;
}
.wrap li{
  float: left;
  width: 234px;
  height: 448px;
  background: url(../images/wrap.png) no-repeat;
  text-align: center;
  margin-right: 13px;
}
.wrap li:first-child{
  margin-left: -12px;
}
.wrap li:last-child{
  margin-right: -12px;
}
.wrap li p{
  width: 200px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
}
.wrap li p a{
  font-size: 14px;
  color: #000;
}
.wrap li p a:hover{
  text-decoration: none;
}
