* {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 .con{
	padding:40px;
	font-size:14px;
}
.row .col-md-9 .con p {
	color:#333;
	font-size:14px;
	text-indent: 2em;
	line-height:30px;
	text-align:left;
}