/*
* @Author: house
* @Date:   2018-05-09 10:04:19
* @Last Modified by:   house
* @Last Modified time: 2018-05-09 10:04:19
*/
@media (max-width: 768px) {
    #sidemenu{
        margin: 0;
    }
    #box_right{
        border: none;
        margin-top: 19px;

    }

    #box_right #condetail{
        padding: 0;
        margin: 0 10px;
    }

    #box_left .cc ul li a{
        background: none;
    }
    #box_main{
        float: none;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    #top  .navbar-brand{
        display: inherit;
        width: auto;
    }

    .top-nav .location{
        margin-bottom: 0 !important;
    }


    #top .navbar-nav .lv1:hover >a{
        color: #777 !important;
    }
    .navbar-toggle{
        /*margin-top: 28px;*/
        margin-right: 25px;
    }
    #box_right{
        padding-top: 0;
    }
    #box_right #condetail img{
        max-width: 100% !important;
        height: auto !important;
    }
    #box_right #condetail{
        margin-right: 0;
        padding: 18px;
        border: none;
        margin-left: 0;
    }
    .top-nav{
        margin-bottom: 0;
    }
    .top-nav .location{
        margin: 14px 20px;
    }
    #top .nav{
        height: auto;
    }
    .navbar-nav .lv1{
        height: 40px;
        line-height: 40px;
    }
    #top .collapse{
        margin-top: 10px;
    }
    #top .collapse ul{
        margin: 0;
        overflow: hidden;
    }
    #top .nav a{
        line-height: 40px;
    }
    #top .navbar-nav .lv1{
        height: auto;
    }
    #top .lv2{
        /*display: block;*/
        position: static;
        height: auto;
        float: none;
    }
    #box_main{
        float: none;
        overflow: hidden;
    }
    #condetail{
        margin-left: 25px;
    }
    .newslist li{
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .main-bg{
        margin-top: 3px;
    }
    #box_root .top-nav{
        margin-bottom: 0;
        border-bottom: none;
    }
    #box_right{
        border-radius: 20px;
        /*margin: 31px auto;*/
        /*padding-top: 12px;*/
        background: #fff;
        /*border: 1px solid;*/
    }
    #box_left .cc ul li:hover a{
        background: none;
    }


    


}