body {
	background: url(../img/banner-bg.jpg) center 0 no-repeat #f6fcff;}

.tc {
	text-align: center;}

.mt20 {
	margin-top: 20px;}
.ml30 {
	margin-left: 30px;}

.head-content {
	width: 100%;
	height: 222px;}

.center-content {
	margin: 0 auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	width: 1150px;
	min-height: 550px;
	background-color: #fff;}
/*nav菜单样式  start*/
.nav-box {
	float: left;
	width: 560px;
	height: 320px;}
.nav-box .nav-box-head {
	padding-left: 30px;
	width: 530px;
	height: 76px;
	line-height: 80px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;}
.nav-box .nav-box-head .more-btn {
	display: block;
	float: right;
	margin-top: 24px;
	margin-right: 26px;
	width: 32px;
	height: 32px;
	background: url(../img/specialtopic/more-btn.jpg) 0 0 no-repeat;}
.nav-box .nav-box-content {
	padding-top: 16px;
	width: 560px;
	height: 240px;}
.nav-box .nav-box-content .news-item {
	width: 560px;
	height: 28px;
	line-height: 28px;
	background: url(../img/line.jpg);
	cursor: pointer;}
.nav-box .nav-box-content .news-item span {
	float: left;
	display: block;}
.nav-box .nav-box-content .news-item .news-icon {
	float: left;
	display: block;
	width: 15px;
	height: 28px;
	background: url(../img/news-icon.jpg) center center no-repeat #fff;}
.nav-box .nav-box-content .news-item .news-title {
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: hidden;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    background: #fff;}
.nav-box .nav-box-content .news-item:hover {
	color: #1168cb;}
.nav-box .nav-box-content .news-item .news-time {
	float: right;
	width: 82px;
	text-align: center;
	background: #fff;}
/*nav菜单样式  end*/
.bottom-content {
	position: relative;
	padding-top: 120px;
	width: 100%;
	height: 29px;
	background: url(../img/bottom-bg.jpg) center center no-repeat;}
.bottom-content p {
	margin: 0 auto;
	width: 1200px;
	height: 20px;
	line-height: 20px;
	text-align: center;}

/*面包屑样式  start*/
.nav-list {
    padding-top: 13px;
    padding-bottom: 18px;
	border-bottom: 1px solid #eef1f7;
	width: 1150px;
	height: 20px;
	line-height: 20px;}
.nav-list .nav-list-icon {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../img/nav-list-icon.jpg) 0 0 no-repeat;}
.nav-list span {
	padding: 0 3px;}
/*面包屑样式  end*/
.list-content .news-item {
	width: 1150px;
	height: 28px;
	line-height: 28px;
	background: url(../img/line.jpg);
	cursor: pointer;}
.list-content .news-item span {
	float: left;
	display: block;}
.list-content .news-item .news-icon {
	float: left;
	display: block;
	width: 15px;
	height: 28px;
	background: url(../img/news-icon.jpg) center center no-repeat #fff;}
.list-content .news-item .news-title {
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: hidden;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    background: #fff;}
.list-content .news-item:hover {
	color: #1168cb;}
.list-content .news-item .news-time {
	float: right;
	width: 80px;
	text-align: center;
	background: #fff;}
/*分页样式 start*/
.pagination {
	margin-top: 40px;
	width: 1150px;
	height: 30px;}
.pagination .page-number {
	margin: 0 auto;
	width: 440px;
	height: 30px;}
.pagination .page-btn {
	display: block;
	float: left;
    border: 1px solid #bebebe;
    padding: 6px 10px;}
.pagination a,
.pagination span {
	margin: 0 3px;
	min-width: 1em;
	text-align: center;}
.pagination .current {
	cursor: default;
	color: #fff;
	border-color: #1168cb;
	background: #1168cb;}
.head-content a{
	display:inline-block;
	height:100%;
	width:100;}

