body {
	background: #fafafa;
}

.dom_hidden {
	display: none !important;
}

.content {
	width: 100%;
	height: auto;
}

.content_cont {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.nav_position {
	padding: 20px 0 40px;
}

.nav_position .nav_interval {
	padding-left: 6px;
	padding-right: 4px;
}

.nav_position a {
	color: #333;
}

.nav_position a:hover {
	color: #2ba187;
}

.hotel_move_details {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.magazine_content_left {
	width: 820px;
	margin-right: 40px;
}


/*左侧文章 start*/

.article_content {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.hotel_moves_nav_cont {
	width: 820px;
	height: 60px;
	background: #FFFFFF;
	position: relative;
}

.article_nav {
	width: 820px;
	height: auto;
	background: #FFFFFF;
}

.article_nav ul {
	display: flex;
	height: 60px;
	padding-top: 20px;
	border-bottom: 1px solid #f2f3f5;
}

.article_nav li {
	line-height: 20px;
	margin: 0 12px;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	min-width: 76px;
}

.article_nav li:hover {
	border-bottom: 3px solid #2ba187;
}

.article_nav .active {
	border-bottom: 3px solid #2ba187;
}

.article_lists {
	display: none;
}

.article_lists_active {
	display: block;
	min-height: 326px;
	padding-top: 10px;
	background: #fff;
}

.article_item {
	width: 100%;
	height: 141px;
	padding: 20px;
	border-bottom: 1px solid #f2f3f5;
	border-radius: 4px;
	display: flex;
}

.article_item:hover {
	/*box-shadow: 5px 6px 5px rgba(10,10,10,.1);*/
	box-shadow: 0 0 10px #888888;
}

.article_item_banner {
	width: 150px;
	height: 100px;
	margin-right: 20px;
	border-radius: 4px;
	overflow: hidden;
}

.article_item_article {
	width: 600px;
}

.article_item_title {
	line-height: 30px;
	min-height: 30px;
	max-height: 60px;
	font-weight: 700;
	margin-bottom: 0;
}

.article_item_title>a:hover {
	color: #2BA187;
}

.article_item_title a {
	max-width: 100%;
}

.article_item_txt {
	line-height: 20px;
	max-height: 40px;
}

.article_item_txt a {
	height: 40px;
}

.article_item_describe {
	width: 520px;
	height: 14px;
	line-height: 14px;
	left: 0;
	bottom: 0;
	display: flex;
}

.article_autho,
.article_time {
	bottom: 0;
}

.article_autho {
	left: 0;
}


/*.article_time{
	right: 0;
}*/


/*左侧文章end*/


/*右侧*/

.magazine_content_right {
	width: 340px;
	height: auto;
}

.hotel_text {
	width: 340px;
	height: auto;
	background: #FFFFFF;
	padding: 10px 20px;
	font-size: 12px;
	color: #999999;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
}

.hotel_txt_titel {
	padding: 20px 35px 10px;
	border-bottom: 1px dashed #f2f2f2;
	text-align: center;
}

.hotel_login {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.hotel_txt_titel .hotel_title {
	padding-top: 15px;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.hotel_title a {
	color: #333333;
}

.hotel_txt_titel .address_collection {
	height: auto;
	padding: 8px 0;
	margin: 0;
	font-size: 12px;
}

.scenery_main {
	width: 640px;
	height: 426px;
	margin-right: 5px;
}

.scenery_items {
	width: 155px;
	height: 100%;
	overflow: hidden;
}

.scenery_item {
	width: 100%;
	height: 103px;
	margin-bottom: 4.666px;
	box-sizing: border-box;
	position: relative;
}

.scenery_item:last-child {
	margin-bottom: 0;
}

.scenery_hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 5px solid transparent;
}


/*.scenery_item:hover .scenery_hover{
	border:5px solid #2ba187;
}*/

.scenery_item .scenery_hover_active {
	border: 4px solid #2ba187;
}

.hotel_txts {
	width: 100%;
	height: 124px;
	display: flex;
	border-bottom: 1px dashed #f2f2f2;
}

.data_num {
	font-family: '微软雅黑';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #2E9981;
	padding-right: 4px;
}

.hotel_txts dl {
	width: 50%;
	padding-top: 15px;
	text-align: center;
}

.hotel_txts dl img {
	width: 35px;
	height: 35px;
	margin-bottom: 3px;
}

.hotel_txts dl svg {
	width: 35px;
	height: 35px;
	margin-bottom: 3px;
}

.hotel_txts dl dd {
	line-height: 21px;
}

.hotel_contact_txt_img svg {
	width: 20px;
	height: 20px;
}

.hotel_contact {
	width: 100%;
	height: 136px;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.hotel_contact_txt {
	width: 80px;
	padding: 40px 10px;
	border-right: 1px dashed #f2f2f2;
	text-align: right;
}

.hotel_contact_txt_img {
	margin-bottom: 10px;
	padding-left: 14px;
	text-align: center;
}

.hotel_contact_details {
	padding-left: 20px;
}

.hotel_contact_details dl {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 2px;
	display: flex;
	flex-wrap: wrap;
}

.hotel_content {
	width: 198px;
	height: 94px;
	overflow: hidden;
	position: relative;
}

.hotel_details_items {
	width: 100%;
}

.hotel_details_item {
	height: 94px;
	overflow: hidden;
}

.contact_phone dt {
	width: 20px;
}

.contact_phone dd {
	width: 172px;
	font-size: 12px;
}

.contact_phone dd span {
	display: block;
	text-align: left;
}

.phone_null {
	width: 203px;
	padding-right: 20px;
	padding: 10px 20px 16px 0;
}

.phone_null dt,
.phone_null dd {
	width: 100%;
	text-align: center;
}

.phone_null dt img {
	width: 48px;
	height: 48px;
}

.phone_null dd {
	line-height: 30px;
}

.toview_phone {
	margin-top: 10px;
	font-size: 12px;
	color: #2E9981;
	cursor: pointer;
}


/*右侧*/

.magazine_content {
	padding: 45px 0;
}

.banner_right_content {
	padding-top: 0;
}

.banner_right_item {
	margin-top: 0;
	height: 200px;
	margin-bottom: 20px;
}

.article_nav {
	z-index: 999;
}

.article_nav .active {
	font-weight: 700;
}

.article_nav .active a {
	color: #333 !important;
}

.article_nav li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0 13px;
}

.article_nav li:hover a {
	color: #2ba187;
}

.article_item_nopic {
	height: 100px;
	padding-right: 24px;
	display: block;
}

.position_fix {
	position: fixed;
	top: 0;
}

.pad_t_20 {
	padding-top: 20px;
}

.pad_t_60 {
	padding-top: 60px;
}

.b-page {
	background: #fff;
	box-shadow: 0px 1px 2px 0px #E2E2E2;
}

.page {
	width: 100%;
	background: #FFF;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	margin-top: 50px;
}

.page .first,
.page .prev,
.page .current,
.page .num,
.page .current,
.page .next,
.page .end {
	padding: 8px 16px;
	margin: 0px 5px;
	display: inline-block;
	color: #144970;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
}

.page .first:hover,
.page .prev:hover,
.page .current:hover,
.page .num:hover,
.page .current:hover,
.page .next:hover,
.page .end:hover {
	text-decoration: none;
	background: #F8F5F5;
}

.page .current {
	background-color: #144970;
	color: #FFF;
	border-radius: 5px;
}

.page .current:hover {
	text-decoration: none;
	background: #144970;
}

.page .not-allowed {
	cursor: not-allowed;
}

.del_wrap {
	height: 200px;
	padding: 20px;
	;
}

.del_wrap label {
	width: 50%;
	display: inline-block;
	height: 30px;
}

#beiZhu {
	width: 420px;
	resize: none;
	height: 80px;
	padding: 10px;
	border: 1px solid #eee;
}

#beiZhu_bak {
	width: 420px;
	resize: none;
	height: 80px;
	padding: 10px;
}

.ui-paging-container ul {
	text-align: left !important;
}

.ui-paging-container li {
	padding: 4px 9px !important;
}

.ui-select-pagesize {
	visibility: hidden;
	width: 5px !important;
}


/*案例start*/

.case_items {
	display: flex;
	flex-wrap: wrap;
}

.case_item {
	cursor: pointer;
	width: 260px;
	height: 292px;
	padding: 16px;
	border: 1px solid #ccc;
	margin-right: 20px;
	position: relative;
	margin-bottom: 20px;
}

.case_items .case_item:nth-of-type(3n) {
	margin-right: 0;
}

.case_item a {
	color: #333;
	text-align: left;
	display: block;
}

.case_img {
	width: 100%;
	height: 160px;
}

.case_types {
	position: absolute;
	left: 18px;
	bottom: 128px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.case_types span {
	background-color: #fff;
	padding: 0px 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 24px;
	text-align: center;
	margin-right: 12px;
}

.case_name {
	height: 46px;
	width: 100%;
	line-height: 22px;
	color: #333;
	font-size: 16px;
	margin-top: 10px;
}

.case_desc {
	height: 44px;
	line-height: 44px;
}


/*案例end*/