/*通用样式 */
body {
  font: 12px "΢���ź�", Arial, Helvetica, sans-serif;
  color: #6C6C6C;
  margin: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
img {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: bottom;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clear {
  clear: both;
}
.clearBottom:after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #3C3C3C;
  text-decoration: none;
}
a:hover {
  color: #FA4309;
  text-decoration: none;
}
.container {
  width: 1220px;
}
#nav,
#main {
  margin: auto;
}
#nav > ul {
  background: #0151C0;
  height: 50px;
  line-height: 50px;
  padding: 0 100px;
}
#nav > ul > li {
  float: left;
  width: 177px;
  text-align: center;
}
.navAColor {
  color: #fff;
}
.navActive {
  background: #CCCCCC;
}
.navActive > a {
  color: #0454BA;
}
#main {
  margin-top: 20px;
}
#main > div > ol {
  background: #fff;
}
#main > div > div {
  padding: 0 30px;
}
#main > div > div > a {
  font-size: 17px;
  display: block;
  padding: 5px;
  color: #2E65B0;
}
#main > div > div > a > span {
  float: right;
}
#main > div > nav {
  text-align: center;
  margin-top: 50px;
}
#specn{
	display:inline-block;
}

#bottomPage a{
	display:inline-block;
	margin:0 5px;
}
#specn{
	display:inline-block;
}
#title1>li{
  font-size: 17px;
}
.list-images {
	clear: both;
}
.list-images .list-images-item {
	float: left;
	width: 280px;
	height: 240px;
	overflow: hidden;
}
.list-images .list-images-item-picture {
	width: 280px;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.list-images .list-images-item-title {
	text-align: center;
	line-height: 2em;
}


.container .channel-title {
	margin: 1em 0;
	padding: 0 0 .5em 1em;
	border-bottom:solid 1px #ccc;
}

.container .channel-documents {
	margin-bottom: 2em;
}