body{

  margin: 0;
  padding: 0;
  background-image: url(../images/bg.jpg);
  font-family:"Helvetica Neue","Helvetica","Arial","Microsoft JhengHei",sans-serif;

}

p{
  padding: 0;
  margin: 0;
}

a{
  color: #565656;
}

a:hover{
  color: #565656;
  text-decoration: none;
}

.onlypc{
  display: block;
  text-align: center;

}

.onlymo{
  display: none;
  margin: 0 auto;
}

.onlymo img{
  width: 100%;
  text-align: center;


}

.tt{
  font-size: 3em;
  line-height: 2.5em;
  text-align: center;
  color: #80af48;
  font-weight:bold;
}


.aa{
  padding: 20px;
  margin-bottom: 50px;
  border: 4px solid #fff;
  overflow: hidden;
  transition: all 0.2s ease-in;

}

.aa:hover{
  border: 4px solid #53c3d0;
}


.aa>a>img{
  border: 1px solid #eee;
}


.aa>h3{
  font-size: 1.2em;
  line-height: 1.2em;
  min-height: 3em;
  font-weight: bold;
}

.aa>h3>a{

  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}


.aa>p>a{
  font-size: 1em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

  @media screen and (max-width:768px) {

    .onlypc{
      display: none;
    }


    .onlymo{
      display: block;

    }


    .aa>h3{
      min-height: 2em;
    }


  }
