.MainBox .fh .fl {
    float: left;
    width: 13.5%;
    padding-bottom: 80px;
    position: relative;
}

.MainBox .fh .fl .img {
    display: block;
    width: 96%;
    margin-bottom: 50px;
}

.MainBox .fh .fl .num {
    height: 60px;
    line-height: 60px;
    font-family: "shuzi";
}

.MainBox .fh .fl .num .at {
    font-size: 56px;
    color: #dda00a;
}

.MainBox .fh .fl .num .all {
    font-size: 34px;
    color: #2e2748;
}

.MainBox .fh .fl .iconfont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 78px;
    line-height: 78px;
    font-size: 20px;
    color: #ca3236;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.MainBox .fh .fl .swiper-next {
    margin-left: 90px;
}

.MainBox .fh .fl .iconfont:hover {
    color: #fff;
    background: #ca3236;
    border: 1px solid #ca3236;
}

.MainBox .fh .cen {
    float: left;
    width: 76.5%;
    position: relative;
}

.MainBox .fh .cen .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
}

.MainBox .fh .cen .swiper-container {
    width: 96%;
    margin: 0 auto;
}

.MainBox .fh .cen .swiper-wrapper {
    height: auto !important;
}

.MainBox .fh .cen .swiper-slide {
    height: auto !important;
}

.MainBox .fh .cen .img {
    display: block;
    width: 100%;
}

.MainBox .fh .fr {
    float: right;
    width: 10%;
}

.MainBox .fh .fr .img {
    display: block;
    width: 100%;
}

.MainBox .descBox {
    margin-top: 60px;
    position: relative;
    padding: 50px 30% 130px 90px;
    background: #fff;
    border-radius: 10px;
}

.MainBox .descBox .popDesc {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -180px;
    padding: 110px 70px 0;
    width: 260px;
    height: 290px;
    border-radius: 200px;
    background: rgba(222, 160, 9, 0.9);
    z-index: 9;
}

.MainBox .descBox .popDesc h2 {
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    font-family: "jiangxi";
    text-align: center;
}

.MainBox .descBox .popDesc p {
    margin-top: 18px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.MainBox .descBox .descCont * {
    max-width: 100%;
}

.MainBox .descBox .flBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 244px;
    z-index: 10;
}

.MainBox .descBox .frBg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 167px;
    z-index: 10;
}

.MainBox .list {
    margin: 30px 0 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: 0 0 20px 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: 10px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.MainBox .list .icon {
    float: right;
    margin-right: 10px;
    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;
}