.news-detail .inner {
	margin-top: 91px;
	//margin-bottom: 50px;
}

.news-detail .inner .content {
	display: inline-block;
	width: 1340px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 60px;
}

.news-detail .inner .content .content-inner {
	position: relative;
}

.news-detail .inner .content .content-inner .new {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
	width: 100px;
	height: 100px;
	text-align: right;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	background-size: 100%;
}

.news-detail .inner .content .content-inner .new span {
	display: inline-block;
	line-height: 25px;
	margin-top: 19px;
	margin-right: 13px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.news-detail .inner .content .content-inner .gallery {
	float: right;
	width: calc(600/1300 * 100%);
	margin-top: -20px;
	margin-left: -40px;
	margin-right: 20px;
}

.news-detail .inner .content .content-inner .gallery .pager {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 20px 0;
}

.news-detail .inner .content .content-inner .gallery .pager span {
	display: inline-block;
	height: 100%;
}

.news-detail .inner .content .content-inner .gallery .pager .prev,
.news-detail .inner .content .content-inner .gallery .pager .next {
	cursor: pointer;
}

.news-detail .inner .content .content-inner .gallery .pager .prev img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.news-detail .inner .content .content-inner .gallery .pager .disable {
	opacity: 0.5;
}

.news-detail .inner .content .content-inner .gallery .pager img {
	width: auto;
	height: 100%;
	margin: 0 20px;
	vertical-align: top;
}

.news-detail .inner .content .content-inner .gallery .gallery-inner {
	border-radius: 0 40px 40px 0;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
}

.news-detail .inner .content .content-inner .gallery .gallery-inner .slider {
	display: inline-block;
}

.news-detail .inner .content .content-inner .gallery .gallery-inner .slider img {
	width: 100%;
	height: auto;
}

.news-detail .inner .content .content-inner .info {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 40px;
	border: 20px solid rgba(255, 255, 255, 0);
	background: #ffffff;
	background-clip: padding-box;
}

.news-detail .inner .content .content-inner .info .date {
	position: relative;
	line-height: 76px;
}

.news-detail .inner .content .content-inner .info .date .bg-color {
	position: absolute;
	bottom: 11px;
	left: -40px;
	width: 100px;
	height: 4px;
}

.news-detail .inner .content .content-inner .info .name {
	line-height: 28px;
	font-size: 20px;
	font-weight: 700;
	margin-top: 14px;
	margin-bottom: 18px;
}

.news-detail .inner .content .content-inner .info .editor > * {
	font-size: 15px;
}

.news-detail .inner .content .content-inner .info .keywords {
	line-height: 25px;
	font-size: 15px;
	margin-top: 26px;
	margin-bottom: 28px;
}

.news-detail .inner .content .content-inner .info .keywords .head {
	font-weight: 700;
	vertical-align: top;
}

.news-detail .inner .content .content-inner .info .keywords .words {
	display: inline-block;
	vertical-align: top;
}

.news-detail .inner .content .content-inner .info .keywords .words a {
	text-decoration: underline;
}

.news-detail .inner .content .content-inner .gallery + .info {
	width: calc(100% - 600/1300 * 100%);
}

.news-detail .inner .video {
	background: url(img/1/1/video-bg.png) no-repeat bottom center;
	background-size: cover;
	padding-bottom: 59px;
	margin-bottom: 36px;
}

.news-detail .inner .video .video-inner {
	display: inline-block;
	width: 1000px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	vertical-align: top;
}

.news-detail .inner .video .video-inner .youtube {
	border-radius: 20px;
	overflow: hidden;
}

.news-detail .inner .video .video-inner .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-detail .inner .tours .tours-inner {
	display: inline-block;
	width: 1340px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 10px;
}

.news-detail .inner .tours .tours-inner .title {
	line-height: 37px;
	text-align: left;
	font-size: 24px;
	color: #e25c48;
	margin-bottom: 30px;
}

.news-detail .inner .tours .tours-inner .all {
	display: inline-block;
	min-width: 446px;
	text-align: left;
	margin: 0 -20px;
}

.news-detail .inner .tours .tours-inner .all .tour {
	display: inline-block;
	width: 406px;
	max-width: 100%;
	margin: 0 20px;
	margin-bottom: 40px;
	vertical-align: top;
}

.news-detail .inner .tours .tours-inner .all .tour .img {
	position: relative;
	width: 100%;
}

.news-detail .inner .tours .tours-inner .all .tour .img:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: url(img/3/2/2.1.1/more.png) no-repeat bottom 11px right 11px, url(img/3/2/2.1.1/more-bg.png) no-repeat bottom right;
	background-size: 14px, 100%;
}

.news-detail .inner .tours .tours-inner .all .tour .img img {
	width: 100%;
	height: auto;
	border-radius: 0 40px 0 0;
}

.news-detail .inner .tours .tours-inner .all .tour .info {
	position: relative;
	min-height: 176px;
	box-sizing: border-box;
	padding: 12px 40px;
	padding-bottom: 52px;
	background: #f7f7f7;
}

.news-detail .inner .tours .tours-inner .all .tour .info .info-inner .name {
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #e25c48;
	margin-bottom: 8px;
}

.news-detail .inner .tours .tours-inner .all .tour .info .info-inner .date {
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 24px;
}

.news-detail .inner .tours .tours-inner .all .tour .info .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
}

.news-detail .inner .tours .tours-inner .all .tour .info .btn .book {
	display: inline-block;
	width: 50%;
	font-weight: 700;
	color: #ffffff;
	background: #e25c48;
}

.news-detail .inner .tours .tours-inner .all .tour .info .btn .book span {
	display: inline-block;
	padding-left: 43px;
	background: url(img/3/1/icon-featured-tour-book-now.png) no-repeat center left;
	background-size: 31px;
}

.news-detail .inner .tours .tours-inner .all .tour .info .btn .price {
	display: inline-block;
	width: 50%;
	font-weight: 700;
	color: #ffffff;
	background: #3e3e3e;
	box-sizing: border-box;
	padding: 0 20px;
}

@media (max-width: 767px) {
	.news-detail .inner .content .content-inner .gallery {
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.news-detail .inner .content .content-inner .gallery + .info {
		width: 100%;
	}
}