body {
    background: url('http://www.chinacace.org/images/revision/bg.jpg') no-repeat top;
}

.main {
    width: 1000px;
    height: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    background: #ffffff;
}

.contactBox {
    width: 740px;
    float: right;
    margin-top: 100px;
}

.contact {
    width: 100%;
    margin-top: 20px;
}

.contactTitle {
    text-align: center;
}

.contactTitle h1 {
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
    margin: 20px 0 20px 0;
    color: #800;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dotted #ccc;
}

.fgms {
    background: #eeeeee;
    margin-top: 20px;
}

.fgms i {
    display: block;
    line-height: 30px;
    margin-right: 30px;
    font-size: 12px;
    padding: 10px 20px;
}

.contactInfo {
    font-family: "微软雅黑", "Microsoft YaHei";
    font-size: 16px;
    line-height: 2em;
    margin-top: 10px;
}

.contactInfo p {
    text-indent: 2em;
    margin: 0;
    padding: 0;
}