/*热门新闻列表 css*/
.con_box_news {
	width: 100%;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 8.32rem;
	background: rgb(240, 240, 240);
}

/*热门视频列表 css*/
.con_box_video {
	margin-top: 8.24rem;
}

.con_box_news .nav_info {
	width: 100%;
	height: 9.0rem;
}

.con_box_news .profile {
	background: url(../img/07_1.png) no-repeat scroll;
	background-size: 100% 100%;
}

.con_box_video .profile {
	background: url(../img/06_0.png) no-repeat scroll;
	background-size: 100% 100%;
}

.con_box_news .nav_info>div {
	width: 70rem;
	margin: 0 auto;
}

.con_box_news .info_title {
	float: left;
	padding-left: 1rem;
	padding-top: 1.6rem;
	color: #ffffff;
	font-size: 1rem;
}

.con_box_news .nav_info .info_title_text {
	font-size: 2rem;
	height: 2.4rem;
	display: flex;
	align-items: center;
}

.con_box_news .nav_info .info_title_text img {
	width: 2.2rem;
	height: 2.2rem;
	margin-top: 0.3rem;
	margin-right: 0.4rem;
	border: 0px solid #ffffff;
}

.con_box_news .nav_info .info_bar_car {
	font-size: 1.0rem;
	padding-top: 1.4rem;
	padding-left: 2.7rem;
}

.con_box_news .info_search {
	float: right;
	width: 352px;
	height: 48px;
	margin-top: 36px;
}

.con_box_news .search_left {
	float: left;

	width: 48px;
	height: 48px;
	background-color: white;
	line-height: 48px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	text-align: right;
	padding-right: 10px;
}

.con_box_news .info_search .search_keyword {
	float: left;
	height: 48px;
	width: 240px;
	border: 0px;
	/*解决IE 会多出一个px*/
	margin-left: -1px;
}

.con_box_news .info_search .search_keyword input {
	height: 48px;
	width: 240px;
	border: none;
	/*解决IE 会多出一个px*/
	padding-left: 2px;
}

.con_box_news .info_search input:focus {
	outline: none;
}

