@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
	font-family:"Microsoft YaHei";
}
img{
	border:none;
	display:block;
}
ul,li{
	list-style-type:none;
}


a{cursor:pointer;text-decoration:none;}

.main{
	width:1000px;
    min-height: 350px;
	margin:0 auto 132px;
	background:#fff;
	padding-bottom:40px;
	padding-top: 32px
}
.banner{height: 500px;background:#006dc8 url(banner.jpg) no-repeat center top;padding-bottom: 10px;}
.position {
    font-size: 16px;
    color: #333;
    width: 960px;
    height: 40px;
    border-bottom: 1px solid #dedede;
    line-height: 40px;
    margin: auto;
    margin-bottom: 40px;
}
.position a {
    color: #333;
}
.conten {
    width: 900px;
    margin: auto;
}
.list_li {
    background: url(dot_gray.jpg) no-repeat 0 17px;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    padding-left: 15px;
}
.list_left {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #666;
    width: 700px;
    overflow: hidden;
}
.list_right {
    float: right;
    height: 40px;
    line-height: 40px;
}
.page{
width: 330px;
margin: auto;
height: 30px;
}
.page1{
height: 30px;
line-height: 30px;
text-align: center;
color: #3e3e3e;
font-size: 14px;
}
.page1 a{
color: #3e3e3e;
font-size: 14px;
border: 1px solid #333;
padding: 4px 7px;
}
.page span{
	padding: 2px 7px;
color: #fff;
background: #4d92cb;
}
.page2{
	width:22px;
	height:22px;
	border:1px solid #717171;
	line-height:22px;
	text-align:center;
	color:#3e3e3e;
	font-size:14px;
	margin-right:10px;
	float:left;
}
#footer {
    width: 100%;
    margin-top: 32px;
    height: 132px;
    background-color: #006dc8;
}
.conten_tit {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}
.source {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}
.source span {
    padding: 0 5px;
}
.conten p {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 10px;
}
.conten p img {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 400px!important;
    height: auto!important;
}
.pageNum {
word-wrap: break-word;
    text-align: center;
    padding: 60px 0 0 0;
}
.pageNum a {
padding: 4px 10px;
    margin: 0 1px;
    border: 1px solid #ccc;
}
.pageNum span {
    padding: 4px 10px;
    margin: 0 1px;
    background-color: #047ab0;
    color: #fff;
}
.pageNum a:link, .pageNum a:visited, .pageNum a:active {
    color: #333;
    text-decoration: none;
}