/* line 4, ../sass/mphoto.scss */
.container {
  background-image: url(../../../images/mp_bg.jpg);
}
/* line 15, ../sass/mphoto.scss */
.container .content .mid .area {
  padding: 0px;
}
/* line 23, ../sass/mphoto.scss */
.container .content .mid .area .box .wrap {
  width: 250px;
  height: 340px;
  float: left;
  margin-top: 10px;
}
/* line 30, ../sass/mphoto.scss */
.container .content .mid .area .box .wrap .img {
  width: 250px;
  height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
/* line 37, ../sass/mphoto.scss */
.container .content .mid .area .box .wrap .text {
  width: 250px;
  height: 22px;
  padding: 0px 12px;
  margin-top: 8px;
  line-height: 22px;
  font-size: 13px;
  color: #aea797;
  word-break: break-all;
  overflow: hidden;
}
/* line 47, ../sass/mphoto.scss */
.container .content .mid .area .box .wrap .t2 {
  height: 90px;
  line-height: 18px;
  font-size: 12px;
  color: #7e7050;
  word-break: break-all;
  overflow: hidden;
}
/* line 54, ../sass/mphoto.scss */
.container .content .mid .area .box .wrap:nth-child(even) {
  margin-left: 66px;
}
