* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

.container {
    width: 1200px;
    margin: auto;
}

.container .location {
    line-height: 30px;
    float: none;
    margin: 20px 0;
}

.container .location span,
.container .location a {
    display: inline-block;
    width: auto;
}

.dqwz_auto {
    width: 1200px;
    margin: 0 auto;
}

.dqwz_auto span {
    padding-left: 10px;
}

.dqwz {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    padding: 15px 0;
    background-color: #f4faff;
    margin-bottom: 15px;
}

.container .dqwz a {
    color: #000;
}

.dqwz_auto a:hover {
    color: #0155a9;
}

.container .left {
    width: 310px;
    float: left;
    height: auto;
    box-shadow: 0px 0px 7px -3px #5f5f5f;
    padding-bottom: 50px;
}

.container .left .l_top {
    width: 100%;
    height: 60px;
    line-height: 55px;
    color: white;
    text-align: center;
    padding: 0 15px;
    background: #0653ab;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container .left .l_top span {
    font-size: 24px;
    font-weight: bold;
}

.container .l_bottom li {
    border-bottom: 1px solid #D2D2D2;
    display: block;
    color: #626262;
    line-height: inherit;
    padding: 17px 45px;
    background: url(/images/PublicList_ico_2.png) no-repeat 255px center #f3f3f3;
    font-size: 20px;
}

.container .l_bottom li img {
    margin-right: 5px;
}

.container .l_bottom li:hover a {
    color: #FFF;

}

.container .l_bottom li:hover {
    background: url(/images/PublicList_ico_2_on.png) no-repeat 255px center #1d69c5;
}

.container .right {
    width: 890px;
    height: auto;
    margin-bottom: 30px;
}

.container .right .r_top {
    border-bottom: 1px solid #1a67c9;
    height: 50px;
    line-height: 45px;
    font-size: 24px;
    color: #1865cd;
    margin-left: 20px;
}

ul.r_ico {
    margin-top: 10px;
    font-size: 16px;
}

.right .r_bottom ul li {
    margin-left: 20px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right .r_bottom ul li img {
    margin-right: 10px;
}

.right .r_bottom ul li a {
    transition: all 0.3s;
    flex: 1 1 0;
}

.right .r_bottom ul li:hover img,
.right .r_bottom ul li:hover a {
    margin-left: 5px;
    color: #1C69C6;
}

.right .r_bottom ul li span {
    margin: 0 20px 0 15px;
}

.page {
    line-height: 60px;
    text-align: -webkit-center;
    text-align: center;
    height: 60px;
    color: #333;

}

.page a {
    width: 8%;
    display: inline-block;
    border: 1px solid #DCDCDC;
    height: 25px;
    line-height: 25px;
    background: #EBEBEB;
    text-align: center;
}

.page a:hover {
    color: #df1a13;

}

.bfc::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 480px) {
    #body {
        padding: 0 10px;
    }

    .container {
        width: 100%;
        display: block;
        padding: 0;
    }

    .container .left,
    .container .right {
        width: 100%;
        float: none;
        padding: 0;
    }

    ul.bfc {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }

    .container .l_bottom li {
        width: 40%;
        margin: 15px !important;
        padding: 20px 0;
        text-align: center;
        font-size: 18px;
    }

    ul.r_ico {
        width: 100%;
    }

    .right .r_bottom ul li {
        width: 100%;
        position: relative;
        margin: 0;
    }

    .right .r_bottom ul li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        word-break: break-all;
    }
}