.con_box_news .search_right {
	float: left;
	width: 48px;
	height: 48px;
	background-color: white;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.con_box_news .search_right img {
	width: 34px;
	height: 34px;
	margin-top: 6px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	cursor: pointer;
}

/* 项目内容简介*/
.news_info_body {
	width: 83rem;
	margin: 0 auto;
	margin-top: 4rem;
	padding-bottom: 2rem;
	overflow: hidden;
}

.news_info_body .news_main_content {
	width: 83rem;
	display: inline-block;
	/*border: 0.1rem solid rgb(220, 220, 220);
	border-radius: 0.3rem;
		border-left: 0.02rem solid rgb(230, 230, 230);
	border-right: 0.02rem solid rgb(235, 235, 235);
	*/
	margin-left: auto;
	margin-right: auto;
	background: #fff;


	border-top-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;

	box-shadow: 0.2rem 0.3rem 0.2rem -0.1rem #dddddd;

}



/*热点内容css*/
.news_info_body .hot_content {
	float: right;
	width: 20.5rem;
}

.news_info_body .hot_content .recommend_content_card {
	width: 20.42rem;
	border: 0.02rem solid rgb(220, 220, 220);
	display: inline-block;
	border-radius: 0.3rem;
	padding-top: 0.0rem;
	margin-bottom: 1.3rem;
	background: #ffffff;
	position: relative;
	display: block;
	overflow: hidden
}

.news_info_body .hot_content .recommend_content_card img {
	width: 100%;
	height: 13rem;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0.3rem;
	transition: all 0.3s;
	transform: scale(1);
	cursor: pointer;
}

.news_info_body .hot_content .recommend_content_card img:hover {
	transition: all 0.5s;
	transform: scale(1.1);
}

.news_info_body .hot_content .recommend_content_card i {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 4.0rem;
	height: 2.6rem;
	background: url(../img/icon_recommend.png) no-repeat 0 100%;
	background-size: 4.1rem auto;
}

.news_info_body .hot_content .recommend_content_card .recommend_text {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 20.42rem;
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1rem;
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	padding-left: 1rem;
	padding-right: 1rem;
}

.news_info_body .hot_content .recommend_content_card a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

.news_info_body .hot_content .recommend_content_card a:hover {
	color: #ff951b;
}


/*热点视频 css*/
.news_info_body .hot_content .video_content_card {
	width: 20.42rem;
	border: 0.02rem solid rgb(220, 220, 220);
	display: inline-block;
	background: #ffffff;
	border-radius: 0.3rem;
	padding-top: 1.0rem;
}

.news_info_body .hot_content .hot_title {
	width: 18rem;
	height: 2rem;
	line-height: 2rem;
	display: flex;
	align-items: center;
	margin: 0 auto;
	font-size: 1.24rem;
	border-bottom: 0.02rem dashed rgb(211, 211, 211);
	padding-bottom: 0.6rem;
	margin-bottom: 1.2rem;
}

.news_info_body .hot_content .hot_title img {
	width: 1.4rem;
	height: 1.4rem;
	margin-top: 0.0rem;
	margin-right: 0.2rem;
}

.news_info_body .hot_content .news_content_card {
	width: 20.42rem;
	margin-top: 1.3rem;
	border: 0.02rem solid rgb(220, 220, 220);
	display: inline-block;
	background: #ffffff;
	border-radius: 0.3rem;
	text-align: center;
	padding-top: 1.2rem;
}


/*start列表内容css*/
.news_info_body .hot_item_content {
	float: left;
	width: 60.82rem;
	border-radius: 0.3rem;
	border: 0.02rem solid rgb(220, 220, 220);
	background: #ffffff;
}

.news_info_body .news_content {
	float: left;
	width: 60.82rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.1rem;
}

.news_info_body .news_content .news_item_card {
	width: 58.0rem;
	height: 10.0rem;
	border: 0.02rem solid #dddddd;
	border-radius: 0.3rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
}


/*start 视频图片卡css*/

.news_info_body .news_content .news_item_card .hot_item {
	float: left;
	width: 14.8rem;
	height: 10rem;
	padding-left: 0.0rem;
	overflow: hidden;
	background: #f5f5f5;
	border-right: 0.02rem solid #dddddd;
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.news_info_body .news_content .news_item_card .hot_item a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.news_info_body .news_content .news_item_card .hot_item a:hover {
	color: orangered;
}

.news_info_body .news_content .news_item_card .hot_item .hot_item_card {
	width: 14.8rem;
	height: 10.0rem;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	background: #f5f5f5;
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.news_info_body .news_content .news_item_card .hot_item .orig_pic {
	padding: 0;
	margin: 0;
}

.news_info_body .news_content .news_item_card .hot_item .orig_pic img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: contain;
	border: none;
	transition: all 0.3s;
	transform: scale(1);
	vertical-align: middle;
	cursor: pointer;
}


.news_info_body .news_content .news_item_card .hot_item .orig_pic img:hover {
	transition: all 0.5s;
	transform: scale(1.1);
}

.news_info_body .news_content .news_item_card .hot_item .icon_video {
	height: 3rem;
	line-height: 3rem;
	position: absolute;
	top: 3.5rem;
	left: 5.9rem;
}

.news_info_body .news_content .news_item_card .hot_item .icon_video img {
	width: 3rem;
	height: 3rem;
	border: 0px;
	cursor: pointer;
}


/*end 视频图片卡css*/

/*start 新闻图片卡css*/

.news_info_body .news_content .news_item_card .news_card_view {
	float: left;
	width: 14.8rem;
	height: 10rem;
	padding-left: 0.0rem;
	overflow: hidden;
	background: #f5f5f5;
	border-right: 0.02rem solid #dddddd;
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.news_info_body .news_content .news_card_view .preview_photo {
	padding: 0;
	margin: 0;
	width: 14.8rem;
	height: 10rem;
}

.news_info_body .news_content .news_card_view .preview_photo img {
	padding: 0;
	margin: 0;
	width: 14.8rem;
	height: 10rem;
	cursor: pointer;
	object-fit: cover;
	vertical-align: middle;
	transition: all 0.3s;
	transform: scale(1);
	border: 0;
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.news_info_body .news_content .news_card_view .preview_photo img:hover {
	transition: all 0.5s;
	transform: scale(1.1);
}


.news_info_body .news_content .news_item_card .news_card_data {
	float: left;
	width: 41.12rem;
	height: 10rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: left;
}

.news_info_body .news_content .news_item_card .news_card_data .card_title {
	font-size: 1.4rem;
	/*height: 2.8rem;
	line-height: 2.8rem;*/
	color: #000000;
}

.news_info_body .news_content .news_item_card .news_card_data .card_text {
	font-size: 1.10rem;
	color: #888888;
	height: 4.4rem;
	margin-bottom: 0.4rem;
	overflow: hidden;
}

.news_info_body .news_content .news_item_card .news_card_data .card_date {
	color: #888888;
	font-size: 0.96rem;
	height: 2.4rem;
	line-height: 2.4rem;

}

.news_info_body .news_content .news_item_card .card_title a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.news_info_body .news_content .news_item_card .card_title a:hover {
	color: orangered;
}

.news_info_body .news_content .news_item_card .card_title:hover {
	color: orangered;
}

/*end 新闻图片卡css*/


/*分页样式css*/
.news_info_body .news_page_card {
	float: left;
	width: 60.82rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.news_info_body .news_page_card ul li {
	display: inline;
	border: 0.02rem solid #cccccc;
	border-radius: 0.2rem;
	padding: 0.3rem 0.8rem;
	font-size: 1rem;
	color: #333333;
	cursor: pointer;
}

.news_info_body .news_page_card ul .page_on {
	color: #ffffff;
	background: rgb(233, 80, 26);
	border: 0.02rem solid rgb(233, 80, 26);
	font-weight: bold;
	cursor: auto;
}

.news_info_body .news_page_card ul li:hover {
	color: #ffffff;
	background: rgb(233, 80, 26);
	border: 0.02rem solid rgb(233, 80, 26);
}




/**自定义hover图片 css**/
.new_picture_custom {
	width: 18rem;
	position: relative;
	margin: 0 auto;
}

.new_picture_custom ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 18rem;
}

.new_picture_custom li {
	padding: 0;
	margin: 0;
	float: left;
	width: 18rem;
}

.new_picture_custom .hot_item {
	height: 10rem;
	position: relative;
	overflow: hidden;
	border: 0.01rem solid rgb(240, 240, 240);
	margin-bottom: 1rem;
}

.new_picture_custom .hot_item_last {
	margin-bottom: 0rem;
}


.new_picture_custom .txt_item {
	padding: 0;
	list-style-type: none;
	color: #333;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 0.01rem dashed rgb(230, 230, 230);
	text-align: left;
}

.new_picture_custom .txt_item:last-child {
	border-bottom: transparent;
	margin-bottom: 1rem;
}

.new_picture_custom .txt_item .sw_txt {
	font-size: 1.10rem;
	cursor: pointer;
}

/*.new_picture_custom .txt_item .sw_txt::before {
	content: url(../img/icon_list_item.png);
	position: relative;
	top: 0.15rem;
	padding-right: 0.05rem;
}*/

.new_picture_custom .txt_item .sw_txt a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.new_picture_custom .txt_item .sw_txt a:hover {
	color: #ff951b;
}

.new_picture_custom .txt_item .sw_txt:hover {
	color: #ff951b;
}

.new_picture_custom li .orig_pic {
	padding: 0;
	margin: 0;
}

.new_picture_custom li .orig_pic img {
	padding: 0;
	margin: 0 auto;
	width: 18rem;
	height: 10rem;
	border: none;
	transition: all 0.3s;
	transform: scale(1);
	vertical-align: middle;
}


.new_picture_custom li .orig_pic img:hover {
	cursor: pointer;
	transition: all 0.5s;
	transform: scale(1.1);
}

.new_picture_custom li p {
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1rem;
	text-align: center;
	overflow: hidden;
}

.new_picture_custom li p.txt {
	width: 18rem;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #FFFFFF;
}

.new_picture_custom li p.txt a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

.new_picture_custom li p.txt a:hover {
	color: #ff951b;
}

.new_picture_custom li .icon_video {
	height: 3.0rem;
	line-height: 3.0rem;
	position: absolute;
	top: 2.0rem;
	left: 7.4rem;
}

.new_picture_custom li .icon_video img {
	width: 3.0rem;
	height: 3.0rem;
	border: 0px;
	cursor: pointer;
}

/**end 自定义hover图片 css**/


/*start 详情内容css*/
.news_info_body .info_item_content {
	float: left;
	width: 60.82rem;
}


/*详情内容信息*/
.news_info_body .info_item_content .info_card_editor {
	float: left;
	width: 58.62rem;
	border-radius: 0.3rem;
	border: 0.02rem solid rgb(220, 220, 220);
	background: #ffffff;
	padding: 1rem;
}

.news_info_body .info_item_content .info_card_editor .info_editor_top {
	float: left;
	width: 58.62rem;
}

.news_info_body .info_item_content .info_card_editor .editor_title {
	padding-top: 1.0rem;
	font-size: 1.8rem;
	text-align: center;
	display: block;
}

.news_info_body .info_item_content .info_card_editor .editor_bar {
	padding-top: 1.6rem;
	padding-bottom: 1.0rem;
	border-bottom: 0.02rem dashed #dddddd;
	color: #888888;
	font-size: 0.96rem;
}


.news_info_body .info_item_content .info_editor_data {
	float: left;
	width: 58.62rem;
	margin: 0 auto;
	margin-top: 2rem;
	padding-bottom: 1rem;
	text-align: left;
	overflow: hidden;
}

.news_info_body .info_item_content .info_editor_data img {
	max-width: 58.62rem;
	max-height: 80.0rem;
	display: flex;
	margin: 0 auto;
	align-items: center;
}

.news_info_body .info_item_content .info_editor_data video {
	max-width: 58.62rem;
	max-height: 36rem;
	display: flex;
	margin: 0 auto;
	align-items: center;
}


.news_info_body .info_item_content .info_editor_data span {
	display: block;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1.12rem;
	text-indent: 2.6rem;
}


/*相关内容信息*/
.news_info_body .info_item_content .info_card_about {
	float: left;
	margin-top: 4rem;
	width: 60.82rem;
}

.news_info_body .info_item_content .info_card_about .info_about_nav {
	float: left;
	width: 60.82rem;
	height: 1.8rem;
	line-height: 1.8rem;
}

.news_info_body .info_item_content .info_card_about .info_about_nav i {
	float: left;
	display: block;
	width: 0.4rem;
	height: 1.8rem;
	background: linear-gradient(rgb(239, 128, 26), rgb(233, 80, 26));
	margin-left: 0.2rem;
}

.news_info_body .info_item_content .info_card_about .info_about_nav .nav_title {
	font-weight: bold;
	font-size: 1.8rem;
	padding-left: 0.4rem;
}

.news_info_body .info_item_content .info_card_about .info_another_about {
	margin-top: 1rem;
	border-radius: 0.3rem;
	border: 0.02rem solid rgb(220, 220, 220);
	background: #ffffff;
	padding-bottom: 1.8rem;
}

/*end 详情内容css*/

.con_box_index {
	width: 83rem;
	margin-top: 10.4rem;
}

.con_box_index .home_card_shadow {
	float: left;
	width: 100%;
	height: 0.6rem;
	background: linear-gradient(rgb(255, 255, 255), rgb(245, 245, 245));
}

.home_header_content {
	float: left;
	display: block;
	width: 83.00rem;
	margin: 0 auto;
}

/*start 热门相关信息*/
.home_hot_card {
	float: right;
	width: 31.00rem;
	height: auto;

}

.home_hot_card .home_hot_item {
	list-style: none;
	padding-left: 2.0rem;
	padding-right: 1.0rem;
}

.home_hot_card .home_hot_item li {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出的内容 */
	font-size: 1.2rem;
	overflow: hidden;
	border-bottom: 0.02rem dotted #cccccc;
}

.home_hot_card .home_hot_item li a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.home_hot_card .home_hot_item li a:hover {
	color: rgb(243, 112, 25);
}

.home_hot_card .home_hot_item li::before {
	content: url(../img/icon_list_item.png);
	position: relative;
	top: 0.14rem;
	padding-right: 0.1rem;
}

/*end 热门相关信息*/

/*start 新闻置顶栏目css*/
.home_pinned_content {
	float: left;
	width: 83rem;
	margin-top: 2.0rem;
	margin-bottom: 1.2rem;
	background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));

}

.home_pinned_content .pinned_top_card {
	float: left;
	width: 80.4rem;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
}

.home_pinned_content .pinned_top_card .pinned_title {
	font-size: 1.50rem;
	font-weight: bold;
	text-align: left;
	display: block;
}

.home_pinned_content .pinned_top_card .pinned_title a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.home_pinned_content .pinned_top_card .pinned_bar {
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
	border-bottom: 0.02rem dashed #eeeeee;
	color: #888888;
	font-size: 0.96rem;
}


.home_pinned_content .pinned_photo_card {
	float: left;
	width: 100%;
	height: 22.0rem;
	margin-top: 1.2rem;
}

.home_pinned_content .pinned_photo_card .news_advert_left {
	float: left;
	width: 39.6rem;
	height: 100%;
	margin-left: 1.3rem;
	border-radius: 0.3rem;
	overflow: hidden;
}

.home_pinned_content .pinned_photo_card .news_advert_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
	vertical-align: middle;
	border-radius: 0.3rem;
	/*transition: all 0.3s;
	transform: scale(1);*/
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	cursor: pointer;
}

.home_pinned_content .pinned_photo_card .news_advert_left img:hover {
	/*transition: all 0.5s;
	transform: scale(1.1);*/
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.home_pinned_content .pinned_photo_card .news_advert_right {
	float: right;
	width: 39.6rem;
	height: 100%;
	margin-right: 1.3rem;
	border-radius: 0.3rem;
	overflow: hidden;
}


.home_pinned_content .pinned_photo_card .advert_right_photo {
	display: block;
	width: 100%;
	height: 10.4rem;
	border-radius: 0.3rem;
	overflow: hidden;
}

.home_pinned_content .pinned_photo_card .news_advert_right .advert_right_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
	vertical-align: middle;
	border-radius: 0.3rem;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	cursor: pointer;
}

.home_pinned_content .pinned_photo_card .news_advert_right .advert_right_photo img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


.home_pinned_content .pinned_photo_card .news_advert_right .advert_line {
	display: block;
	width: 100%;
	height: 1.2rem;
	background: transparent;
}

/*end 新闻置顶栏css*/

/*start 推荐旅游轮播栏目css*/
.home_recommend_scroll_content {
	float: left;
	width: 83rem;
	margin: 0 auto;
	background: rgb(255, 255, 255);
	/**/
	padding-top: 2.0rem;
	padding-bottom: 1.4rem;
	margin-bottom: 0.0rem;
	position: relative;
}

.home_recommend_scroll_content .travel_scroll_card {
	width: 400.0rem;
	height: 12.0rem;
	overflow: hidden;
	position: relative;
}

.home_recommend_scroll_content .travel_scroll_card span {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-right: 1.0rem;
	width: 20.0rem;
	height: 12.0rem;
	cursor: pointer;
}

.home_recommend_scroll_content .travel_scroll_card span img {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}


.home_recommend_scroll_content .travel_scroll_card p.txt {
	position: absolute;
	width: 18.8rem;
	height: 2.4rem;
	line-height: 2.4rem;
	overflow: hidden;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
	bottom: 0;
	cursor: pointer;
}

.home_recommend_scroll_content .travel_scroll_card span a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.12rem;
	cursor: pointer;
}



