

.hotnews {
    padding-bottom: 15px;
}
.hotnews img{
    width: 100%;
}
.hotnews h2{
    font-size: 26px;
    padding-bottom: 10px;
}
.hotnews p{
    font-size: 14px;
    color:#777
}
.hotnews .col-md-5{
    padding-right: 0;
}
.hotnews .col-md-7{
    background-color: #f2f2f2;
    padding-top: 10px;
}



.news .item a {
    display: block;
    margin: 5px;
    border: 1px solid #ddd;
    padding: 1px;
    color: #333;
    margin: 10px auto;
    max-width: 350px;
}

.news .item a:hover {
    background-color: #fff;
    text-decoration: none;
}

.news .item h2 {
    font-size: 18px;
    padding: 10px 5px;
    height: 60px;
}

.news .item img {
    width: 100%;
    height: 250px;
    transition: all 300ms;
}
.news .item .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news .item a:hover img{
    transform: scale(1.1, 1.1);
}
@media (max-width: 576px) {
    .news .item img {max-height: 250px;height: auto;}
}

.news .item .time{
    border:1px solid #A9CF44;
    display: inline-block;
    padding:2px 36px 2px 8px;
    margin-left: -2px;
    margin-top: 10px;
    font-size: 14px;
    background: url(../img/icon-time.png) right center no-repeat;
}


