
@charset "utf-8";
/*****列表页样式*****/
.listbox { 
width: 1002px; 
margin-right: auto; 
margin-left: auto; 
margin-top:10px;
padding-bottom: 8px; 
}
.list-topbg {
    background-image: url(../images/title.jpg);
	background-repeat: repeat-x;
	background-position: center;
    height: 31px;
    width: 100%;
}
.posti{
	padding-left:50px;	
	padding-top:10px;
}
.showBox{
	float:left;
	height:auto;
	padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
	border:1px solid #CCC;
	
}
.showCon{
	width:984px;
	/* height:500px; */
	background-color: #FFF;
}
.showCon ul {
	margin: 0 auto;
	padding: 10px;
}
.showCon ul li {
	line-height: 40px;
    height: 40px;
    background: url(../images/dot-1.png) no-repeat 5px 20px;
    padding-left: 20px;
    overflow: hidden;
	border-bottom: 1px #CCC dotted;
}
.showCon ul li span{
	float: right;
    font-size: 14px;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.showCon ul li a{
	text-decoration: none;
	font-size: 14px;
}
.pageDiv{
	padding: 8px 0;
    text-align: center;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.showArt{
	width:924px;
	padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #FFF;
}

#article{
	margin: 20px;
    overflow: hidden;
}
#article #title{
	font-size: 24px;
    line-height: 40px;
    text-align: center;
	font-family: 宋体;
	display: block;
}

.spilt{
	font-size: 14px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #333;
    width: 699px;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E3E3E3;
    padding-bottom: 11px;
}

.nav{
	line-height: 35px;
    margin-right: auto;
    margin-left: auto;
    color: #666;
    height: 35px;
    text-align: center;
}
.nav span{
	margin-right: 10px;
    margin-left: 10px;
}
.article{
	font-size: 15px;
    line-height: 27px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
}

.topDiv{
	height:400px;
	width:984px;
}

.leftDiv{
	float: left;
	height: auto;
	width: 488px;
	border: 2px solid #CCC;
	
}
.rightDiv{
	float: left;
	height: auto;
	width:488px;
	border-left:0 none;
	border: 2px solid #CCC;
}
.listDiv{
	display: block;
    height: auto;
	width: 480px;
}
.listDiv ul{
	margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.listDiv ul li{
	font-size: 14px;
    line-height: 30px;
    width: 480px;
    text-align: left;
	text-decoration: none;
	padding-top:10px;
	padding-left:10px;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
}
.listDiv ul li h2{
	font-size: 22px;
	font-weight:bold;
}
.listDiv ul li span{
	font-size: 14px;
}
