/*热门新闻列表 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;
}

.con_box_news .search_botton {
	cursor: pointer;
	width: 34px;
	height: 34px;
	overflow: hidden;
	background: url(../img/icon_bg_search.png) no-repeat;
	text-indent: -999px;
	border: 0px;
	margin-top: 6px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

/* 项目内容简介*/
.news_info_body {
	width: 83rem;
	margin: 0 auto;
	margin-top: 4rem;
	padding-bottom: 4rem;
	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;*/
	margin-left: auto;
	margin-right: auto;
}



/*热点内容css*/
.news_info_body .hot_content {
	float: right;
	width: 20.5rem;
}

/*广告块*/
.news_info_body .hot_content .advert_content_card {
	width: 20.42rem;
	border: 0.00rem solid rgb(220, 220, 220);
	box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
	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 .advert_content_card::before {
	content: "广告";
	position: absolute;
	top: -8px;
	right: -26px;
	z-index: 1;
	padding: 18px 26px 4px 26px;
	background-color: rgb(237, 119, 87);
	transform: rotate(45deg);
	font-size: 0.80rem;
	color: #ffffff;
}

.news_info_body .hot_content .advert_content_card img {
	width: 100%;
	height: 13rem;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	object-fit: cover;
	border-radius: 0.3rem;
	transition: all 0.3s;
	transform: scale(1);
}

.news_info_body .hot_content .advert_content_card .advert_text {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 18.42rem;
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1rem;
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
}


/*新闻推荐*/
.news_info_body .hot_content .recommend_content_card {
	width: 20.42rem;
	border: 0.00rem solid rgb(220, 220, 220);
	box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
	display: inline-block;
	border-radius: 0.3rem;
	padding-top: 0.0rem;
	margin-bottom: 1.3rem;
	background: #ffffff;
	position: relative;
	display: block;
	overflow: hidden;
	display: none;
}

.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: 18.42rem;
	height: 2.4rem;
	line-height: 2.4rem;
	font-size: 1rem;
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	text-align: center;
	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.00rem solid rgb(220, 220, 220);
	box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
	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.00rem solid rgb(220, 220, 220);
	box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
	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.00rem solid rgb(220, 220, 220);
	box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
	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: 9.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: 9rem;
	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: 9.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 .preview_photo {
	padding: 0;
	margin: 0;
}


.news_info_body .news_content .news_item_card .hot_item .preview_photo img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
	border: none;
	transition: all 0.3s;
	transform: scale(1);
	vertical-align: middle;
	cursor: pointer;
}

.news_info_body .news_content .news_item_card .hot_item .preview_photo img:hover {
	transition: all 0.5s;
	transform: scale(1.1);
}


.news_info_body .news_content .news_item_card .hot_item .hot_item_card  .video_preview_photo {
	padding: 0;
	margin: 0;
}


.news_info_body .news_content .news_item_card .hot_item .hot_item_card  .video_preview_photo img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
	border: none;
	transition: all 0.3s;
	transform: scale(1);
	vertical-align: middle;
	cursor: pointer;
}

.news_info_body .news_content .news_item_card .hot_item .hot_item_card  .video_preview_photo img:hover {
	transition: all 0.5s;
	transform: scale(1.1);
}


.news_info_body .news_content .news_item_card .hot_item .hot_item_card  .not_photo {
	width: 6.8rem;
	height: 6.8rem;
	margin: 1.1rem auto;
}

.news_info_body .news_content .news_item_card .hot_item .hot_item_card  .not_photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	cursor: default;
}



.news_info_body .news_content .news_item_card .hot_item .icon_video {
	height: 3rem;
	line-height: 3rem;
	position: absolute;
	top: 3.0rem;
	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: 9rem;
	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;
	position: relative;
}

.news_info_body .news_content .news_item_card .preview_photo {
	width: 14.8rem;
	height: 9rem;
}

.news_info_body .news_content .news_card_view .preview_photo img {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
	transition: all 0.3s;
	transform: scale(1);
	border: 0;
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
	vertical-align: middle;
}

.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_card_view .not_photo {
	width: 6.8rem;
	height: 6.8rem;
	margin: 1.1rem auto;
}

.news_info_body .news_content .news_card_view .not_photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	cursor: default;
}


.news_info_body .news_content .news_item_card .news_card_view .icon_video {
	height: 3rem;
	line-height: 3rem;
	position: absolute;
	top: 3.0rem;
	left: 5.9rem;
}

