.news_banner{
	width: 100%;
	overflow: hidden;
}
.news_banner img:last-of-type{
	display: none;
}
@media only screen and (max-width:991px ) {
	.news_banner img{
		width: 1200px;
		position: relative;
		left: 50%;
		margin-left: -600px;
	}
}
@media only screen and (max-width:767px ) {
	.news_banner img:first-of-type{
		display: none;
	}
	.news_banner img:last-of-type{
		display: inline-block;
	}
	.news_banner img{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}
@media only screen and (min-width:992px ) {
	.news_banner img{
		width: 100%;
	}
}
@media only screen and (min-width:1200px ) {
	.news_banner img{
		width: auto;
	}
}
@media only screen and (min-width:1921px ) {
	.news_banner img{
		width: 100%;
	}
}
/*技术新闻*/
.news_box{
	width: 100%;
	height: 350px;
	overflow: hidden;
	background-color: #f5f5f5;
	padding-top: 69px;
}
.news_box ul{
	overflow: hidden;
}
.news_box li:nth-of-type(1){
	padding:0 10px 0 0;
}
.news_box li:nth-of-type(2){
	padding:0 5px;
}
.news_box li:nth-of-type(3){
	padding:0 0 0 10px;
}
.technical_articles{
	display: block;
	width: 100%;
	height: 220px !important;
	overflow: hidden;
	background: url(../img/articles.jpg) no-repeat top center;
	cursor: pointer;
}
.articles_text{
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 35px 30px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
}
.articles_text h3{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.articles_text span{
	color: #bbbbbb;
	display: block;
	margin: 8px 0 13px;
}
.articles_text p{
	height: 40px;
	overflow: hidden;
}
.articles_img{
	margin-top: 20px;
	overflow: hidden;
}
.articles_img img:nth-of-type(2){
	display: none;
}
.technical_articles:hover .articles_text{
	background-color: rgba(12,49,144,0.7);
	color: #FFFFFF;
}
.technical_articles:hover .articles_text span{
	color: #FFFFFF;
}
.technical_articles:hover .articles_img img:nth-of-type(2){
	display: inline-block;
}
.technical_articles:hover .articles_img img:nth-of-type(1){
	display: none;
}
@media only screen and (max-width:767px ) {
	.news_box{
		width: 100%;
		height: auto;
		padding: 35px 0;
	}
	.news_box li{
		padding: 0 !important;
		margin-bottom: 25px;
	}
}
/*新闻资讯*/
.news_information{
	width: 100%;
	padding: 40px 0 45px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.news_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.news_title h1{
	font-size: 36px;
	color: #2a2a2a;
	margin-bottom: 20px;
}
.news_title ul{
	width: 310px;
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
}
.news_title ul li{
	width: 90px;
	height: 30px;
	border-radius: 15px;
	overflow: hidden;
	line-height: 30px;
	background-color: #bababa;
	margin-right: 20px;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}
.news_title ul li:last-of-type{
	margin: 0;
}
.news_title ul li.news_now{
	background-color: #e60012;
	font-weight: bold;
}
@media only screen and (max-width:767px ) {
	.news_title{
		padding-bottom: 0px;
		border-bottom: none;
	}
	.news_title ul{
		width: 230px;
		height: 25px;
	}
	.news_title ul li{
		width: 70px;
		height: 25px;
		line-height: 25px;
		margin-right: 10px;
		font-size: 12px;
	}
	.news_title h1{
		font-size: 24px;
		color: #2a2a2a;
		margin-bottom: 20px;
	}
}
/*新闻列表*/
.news_list{
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}
.news_list a{
	display: block;
	width: 100%;
	height: 240px;
	padding: 28px 20px 28px 30px;
	border-bottom: 2px solid #f2f2f2;
	border-top: 2px solid #f2f2f2;
	overflow: hidden;
	margin-bottom: 30px;
}
.newsList_img{
	width: 235px;
	height: 100%;
	overflow: hidden;
	float: left;
}
.newsList_img img{
	width: 100%;
	transition: all 0.5s;
}
.newsList_text{
	width: calc(100% - 235px);
	height: 100%;
	float: left;
	overflow: hidden;
	padding:15px 0 0 33px;
	font-size: 14px;
	color: #afafaf;
	position: relative;
}
.news_list a h3{
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
	font-size: 18px;
	margin-bottom: 10px;
	color: #666666;
}
.news_list a h3 strong{
	display: inline-block;
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 40px;
	color: #666;
}
.news_list a h3 span{
	display: inline-block;
	width: 70px;
	color: #b8b8b8;
	font-size: 12px;
	float: right;
}
.newsList_text .news_icon{
	width: 34px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}
.news_icon img{
	width: 100%;
}
.news_icon img:nth-of-type(2){
	display: none;
}
.news_list a:hover{
	background-color: #0c3190;
}
.news_list a:hover .newsList_img img{
	transform: scale(1.15);
}
.news_list a:hover h3{
	border-bottom: 1px solid #3a58a5;
}
.news_list a:hover h3 strong{
	color: #FFFFFF;
}
.news_list a:hover h3 span{
	color: #FFFFFF;
}
.news_list a:hover .newsList_text{
	color: #FFFFFF;
}
.news_list a:hover .news_icon img:nth-of-type(1){
	display: none;
}
.news_list a:hover .news_icon img:nth-of-type(2){
	display: inline-block;
}
@media only screen and (max-width:991px ) {
	.newsList_text{
		padding:0px 0 0 33px;
	}
	.news_list a{
		padding: 25px 10px;
	}
}
@media only screen and (max-width:767px ) {
	.news_list a{
		height: auto;
		padding: 25px 5px;
	}
	.newsList_img{
		width: 100%;
		height: auto;
		overflow: hidden;
		float: none;
	}
	.newsList_text{
		width: 100%;
		height: auto;
		float: none;
		padding:15px 0 30px 0px;
	}
}
/*新闻详情*/
.news_details{
	width: 100%;
	padding:10px 0 60px;
	overflow: hidden;
}
.news_details_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 40px 0 30px;
	color: #aaa;
}
.news_details_title h1{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 15px;
	color: #333;
}
.newsDetails{
	border-top:2px solid #cbcbcb;
	border-bottom:2px solid #cbcbcb;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	text-align: justify;
	padding-bottom: 40px;
}
.newsDetails img{
	max-width: 100%;
	text-align: center;
	margin: 0px auto;
	display: block;
}
ul.news_detailsSwitch{
	overflow: hidden;
	margin-top: 30px;
}
ul.news_detailsSwitch li{
	height: 30px;
	line-height: 30px;
}
ul.news_detailsSwitch li a{
	color: #999;
}
@media only screen and (max-width:767px ) {
	.news_details{
		width: 100%;
		padding:10px 0 30px;
		overflow: hidden;
	}
	.news_details_title{
		margin: 30px 0 10px;
	}
	.news_details_title h1{
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.newsDetails{
		padding:20px 0;
	}
	ul.news_detailsSwitch{
		margin-top: 10px;
	}
}