.olds-wrapper {
  max-width: 800px;
  margin: 30px auto;
}
.olds-wrapper .header {
  margin-bottom: 15px;
  font-weight: 600;
}
.olds-wrapper .item {
  width: 100%;
  overflow: hidden;
  margin: 15px 0;
}
.olds-wrapper .pic {
  float: left;
  width: 50%;
  margin-right: 15px;
}
.olds-wrapper .pic a {
  display: block;
}
.olds-wrapper .pic img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.olds-wrapper .title {
  font-weight: 600;
}
.olds-wrapper .title a {
  color: #000;
  border-bottom: 1px solid #999;
}
.olds-wrapper .podzag {
  margin: 5px 0;
  line-height: 1.3;
  font-size: 16px;
}
.olds-wrapper .capts {
  font-weight: 600;
  color: #666;
  font-size: 12px;
}
.olds-wrapper .capts span:first-child {
  margin-right: 4px;
}
@media all and (max-width: 767px) {
  .olds-wrapper {
    box-sizing: border-box;
    padding: 0 15px;
  }
  .olds-wrapper .pic {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
  }
}
