* {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;
}
.row {
	padding: 0;
	margin: 0;

}
.row .col-md-3 {
   float:left;
    width:29%;
	min-height:660px;
	padding:0;
	background:#fff;
	box-shadow:0 1px 5px #ddd;
}
.row .col-md-3 .title {
	height:60px;
    line-height:40px;
    font-size:18px;
    color:#fff;
    text-align: left;
    font-weight:bold;
    text-indent:60px;
    background:url(../../img/l.gif) no-repeat;
}
.row .col-md-3 .list-group {
	min-height:400px;
	margin:0;
}
.row .col-md-3 .list-group li {
	width:270px;
	height:42px;
	margin:10px auto;
	text-align:left;
	line-height:42px;
	font-size: 14px;
	text-indent:30px;
	background:url(../../img/l1.gif) no-repeat;
	box-shadow:0 1px 2px #eee;
}
.row .col-md-3 .list-group li.selected {
	background:url(../../img/l2.gif) no-repeat;
}
.row .col-md-3 .list-group li.selected a{color:#fff;}
.row .col-md-3 .list-group li:hover {
	background:url(../../img/l2.gif) no-repeat;
}
.row .col-md-3 .list-group li:hover a{color:#fff;}
.row .col-md-9 {
	width:70%;
	float:right;
	text-align: center;
	height: auto;
	min-height:660px;
	padding:0;
	background:#fff;
	box-shadow:0 1px 5px #ddd;
}
.row .col-md-9 .title {
	height:36px;
    line-height:36px;
    font-size:14px;
    color:#005ea3;
    text-align:left;
    font-weight:bold;
    text-indent:10px;
    background:url(../../img/l-r.gif) repeat-x;
    border-bottom:1px solid #dedede;
}
.row .col-md-9 .title  a{color:#005ea3;}
.row .col-md-9 .list-group {
	margin:0 auto;
	height: auto;
	min-height:515px;
}
.row .col-md-9 .list-group{
	padding-top: 10px;
	padding-bottom:5px;
	margin-bottom:0;
}
.row .col-md-9 .list-group li{
	width: 92%;
	font-size: 14px;
	margin: 0 auto;
	height:50px;
	*height:45px;
	line-height:50px;
	*line-height:45px;
	overflow: hidden;
	border-bottom: 1px dotted #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;
	color: #333;
	padding-left: 10px;
}
.row .col-md-9 .list-group li span {
	float: right;
	color: #AAA;
}
.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;
}
