.lt-nav {width:250px;}
.rt-cont{width: calc(100% - 250px - 5.6%);max-width:1250px;margin-bottom: 100px;}

/*新加移动端css*/
@media screen and (max-width:1000px) {
.rt-cont{margin-bottom: 30px;}

}