.news_nav{
	width: 100%;
	height: 360px;
}
.news_header{
	width: 100%;
	height: 80px;
}
.news_banner{
	height: 280px;
}
.news_title{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 20px;
	font-size: 40px;
	color: #FFFFFF;
}
.news_text{
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
}
.news_content{
	padding-top: 60px;
	padding-bottom: 80px;
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
}
.news_list{
	margin:auto;
	width: 1200px;
	height: auto;
	clear: both;
	overflow: hidden;
}
.news_list_box{
	margin-bottom: 20px;
	width: 1200px;
	height: 290px;
	border-bottom: 1px solid #EEEEEE;
}
.news_list_box:hover{border-bottom: 1px solid #337ab7;}
.news_list_box:hover .news_list_title a{color: #337ab7;}
.news_list_img{
	float: left;
	margin-right: 89px;
	width: 404px;
	height: 270px;
	text-align: center;
	overflow: hidden;
}
.news_list_img img{
	min-width: 100%;
}
.news_list_text{
	float: left;
	width: 707px;
	height: 270px;
	overflow: hidden;
}
.news_list_title{
	padding-top: 30px;
	padding-bottom: 50px;

}
.news_list_title a{font-size: 20px;color: #333333;}
.news_list_title a:hover{color: #2b56c6;}
.news_list_content{
	height:98px;
	text-indent: 30px;
	font-size: 14px;
	color: #999999;
	overflow:hidden;
}
.news_list_source{
	margin-top: 38px;
	font-size: 14px;
	color: #999999;
}
.news_page{height: auto;text-align: center;clear: both;overflow: hidden;}
.pagination{margin: auto;width: auto;height: auto;clear: both;overflow: hidden;}
.pagination li>a{width: auto;height: auto;margin-right: 5px;border-radius: 3px;}
.pagination li>span{width: auto;height: auto;margin-right: 5px;border-radius: 3px;}
.pagination>.active>span{background-color: #2b56c6 !important;}
/* show */

.news-show-container{
	padding: 20px 0;
    width: 1200px;
    height: auto;
    margin: auto;
    clear: both;
    overflow: hidden;
}
.news-show-content{
	float: left;
    width: 1200px;
    height: 100%;
}
.news-nav{
	margin-bottom: 40px;
	height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    color: #333333;
    border-bottom: 2px solid #eeeeee;
}
.news-pages{
	margin:30px auto;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}