@charset "utf-8";
/* CSS Document */
@import url(mobile_header.css);
@media screen and (max-width: 750px) {
    .LeftNav{width: 100%;padding-bottom: 15px;border-bottom: 1px dashed #DDD;float: none;}
    .LeftNav>h1{height:auto; line-height:45px;}
    .LeftNav ul{ overflow: hidden; border-left: 1px solid #ddd;}
    .LeftNav ul>li{ float: left; margin:0; width: calc(100% / 2); border: 1px solid #ddd; border-top: none; border-left: none;}
    .LeftNav ul>li>a{width: 100%;font-size: 14px;padding: 10px;background: #f5f5f5;text-align: center;position: relative;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;word-wrap:normal;height: auto;line-height: 20px;}
    .LeftNav ul>li:hover>a,.LeftNav ul>li.on>a{background: #1b31cd;}

    .RightCon.f_r{width:100%; float:none;}
    
}