.MainBox .MainType .w14 {
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.MainBox .MainType .w14 .iconfont {
    font-size: 20px;
    color: #dda00a;
}

.MainBox .MainType .w14 span {
    font-size: 20px;
    color: #2e2748;
}

/* 详情 */

.ContBox {
    margin: 30px auto 60px;
    padding: 40px 0;
    background: #fff;
}

.ContBox .h1 {
    line-height: 54px;
    font-size: 24px;
    text-align: center;
}

.ContBox .info {
    margin: 30px 40px;
    background: #f8f8f8;
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    font-size: 14px;
    color: #999;
}

.ContBox .info .iconfont {
    font-size: 16px;
}

.ContBox .img {
    display: block;
    width: 96%;
    margin: 20px auto 40px;
}

.ContBox .detail {
    width: 96%;
    margin: 0 auto;
}

.ContBox .detail * {
    max-width: 100%;
}