.hotel-list-wrap{
    padding: 24px 0 68px 0;
    background-image: url(../img/body-bg1.png);
}

.hotel-list-box-1{
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

    /*margin-bottom: 32px;*/
}
.hotel-list-title{
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #09A79D;
}

.hotel-list-title span:nth-child(1){
    /*margin-left: 6px;*/
    margin-right: 6px;
    color: #09A79D;
}

.hotel-list-title span:nth-child(2){
    /*margin-left: 6px;*/
    /*margin-right: 6px;*/
    /*color: #09A79D;*/
    color: #444D59;
    margin-left: 6px;
}

.hotel-list-box{
    width: 1200px;
    margin: 0 auto;
}

.index-news-tab-list-wrap{
    display: flex;
    margin-bottom: 32px;
    position: relative;
}

.wx-xcx-wrap{
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.wx-xcx-wrap img{
    margin-right: 6px;
}

.index-news-tab-list-left{
    font-size: 14px;
    line-height: 150%;
    color: #09A79D;
    margin-right: 16px;
    white-space: nowrap;
}

.index-news-tab-list-left img{
    margin-right: 4px;
}

.index-news-tab-list{
    width: 100%;
    display: flex;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    margin-bottom: 32px;
}

.index-news-tab-item{
    font-size: 16px;
    line-height: 100%;
    color: #666666;
    padding-bottom: 14px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 27px;
    position: relative;
}

.index-news-tab-item.tab-item-active:after{
    position: absolute;
    content: "";
    display: block;
    background: #09A79D;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.index-news-tab-item.tab-item-active{
    font-weight: bold;
    color: #09A79D;
}

.index-news-tab-item:hover{
    font-weight: bold;
    color: #09A79D;
}

.index-news-tab-item:hover:after{
    position: absolute;
    content: "";
    display: block;
    background: #09A79D;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.new-index-hotel-list{
    display: flex;
    flex-wrap: wrap;
}

.new-index-hotel-item{
    width: 351px;
    height: 197px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

.new-index-hotel-item:nth-child(4n){
    margin-right: 0;
}

.new-index-hotel-item-img{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    border-radius: 4px;
    transition: 0.6s;
}

.new-index-hotel-item-progress{
    padding: 17px 0 0 24px;
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 0;
    transition: 0.6s;
}

.new-index-hotel-item-bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    transition: .6s;
    /*display: none;*/
}

.new-index-hotel-item-progress .el-progress-circle__track{
    stroke: rgba(6, 137, 74, 0.3);
}

.new-index-hotel-item-progress .el-progress-circle__path{
    stroke: rgba(6, 137, 74, 1);
}

.new-index-hotel-item-text-wrap{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding:0 0 16px 16px;
    transition: .6s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: calc(100% - 24px);
}

.hotel-item-text-1{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    /*margin-bottom: 12px;*/
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    /*padding-right: 24px;*/
}

.hotel-item-text-2{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 12px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-right: 24px;
}

.hotel-item-text-3{
    width: 82px;
    height: 30px;
    background: #09A79D;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.hotel-item-text-3 img{
    margin-right: 4px;
}

.item-progress-text{
    position: absolute;
    color: #fff;
    top: 30px;
    left: 40px;
    font-size: 12px;
    line-height: 16px;
}

.new-index-scenic-list{
    display: flex;
    flex-wrap: wrap;
}

.new-index-scenic-item{
    width: 682px;
    height: 228px;
    margin-right: 12px;
    margin-bottom: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 16px;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
}

.new-index-scenic-item:nth-child(2n){
    margin-right: 0;
}

.new-index-scenic-item.scenic-1:nth-child(4n){
    margin-right: 0 !important;
}

.new-index-scenic-item.scenic-1:nth-child(2n){
    margin-right: 12px;
}

.new-index-scenic-item-title{
    width: 102px;
    height: 30px;
    padding: 4px 10px 4px 16px;
    display: flex;
    background: #09A79D;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    position: absolute;
    overflow: hidden;
    right: 0;
}

.new-index-scenic-item-title img{
    margin-right: 4px;
}

.new-index-scenic-item-title-box{
    display: none;
    animate-duration: .2s;
    animate-delay: .2s;
    position: relative;
    z-index: 1;
    padding-top: 5px;
}

.new-index-scenic-item-body{
    position: absolute;
    width: 682px;
    height: 228px;
    border-radius: 20px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80.19%, rgba(0, 0, 0, 0.5) 100%);
    padding: 16px;
    overflow: hidden;
    transition: 2s;
}

.index-scenic-item-body-text-wrap{
    position: absolute;
    /*bottom: 16px;*/
    padding-right: 16px;
    transition: .6s;
    bottom: -38px;
}

.index-scenic-item-body-text-wrap1{
    bottom: 16px;
    position: absolute;
    /*bottom: 16px;*/
    padding-right: 16px;
    transition: .6s;
}

.index-scenic-item-body-text1{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.index-scenic-item-body-text2{
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}

.index-scenic-item-body-text3{
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}