/*新首页*/


/*主题色*/

.new_theme {
	background: #f2f3f5;
}

.new_theme_active_color {
	color: #2ba187;
}


/*公用*/

.new_common_title {
	width: 100%;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #2ba187;
	border-bottom: 2px solid #2ba187;
}

.new_common_border {
	border: 1px solid #f2f3f5;
}

.c_ellipsis_2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.c_ellipsis_3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


/*图片的缩放*/

.new_banners_lists_commot {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.hweelink_common_img {
	height: 100%;
}


/*transform效果*/

.new_content img,
.new_banners_lists_commot img {
	transition: all 1s;
}

.new_content img:hover,
.new_banners_lists_commot img:hover {
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
}


/*.daily-word-wrapper{
  transition: all .2s ease-in;	
  }  
.daily-word-wrapper:hover {
    border: 1px solid hsla(0,0%,89.8%,.7);
    box-shadow: 0 0 25px 2px rgba(0,0,0,.2)
}*/


/*搜索框placeholder*/

input::-webkit-input-placeholder {
	font-size: 14px;
	color: #6d6d6d;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 14px;
	color: #6d6d6d;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 14px;
	color: #6d6d6d;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 14px;
	color: #6d6d6d;
}

/*目的地 start*/

.search_cont_nav {
	width: 770px !important;
}

.nwe_destination>div {
	height: 180px;
}

.nwe_destination {
	padding: 20px 0;
	height: 272px;
}
.search_cont{
	padding-top: 1px;
	padding-bottom: 15px;
}
.search_cont p {
	height: 20px;
	line-height: 20px;
	margin: 10px 0 20px;
	font-size: 18px;
	font-family: 'Arial Normal', 'Arial';
}

.all_search {
	width: 100%;
	height: 50px;
	line-height: 44px;
	border: 3px solid #2BA187;
	border-radius: 4px;
	font-size: 16px;
	display: flex;
}

.all_search input {
	width: 616px;
	height: 44px;
	padding-left: 15px;
	background: #fff;
	font-size: 16px;
	font-family: 'Arial Normal', 'Arial';
}

.all_search button {
	display: inline-block;
	width: 148px;
	height: 44px;
	color: #fff;
	background: #2ba187;
	font-size: 16px;
	font-family: 微软雅黑;
}
.destination_item>p {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	font-family: 'Arial Normal', 'Arial';
}

.nwe_destination_list_txt {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
}

.nwe_destination_list_txt a {
	color: #333;
	display: inline-block;
	padding: 6px 6px;
	display: inline-block;
	position: relative;
	top: -4px;
	font-family: 'Arial Normal', 'Arial';
	border-radius: 3px;
}
.nwe_banners:hover .swiper-button-next,.nwe_banners:hover .swiper-button-prev{
	display: block;
}
.nwe_destination_list_txt li:hover a {
	background: #2ba187;
	color: #Fff;
}

.nwe_destination_list_txt li {
	float: left;
	height: 14px;
	line-height: 14px;
	margin: 4px 0;
	padding: 0 4.5Px;
	border-left: 1px solid #cdcdcf;
	border-right: 1px solid #e4e4e6;
}
.nwe_destination_list_txt li:first-child {
	border-left: none;
	padding-left: 0;
}

.nwe_destination_list_txt li:last-child {
	padding-right: 0;
	border-right: none;
}

.nwe_destination_list_txt .nwe_destination_list_txt_active {
	width: 100px;
	padding-left: 0;
	text-align: center;
}

.nwe_destination_list_txt .nwe_destination_list_txt_active:nth-child(1) {
	padding-right: 8px;
	width: 89px;
}

.nwe_destination_list_txt .nwe_destination_list_txt_active:nth-child(11) {
	padding-left: 0;
	width: 89px;
}

.nwe_destination_list_txt .nwe_destination_list_txt_active:last-child {
	padding-right: 0;
	width: 70px;
}

.nwe_destination_banner {
	width: 560px;
	height: 160px;
}


/*.nwe_destination_banner img{
	width: 100%;
	height: 100%;
	border-radius: 3px;
}*/


/* 目的地 end*/

.new_content {
	padding: 30px 0;
}


/*banner广告区 start*/

.new_banners_lists {
	width: 100%;
	height: 395px;
	margin-bottom: 24px;
}

.new_banners_lists>div {
	margin-right: 20px;
	height: 395px;
	overflow: hidden;
	border-radius: 4px;
}

.new_banners_lists .swiper-pagination-bullets {
	bottom: 17px;
}

.new_banners_lists>div:last-child {
	margin-right: 0;
}

.nwe_banners {
	width: 590px;
	position: relative;
}

.new_bannners_content {
	position: absolute;
	top: 0;
	left: 0;
}

.new_banners_items {
	width: 590px;
	float: left;
	position: relative;
}

.new_banners_lists_commot_p {
	width: 100%;
	padding-left: 18px;
	margin-bottom: 20px;
	text-align: left;
	color: #ffffff;
	font-size: 17px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
}

.nwe_banners_two {
	width: 590px;
}

.nwe_banners_twos {
	width: 100%;
	height: 190px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.nwe_banners_twos>div {
	width: 285px;
	height: 100%;
	position: relative;
	border-radius: 4px;
}

.nwe_banners_twos>div:first-child {
	margin-right: 20px;
}

.nwe_banners_two_b {
	width: 590px;
	height: 185px;
}

.nwe_banners_two_b>div {
	width: 590px;
	height: 185px;
	position: relative;
	border-radius:4px ;
	overflow: hidden;
}

.nwe_banners_two_common_p {
	font-size: 15px;
	margin-bottom: 13px;
}

.new_banners_speccial {
	width: 285px;
	background: #4B4B4B;
	font-size: 17px;
	font-weight: 500;
}

.new_banners_speccial a {
	width: 100%;
	height: 100%;
	text-align: left;
	color: #ffffff;
	padding: 16px;
}

.new_banners_speccial div {
	height: auto;
}

.new_banners_speccial .new_banners_speccial_banner {
	height: 226px;
	border-radius: 3px;
	overflow: hidden;
}

.new_banners_speccial_banner .new_banners_lists_commot {
	height: 100% !important;
}

.new_banners_speccial_font {
	line-height: 24px;
}

.new_banners_speccial_font_txt {
	color: #dbdbdb;
	font-size: 14px;
	height: 48px;
}


/*banner end*/


/*推荐目的地start*/

.new_recommendedDestinations_items {
	padding: 20px 0 16px;
	height: 236px;
}

.new_recommendedDestinations_item {
	width: 224px;
	height: 200px;
	margin-right: 20px;
}

.new_recommendedDestinations_items .new_recommendedDestinations_item:last-child {
	margin-right: 0;
}

.new_recommendedDestinations_item_img {
	width: 100%;
	height: 149px;
	border-bottom: 1px solid #f2f3f5;
}

.new_recommendedDestinations_item_txt {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.new_recommendedDestinations_item_txt_tit {
	font-size: 15px;
	line-height: 17px;
	margin: 3px 24px 0 15px;
	font-weight: 600;
}

.new_recommendedDestinations_item_txt {
	color: #414141;
}


/*推荐目的地end*/


/*精选场地 start*/

.new_selectedSite .new_recommendedDestinations_items {
	height: 258px;
}

.new_selectedSite .new_recommendedDestinations_item {
	height: 238px;
}

.new_selectedSite .new_recommendedDestinations_item>div {
	height: 238px;
}

.new_selectedSite_p {
	padding-left: 14px;
}

.new_selectedSite_reason {
	padding: 0 14px;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	height: 64px;
}

.new_selectedSite_reason span {
	width: 100%;
	display: inline-block;
	line-height: 21px;
	text-align: left;
	font-size: 12px;
	color: #999999;
	font-family: 'Arial Normal', 'Arial';
}

.new_selectedSite_reason .hotel_name {
	margin-top: 4px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}


/*精选场地 end*/


/*广告位start*/

.new_advertisement_banner {
	height: 150px;
	margin-top: 30px;
}

.new_advertisement_banner>div {
	height: 150px;
}

.new_advertisement_banner_left {
	width: 895px;
	margin-right: 20px;
}

.new_advertisement_banner_right {
	width: 285px;
}


/*广告位end*/

.new_essays .new_common_title {
	padding-top: 4px;
	line-height: 34px;
	font-size: 16px;
}


/*广告+文章集 start*/

.new_essays {
	padding-top: 30px;
	height: 304px;
}

.new_essays_item {
	width: 224px;
	height: 274px;
	padding: 5px 15px;
	margin-right: 20px;
}

.new_essays .new_essays_item:last-child {
	margin-right: 0;
}

.new_essays_item div {
	line-height: 20px;
}

.new_essays_item_img {
	margin-top: 5px;
	margin-bottom: 11px;
	width: 192px;
	height: 120px;
}

.new_essays_item_title {
	font-weight: 600;
	margin-bottom: 2px;
	height: 40px;
	color: #6c6c6c;
}

.new_essays_item_times,
.new_essays_item_place,
.new_essays_item_times a,
.new_essays_item_place a {
	color: #a8a8a8;
}


/*会议杂志start*/

.new_magazine {
	width: 468px;
}

.new_magazine_content {
	padding-top: 5px;
}

.new_magazine_content_banner {
	width: 140px;
	margin-right: 20px;
}

.new_magazine_content_banner_img {
	width: 140px;
	height: 188px;
}

.new_magazine_content_banner p {
	text-align: center;
	line-height: 16px;
}

.new_magazine_content_banner p a {
	color: #ababab;
}

.new_magazine_content_lis {
	width: 276px;
	height: 196px;
	overflow: hidden;
}

.new_magazine_content_lis li {
	font-size: 12px;
	height: 28px;
	padding: 4px 0;
	line-height: 20px;
}

.new_magazine_content_lis li a {
	color: #3d3d3d;
}

.new_industryAlliance .new_magazine_content_lis {
	width: 100%;
	padding-top: 5px;
}


/*会议杂志end*/


/*广告+文章集 end*/


/*友情链接start*/

.padding-left_18 {
	padding-left: 18px;
}

.new_friendshiplink {
	width: 100%;
	height: 138px;
}

.new_friendshiplink_tit {
	padding-top: 24px;
	padding-bottom: 10px;
	color: #4d4d4d;
	font-weight: 600;
}

.new_friendshiplink_txt {
	width: 100%;
	height: 18px;
}

.new_friendshiplink_lists a {
	color: #3f3f3f;
	line-height: 18px;
	margin-right: 18px;
}

.new_friendshiplink_tips {
	margin-top: 28px;
	color: #A9A9A9;
}


/*友情链接end*/