body {
	color: #666;
	line-height: 30px;
	padding: 0;
	margin: 0;
	border-top: 10px solid #2a54be;
	border-bottom: 20px solid #132654;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	color: #2a54be;
}

a:hover {
	color: #999;
	text-decoration: none;
}

.indent {
	text-indent: 2em;
}

.mt20 {
	margin-top: 20px;
}

.mt50 {
	margin-top: 50px;
}

.pt10 {
	padding-top: 10px;
}

/* 媒体查询
------------------------------------------------------------------------------------------------------ */

@media (max-width: 768px) {
	.header {
		padding: 25px 0;
		border-bottom: 1px solid #ccc;
	}

	.content {
		padding: 20px 0;
	}
}


@media (min-width: 768px) {
	.header {
		padding: 25px 0;
	}

	.content {
		padding: 60px 0;
	}

	.column-content {
		padding: 0 200px;
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 1366px) {

}


/* header
------------------------------------------------------------------------------------------------------ */



/* 栏目全局样式
------------------------------------------------------------------------------------------------------ */

.column-title {
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
}

.column-title h3 {
	border-bottom: 5px solid #2a54be;
	margin: 0;
	margin-bottom: -1px;
	padding-bottom: 15px;
	font-size: 18px;
	color: #333;
}

.column-title i {
	color: #2a54be;
	margin-right: 5px;
}

.column-list ul li span {
	margin-right: 10px;
}

.column-list ul li a {
	color: #333;
}

.column-list ul li a:hover {
	color: #2a54be;
}

/* 栏目文章列表类全局样式
------------------------------------------------------------------------ */

.column-list ul li {
	color: #2a54be;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
}

.column-list ul li a {
	color: #666;
}

.column-list ul li a:hover {
	color: #2a54be;
}

.column-list span {
	color: #999;
	margin-right: 15px;
}


.column-content h4 {
	margin-top: 60px;
}

.column-content ul {
	margin-bottom: 20px;
}

.links {
	padding: 15px 0;
	border-top: 10px solid #eaeaea;
	border-bottom: 10px solid #eaeaea;
}

.links .row {
	background-color: #fff;
	padding: 25px 0;
}

.links img {
	width: 100%;
	border: 1px solid #eaeaea;
}

.links-xs ul li {
	float: left;
	margin-right: 30px;
}


footer {
	/*width: 100%;*/
	/*min-height: 115px;*/
	background-color: #132654;
	color:#fff;
	margin: 0 auto; text-align: center;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	/*margin-top: 100px;*/
}

footer a{
	color:#fff;
}