* {margin:0;padding:0;}
body {
	width: 100%;
	font-family: '微软雅黑', '宋体';
	font-size:0;
	background:#e3edf5;
}
a {color: #333;}
a,a:hover{text-decoration:none;}
ul{margin:0;list-style:none;}
.container{
	width:100%;
	height:auto;
	padding:0;
	background:url(../../img/bg.jpg) no-repeat center top;
}
.top{
	width:100%;
	height:180px;
}
.main{
	width:1020px;
	margin:10px auto 0;
	padding:0;
	height:auto;
	background:#fff;
	border-radius:5px 5px 0 0;
	box-shadow: 0px 2px 3px #97b3ce;
}
.row { margin:0; padding:0;}
.row .col-md-12 {padding:0;text-align:center;}
.row .col-md-12 .title {
   height:60px;
    margin:0 auto;
    line-height:36px;
    font-size:18px;
    color:#fff;
    border-radius:5px 5px 0 0;
    text-align: left;
    font-weight:bold;
    text-indent:60px;
    background:url(../../img/contitle.gif) no-repeat;
}
.row .col-md-12 .list-group{
    padding:20px 30px;
    margin-bottom:0;
    min-height:540px;
}
.row .col-md-12 .list-group ul li {
    width: 95% ;
    font-size: 14px;
    margin:0 auto;
    height:50px;
    line-height:50px;
    overflow: hidden;
    border-bottom: 1px dotted #bbb;
    font-family: '微软雅黑';
    padding-left:15px;
    background:url(../../img/dd.gif) no-repeat 0 center;
}
.row .col-md-12 .list-group ul li a {
    float: left;
    color: #333;
}
.row .col-md-12 .list-group ul li span{
	float:right;
	color:#999;
}
.pagination { 
	* width: 500px;
    text-align: center;
    margin:35px 0 40px;
}
.pagination ul {
    box-shadow: none;
}
.pagination ul li {
    float: left;
    margin: 0 3px;
    font-size:14px;
    font-weight:bold;
}
.pagination ul li a {
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    line-height:28px;
    color:#488dc6;
    border-radius:2px;
    background:url(../../img/l-r.gif) repeat-x center center;
    border:1px solid #488dc6;
}
.pagination ul li a.selected, .pagination ul li a:hover {
    background:url(../../img/page.gif) repeat-x center center;;
    color:#FFF;
}
.pagination ul li a.left,.pagination ul li a.right{
	width:50px;
	color:#0a7ec0;
	background:url(../../img/l-r.gif) repeat-x center center;
    border:1px solid #488dc6;
    font-weight:bold;
}
.foot {
  width: 100%;
  margin-top: 10px;
}