* {margin:0;padding:0;}
html {
    background:#efefef;
}
body {
    width:100% ;
    font-size:0;
    background:#efefef;
    font-family: '微软雅黑', '宋体';
}
a {color: #333;}
a:hover{text-decoration:none;}
ul{margin:0;list-style:none;}
.container{
	width:100%;
	height:auto;
	padding:0;
	text-align:center;
	font-size:14px;
}
.top{
	width:100%;
	height:425px;
}
.main{
	width:1000px;
	margin:10px auto;
	padding:0;
	height:auto;
	background:#fafafa;
	border-radius: 5px;
	box-shadow:0 2px 5px #dedede;
}
.row { margin:0; padding:0;}
.row .col-md-12 {padding:0;}
.row .col-md-12 .title {
    margin:0;
    height:50px;
    padding-left:20px;
    background:#099393;
    font-size:16px;
    line-height:50px;
    color:#fff;
    border-radius: 5px 5px 0 0;
    text-align: left;
    font-weight: bold;
}
.row .col-md-12 .list-group{
    margin-bottom:0;
    background:#fff;
    height: 740px;
}
.row .col-md-12 .list-group ul{
	padding:20px 10px;
	height: 513px;
}
.row .col-md-12 .list-group ul li {
    width: 95%;
    font-size: 14px;
    margin:0 auto;
    height:48px;
    line-height:48px;
    overflow: hidden;
    font-family: '微软雅黑';
    padding-left:10px;
    background:url(../../img/style.gif) no-repeat -34px -511px;
    border-bottom:1px dotted #ccc;
}
.row .col-md-12 .list-group ul li a {
    float: left;
    color: #333;padding-left:10px;
}
.row .col-md-12 .list-group ul li span{
	float:right;
	color:#999;
}
.pagination { 
	* width: 500px;
    text-align: center;
    margin:25px 0;
}
.pagination ul {
    box-shadow: none;
    border:none;
}
.pagination ul li {
    float: left;
    margin: 0 3px;
}
.pagination ul li a {
    width:35px;
    height:35px;
    display: block;
    text-align: center;
    line-height: 30px;
    color:#333;
    margin: 0;
    padding: 0;
    background: #eaeaea;
    border: none;
     border-radius:2px;
}
.pagination ul li a img {
    width: 40px;
    height: 40px;
    margin-top: -2px;
}
.pagination ul li a.selected, .pagination ul li a:hover {
    background:#e52425;
    color:#FFF;
}
.pagination ul li a.home, .pagination ul li a.end {
    border: 1px solid;
    background: #e52425;
    width:50px;
 }
.pagination ul li a.left,.pagination ul li a.right
{
	background:#099393;
	color:#fff;
}