* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none
}

body {
    font-size: 18px;
    line-height: 1.5em;
    background-color: #FFF;
    color: #232323
}

a {
    color: #365DB5;
    text-decoration: none
}

    a:link {
        text-decoration: none
    }

    a:visited {
        text-decoration: none
    }

    a:hover {
        text-decoration: none
    }

    a:active {
        text-decoration: none
    }

.body-wrap .div1 {
    padding-left: 10px
}

.div1 {
    background-color: #3F8AF0;
    color: #FFF;
    font-weight: 700;
    line-height: 2em;
    margin-left: -10px;
    padding: 0 5px;
    clear: both;
    height: 2em;
    padding-left: 21px
}

    .div1 a {
        color: #FFF;
        font-size: 16px
    }

.xx {
    border-bottom: 1px solid #CCD6E6;
    padding: 3px 0 3px 1px
}

.xx {
    padding: 3px 0 3px 11px
}

.content-title {
    font-size: 19px;
    font-weight: 700;
    margin-top: 12px;
    text-align: center
}

.content-wrap {
    word-break: break-all;
    margin-left: 10px
}

.foot1 {
    background-color: #F2F2F2;
    color: #000;
    line-height: 22px;
    padding: 10px 5px;
    text-align: center
}

    .foot1 a {
        color: #3F8AF0
    }

    .foot1 span {
        margin: 0 10px
    }