.home_recommend_scroll_content .swiper-button-prev {
	width: 25px;
	height: 52px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 6.10rem;
	left: -25px;
	background: url(../img/icon_slide_prev.png) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

.home_recommend_scroll_content .swiper-button-next {
	width: 25px;
	height: 52px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 6.10rem;
	right: -25px;
	background: url(../img/icon_slide_next.png) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

/*end 推荐旅游轮播栏目css*/


/*start 居民消费css*/
.home_consume_content {
	float: left;
	width: 83rem;
	margin: 0 auto;
	margin-top: 0.0rem;
}

/*内容容器间距css*/
.home_container_card {
	margin-top: 2.0rem;
}


.home_consume_content .item_bar {
	float: left;
	display: flex;
	vertical-align: middle;
	width: 100%;
	height: 1.68rem;
	line-height: 1.68rem;
	padding-bottom: 0.0rem;
	border-bottom: 0.0rem solid rgb(233, 80, 26);
}

.home_consume_content .item_bar img {
	width: auto;
	height: 1.6rem;
	position: relative;
	top: 0.06rem;
}

.home_consume_content .item_bar .nav_title {
	font-weight: bold;
	font-size: 1.40rem;
	padding-left: 0.4rem;
}

.home_consume_content .consume_info {
	float: left;
	width: 78.0rem;
	display: block;
	padding-left: 3rem;
	padding-right: 2rem;
	padding-top: 1.0rem;
}

.home_consume_content .consume_info span {
	display: block;
	padding-top: 0.6rem;
	font-size: 1.32rem;
	text-indent: 2.5rem;
}

.home_consume_content .backdrop_header_photo {
	float: left;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 2.0rem;
	text-align: center;
}

.home_consume_content .backdrop_header_photo .backdrop_left {
	float: left;
	margin-left: 0.0rem;
	height: 6.0rem;
}

.home_consume_content .backdrop_header_photo .backdrop_left img {
	width: auto;
	height: 100%;
}


.home_consume_content .backdrop_header_photo .backdrop_right {
	float: right;
	height: 6.0rem;
	position: relative;
}

.home_consume_content .backdrop_header_photo .backdrop_right_item {
	height: 5.0rem;
	position: relative;
	margin-top: 1.0rem;
}

.home_consume_content .backdrop_header_photo .backdrop_right_item img {
	height: 100%;
}

.home_consume_content .backdrop_right .backdrop_right_train img {
	height: 3.2rem;
}

.home_consume_content .backdrop_right .backdrop_right_airplane {
	position: absolute;
	bottom: 2.8rem;
	right: 2.2rem;
}

.home_consume_content .backdrop_right .backdrop_right_airplane img {
	height: 1.8rem;
}

.home_consume_content .consume_photo_one {
	float: left;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 2rem;
	text-align: center;
}

.home_consume_content .consume_photo_one img {
	width: 20rem;
	margin-left: 1.0rem;
	margin-right: 1.0rem;
}

.home_consume_content .consume_photo_two {
	float: left;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 0.4rem;
	margin-bottom: 0.8rem;
	text-align: center;
}

.home_consume_content .consume_photo_two img {
	width: 25.6rem;
	height: 18rem;
}

.home_consume_content .consume_photo_three {
	float: left;
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 1.0rem;
	margin-bottom: 1.4rem;
	text-align: center;
}

.home_consume_content .home_develop_photo {
	float: left;
	width: 37.8rem;
	height: 23.0rem;
	margin-left: 1.3rem;
	overflow: hidden;
	border-radius: 0.3rem;
	border: 0.02rem solid #dddddd;
}

.home_consume_content .home_develop_photo:first-child {
	margin-left: 3.0rem;
}

.home_consume_content .consume_photo_three img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	transform: scale(1);
	cursor: pointer;
}

.home_consume_content .consume_photo_three img:hover {
	transition: all 0.5s;
	transform: scale(1.1);
}


/*end 居民消费css*/

/**start 新闻分类块css**/
.home_category_content {
	float: left;
	width: 83rem;
	margin: 0 auto;
	margin-top: 0.0rem;
}

.home_category_content .category_item_card {
	float: left;
	width: 41.50rem;
	padding-top: 0.0rem;
}

.home_category_content .category_margin_bottom {
	float: left;
	width: 100%;
	margin-bottom: 2.0rem;
}

.home_category_content .category_item_card .item_bar {
	float: left;
	display: flex;
	vertical-align: middle;
	width: 38.50rem;
	height: 1.68rem;
	line-height: 1.68rem;
	padding-bottom: 0.0rem;
	border-bottom: 0.0rem solid rgb(233, 80, 26);
}

.home_category_content .category_item_card .item_bar i {
	float: left;
	display: block;
	width: 0.2rem;
	height: 1.6rem;
	background: linear-gradient(rgb(239, 128, 26), rgb(233, 80, 26));
	display: none;
}

.home_category_content .category_item_card .item_bar img {
	width: auto;
	height: 1.6rem;
	position: relative;
	top: 0.06rem;
}

.home_category_content .category_item_card .item_bar .nav_title {
	font-weight: bold;
	font-size: 1.4rem;
	padding-left: 0.4rem;
}

.home_category_content .category_item_card .news_content {
	float: left;
	width: 38.50rem;
	margin-left: auto;
	margin-right: auto;
	margin-left: 0.0rem;
}

.home_category_content .category_item_card .news_content .news_item_list {
	float: left;
	width: 38.50rem;
	margin-top: 1.0rem;
}

.home_category_content .category_item_card .news_content .news_item_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.home_category_content .category_item_card .news_content .news_item_list ul li {
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
	border-bottom: 0.02rem dashed #f3f3f3;
	font-size: 1.12rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home_category_content .category_item_card .news_content .news_item_list ul li:last-child {
	border-bottom: 0.00rem dashed transparent;
}

.home_category_content .category_item_card .news_content .news_item_list ul li::before {
	content: url(../img/icon_list_circle_gray.png);
	position: relative;
	top: 0.14rem;
	padding-right: 0.1rem;
}

.home_category_content .category_item_card .news_content .news_item_list ul li a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.home_category_content .category_item_card .news_content .news_item_list ul li a:hover {
	color: rgb(243, 112, 25);
}


.home_category_content .category_item_card .news_content .news_item_card {
	float: left;
	width: 38.50rem;
	height: 10.0rem;
	border-radius: 0.0rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0rem;
	background: rgb(250, 250, 250);
	border: 0.02rem solid rgb(230, 230, 230);
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.home_category_content .category_item_card .news_content .new_card_left {
	border-left: 0;
}


.home_category_content .category_item_card .news_content .news_item_card .news_card_view {
	float: left;
	width: 14.8rem;
	height: 10rem;
	overflow: hidden;
	border-top-left-radius: 0.0rem;
	border-bottom-left-radius: 0.0rem;
	background: rgb(230, 230, 230);
	border-right: 0.02rem solid rgb(250, 250, 250);
}

.home_category_content .category_item_card .news_content .preview_photo img {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
	vertical-align: middle;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	border: 0;
	border-top-left-radius: 0.0rem;
	border-bottom-left-radius: 0.0rem;
}

.home_category_content .category_item_card .news_content .preview_photo img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.home_category_content .category_item_card .news_content .not_photo {
	width: 6.8rem;
	height: 6.8rem;
	margin: 1.6rem auto;
}

.home_category_content .category_item_card .news_content .not_photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	cursor: default;
}


.home_category_content .category_item_card .news_content .news_item_card .news_card_data {
	float: left;
	width: 21.52rem;
	height: 10rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: left;
}

.home_category_content .category_item_card .news_content .news_item_card .news_card_data .card_title {
	font-size: 1.4rem;
	height: 7.0rem;
	display: flex;
	align-items: center;
	color: #000000;
}

.home_category_content .category_item_card .news_content .news_item_card .news_card_data .card_text {
	font-size: 1.10rem;
	color: #888888;
	height: 4.4rem;
	margin-bottom: 0.4rem;
	overflow: hidden;
	display: none;
}

.home_category_content .category_item_card .news_content .news_item_card .news_card_data .card_date {
	color: #888888;
	font-size: 0.96rem;
	height: 2.4rem;
	line-height: 2.4rem;

}

.home_category_content .category_item_card .news_content .news_item_card .card_title a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.home_category_content .category_item_card .news_content .news_item_card .card_title a:hover {
	color: rgb(243, 112, 25);
}

.home_category_content .category_item_card .news_content .news_item_card .card_title:hover {
	color: rgb(243, 112, 25);
}

/**end 新闻分类块css**/


/*start 热门视频css*/
.home_video_content {
	float: left;
	width: 83rem;
	margin: 0 auto;
	margin-top: 2.0rem;
}

.home_video_content .item_bar {
	float: left;
	display: flex;
	vertical-align: middle;
	width: 100%;
	height: 1.68rem;
	line-height: 1.68rem;
	padding-bottom: 0.0rem;
	border-bottom: 0.0rem solid rgb(233, 80, 26);
}

.home_video_content .item_bar img {
	width: auto;
	height: 1.6rem;
	position: relative;
	top: 0.06rem;
}

.home_video_content .item_bar .nav_title {
	font-weight: bold;
	font-size: 1.40rem;
	padding-left: 0.4rem;
}

/*视频底部背景阴影间距*/
.home_video_content .video_card_margin {
	padding-bottom: 1.4rem;
}

.home_video_content .video_recommend_container {
	float: left;
	width: 83.0rem;
	height: 12.0rem;
	margin-top: 1.0rem;
	margin-left: 0.0rem;
	margin-right: 0.0rem;
	/*margin-right: 2.86rem;*/
	position: relative;
	overflow: hidden;

}

/*video_hot_card css*/

.home_video_content .video_recommend_container .video_hot_card {
	float: left;
	width: 400.0rem;
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 0.3rem;
}


.home_video_content .video_recommend_container .home-video-prev {
	width: 25px;
	height: 52px;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 4.20rem;
	left: -25px;
	background: url(../img/icon_slide_prev.png) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}


.home_video_content .video_recommend_container .home-video-next {
	width: 25px;
	height: 52px;;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	top: 4.20rem;
	right: -25px;
	background: url(../img/icon_slide_next.png) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}


.home_video_content .video_recommend_card {
	float: left;
	width: 20.0rem;
	height: 100%;
	margin-top: 0.0rem;
	margin-right: 1.0rem;
}

.home_video_content .video_recommend_card .hot_recommend_item {
	width: 20.00rem;
	height: 12.0rem;
	position: relative;
	overflow: hidden;
	border: 0.00rem solid rgb(240, 240, 240);
	border-radius: 0.3rem;
	text-align: center;
	background: rgb(240, 240, 240);
}

.video_recommend_card .hot_recommend_item .orig_pic {
	padding: 0;
	margin: 0;
	border-radius: 0.3rem;
}

.video_recommend_card .hot_recommend_item .orig_pic img {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
	vertical-align: middle;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	border-radius: 0.3rem;
	cursor: pointer;
}

.video_recommend_card .hot_recommend_item .orig_pic img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


.video_recommend_card .hot_recommend_item p.txt {
	float: left;
	width: 18.8rem;
	height: 2.4rem;
	line-height: 2.4rem;
	overflow: hidden;
	font-size: 1.12rem;
	text-align: center;
	overflow: hidden;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	/*background: rgba(0, 0, 0, 0.6);*/
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #FFFFFF;
}

.video_recommend_card .hot_recommend_item p.txt a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

.video_recommend_card .hot_recommend_item p.txt a:hover {
	color: #ff951b;
}

.video_recommend_card .hot_recommend_item .icon_video {
	width: 3.0rem;
	height: 3.0rem;
	position: absolute;
	left: 8.5rem;
	top: 4.5rem;
	/*right: 0.6rem;
	top: 0.6rem;*/
}

.video_recommend_card .hot_recommend_item .icon_video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
	border: 0px;
	image-rendering: optimizeQuality;
	background-size: 100% 100%;
	cursor: pointer;
}


.home_video_content .video_item_card {
	float: left;
	display: block;
	width: 27.8rem;
	height: 10rem;
	margin-top: 2.0rem;
}


.home_video_content .video_item_card .home_video_item {
	padding: 0;
	margin: 0;
	float: left;
	width: 26.5rem;
	height: 7.0rem;
	margin-left: 1.3rem;
	margin-bottom: 1.3rem;
	border: 0.02rem solid rgb(230, 230, 230);
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	background: rgb(255, 255, 255);
}

.home_video_content .video_item_card .home_video_item .item_video_view {
	float: left;
	width: 7.0rem;
	height: 7.0rem;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0.0rem auto 0 auto;
	background: rgb(240, 240, 240);
	text-align: center;
}

.home_video_content .video_item_card .home_video_item .item_video_view .orig_pic {
	padding: 0;
	margin: 0;
}

.home_video_content .video_item_card .home_video_item .item_video_view .orig_pic img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
	border: none;
	transition: all 0.3s;
	transform: scale(1);
	vertical-align: middle;
	cursor: pointer;
}


