.banner{
	/*background-image: url(../images/news_banner.jpg);*/
	height:150px !important;
}
.newslist_main{
	width: 1100px;
	margin: auto;
	padding-top: 50px;
}
.newslist_nav li{
	height: 44px;
	float: left;
	margin-right: 30px;
	border-top: 1px solid #fff;
	text-align: center;
}
.newslist_nav li:hover{
	border-top-color: #cacaca !important;
}
.newslist_nav li a{
	font-size: 15px;
	color: #000;
	line-height: 45px;
}
.newslist_nav_sel{
	border-top-color: #cacaca !important;
}
.news_line{
	width: 100%;
	border-top: 1px solid #cacaca;
	margin-top: 30px;
	margin-bottom: 50px;
}
.newslist li{
	padding-bottom: 50px;
}
.news_left{
	width: 160px;
	float: left;
}
.date{
	width: 100px;
	float: left;
}
.date p{
	font-size: 25px;
	color: #737373;
	line-height: 50px;
}
.news_list_line{
	width: 30px;
	float: left;
	border-top: 1px solid #cacaca;
	margin-top: 25px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.news_arrow{
	width: 36px;
	height: 36px;
	margin-top: 8px;
	border: 1px solid #fff;
	text-align: center;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.news_arrow p{
	font-size: 20px;
	line-height: 36px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.news_mid{
	width: 610px;
	float: left;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.news_title{
	margin-bottom: 25px;
	margin-top: 15px;
}
.news_title a{
	font-size: 15px;
	color: #2f2e2e;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.news_desc{
	height: 100px;
	overflow: hidden;
}
.news_desc p{
	font-size: 13px;
	line-height: 25px;
	color: #686868;
}
.newslist li:hover .news_list_line{
	width: 60px;
	border-top-color: #10538b !important;
}
.newslist li:hover .news_arrow{
	background-color: #0f408e;
	border-color: #10538b;
}
.newslist li:hover .news_arrow p{
	color: #fff;
}
.newslist li:hover .news_mid{
	padding-left: 25px;
}
.newslist li:hover .news_title a{
	color: #000;
}
.news_right{
	width: 225px;
	height: 145px;
	float: right;
	overflow: hidden;
}
.news_right img{
	width: 100%;
	height: auto;
}
.news_back{
	float: right;
	margin-top: 15px;
}
.news_back span{
	width: 70px;
	font-size: 15px;
	color: #000;
	line-height: 19px;
	float: left;
}
.news_ny_title p{
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-bottom: 16px;
}
.news_ny_date p{
	text-align: center;
	font-size: 13px;
	color: #989898;
	margin-bottom: 35px;
}
.news_ny_content{
	padding-bottom: 100px;
}
.news_ny_content p{
	font-size: 13px;
	color: #5f5f5f;
	line-height: 30px;
}