ul,li,ol,dl,dt,dd{
 padding:0px;
 margin:0px;
 list-style-type: none;
}
a{ text-decoration: none;}

body{
width: 100%;
background-color: #eee;
}
.module{
	background-color: #eeeeee;
}

.list_dl{
	 width:100%;
	 height:auto;
	 display:block;
	 overflow:hidden;
	 margin-bottom:8px;
	 font-size:10pt;
}
.list_dl dd{
	display:block;
	margin-top:4px;
	clear:both;
}
.list_dl ul li{
	 height: 5rem;
	
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 border-bottom-color: #a0a0a0;
}
.list_dl ul li a{
	 line-height:4rem;
	 height: 4rem;
	 font-size: 1.6rem;
	 color: #202020;
	 width: 75%;
	 overflow: hidden;
	 text-overflow: ellipsis;
    white-space: nowrap;
        margin-left: 10px;
}
a.link1{
	color:#797979;
	}
.list_dl ul li span{
	 float:right;
	 color:#9B9B9B;
	 margin-right:7px;
	   margin-top: 3.2rem;
	   font-size: 1.3rem;
}
.module-bottom{
	    float: right;
    margin-top: 2rem;
    margin-right: 20px;
    margin-bottom: 7rem;
}
.module-bottom p{
	margin: 0;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.module-bottom a{
	text-decoration: none;
	color: #000;
	display: block;
}
.module-bottom .left,.right{
	border: 1px solid #3AA3DC;
	border-radius: 3px;
	width: 90px;
	height: 35px;
	
	text-align: center;
	float: left;
}
.module-bottom .left,.right p{
	color: #3AA3DC;
	font-weight: bold;
}
.module-bottom .num{
	float: left;
	width: 90px;
}
.module-bottom .num p{
	font-size: 20px;
}

