



@import "animate.css";





.block {
   
   background: #fff;
    margin: 15px 0;
    border: 1px solid #ccc;

  
}

.news .pic {
    height: 190px;
    color: #fff;
}
.news .pic h1 {
    padding-top: 140px;
    font-size: 1.4rem;
    font-weight: 100;
    padding-left: 25px;
}
.news .pic span {
    font-size: .8rem;
    float: right;
    margin-right: 25px;
    border: 2px solid #fc0;
    padding: 7px;
    padding-top: 5px;
}
.news .text {
    font-weight: 100;
    line-height: 20px;
    font-size: .9rem;
    padding: 30px;
}


