.MainBox .MainType .min {
    float: left;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.MainBox .wtop {
    padding-left: 76.5%;
    position: relative;
}

.MainBox .fl {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 74.5%;
}

.MainBox .fl .swiper-container {
    height: 100% !important;
}

.MainBox .fl .swiper-wrapper {
    height: 100% !important;
}

.MainBox .fl .swiper-slide {
    height: 100% !important;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.MainBox .fl .img {
    display: block;
    width: 100%;
}

.MainBox .fl .info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 160px 20px 40px;
    background: rgba(0, 0, 0, 0.5);
}

.MainBox .fl .info .name {
    line-height: 48px;
    font-size: 30px;
    color: #fff;
    font-family: "shuzi";
    margin-bottom: 6px;
}

.MainBox .fl .info .desc {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}

.MainBox .fl .info a {
    line-height: 24px;
    font-size: 14px;
    color: #fff000;
}

.MainBox .fl .swiper-num {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 8;
}

.MainBox .fl .swiper-num .num {
    line-height: 44px;
    font-family: "shuzi";
    margin-bottom: 14px;
}

.MainBox .fl .swiper-num .now {
    font-size: 40px;
    color: #fff000;
}

.MainBox .fl .swiper-num .all {
    font-size: 24px;
    color: #fff;
}

.MainBox .fl .swiper-num .iconfont {
    float: left;
    width: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #ca3236;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
}

.MainBox .fl .swiper-num .iconfont:hover {
    background: #ca3236;
    color: #fff;
}

.MainBox .fl .swiper-num .swiper-prev {
    margin-right: 10px;
}

/* .MainBox .wtop .fr {
    width: 23.5%;
} */

.MainBox .fr li {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-radius: 4px;
    background: #fff;
}

.MainBox .fr .pic {
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 14px;
}

.MainBox .fr .img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.MainBox .fr .img:hover {
    transform: scale(1.2);
}

.MainBox .fr .name {
    float: left;
    line-height: 36px;
    font-size: 16px;
    color: #2e2748;
    margin-left: 10px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.MainBox .fr .icon {
    float: right;
    margin-right: 10px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #ca3236;
    cursor: pointer;
    text-align: center;
}

.MainBox .fr .icon:hover {
    background: #ca3236;
    color: #fff;
}

.MainBox .list {
    margin: 40px auto 60px;
}

.MainBox .list li {
    float: left;
    padding: 0 0 10px;
    width: 23.5%;
    margin: 0 2% 20px 0;
    background: #fff;
    border-radius: 4px;
}

.MainBox .list li:nth-child(4n) {
    margin-right: 0;
}

.MainBox .list .pic {
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 14px;
}

.MainBox .list .img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.MainBox .list .img:hover {
    transform: scale(1.2);
}

.MainBox .list .name {
    float: left;
    line-height: 36px;
    font-size: 16px;
    color: #2e2748;
    margin-left: 20px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.MainBox .list .icon {
    float: right;
    margin-right: 15px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #ca3236;
    cursor: pointer;
    text-align: center;
}

.MainBox .list .icon:hover {
    background: #ca3236;
    color: #fff;
}

/* 加载更多 */

.loadmore {
    width: 174px;
    height: 50px;
    margin: 0 auto 60px;
    line-height: 50px;
    font-size: 18px;
    color: #dea009;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}

.loadmore:hover {
    background: #dea009;
    color: #fff;
    cursor: pointer;
}