.top{
    width: 100%;
    max-width: 1008px;
    height: auto;
    background: none;
    position: relative;
}
.top img{width: 100%}
.top a{
    position: absolute;
    top: 0;
    right: 0;
}
.content{
    width: 100%;
    max-width: 1008px;
}
.phone_sidebar{display: none;}
.phone_sidebar_tit{
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
    background: #1649f2;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    margin-left: 10px;
}
.phone_sidebar_cont{
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    border: 1px #ccc solid;
    padding: 0 20px;
}
.phone_sidebar_cont li{
    font-size: 14px;
    padding: 14px 0;
    border-bottom: 1px #cacaca dashed;
    background: url("goright1.png") no-repeat right 20px center;
}



@media only screen and (max-width: 1023px){
    .phone_sidebar{display: block;}
    .content{background: #fff;max-width:100%;}
    .tjzs_leftbg,.tjzs_rightbg{
        display: none;
    }
    .sidebar{
        display: none;
    }
    .footer_nav{
        width: auto;margin-right: 10px;
    }
    .tjzs_right{
        width: auto;
        height: auto;
        float: none;
        margin-right: 10px;
    }
    .right_box{width: auto}
    .fleft{
        float: none;
    }
}
@media only screen and (max-width: 540px){
    .right_box ul li a{
        display: inline-block;
        width: 60%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .bot span{
        display: block;
    }
}
