
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list .small-article-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
article.small {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
article.small .meta {
  position: absolute;
  top: 0;
  left: 110px;
  z-index: 200;
  margin: 0;
}
article.small .meta li {
  font-size: 10px;
  font-size: 1rem;
}
article.small .meta li a {
  color: #ffffff;
  background: #555;
  padding: 4px 5px 3px;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
article.small .meta li a:hover {
  color: #ffffff;
  background: #999;
}
article.small .meta + .toPost .title {
  margin-top: 10px;
}
article.small .img-wrap {
  float: left;
  width: 100px;
  height: 98px;
  position: relative;
  overflow: hidden;
}
article.small .img-wrap img {
  max-width: 150%;
}
article.small .title {
  font-size: 18px;
  line-height: 1.15;
  padding: 10px 5px 34px 110px;
  margin: 0;
}
article.small .title .post-group {
  display: none;
}
article.small .excerpt {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 21px;
  padding: 10px 10px 0;
}


section.Cover .list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  section.Cover .list .small-article-wrap {
    margin: 0;
    padding: 0;
  }
  section.Cover .frontList .small-article-wrap {
    width: 31.25%;
    display: inline;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 175px;
    width: 33.3333333%;
  }
  section.Cover .frontList .small-article-wrap article.small {
    height: 175px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  section.Cover .frontList .small-article-wrap article.small .article-body {
    position: absolute;
    left: 0;
    height: 175px;
    z-index: 150;
    width: 100%;
    -webkit-transition: background ease 0.5s;
    transition: background ease 0.5s;
    background: rgba(0, 0, 0, 0.8) none;
    background-size: 100% 100%;
    background: none, -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background: none, linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background: url(images/bg-transblack-cover.png) repeat-x center bottom\0/;
  }
  section.Cover .frontList .small-article-wrap article.small .article-body img{
  	float: right; margin-right: 5px; margin-top: 5px; opacity: 0.7;
  }
  
  section.Cover .frontList .small-article-wrap article.small .article-body:hover .title {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  section.Cover .frontList .small-article-wrap article.small .article-body:hover .excerpt{
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
    section.Cover .frontList .small-article-wrap article.small .article-body:hover .excerpt span.date{
      float: left;
      font-size: 12px;
      margin: 0 0 10px;
      width: 100%;
    }
  section.Cover .frontList .small-article-wrap article.small .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 50;
  }
  section.Cover .frontList .small-article-wrap article.small .img-wrap img {
    position: relative;
    max-width: 150%;
    height: 120%;
  }
  section.Cover .frontList .small-article-wrap article.small .title {
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    width: 95%;
    position: absolute;
    bottom: 5px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 5px;
    color: #ffffff;
    z-index: 200;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
  }
  section.Cover .frontList .small-article-wrap article.small .title .date{
  	font-size: 14px;
  	font-weight: normal;
  	text-transform: none;
  	margin-top: 5px;
  }
    
  section.Cover .frontList .small-article-wrap article.small .excerpt {
    display: block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-transform: translateY(320px);
    transform: translateY(320px);
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  section.Cover .frontList .small-article-wrap:first-child {
    width: 66.666%;
    height: 350px;
    margin: 0;
  }
  section.Cover .frontList .small-article-wrap:first-child article.small {
    height: 100%;
    width: 100%;
  }
  section.Cover .frontList .small-article-wrap:first-child article.small .article-body {
    background: rgba(0, 0, 0, 0.8) none;
    background-size: 100% 100%;
    background: none, -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background: none, linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background: url(images/bg-transblack-cover.png) repeat-x center bottom\0/;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  section.Cover .frontList .small-article-wrap:first-child article.small .article-body:hover .title {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  section.Cover .frontList .small-article-wrap:first-child article.small .article-body:hover .excerpt{
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
    section.Cover .frontList .small-article-wrap:first-child article.small .article-body:hover .excerpt span.date{
      float: left;
      font-size: 12px;
      margin: 0 0 10px;
      width: 100%;
    }
  section.Cover .frontList .small-article-wrap:first-child article.small .img-wrap img {
    height: auto;
  }
  section.Cover .frontList .small-article-wrap:first-child article.small .title {
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font-size: 28px;
    position: absolute;
    color: #ffffff;
    left: 0;
    bottom: 0;
    background: transparent;
    margin: 0;
    max-width: 600px;
    line-height: 1;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
  }
  section.Cover .frontList .small-article-wrap:first-child article.small .title .date{
  	font-size: 17px;
  	font-weight: normal;
  	text-transform: none;
  	margin-top: 5px;
  }
  
  section.Cover .frontList .small-article-wrap:first-child article.small .excerpt {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px 15px 40px;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    overflow: visible;
  }
  section.Cover .frontList .small-article-wrap:first-child article.small .excerpt:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 100%;
    top: -30px;
    left: 0;
    background: rgba(0, 0, 0, 0.5) none;
    background-size: 100% 100%;
    background: none, -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: none, linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  }
