/*banner*/
@media (min-width: 320px) {
    .banner{
        height: 200px;
    }
    .banner img{
        height: 200px;
    }
}
@media (min-width: 375px) {
    .banner{
        height: 240px;
    }
    .banner img{
        height: 240px;
    }
}
@media (min-width: 414px) {
    .banner{
        height: 260px;
    }
    .banner img{
        height: 260px;
    }
}
.banner{
    margin-top: 44px;
}
.banner img{
    width: 100%;
}
/*lt*/
.lt{
    margin-top: -80px;
    padding: 0 15px;
}
.lt .lt-info{
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px #DCDCDC solid;
}
.lt .lt-info h4{
    line-height: 24px;
    font-size: 17px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lt .lt-info span{
    color: #999;
    font-size: 12px;
    line-height: 48px;
}
.lt .lt-info img{
    width: 100%;
    margin: 10px 0;
}
.lt .lt-info p{
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
nav li .active{
    color: #FF9933;
}