.news_info_body .news_content .news_item_card .news_card_view  .icon_video img {
	width: 3rem;
	height: 3rem;
	border: 0px;
	cursor: pointer;
}



.news_info_body .news_content .news_item_card .news_card_data {
	float: left;
	width: 41.12rem;
	height: 9rem;
	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: 6.2rem;
	display: flex;
	align-items: center;
	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;
	display: none;
}

.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 .preview_photo {
	padding: 0;
	margin: 0;
}

.new_picture_custom li .preview_photo img {
	padding: 0;
	margin: 0 auto;
	width: 18rem;
	height: 10rem;
	object-fit: cover;
	border: none;
	transition: all 0.3s;
	transform: scale(1);
	vertical-align: middle;
}

.new_picture_custom .video_hot_item {
	height: 11.6rem;
	position: relative;
	overflow: hidden;
	border: 0.01rem solid rgb(240, 240, 240);
	margin-bottom: 1rem;
}


.new_picture_custom li .preview_photo img:hover {
	cursor: pointer;
	transition: all 0.5s;
	transform: scale(1.1);
}


.new_picture_custom li .orig_video_pic {
	padding: 0;
	margin: 0;
	width: 18rem;
	height: 11.6rem;
}

.new_picture_custom li .orig_video_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	margin: 0 auto;
	border: none;
	transition: all 0.3s;
	transform: scale(1);
	vertical-align: middle;
}


.new_picture_custom li .orig_video_pic img:hover {
	cursor: pointer;
	transition: all 0.5s;
	transform: scale(1.1);
}


.new_picture_custom li .not_photo {
	width: 6.8rem;
	height: 6.8rem;
	margin: 0.4rem auto;
}

.new_picture_custom li .not_photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	cursor: default;
}



.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: 17.2rem;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #FFFFFF;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}

.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: 4.2rem;
	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.00rem solid rgb(220, 220, 220);
	box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
	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 {
	/*width: 100%;*/
	max-width: 58.62rem;
	height: auto;
}

.news_info_body .info_item_content .info_editor_data  p {
	font-size: 1.20rem;
	line-height: 2.0rem;
	font-weight: normal;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}

.news_info_body .info_item_content .info_editor_data p img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 0.2rem;
}

.news_info_body .info_item_content .info_editor_data video {
	width: 58.02rem;
	height: 30.0rem;
	display: flex;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	justify-content: center;
	/*object-fit: cover;*/
	vertical-align: middle;
	border: 0.02rem solid #dddddd;
}

/*.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_editor .info_keyword{
	float: left;
	width: 100%;
	margin-right: 0.0rem;
	overflow: hidden;
}

.news_info_body .info_item_content .info_card_editor .info_keyword .item_keyword{
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.8rem;
	margin-bottom: 0.8rem;
	padding: 0.0rem 0.8rem;
	height: 2.8rem;
	border-radius: 1.0rem;
	background: rgb(240, 240, 240);
	color: #888888;
	font-size: 1.10rem;
}

.news_info_body .info_item_content .info_card_editor .info_keyword .item_keyword a{
	text-decoration: none;
	color: #888888;
	cursor: pointer;
}


/*页面出错信息css*/
.error_page_card {
	float: left;
	width: 58.62rem;
	border-radius: 0.3rem;
	border: 0.02rem solid rgb(220, 220, 220);
	background: #ffffff;
	padding: 1rem;
	display: flex;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.error_page_card img {
	float: left;
	width: 6.8rem;
	height: 6.8rem;
}

.error_page_card .blank_info {
	float: left;
	text-align: left;
	padding-left: 1.0rem;
}

.error_page_card .blank_info span {
	display: block;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	max-width: 48.00rem;
	overflow: hidden;
	word-spacing: normal;
	color: #555555;
	font-size: 1.12rem;
}

.error_page_card .blank_info .err_title {
	color: rgb(237, 119, 87);
	font-size: 1.2rem;
}


/*广告内容页*/
.news_info_body .info_item_content .page_adv_card {
	float: left;
	width: 60.82rem;
	margin: 0rem auto;
	margin-top: 4.0rem;
	text-align: center;
	border-radius: 0.3rem;
	border: 0.02rem solid #dddddd;
	background: #ffffff;
	display: none;
}

.news_info_body .info_item_content .page_adv_card img {
	margin-top: 2.0rem;
	height: auto;
	border: 0.02rem solid #dddddd;
	border-radius: 0.3rem;
}

.news_info_body .info_item_content .adv_info {
	display: block;
	width: 60.82rem;
	height: 3.0rem;
	line-height: 3.0rem;
	font-size: 1.10rem;
	color: #555555;
}

.news_info_body .info_item_content .adv_info .adv_title {
	float: left;
	padding-left: 3.6rem;
	font-weight: normal;
}

.news_info_body .info_item_content .adv_info .adv_label {
	float: right;
	padding-right: 3.6rem;
	font-weight: normal;
}

/*相关内容信息*/
.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.00rem solid rgb(220, 220, 220);
	box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
	background: #ffffff;
	padding-bottom: 1.8rem;
}

