.MainBox .MainType .min {
    float: left;
    width: 33.33%;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.MainBox .detail {
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 60px;
}

.MainBox .detail .name {
    line-height: 40px;
    font-size: 24px;
    color: #2e2748;
    text-align: center;
}

.MainBox .detail .info {
    margin: 20px 0;
    text-align: center;
}

.MainBox .detail .info span {
    line-height: 32px;
    font-size: 16px;
    color: #2e2748;
}

.MainBox .detail .h2 {
    line-height: 40px;
    font-size: 20px;
    color: #2e2748;
    margin-bottom: 10px;
    /* text-align: center; */
}

.MainBox .detail .cont {
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 16px;
    color: #2e2748;
    /* text-align: center; */
}

.MainBox .detail .other {
    margin-top: 50px;
    height: 32px;
}

.MainBox .detail .other .prev {
    float: left;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
    font-size: 16px;
    color: #2e2748;
}

.MainBox .detail .other .next {
    float: right;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px;
    font-size: 16px;
    color: #2e2748;
}

.MainBox .detail .other p a:hover {
    color: #dea009;
}