.MainBox .MainType .min {
    float: left;
    width: 50%;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.list li {
    float: left;
    width: 49%;
    padding: 40px 0;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.list li:nth-child(2n) {
    float: right;
}

.list li:hover {
    background: #dea009;
}

.list li:hover .limin .index, .list li:hover .limin .name, .list li:hover .limin .cont {
    color: #fff;
}

.list .limin {
    padding: 0 5% 0 15%;
    position: relative;
}

.list .limin .index {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 56px;
    width: 15%;
    text-align: center;
    font-size: 60px;
    color: #efefef;
    font-weight: bold;
    font-family: "shuzi";
}

.list .limin .name {
    line-height: 56px;
    font-size: 36px;
    color: #2e2748;
}

.list .limin .cont {
    margin-top: 8px;
    line-height: 26px;
    font-size: 16px;
    color: #415065;
    min-height: 104px;
}

.joinImg {
    display: block;
    width: 100%;
}