.nav{
    background-color: #3d9951!important;
    border-top: none;
}
.nav ul li{

}
.nav ul li a{
    color: white;
}
.hot{
    min-height: 50px;
}
.hot p{
    line-height: 30px;
}
#maximg{
    padding-bottom: 60px;
}
#maximg img{
    max-width: 90%;
    height: auto;
}
.pagination li.active span{
    background: #2d9f57;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 12px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%;
}