.news_banner{
 background-position:top center ;
 background-repeat: no-repeat;
 background-size: auto 670px;
}

.newscon {
	margin-top: 80px;
}

.newscon .newsBox {
	width: 50%;
	padding: 30px;
	margin-bottom: 20px;
}

.newscon .newsBox .newPic {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.newscon .newsBox .newPic img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}

.newscon .newsBox .newsTit1 {
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
}

.newscon .newsBox .newsTit2 {
	font-size: 14px;
	color: #999999;
}

.newscon .newsBox .newsTit3 {
	margin-top: 20px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
}

.newscon .newsBox .newsBom .newsBom_l {
	width: 42px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #999999;
	font-size: 12px;
	border: 1px solid #e5e5e5;
}

.newscon .newsBox .newsBom .newsBom_r {
	font-size: 20px;
	color: #999999;
}

.newscon .newsBox:last-child {
	margin-right: 0;
}

.newscon .newsBox:hover {
	box-shadow: rgba(0, 0, 0, 0.12) 0 0 22px;
}

.newscon .newsBox:hover .newPic img {
	transform: scale(1.4);
}

.newscon .newsBox:hover .newsTit1 {
	color: #538BF4;
}

.newscon .newsBox:hover .newsBom .newsBom_r {
	font-size: 25px;
}

.newListBox {
	width: 100%;
	margin-bottom: 80px;
	padding-bottom: 50px;

}

.newList {}

.newList li {
	width: 100%;
	padding: 30px;
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.5s;
}

.newList li .newTit {
	font-size: 14px;
	margin-bottom: 20px;
}

.newList li .newTit .newTit_l {
	font-size: 16px;
	color: #333333;
	transition: all 0.5s;
}

.newList li .newTit .newTit_r {
	color: #999999;
}

.newList li .newTit1 {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
}

.newList li .newTitbtn {
	width: 42px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #e5e5e5;
	color: #999999;
	font-size: 12px;
}

.newList li:last-child {
	border: none;
}

.newList li:hover {
	box-shadow: rgba(0, 0, 0, 0.12) 0 0 22px;
	border-bottom: 1px solid #ffffff;
	border-radius: 12px;
	transition: all 0.5s;
}

.newList li:hover .newTit .newTit_l {
	color: #538BF4;
	transition: all 0.5s;
}
