.rooms-list,
.travel-list{
    padding: 0;
    margin: 0;
}
.rooms-list .box,
.travel-list .box{
	display: block;
	position: relative;
	overflow: hidden;
}
.rooms-list .box .cover,
.travel-list .box .cover{
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	opacity: 0;
	background: rgba(0,0,0,0.6);
	transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.rooms-list .box:hover .cover,
.travel-list .box:hover .cover{
	opacity: 1;
	width: 100%;
}
.rooms-list .bg,
.travel-list .bg {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: 50% 50% / cover no-repeat;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.rooms-list .bg a,
.travel-list .bg a,
.rooms-list .pic a,
.travel-list .pic a{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.rooms-list .pic,
.travel-list .pic{
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	opacity: 1;
	background: 50% 50% / cover no-repeat;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.rooms-list .item:nth-child(2n+1) .pic,
.travel-list .item:nth-child(2n) .pic{
	left: 0;
}
.rooms-list .item:nth-child(2n) .pic,
.travel-list .item:nth-child(2n+1) .pic{
	right: 0;
}
.rooms-list .txt,
.travel-list .txt{
	position: relative;
	z-index: 2;
	padding: 5% 8% 6%;
	color: #aaa;
    min-height: 540px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.rooms-list .box:hover .txt,
.travel-list .box:hover .txt{
	color: #ddd;
}
.rooms-list .item:nth-child(2n) .txt,
.travel-list .item:nth-child(2n+1) .txt{
	margin-right: 50%;
}
.rooms-list .item:nth-child(2n+1) .txt,
.travel-list .item:nth-child(2n) .txt{
	margin-left: 50%;
}
.rooms-list .name,
.travel-list .name{
    max-width: 100%;
    font-family: 'cwTeXFangSong', serif;
	font-size: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 20px 0 40px;
    border: 1px solid #bbb;
    display: inline-block;
    padding: 1px 15px;
}
.rooms-list .box:hover .name,
.travel-list .box:hover .name{
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.rooms-list .description,
.travel-list .description{
	font-size: 14px;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 130px;
}
.rooms-list .box:hover .description,
.travel-list .box:hover .description{
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.rooms-list .price-box {
	font-size: 14px;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
    margin-top: 40px;
}
.rooms-list .price-box li{
    margin-right: 30px;
}
.rooms-list .price-box li label{
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 10px;
}
.rooms-list .box:hover .price-box{
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}


.gallery{
    background: url(../images/news/gallery_bg.png)repeat-x center;
}
.gallery{
    margin: 100px auto 50px;
}
.gallery .stage{
    margin: 0 auto;
    position: relative;
    max-width: 1280px;
}
.slick-dots{
    list-style: none;
    padding: 0;
    text-align: right;
    width: 100%;
}
.slick-dots li{
    display: inline-block;
    margin: 0 8px;
}
.slick-dots button{
    padding: 0;
    text-indent: -5000px;
    background: rgba(255,255,255,.5);
    width: 12px;
    height: 12px;
    border: none;
	transform:rotate(45deg);
	cursor: pointer;
}
.slick-dots .slick-active button{
    background: rgba(255,255,255,1);
}


.rooms-header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.rooms-header .name {
    font-family: 'cwTeXFangSong', serif;
    max-width: 1045px;
    margin: 0 auto 50px;
    color: #ddd;
    font-size: 30px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 5px;
}
.rooms-header .price-box li{
    border: 1px solid #999;
    padding: 2px 20px;
    color: #bbb;
    margin: 0 5px 10px;
}
.rooms-detail {
    border-bottom: 1px dashed #ccc;
    padding: 50px 0;
}
.rooms-detail .editor {
    max-width: 1045px;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .gallery {
        margin: 0px auto 50px;
    }
}
@media screen and (max-width: 767px) {
    .rooms-list .item:nth-child(n) .txt, .travel-list .item:nth-child(n) .txt{
        padding: 30px 80px 40px;
    }
	.rooms-list .box:before,
    .travel-list .box:before{
		opacity: 1;
		width: 100%;
	}
	.rooms-list .bg,
    .travel-list .bg{
		opacity: 1;
	}
	.rooms-list .pic,
    .travel-list .pic{
		display: none;
	}
	.rooms-list .item:nth-child(n) .txt,
    .travel-list .item:nth-child(n) .txt{
    	padding: 30px 70px 40px;
		margin: 0;
		color: #ddd;
	}
	.news-detail .corner {
		padding: 65px 20px 40px;
	}
}
@media screen and (max-width: 440px) {
	.rooms-list .item:nth-child(n) .txt,
    .travel-list .item:nth-child(n) .txt{
    	padding: 20px 70px 30px;
	}
    .rooms-list .price-box {
        height: 154px;
    }
}
@media screen and (max-width: 390px) {
	.rooms-list .price-box li{
		margin-right: 0;
		text-align: center;
		display: block;
	}
	.rooms-list .price-box li label{
		border-right: none;
		display: block;
		border-bottom: 1px solid #ccc;
		margin: 0 0 7px 0;
		padding: 0 0 7px 0;
	}
}