.subSect ul.works-list {
  padding-left: 0;
}

.works-list {
  list-style: none;
}

.works-list li {
  float: left;
  margin: 0 35px 50px 0;
  width: 310px;
  font-size: 14px;
}

.works-list li:nth-child(3n) {
  margin-right: 0;
}

.works-list li:nth-child(3n+1) {
  clear: both;
}

.works-list a {
  line-height: 1.8em;
  color: #000;
}

.works-list a:link,
.works-list a:visited {
  text-decoration: none;
}

.works-list a .date {
  margin-right: 15px;
  padding: 4px 7px 3px;
  background: #004986;
  color: #fff;
}

@media (max-width: 480px) {
  .works-list li {
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }
}

.thumb_wrapper {
  margin-bottom: 15px;
  border: 5px solid #fff;
}

.thumb_wrapper img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .thumb_wrapper {
    margin-bottom: 10px;
  }
}