.home_video_content .video_item_card .home_video_item .item_video_view .orig_pic img:hover {
	transition: all 0.5s;
	transform: scale(1.1);
}

.home_video_content .video_item_card .home_video_item .item_video_view .icon_video {
	height: 2rem;
	line-height: 2rem;
	position: absolute;
	top: 2.5rem;
	left: 2.5rem;
}

.home_video_content .video_item_card .home_video_item .item_video_view .icon_video img {
	width: 2rem;
	height: 2rem;
	border: 0px;
	cursor: pointer;
}

.home_video_content .video_item_card .home_video_item .item_video_info {
	float: left;
	overflow: hidden;
	display: block;
	width: 17.88rem;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}

.home_video_content .video_item_card .home_video_item .item_video_info .hot_item_title {
	width: 100%;
	display: -webkit-box;
	/* 必须设置，用于多行溢出 */
	-webkit-box-orient: vertical;
	/* 设置盒子排列方向为垂直 */
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 4.6rem;
	color: #333333;
	font-size: 1.20rem;
	cursor: pointer;
}

.home_video_content .video_item_card .home_video_item .item_video_info .hot_item_title a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.home_video_content .video_item_card .home_video_item .item_video_info .hot_item_title a:hover {
	color: rgb(243, 112, 25);
}

