.whiteBg {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #999;
}
.main {
    padding: 100px 0 120px;
    background: #f6f7f9;
}
.main .bread {
    margin-bottom: 60px;
}
.main .content {
    padding: 80px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 29px 2px rgba(156, 164, 185, 0.2);
}
.main .content .title {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #DDDDDE;
}
.main .content .subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 60px 0 29px;
}
.main .content .detail {
    font-size: 24px;
    color: #555555;
    line-height: 42px;
}
.main .content .detail span {
    background: #FED8D8;
}
.main .content .detail .notice {
    margin: 31px 0 41px;
}
.main .content .detail a {
    color: #6180E9;
    border-bottom: 1px solid #6180E9;
}
.main .content .inscribe {
    margin-top: 85px;
    text-align: right;
}
.main .content .inscribe p {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 38px;
}