.photo {
  margin-top: -335px;
}
.photo .articles-list .article {
  position: relative;
}
.photo .articles-list .article .article-title {
  width: 100%;
  height: 600px;
}
.photo .articles-list .article .article-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 50px;
  height: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
}
.photo .articles-list .article .article-content .content-right {
  overflow: scroll;
}
.photo .articles-list .article .article-content .content-right .content {
  height: auto;
}
.photo .articles-list .article .article-content .content-left .article-date {
  margin-top: 40px;
}
.photo .photo-window {
  padding: 0 50px;
  margin: 0 -10px;
}
.photo .photo-window .photo-info {
  width: calc(100%/5);
  float: left;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.photo .photo-window .photo-info .photo-img {
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
}
.photo .photo-window .photo-info .photo-title {
  font-size: 14px;
  text-align: center;
  height: 1em;
  margin-bottom: 10px;
}
.photo .photo-window .photo-info .photo-date {
  font-size: 14px;
  text-align: center;
  height: 1em;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .photo .articles-list .article .article-title {
    height: auto;
  }
  .photo .articles-list .article .article-content {
    position: relative;
    height: auto;
    bottom: auto;
    padding: 10px;
  }
  .photo .articles-list .article .article-content .content-left {
    height: auto;
    padding: 20px 10px;
  }
  .photo .articles-list .article .article-content .content-left .article-date {
    margin-top: 20px;
  }
  .photo .photo-window {
    padding: 0;
  }
  .photo .photo-window .photo-info {
    width: calc(100%/1);
    padding: 0;
    margin-bottom: 30px;
  }
}