.home_video_content .video_item_card .home_video_item .item_video_info .hot_item_date {
	width: 100%;
	display: block;
	float: left;
	height: 2.4rem;
	line-height: 2.4rem;
	color: #888888;
	font-size: 0.96rem;
	text-align: left;
	padding-left: 0.2rem;
}


/*end 热门视频css*/


/*start 合作单位css*/
.home_unit_content {
	float: left;
	width: 83rem;
	margin: 0 auto;
	margin-top: 2.0rem;
}

.home_unit_content .item_bar {
	float: left;
	display: flex;
	vertical-align: middle;
	width: 100%;
	height: 1.68rem;
	line-height: 1.68rem;
	padding-bottom: 0.0rem;
	border-bottom: 0.0rem solid rgb(233, 80, 26);
}

.home_unit_content .item_bar img {
	width: auto;
	height: 1.6rem;
	position: relative;
	top: 0.06rem;
}

.home_unit_content .item_bar .nav_title {
	font-weight: bold;
	font-size: 1.40rem;
	padding-left: 0.4rem;
}


.home_unit_content .unit_info_content {
	float: left;
	width: 83rem;
	margin-top: 1.0rem;
	margin-bottom: 2.6rem;
	margin-left: auto;
	margin-right: auto;
}

.home_unit_content .unit_text {
	text-align: center;
	padding-top: 1.0rem;
	padding-bottom: 1.2rem;
	font-size: 1.32rem;
	color: #333333;
}

