* {margin:0;padding:0;}
body{font-family: '微软雅黑', '宋体';line-height:0;background:#f4f4f4;}
a {color: #333;}
a,a:hover{text-decoration:none;}
ul{margin:0;list-style:none;}
.row {padding: 0;margin: 0;}
.container{
	width:100%;
	margin:0 auto;
	padding:0;
	font-size:14px;
}
.top{
	width:100%;
	height:97px;
}
.main{
	width:1020px;
	margin:0 auto;
	padding:0;
	height:auto;
}
.row .col-md-3 {
    float:left;
    width:24%;
	height:auto;
	padding:0;
	background:#fff;
	box-shadow:0px 0px 2px #aaa;
}
.row .col-md-3 .title {
    height:40px;
    padding-left:15px;
    font-size:15px;
    line-height:40px;
    color:#fff;
    font-weight:bold;
    background:url(../../img/red.jpg) no-repeat center center;
}
.row .col-md-3 .list-group {
	min-height:400px;
	padding:0 10px 0 10px;
}
.row .col-md-3 .list-group li {
	height:50px;
	line-height:50px;
	font-size: 14px;
	text-align: center;
	border-bottom:1px dotted #000;
}
.row .col-md-3 .list-group li a {
	display: block;
	width: 100%;
	height:50px;
	font-weight: bold;
	color:#8c0b1d;
	font-family: '微软雅黑';
	outline:none;
}
.row .col-md-3 .list-group li a:hover{
	background:url(../../img/jj.gif) no-repeat center bottom;
}
.row .col-md-3 .list-group li a.selected{
	background:url(../../img/jj.gif) no-repeat center bottom;
}
.row .col-md-3 .list-group li.select2 {
	border-bottom:1px solid #e8e8e8;
}
.row .col-md-3 .list-group li div{
	background: #f6f6f6;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.row .col-md-3 .list-group li div:last-child{
	border-bottom:1px solid #e8e8e8;
}
.row .col-md-3 .list-group li div a{
	color:#555;
	font-weight:normal;
	outline:none;
}
.row .col-md-3 .list-group li div a:hover{
	color:#8c0b1d;
	font-weight:bold;
	background:none;
}
.row .col-md-3 .list-group li div a.selected{
	color:#8c0b1d;
	font-weight:bold;
	background:none;
}
.row .col-md-9 {
	float:right;
	width:75%;
	text-align: center;
	min-height:400px;
	height:auto;
	padding:0;
	background:#fff;
	box-shadow:0px 0px 2px #aaa;
}
.row .col-md-9 .title {
    height:40px;
    padding-left:15px;
    font-size:15px;
    line-height:40px;
    color:#fff;
    text-align: left;
    font-weight: bold;
    background:url(../../img/red.jpg) no-repeat center center;
}
.row .col-md-9 .list-group {
	height: auto;
	min-height:750px;
	background:#fff;
}
.row .col-md-9 .list-group li{
	width: 95%;
	margin: 0 auto;
	height:50px;
	line-height:50px;
	border-bottom: 1px dashed #bbb;
	font-family: '微软雅黑';
	padding-left:15px;
	background:url(../../img/dd.gif) no-repeat 0 center;
}
.row .col-md-9 .list-group li a{
	float: left;
	outline:none;
}
.row .col-md-9 .list-group li span {
	float: right;
	color:#666;
}
.pagination { 
	*width: 530px;
    text-align: center;
    margin: 15px 0 35px;
}
.pagination a.left{
	float:left;
	display:block; 
	width:35px; 
	height:35px; 
	line-height:35px; 
	text-align:center; 
	background:#8c0b1d;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
}
.pagination a.right{
	float: left; 
	width:35px; 
	line-height:35px; 
	margin-left:5px;
	background:#8c0b1d;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
}
.pagination .page{
	float: left;
    margin-right: 10px;
    width: 35px;
}
.pagination .page a{
	display: block; 
	margin-left: 5px; 
	background:#eee; 
	color: #333; 
	width: 35px; 
	line-height: 35px;
	border-radius:3px;
	cursor:pointer;
	outline:none;
}
#info{
	float: left;
}
/*.pagination ul {
    box-shadow: none;
}
.pagination ul li {
    float: left;
    margin: 0 3px;
}
.pagination ul li a {
	display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color:#333;
    background: #f8f8f8;
    border: none;
    border-radius:2px;
}
.pagination ul li a.selected, .pagination ul li a:hover {
    color:#FFF;
    background:#ffca3d;
}
.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:#8c0b1d;
	color:#fff;
}*/
.foot {
   width:1360px;
    margin:15px auto 0;
}
