/*.nav_bg{
	position: inherit!important;
}
.nav_top{
	display: none!important;
}*/

.news_li{
	width: 50%;
	margin: 10px auto;
	float: left;
	cursor: pointer;
}
.news_li .news_Content{
	margin: 0 1%;
	display: block;
}
.news_Content >div{
	float: left;
}
.news_img{
	width: 35%;
	overflow: hidden;
}
.news_title{
	width: 65%;
}
.news_img img{
	display: block;
	width: 100%;
}
.news_titleBox{
	padding: 0 4%;
	background-color: #f7f7f7;
}
.news_titleBox >h1{
	padding-top: 10px;
	line-height: 40px;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_titleBox> h2{
	color: #626262;
	font-size: 14px;
	line-height: 28px;
}
.news_titleBox> p{
	font-size: 14px;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	color: #626262;
}
.news_titleBox >span{
	font-size: 16px;
	text-align: right;
	display: block;
	line-height: 52px;
	color: #626262;
}
.news_box{
	margin: 50px auto;
}
.news_Content:hover  .news_titleBox h1{
	color: #df0024;
}
.news_Content:hover  .news_titleBox a{
	color: #df0024;
}
.news_bottom{
	margin-bottom: 60px;
}
.news_bottom >div{
	width: 50%;
	float: left;
}
.newsTuijianBg{
	margin-right:20px ;
}
.newsTuijianList >div{
	float: left;
}
.newsTuijianList{
	margin: 20px auto;
}
.newsTuijianBox{
	background-color: #f7f7f7;
	padding: 10px 16px;
}
.newsTuijianTitle{
	font-size: 30px;
	line-height: 70px;
}
.time{
	width: 8%;
	height: 56px;
	background-color: #e42645;
	position: relative;
	color: #FFFFFF;
	text-align: center;
}
.yearmonth{
	line-height: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	background:rgba(0,0,0,0.1) ;
	font-size: 12px;
	width: 100%;
}
.day{
	line-height: 40px;
	font-size: 24px;
}
.newsTuijianListText{
	width: 90%;
	margin-left: 2%;
	display: block;
	float: left;
}
.newsTuijianListText >span{
	display: block;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #202020;
}
.newsTuijianListText p{
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #626262;
	height: 26px;
}

.newVideoBox{
	background-color: #f7f7f7;
	padding: 20px 20px;
}
.newVideoBox >div{
	width: 50%;
	float: left;
}
.newVideoBox >div video{
	width: 90%;
	margin: 0 auto;
	height: 400px;
}

.newsDetail_h1{
	font-size: 24px;
	color: #000000;
	text-align: center;
	line-height: 44px;
	font-weight: bold;
}
.newsDetail_time{
	color: #626262;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.newsDetail{
	margin: 50px auto;
}
.newsDetail_text{
	padding-top: 20px;
	margin: 0 10px;
}
.newsDetail_img{
	width: 80%;
	overflow: hidden;
	margin: 30px auto ;
}
.newsDetail_img img{
	display: block;
	width: auto;
	margin: 0 auto;
}
.newsTuijianList:hover .newsTuijianListText span{
	color: red;
}
.newsDetail_fanye{
	padding-top: 10px;
	border-top: 1px solid #626262;
}
.newsDetail_fanye p{
	width: 50%;
}
.newsDetail_fanye p a:hover{
	color: red;
}
.newsDetail_fanye p a{
	color: #000000;
}
.newsDetail_fanye p:nth-child(1){
	float: left;
}
.newsDetail_fanye p:nth-child(2){
	float: right;
	text-align: right;
}
@media screen and (max-width:980px){
	.newsDetail_fanye p{
		width: 100%;
	}
	.news_li{
		width: 100%;
	}
	.news_bottom{
		display: none;
	}
	.news_titleBox> p{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		height: auto;
		line-height: 24px;
	}
	.news_titleBox >h1{
		padding: 0;
		line-height: 30px;
		font-size: 16px;
	}
	.news_titleBox> h2{
		line-height: 22px;
	}
	.news_titleBox >span{
		line-height: 28px;
		font-size: 14px;
	}
	.news_img{
		width: 37%;
	}
	.news_title{
		width: 63%;
	}
	.newsDetail{
		margin: 30px auto;
	}
	.news_box{
		margin: 20px auto;
	}
}

