/*顶部菜单*/
.news_menuBox{
	width: 100%;
	height: 75px;
	line-height: 75px;
	overflow: hidden;
	box-shadow: 0 5px 3px 0px rgba(33,29,90,0.09);
	position: relative;
}
.news_menu{
	width: 312px;
	overflow: hidden;
	margin: 0 auto;
}
.news_menu a{
	display: block;
	color: #666666;
	font-size: 16px;
	padding-right: 60px;
	float: left;
}
.news_menu a.menuNow{
	color: #ea5504;
}
.news_menu a:last-of-type{
	padding-right: 0;
}
.news_menu a:hover{
	color: #ea5504;
}
.menuLine{
	height: 3px;
	background-color: #ea5504;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
@media only screen and (max-width:991px ) {
	.news_menuBox{
		display: none;
	}
}
/*新闻列表*/
.news_content{
	width: 100%;
	overflow: hidden;
}
.news_top{
	width: 100%;
	overflow: hidden;
	padding: 70px 0 60px;
	background-color: #eeeeee;
}
.news_top .top-left,.news_top .top-right{
	overflow: hidden;
	position: relative;
}
.top-left a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
.top-left a.leftNow{
	display: block;
}
.top-left a img{
	width: 100%;
	transition: all 0.5s;
}
.top-left a:hover img{
	transform: scale(1.1);
}
.top-right a{
	display: block;
	width: 100%;
	overflow: hidden;
	color: #b5b5b6;
	line-height: 18px;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}
.top-right a.rightNow{
	background-color: #ea5504;
	color: #FFFFFF;
}
.top-right a span{
	display: block;
	line-height: 20px;
}
.top-right a h4{
	color: #595757;
	line-height: 25px;
	font-size: 20px;
	height: 25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.top-right a.rightNow h4{
	color: #FFFFFF;
}
@media only screen and (max-width:991px ) {
	.news_top {
	    padding: 50px 0;
	}
	.news_top .top-left,.news_top .top-right{
		height: 243px;
	}
	.top-right a{
		height: 81px;
		padding: 10px 20px;
	}
	.top-right a h4{
		line-height: 23px;
		font-size: 16px;
		height: 23px;
	}
	.top-right a p{
		height: 18px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
}
@media only screen and (max-width:767px ) {
	.news_top {
	    padding: 40px 0;
	}
	.news_top .top-left{
		height: auto;
	}
}
@media only screen and (min-width:992px ) {
	.news_top .top-left,.news_top .top-right{
		height: 342px;
	}
	.top-right a{
		height: 114px;
		padding: 15px 20px;
	}
	.top-right a p{
		height: 36px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}
@media only screen and (min-width:1300px ) {
	.news_content .container{
		width: 1200px;
	}
	.news_top .top-left,.news_top .top-right{
		height: 420px;
	}
	.top-right a{
		height: 140px;
		padding: 20px 30px;
	}
	.top-right a p{
		height: 54px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}
/*新闻底部列表*/
.news_bottom{
	width: 100%;
	overflow: hidden;
	padding:0 0 50px;
}
.news_list{
	width: 100%;
	overflow: hidden;
	margin-bottom: 55px;
}
.news_list a{
	display: block;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding: 35px 0 30px;
}
.news_list a .bottom-img{
	width: 160px;
	overflow: hidden;
	float: right;
}
.news_list a .bottom-img img{
	width: 100%;
	transition: all 0.5s;
}
.news_list a:hover .bottom-img img{
	transform: scale(1.1);
}
.news_list a .bottom-text{
	overflow: hidden;
	float: left;
	color: #9a9a9a;
	font-size: 14px;
	line-height: 25px;
}
.news_list a .bottom-text h4{
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
.news_list a:hover .bottom-text h4{
	font-weight: bold;
	color: #ea5504;
}
.news_list a .bottom-text h4 span{
	display: inline-block;
	font-size: 12px;
	color: #9a9a9a;
	font-weight: normal;
	margin-left: 20px;
}
.news_list a .bottom-text p{
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media only screen and (max-width:991px ) {
	.news_list a .bottom-text{
		width: 508px;
	}
}
@media only screen and (max-width:767px ) {
	.news_list a {
		padding: 20px 0 25px;
	}
	.news_list a .bottom-text{
		width: 100%;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.news_list a .bottom-text h4{
		height: auto;
		margin-bottom: 10px;
		text-overflow:initial ;
	}
	.news_list a .bottom-text h4 span{
		display: block;
		margin-left:0 ;
	}
	.news_list a .bottom-text p{
		height: 60px;
	}
	.news_list a .bottom-img{
		width: 100%;
	}
}
@media only screen and (min-width:992px ) {
	.news_list a .bottom-text{
		width: 750px;
	}
}
@media only screen and (min-width:1300px ) {
	.news_list a .bottom-text{
		width: 900px;
	}
}
/*新闻详情*/
.news_box{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 50px;
}
.news_details{
	width: 100%;
	overflow: hidden;
	color: #999;
	padding: 30px 0 0;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
}
.news_details h1{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.news_details h5{
	font-size: 12px;
	text-align: center;
	color: #ccc;
	line-height: 25px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.news_details h5 span{
	display: inline-block;
}
.news_details h5 span:first-of-type{
	margin-right: 50px;
}
.news_details img{
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.details_page{
	width: 100%;
	overflow: hidden;
	padding: 25px 0 0;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	position: relative;
}
.details_page ul{
	width:-moz-calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	overflow: hidden;
}
.details_page li{
	line-height: 25px;
	height: 25px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	font-size: 14px;
}
.details_page li a{
	color: #666;
}
.details_page li a:hover{
	color: #ea5504;
}
.details_page .news_back{
	display: block;
	width: 200px;
	height: 50px;
	overflow: hidden;
	background-color: #ea5504;
	color: #FFFFFF;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.news_back img{
	margin-top: -3px;
}
@media only screen and (max-width:767px ) {
	.news_details {
	    padding: 20px 0 0;
	}
	.news_details h1{
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 30px;
	}
	.details_page ul{
		width:100%;
	}
	.details_page .news_back{
		width: 140px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		position: relative;
		margin-top: 20px;
	}
}