@charset "utf-8";

.box {
  width: 29%;
  height: 350px;
  float: left;
  margin: 2% 2%;
  box-sizing: border-box;
  text-decoration: none;
}
.box h3 {
  line-height: 2.5em;
  border-left: 20px solid #509950;
  border-bottom: 1px solid #509950;
  margin-bottom: 20px;
  padding-left: 10px;
}
.box img {
  width: 100%;
  height: 45%;
}
.box ul li {
  line-height: 1.5em;
}
.box {
  text-decoration: none;
  border-bottom: 1px dashed  #509950;
  margin-bottom: 30px;
}
.box a {
  text-decoration: none;
}

.box h3 a:hover , .box ul li a:hover {
  background-color: rgba(99,51,51,0.2);
  color: #995151;
}



/*------------------------------------------------*/
