.content {
    width: 1024px;
    margin: 0 auto;
    height: auto;
    background-color: white;
    border-radius: 2px;
}

.content dl {
    width: 740px;
    height: auto;
    margin: 0 auto;
}

.content dl dt {
    text-align: center;
    margin: 0 auto 42px;
}

.content dl dt img {
    margin-top: 36px;
}

.content dl dd {
    font-size: 16px;
    color: #333333;
}

.content p {
    width: 740px;
    height: auto;
    margin: 0 auto;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 40px;
}

.content p:first-child {
    padding-top: 40px;
    margin: 20px auto 0;
    font-size: 16px;
}

.content p.title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.content p span {
    font-size: 14px;
    color: #333333;
}

.content .top {
    width: 100%;
    height: 50px;
    background-color: #fff;
}

.content .bottom {
    width: 100%;
    height: 56px;
    background-color: #fff;
}

.content .table {
    width: 482px;
    height: 176px;
    margin: 20px auto;
    border: 1px solid #f2f2f2;
    border-collapse: collapse;
}

.content .table tr td {
    border: 1px solid #f2f2f2;
    text-align: center;
    height: 48px;
    color: #333333;
}

.content .table tr td img {
    margin-top: 10px;
}

.content .table tr td:nth-child(2) {
    text-align: right;
    padding-right: 22px;
    width: 203px;
    font-size: 16px;
    padding-top: 26px;
}

.content .table tr td:last-child {
    text-align: left;
    text-indent: 22px;
    width: 210px;
    font-size: 16px;
    padding-top: 26px;
}

.content .banner {
    width: 741px;
    height: 378px;
    margin: 0 auto;
}

.content .banner img {
    width: 100%;
    height: 100%;
}

.content .banner p {
    font-size: 16px;
    color: #333333;
    margin-top: 3px;
}
/*# sourceMappingURL=profile.css.map */
