/*热门新闻 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);
}

.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_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: 82.8rem;
	display: inline-block;
	border: 0.0rem solid rgb(220, 220, 220);
    box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
	/*box-shadow: 0px 0px 0.3rem 0.02rem #e3e3e3;*/
	border-radius: 0.3rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

.news_info_body .news_main_content .news_option {
	float: left;
	width: 76.80rem;
	height: 2.72rem;
	margin-left: 3.0rem;
	padding-top: 2.2rem;
	border-bottom: 0.02rem solid rgb(230, 230, 230);
}

.news_info_body .news_main_content .news_option ul {
	list-style: none;
	background-color: #ffffff;
}

.news_info_body .news_main_content .news_option ul li {
	width: 7.0rem;
	height: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	float: left;
	color: #333333;
	font-family: "Microsoft YaHei";
	font-size: 1.12rem;
	font-weight: bold;
	cursor: pointer;
	background-color: #ffffff;
}

.news_info_body .news_main_content .news_option ul b {
	float: right;
	display: block;
	width: 0.04rem;
	height: 1.2rem;
	line-height: 1.2rem;
	margin-top: 0.8rem;
	background: rgb(230, 230, 230);
}

.news_info_body .news_main_content .news_option ul .actived {
	background: #ffffff;
	color: rgb(255, 166, 64);
	border-bottom: 0.15rem solid #ffffff;
	border-left: 0.02rem solid rgb(230, 230, 230);
	border-right: 0.02rem solid rgb(230, 230, 230);
	border-top: 0.02rem solid rgb(230, 230, 230);
	height: 2.6rem;
	line-height: 2.6rem;
	box-shadow: 0 -0.3rem 0.5rem 0 rgba(206,206,206,.3);
}

.news_info_body .news_main_content .news_option ul .actived b {
	background: #fcfcfc;
}

.news_info_body .news_main_content .news_option ul .actived_b {
	background: #fcfcfc;
}

.news_info_body .news_main_content .news_option ul .actived_b_show {
	background: rgb(230, 230, 230);
}


.news_info_body .new_card_content  {
	float: left;
	width: 82.8rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.0rem;
	padding-bottom: 0.0rem;
}


.news_info_body .news_content {
	float: left;
	width: 82.8rem;

	margin-left: auto;
	margin-right: auto;
	margin-top: 2.0rem;
	margin-left: 3.0rem;
	padding-bottom: 1.2rem;
	display: none;

}

.news_info_body .news_content_show {
	display: block;
}

.news_info_body .news_content .news_item_card {
	width: 18.4rem;
	border: 0.00rem solid #dddddd;
	box-shadow: 0px 0px 0.3rem 0.02rem #e3e3e3;
	border-radius: 0.4rem;
	float: left;
	text-align: left;
	margin-right: 1.0rem;
	margin-bottom: 1.3rem;
	padding-bottom: 0.4rem;

}

.news_info_body .news_content .card_item_left {
	margin-left: 1.0rem;
}

.news_info_body .news_content .news_card_view {
	width: 100%;
	height: 12rem;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0.0rem auto 0 auto;
	background: #f5f5f5;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
	border: 0.02rem solid #eeeeee;
}

.news_info_body .news_content .news_card_view .preview_photo {
	width: 100%;
	height: 12rem;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0.0rem auto 0 auto;
	background: #f5f5f5;
	border-radius: 0.0rem;
	/*border: 0.02rem solid #eeeeee;*/
}


.news_info_body .news_content .news_card_view .preview_photo img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
	transition: all 0.3s;
	transform: scale(1);
	border: 0;
}

.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: 2.6rem 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_card_view .icon_video {
	height: 3rem;
	line-height: 3rem;
	position: absolute;
	top: 4.5rem;
	left: 7.7rem;
}

.news_info_body .news_content .news_card_view .icon_video img {
	width: 3rem;
	height: 3rem;
	border: 0px;
	cursor: pointer;
}




.news_info_body .news_content .news_item_card .card_text {
	margin: 0 auto;
	width: 17.2rem;
	height: 5.6rem;
	line-height:1.50rem;
	display:flex;
	-webkit-box-orient:vertical;
	align-items: center;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #333333;
	font-size: 1.10rem;
	text-align: left;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	cursor: pointer;
}

.news_info_body .news_content .news_item_card .card_text a {
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.news_info_body .news_content .news_item_card .card_text a:hover {
	color: orangered;
}

.news_info_body .news_content .news_item_card .card_text:hover {
	color: orangered;
}

.news_info_body .news_content .news_item_card .card_date {
	margin: 0 auto;
	width: 17.2rem;
	border-top: 0.02rem solid #f5f5f5;
	color: #888888;
	font-size: 0.96rem;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	padding-top: 0.6rem;
	padding-bottom: 0.2rem;
}

.news_info_body .news_content .news_item_card .card_detail {
	text-align: right;
	padding-top: 0.4rem;
	padding-right: 0.4rem;
	font-size: 0.8rem;
}

.news_info_body .news_content .news_item_card .card_detail a {
	text-decoration: none;
	color: orangered;
	cursor: pointer;
}

.news_info_body .news_content .news_item_card .card_detail a:hover {
	text-decoration: underline;
}

.news_info_body .news_main_content .news_content_more{
	float: left;
	display: block;
	width: 100%;
	border-top: 0.02rem solid #f5f5f5;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	margin: 0 auto;
}
.news_info_body .news_main_content .news_content_more span{
	display: flex;
	height: 4rem;
	line-height: 4rem;
	align-items: center;
	justify-content: center;
	color: rgb(255, 166, 64);
	font-size: 1.10rem;
	text-align: center;
	cursor: pointer;
}
.news_info_body .news_main_content .news_content_more img{
	width: 2.0rem;
	height: 2.0rem;
	padding-right: 0.2rem;
	position: relative;
	margin-top: 0.2rem;
	cursor: pointer;
}

.news_info_body .news_main_content .news_content_more a{
	color: rgb(255, 166, 64);
	text-decoration: none;
}
.news_info_body .news_main_content .news_content_more a:hover{
	text-decoration: underline;
}