@charset "utf-8";

/* CSS Document */

@import url(mobileHeader_swt.css);
@import url(moblieFooter_swt.css);
@media screen and (max-width:750px) {
    .container {
        max-width: 100%;
        min-width: 100%;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
        background: #fff;
    }
    .main {
        min-height: 500px;
        background: url(top_bg.png) #fff no-repeat center -240px;
    }
    .wx_main {
        padding: 0 25px 30px;
        background: #fff;
        width: auto !important;
    }
    .wx_main * {
        box-sizing: border-box;
    }
    .wx_main .f_l,
    .wx_main .f_r {
        float: none !important;
    }
    .main .wx_main .left_nav {
        background: #f5f5f5;
        width: auto;
        box-sizing: border-box;
        padding: 10px 10px;
        height: auto;
        min-height: 200px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .location {
        height: auto;
        padding: 10px 30px;
        line-height: 1.3;
        background-size: 1.5em;
    }
    .main .wx_main .right_list {
        width: auto;
    }
    .main .wx_main .left_nav .title {
        height: 40px;
        line-height: 25px;
        font-weight: bold;
        font-size: 20px;
        color: #0068b7;
    }
    .right_list>ul>li a p {
        padding-left: 10px;
        position: relative;
        float: left;
        display: block;
        width: 62%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .right_list>ul>li {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #4d4d4d;
    }
    .right_list>ul>li a p:before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        position: absolute;
        top: 19px;
        left: 0px;
        background: #3f8dc9;
    }
    .main .wx_main .left_nav ul li {
        text-align: center;
        font-size: 16px;
        background: #fff;
        color: #545454;
        padding: 11px 0px;
    }
    /* 通用概览无左侧列表 */
    .ztzlList ul li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 62%;
        color: #333333;
        font-size: 14px;
    }
}