.price-title {
    background: url(../images/rooms/title_bg.png) no-repeat 50% 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 31px;
    letter-spacing: 2px;
    margin-bottom: 28px;
    padding-top: 1px;
}
.price-detail {
    max-width: 1000px;
    margin: 0 auto;
}
.price-detail .table {
    border: 1px solid #414B3D;
}
.price-detail .table td {
    text-align: center;
    color: #CDFFBF;
    font-size: 15px;
    white-space: nowrap;
    padding: 10px 15px;
    height: 50px;
}
.price-detail .table td + td {
    border-left: 1px dashed #424D42;
}
.price-detail .table td:first-child {
    text-align: left;
}
.price-detail .table td b {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-right: 8px;
}
.price-detail .table td.price {
    color: #FFFF99;
    letter-spacing: 1px;
    font-family: Verdana, Geneva, sans-serif;
}
.price-detail .table td.price:before {
    content: "";
    background: url(../images/rooms/price.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin: -2px 8px 0 0;
}
.price-detail .table thead td {
    padding: 5px 15px;
    background: #465446;
    color: #fff;
    height: auto;
}
.price-detail .table tbody tr:nth-child(2n) {
    background: #0F1A0F;
}

.rooms-sect {
    background: url(../images/rooms/bg.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 35px 0 55px;
    -webkit-box-shadow: 0 -1px 10px 0 #000;
            box-shadow: 0 -1px 10px 0 #000;
}
.room-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 45px;
}
.room-title span {
    display: inline-block;
    position: relative;
}
.room-title span:before,
.room-title span:after {
    content: "";
    display: block;
    border-top: 1px solid #6B716D;
    width: 62px;
    position: absolute;
    top: 50%;
}
.room-title span:before {
    right: 50%;
    margin-right: 60px;
}
.room-title span:after {
    left: 50%;
    margin-left: 60px;
}
.rooms-list {
    margin: 0 -20px -40px;
}
.rooms-list .item {
    width: 33.33%;
    padding: 0 20px;
}
.rooms-list .item a {
    position: relative;
    max-width: 360px;
    margin: 0 auto 40px;
    background: #182918;
    text-align: center;
    color: #68AA51;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.rooms-list .item a:hover {
    background: #111;
}
.rooms-list .pic {
    position: relative;
}
.rooms-list .pic:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5) url(../images/scenery/hover.png) no-repeat 50% 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.rooms-list a:hover .pic:before {
    opacity: 1;
}
.rooms-list .pic img {
    width: 100%;
}
.rooms-list .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 12px 0 8px;
    margin: 0 20px;
    border-bottom: 1px dashed #4A7739;
    min-height: 28px;
}
.rooms-list .type,
.rooms-intro .type {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background: #A4AA58;
    overflow: hidden;
}
.rooms-list .price {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    padding: 6px;
}
.rooms-list .price span {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 10px;
    font-size: 20px;
}

.rooms-intro {
    margin-bottom: 86px;
}
.rooms-intro .pic {
    float: left;
    width: 42%;
}
.rooms-intro .pic-small {
    float: left;
 width: 14.8%;
 margin:-4px;
}
.rooms-intro .pic-small img{
	
}
.rooms-intro .pic-small>a{
	display:block;
	padding:5px 8px ;
}
.rooms-intro .pic-small>a{
	display:block;
}
.rooms-intro .txt {
    float: right;
    width: 40%;
    position: relative;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rooms-intro .type {
    position: static;
    margin: 3px 0 6px -18px;
}
.rooms-intro .info li {
    border-bottom: 1px dashed #416D3F;
    background: url(../images/_icon/caret.png) no-repeat 0 12px;
    padding: 8px 0 8px 24px;
    line-height: 1.6;
}
.rooms-intro .info .text {
    color: #A3A9A3;
}

.rooms-intro .info span{
	color: #FFFFBF;
	}

.rooms-intro .info .facility {
    display: inline-block;
    vertical-align: top;
    max-width: 530px;
}

.rooms-detail {
    border: 1px solid #596636;
}
.rooms-detail .title {
    color: #182918;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    background: #B2B85F;
    width: 72px;
    height: 72px;
    margin: -36px auto 0;
    padding-top: 16px;
    -webkit-border-radius: 60px;
            border-radius: 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.rooms-detail .title span {
    display: block;
    font-weight: normal;
}
.rooms-detail .editor {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

@media screen and (max-width: 1320px) {
    .rooms-list {
        margin: 0 -10px -40px;
    }
    .rooms-list .item {
        padding: 0 10px;
    }
}


@media screen and (max-width: 1100px) {
	.rooms-intro .txt {
    width: 40%;

}





	
}



	





@media screen and (max-width: 980px) {
    .rooms-list .item {
        width: 50%;
    }
    .rooms-intro .pic,.rooms-intro .pic-small,
    .rooms-intro .txt {
        float: none;
        width: auto;
    }
    .rooms-intro .txt {
        padding: 10px 0 0;
    }
    .rooms-intro .type {
        margin-left: 0;
    }
    .rooms-detail .editor {
        padding: 40px 20px;
    }
	.pic-small{
		max-width:600px;
	/*	padding:0 15px;*/
		width:100%;
		margin:0 auto;
	}
	.pic-small:after{
		display:block;
		content:'';
		clear:both;
		height:0px;
	}
	.pic-small>a{
		display: block;
		float: left;
		width: 33.33333%;
	/*	margin: 0.5%;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pic-small>a img{
		max-width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding:4px 4px;
	}
	
	
	.rooms-intro .pic-small>a{
	display:block;
	padding:4px 0px;
}
	
	
	.rooms-intro .pic-small{
	margin:0 auto;
	width:540px;
	
	
	}
}
@media screen and (max-width: 600px) {
    .rooms-list .item {
        float: none;
        width: auto;
    }
	.pic-small>a{
		width:33.333%;
		margin:0px;
	}
	.pic-small>a+a{
	/*	margin-left:2%;*/
	}
	.pic-small a:nth-child(3n+1){
		margin-left:0px;
	}
	
		
	.rooms-intro .pic-small{
	margin:0 auto;
	width:100%;
	
	margin-left:-4px;
	
	
	}
}