/*end 详情内容css*/



/*start 幻灯片*/
.Mid1_L {
	float: left;
	width: 386px;
	height: auto;
}

.Slides {
	margin-bottom: 20px;
	width: 386px;
	height: 314px;
	border-bottom: 1px solid #c9c9c9;
	position: relative;
	list-style-type: none;
	overflow: hidden;
	display: block;
	background: #e2e2e3;
}

.Slides ul.Bimg {
	width: 386px;
	height: 240px;
}

.Slides ul,
.Slides ul li {
	list-style-type: none;
	overflow: hidden;
}

.Slides ul {
	margin: 0;
	padding: 0;
}

.Slides ul.Bimg li {
	width: 386px;
	height: 240px;
	position: absolute;
	left: 0;
	top: 0;
}

.list1 {
	z-index: 1;
	opacity: 1;
}

.Slides .JinDu {
	width: 386px;
	height: 5px;
	background-color: #f20f20;
	padding: 0;
	margin: 0;
	position: relative;
}

.Slides .JinDu img {
	position: absolute;
	left: 0;
	width: 386px;
	height: 5px;
	border: 0;
	vertical-align: middle;
	overflow-clip-margin: content-box;
	overflow: clip;
}


.Slides ul.Bimg li a {
	display: inline-block;
	width: 386px;
	height: 240px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.Slides ul.Bimg li a div {
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 0;
}

.Slides ul.Bimg li a .mask {
	width: 100%;
	height: 90px;
}

.Slides ul.Bimg li a .mk3 {
	background: url(../icon/icon_mk3.png) 0 bottom repeat-x;
}

.Slides ul.Bimg li a .txt {
	text-shadow: 1px 1px 1px #000;
	padding-left: 0.6rem;
	padding-bottom: 0.6rem;
	font-size: 1.16rem;
}

.Slides ul.Bimg li a {
	text-decoration: none;
	color: #ffffff;
}

.Slides .Small {
	width: 384px;
	height: 69px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	position: relative;
}

.Slides .Small .smlfd {
	width: 96px;
	height: 69px;
	background: #bbbbbb;

}

.Slides .Small div {
	position: absolute;
	bottom: 0;
	left: 0;
}

.Slides .Small .Simg {
	width: 800px;
	height: 69px;
	padding: 0;
	margin: 0;
	display: block;
}

.Slides .Small .Simg a {
	float: left;
	display: block;
	width: 96px;
	height: 60px;
	text-align: center;
	padding-top: 9px;
	text-decoration: underline;
}

.Slides .Small .Simg img {
	width: 80px;
	height: 50px;
	cursor: pointer;
}

.Slides .Small .Simg .cur {
	background: transparent;
}


.Slides a.btn.Lbtn {
	left: -34px;
	background-position: 0 0;
	border-radius: 0 5px 5px 0;
}

.Slides a.btn {
	display: inline-block;
	width: 34px;
	height: 47px;
	position: absolute;
	top: 98px;
	z-index: 2;
	background: url(../icon/icon-slide-btn.png) no-repeat;
	cursor: pointer;
}

.Slides a.btn.Rbtn {
	right: -34px;
	background-position: -34px 0;
	border-radius: 5px 0 0 5px;
}

.Slides a.btn {
	display: inline-block;
	width: 34px;
	height: 47px;
	position: absolute;
	top: 98px;
	z-index: 2;
	background: url(../icon/icon-slide-btn.png) no-repeat;
	cursor: pointer;
}

.Slides .focus-num {
	padding-right: 10px;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 40px;
	color: #f2f2f3;
	font-size: 18px;
	font-style: italic;
	font-family: "Microsoft YaHei";
}

.Slides .focus-num {
	position: absolute;
	right: 0;
	bottom: 70px;
	z-index: 2;
}

.Slides .focus-num .current {
	color: #e13703;
	font-size: 20px;
}