.home_unit_content .unit_main_card {
	float: left;
	width: 24.70rem;
	margin-left: 1.3rem;
	border: 1px solid rgb(240, 240, 240);
	border-radius: 0.3rem;
	background: #ffffff;
}

.home_unit_content .unit_card_first {
	margin-left: 3.0rem;
}

.home_unit_content .unit_main_card .item_menu_title {
	margin-left: 0px;
	width: 24.70rem;
	height: 3.4rem;
	line-height: 3.4rem;
	font-size: 1.32rem;
	text-align: center;
	background: linear-gradient(rgb(233, 80, 26), rgb(239, 128, 26));
	color: #ffffff;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;

}

.home_unit_content .unit_main_card .item_menu_text {
	color: #555555;
	font-size: 1.24rem;
	line-height: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.home_unit_content .unit_main_card .item_menu_img {
	width: 23.00rem;
	height: 20.4rem;
	margin: 0 auto;
	margin-bottom: 0.8rem;
	overflow: hidden;
	object-fit: contain;
	border-radius: 0.3rem;
	border: 0.02rem solid #dddddd;
}

.home_unit_content .unit_main_card .item_menu_img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	transform: scale(1);
	cursor: pointer;
}

.home_unit_content .unit_main_card .item_menu_img img:hover {
	transition: all 0.5s;
	transform: scale(1.1);
}


