.briefHistory {
  margin: 40px 0;
  margin-bottom: 120px;
}
.briefHistory .img {
  padding-top: 40px;
  position: relative;
}
.briefHistory .img span {
  padding: 24px 32px;
  background: rgba(0,0,0,.6);
  color: #fff;
  bottom: 40px;
  left: 40px;
  position: absolute;
}
.briefHistory img {
  max-width: 100%;
}

.briefHistory .content p ,.curator .content .right p {
  font-family: Urbanist;
  font-size: 16px;
  color: #777;
  margin-top: 40px;
  line-height: 26px;
}

.curator .content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 120px;
}
.curator .content .left {
  width: 400px;
}
.curator .content .left img {
  max-width: 100%;
}
.curator .content .left .sign {
  width: 248px;
}
.curator .content .right {
  width: 800px;
}
.curator .content .right p {
  line-height: 28px;
}
.curator .content .right p:first-child {
  margin-top: 0;
}
.museumHonor .content {
  text-align: center;
  margin-top: 40px;
}
.museumHonor .content p {
  font-size: 16px;
  font-family: Urbanist-Bold;
  font-weight: bold;
  color: #161616;
  line-height: 40px;
}
.museumHonor .big-box .top {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.museumHonor .big-box .top .left {
  width: 640px;
}

.museumHonor .big-box img {
  max-width: 100%;
}
.museumHonor .big-box .right {
  width: 620px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.museumHonor .big-box .right img {
  width: 48%;
}
.museumHonor .big-box .right img:nth-child(3),.museumHonor .big-box .right img:nth-child(4) {
  margin-top: 20px;
}
.museumHonor .big-box .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.museumHonor .big-box .bottom img {
  width: 312px;
}
.ourteam {
  margin-top: 120px;
  margin-bottom: 80PX;
}
.ourteam .box {
  display: flex;
}
.ourteam .box > div {
  flex: 1;
}
.ourteam .box .right {
  padding-left: 340px;  
}
.ourteam .box .right h1 {
  padding-bottom: 200px;
  position: relative;
}
.ourteam .box .right h1:after {
  content: '';
  width: 1px;
  height: 170px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.ourteam .box .right .produce {
  width: 250px;
  line-height: 26px;
  margin: 40px 0;
}
.ourteam .box .right img {
  width: 240px;
}
.ourteam .team {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.ourteam  .team > div {
  width: 185px;
  text-align: center;
  margin-bottom: 80px;
}
.ourteam  .team > div + div {
  margin-left: 2%;
}
.ourteam  .team > div img {
  width: 150px;
}
.ourteam  .team > div .produce {
  height: 85px;
  margin-top: 20px;
  color: #161616;
  line-height: 24px;
}
.department img {
  max-width: 940px;
}
.department {
  padding-bottom: 120px;
  border-bottom: 1px solid #161616;
}
