.MainBox .MainType .min {
    float: left;
    width: 50%;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

/* 古镇玩乐 */

.list li {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 60px;
}

.list .fl {
    float: left;
    width: 40%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
}

.list .fl .img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.list .fl .img:hover {
    transform: scale(1.2);
}

.list .fr {
    float: left;
    padding: 16px 3% 0 5%;
    width: 52%;
    position: relative;
}

.list .fr .oIcon {
    float: left;
    width: 50px;
}

.list .fr .time {
    float: right;
    width: 250px;
    margin-top: 3px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #dea009;
    text-align: center;
    border-radius: 25px;
    background: #f8f8f8;
}

.list .fr .time .iconfont {
    font-size: 18px;
}

.list .fr .name {
    margin-top: 8px;
    line-height: 52px;
    font-size: 30px;
    color: #2e2748;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list .fr .desc {
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    color: #2e2748;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list .fr .place {
    margin-top: 4px;
    display: inline-block;
    padding: 0 25px;
    line-height: 50px;
    font-size: 16px;
    color: #415065;
    border-radius: 25px;
    background: #f8f8f8;
}

.list .fr .place .iconfont {
    font-size: 20px;
    color: #d3d3d3;
}

.list .fr .price {
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #c52e33;
    float: left;
}

.list .fr .tIcon {
    margin-top: 10px;
    float: right;
}

/* 加载更多 */

.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;
}