* {margin:0;padding:0;}
html {background: url(../../img/bbg.gif) repeat-x #afc7de;}
body {
	width: 100%;
	font-family: '微软雅黑', '宋体';
	background: url(../../img/bbg.gif) repeat-x;
}
a {color: #333;
   outline:none;}
a:hover{text-decoration:none;}
ul{margin:0;list-style:none;}
.container{
	width:1360px;
	margin:0 auto;
	height:auto;
	padding:0;
	text-align:center;
	font-size:14px;
}
.top{
	width:100%;
	height:385px;
}
.main{
	width:1020px;
	margin:0 auto;
	padding:0;
	height:auto;
	background:#fff;
	border-radius: 0 0  5px 5px;
	box-shadow:1px 0 5px #ccc;
}
.row { margin:0; padding:0;}
.row .col-md-12 {padding:0;}
.row .col-md-12 .title {
   width:98%;
	margin:5px auto;
    height:40px;
    padding-left:10px;
    font-size:16px;
    line-height:40px;
     color:#004689;
    border-radius:5px 5px 0 0;
    text-align: left;
    font-weight:bold;
   background:url(../../img/line.gif) no-repeat left bottom;
}
.row .col-md-12 .list-group{
    padding:20px 30px;
    margin-bottom:0;
    min-height:300px;
}
.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 dashed #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;
	outline:none;
}
.row .col-md-12 .list-group ul li span{
	float:right;
	color:#999;
}
.pagination { 
	* width: 500px;
    text-align: center;
    margin: 25px 0 40px;
}
.pagination ul {
    box-shadow: none;
}
.pagination ul li {
    float: left;
    margin: 0 3px;
}
.pagination ul li a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    color:#333;
    margin: 0;
    padding: 0;
    background: #eee;
    border: none;
     border-radius:2px;
	 outline:none;
}
.pagination ul li a img {
    width: 40px;
    height: 40px;
    margin-top: -2px;
}
.pagination ul li a.selected, .pagination ul li a:hover {
    background:#22d4fd;
    color:#FFF;
}
.pagination ul li a.home, .pagination ul li a.end {
    border: 1px solid;
    background: #0176d2;
    width:50px;
 }
.pagination ul li a.left,.pagination ul li a.right
{
	background:#004689;
	color:#fff;
}
.foot {
    width:1360px;
    margin:15px auto 0;
}