/*热门新闻列表 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 .recommend_content_card {
	width: 20.42rem;
	height: 13rem;
	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 .recommend_content_card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
	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  .icon_video {
	height: 3.0rem;
	line-height: 3.0rem;
	position: absolute;
	top: 4.9rem;
	left: 8.71rem;
}

.news_info_body .hot_content .recommend_content_card  .icon_video img {
	width: 3.0rem;
	height: 3.0rem;
	border: 0px;
	cursor: pointer;
}

.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;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
}

.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;
}




/*列表内容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;
}


/*加载数据页css*/
.news_info_body .loading_page_card {
	width: 60.82rem;
	height: 8.0rem;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items:  center;
	justify-content: center;
}


.news_info_body .news_content {
	float: left;
	width: 60.82rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.1rem;
	min-height: 30.0rem;
}

.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;
}


.news_info_body .news_content .advert_item_card {
	width: 58.0rem;
	border-radius: 0.3rem;
	margin-top: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	border:0.02rem solid #cccccc;
	
}

.news_info_body .news_content .advert_item_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 .news_content .advert_item_card .advert_pic {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58.0rem;
	padding: 0;
	margin: 0;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.news_info_body .news_content .advert_item_card .advert_pic img{
	width: 100%;
	height: auto;
	vertical-align: top;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.news_info_body .news_content .advert_item_card .advert_txt {
	width: 57.2rem;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0.0rem;
    text-align: center;
    color: #FFFFFF;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
	height: 3.0rem;
	line-height: 3.0rem;
	font-size: 1.2rem;
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}


/*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 .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: 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 .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.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 .news_card_view .preview_photo {
	width: 14.8rem;
	height: 9rem;
}

.news_info_body .news_content .news_item_card .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;
}

.news_info_body .news_content .news_item_card .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_view .not_photo {
	width: 6.8rem;
	height: 6.8rem;
	margin: 1.1rem auto;
}

.news_info_body .news_content .news_item_card .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: 9.0rem;
	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;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	/**/
	font-size: 1rem;
	color: #333333;
	cursor: pointer;
	margin-left: 0.1rem;
	margin-right: 0.2rem;
}

.news_info_body .news_page_card ul li:hover {
	color: #ffffff;
	background: rgb(233, 80, 26);
	border: 0.02rem solid rgb(233, 80, 26);
}

.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;
	border-radius: 0.2rem;
	padding: 0.3rem 0.6rem;
}

.news_info_body .news_page_card ul .page_enable {
	color: #cccccc;
	background: rgb(255, 255, 255);
	border: 0.02rem solid #cccccc;
	cursor: auto;
	border-radius: 0.2rem;
	padding: 0.3rem 0.6rem;
	font-weight: normal;
}



.news_info_body .news_page_card ul li a {
	display: inline;
	border: 0.02rem solid #cccccc;
	border-radius: 0.2rem;
	padding: 0.3rem 0.6rem;
	font-size: 1rem;
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}

.news_info_body .news_page_card ul li a:hover {
	color: #ffffff;
	background: rgb(233, 80, 26);
	border: 0.02rem solid rgb(233, 80, 26);

}

/*搜索没有相关结果css*/
.page_blank_card {
	float: left;
	width: 60.82rem;

}
.page_blank_card .page_blank_content {
	width: 60.82rem;
	height: 12.0rem;
	display: flex;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-bottom: 0.02rem dotted #dddddd;
}
.page_blank_card img{
	float: left;
	width: 6.8rem;
	height: 6.8rem;
}
.page_blank_card .blank_info{
	float: left;
	text-align: left;
	padding-left: 1.0rem;
	font-size: 1.2rem;

}
.page_blank_card .blank_info span{
	display: block;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	max-width: 48.00rem;
	overflow: hidden;
	word-spacing: normal;
}
.page_blank_card .blank_info .s_keyword{
	color: rgb(237, 119, 87);
}


/**自定义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 li .preview_photo img:hover {
	cursor: pointer;
	transition: all 0.5s;
	transform: scale(1.1);
}

.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 .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**/