.containerHome{
  padding-top: 50px;
}
.homePageList{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border-bottom: #eee 1px solid;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}


@media only screen and (min-width:1200px){
  .homePageList{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    border-bottom: #eee 1px solid;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media only screen and (min-width:1600px){
  .homePageList{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: #eee 1px solid;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.homePageList h2 {
  line-height: 1em;
  color : #777;
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 50px;
}
.homePageList .date{
  color: #888;
}
.homePageList li {
  display: inline-block;
  border: 1px #ccc solid;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 14px !important;
	border-radius: 3px;
  padding-left: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 7px;
  margin-bottom: 3px;
  margin-right: 3px;
  font-weight: 300 !important;

}
.homePageList ul {
  padding: 0px;
  margin: 0px;
}
.homePageList li a {
  font-weight: 300 !important;
  color: #ccc !important;
}

.homePageList li:hover {
  border: 1px #aaa solid;
}
.homePageList li a:hover {
	color: #aaa !important;
}
.homePageList:hover {
  background-color: #f9f9f9;
}
.homePageHeader {
  overflow: hidden;
  height: 40vh;
}
.homePageHeader img {
  width:100%;
}