/*end 合作单位css*/


/*start 幻灯片*/
.home_main_card {
	float: left;
	width: 52.00rem;
	height: auto;
}

.home_main_card .home_slides {
	margin-bottom: 20px;
	width: 52.00rem;
	height: 36.34rem;
	border-bottom: 0.02rem solid #c9c9c9;
	position: relative;
	list-style-type: none;
	overflow: hidden;
	display: block;
	background: #e2e2e2;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.0rem;
}

.home_slides ul.Bimg {
	width: 52.00rem;
	height: 29.00rem;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.home_slides ul li {
	list-style-type: none;
	overflow: hidden;
	z-index: 0;
	opacity: 0;
	cursor: pointer;
}

.home_slides ul.Bimg li {
	width: 52.00rem;
	height: 29.00rem;
	position: absolute;
	left: 0;
	top: 0;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.0rem;
}

.home_slides ul,
.home_slides ul li img {
	width: 52.00rem;
	height: 29.00rem;
	object-fit: cover;
	cursor: pointer;
	display: block;
}

.home_slides .anim_loading {
	width: 52.00rem;
	height: 5px;
	background-color: #000;
	padding: 0;
	margin: 0;
	position: relative;
	border-top: 0.02rem solid #000;
}

.home_slides .anim_loading img {
	position: absolute;
	left: 0;
	width: 52.00rem;
	height: 5px;
	border: 0;
	vertical-align: middle;
	overflow-clip-margin: content-box;
	overflow: clip;
	display: none;
}

.home_slides ul.Bimg li a {
	display: inline-block;
	width: 52.00rem;
	height: 29.00rem;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.home_slides ul.Bimg li a div {
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 0;
}

.home_slides ul.Bimg li a .mask {
	width: 100%;
	height: 6rem;
}

.home_slides ul.Bimg li a .mk3 {
	background: url(../img/icon_mk3.png) 0 bottom repeat-x;
}

.home_slides ul.Bimg li a .txt {
	text-shadow: 1px 1px 1px #000;
	padding-left: 1.0rem;
	font-size: 1.32rem;
	height: 2.4rem;
	line-height: 2.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 47.00rem;
}

.home_slides ul.Bimg li a {
	text-decoration: none;
	color: #ffffff;
}

.home_slides .focus-num {
	height: 2.6rem;
	line-height: 2.6rem;
	padding-right: 1.0rem;
	display: inline-block;
	color: #f2f2f3;
	font-size: 1.40rem;
	font-style: italic;
	font-family: "Microsoft YaHei";
	position: absolute;
	right: 0;
	bottom: 7.30rem;
	z-index: 2;
}

.home_slides .focus-num .current {
	color: #e13703;
	font-size: 2.0rem;
}

/*轮播缩略图片css*/
.home_slides .Small {
	width: 51.92rem;
	height: 7.0rem;
	border-left: 0.02rem solid #c9c9c9;
	border-right: 0.02rem solid #c9c9c9;
	position: relative;
}

.home_slides .Small .smlfd {
	width: 13.00rem;
	height: 7.0rem;
	background: #bbbbbb;
}

.home_slides .Small .Simg .cur {
	background: transparent;
}

.home_slides .Small div {
	position: absolute;
	bottom: 0;
	left: 0;
}

.home_slides .Small .Simg {
	width: 100rem;
	height: 7.0rem;
	padding: 0;
	margin: 0;
	display: block;
}

.home_slides .Small .Simg a {
	float: left;
	display: block;
	width: 13.00rem;
	height: 7.0rem;
	padding-top: 1.0rem;
	text-align: center;
	text-decoration: underline;
	background: transparent;
}

.home_slides .Small .Simg img {
	width: 11.2rem;
	height: 5.0rem;
	object-fit: cover;
	cursor: pointer;
}


.home_slides a.btn.Lbtn {
	left: -34px;
	background-position: 0 0;
	border-radius: 0 5px 5px 0;
	background: url(../img/icon_slide_prev.png) 0 0 no-repeat;
}


.home_slides a.btn {
	display: inline-block;
	width: 34px;
	height: 73px;
	position: absolute;
	top: 12.2rem;
	z-index: 2;
	/*background: url(../img/icon-slide-btn.png) no-repeat;*/
	cursor: pointer;
}

.home_slides a.btn.Rbtn {
	right: -34px;
	background-position: -34px 0;
	border-radius: 5px 0 0 5px;
	background: url(../img/icon_slide_next.png) 0 0 no-repeat;
}