* {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;
	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;
}
.row {
	padding: 0;
	margin: 0;
}
.row .col-md-3 {
   float:left;
    width:24%;
    *width:22%;
	height:800px;
	padding:0;
	padding-right:10px;
}
.row .col-md-3 .title {
	position:relative;
	z-index:1;
	margin:0;
    height:40px;
    padding-left:15px;
    font-size:14px;
    line-height:40px;
    color:#fff;
    border-radius: 5px 5px 0 0;
    text-align: left;
    font-weight: bold;
    background:#004689;
    margin-left:10px;
    background:url(../../img/gg2.gif)repeat-x;
}
.row .col-md-3 .list-group {
	height:755px;
	background:#fff;
	padding:0 0 0 10px;
	margin:0;
}
.row .col-md-3 .list-group li {
	position:relative;
	z-index:1;
	height:40px;
	margin: 5px auto;
	text-align: center;
	line-height:40px;
	font-size: 14px;
	overflow: hidden;
	background:url(../../img/gg.gif) repeat-x;
	border-radius:3px;
}
.row .col-md-3 .list-group li .selected {
	background:url(../../img/gg3.gif)repeat-x;
	color:#fff;
	height:40px;
	border-radius:3px;
}
.row .col-md-3 .list-group li a .selected{
	color:#fff;
}
.row .col-md-3 .list-group li a {
	display: block;
	width: 100%;
	height: 35px;
	font-weight: bold;
	color:#004689;
	font-family: '微软雅黑';
	outline:none;
}
.row .col-md-3 .list-group li a:hover{
	color:#fff;
}
.row .col-md-3 .list-group li:hover {
	background:url(../../img/gg3.gif)repeat-x;
	color:#fff;
}
.row .col-md-9 {
width:76%;
*width:74%;
float:right;
	text-align: center;
	height: auto;
	min-height:600px;
	height:auto;
	*height:auto;
	padding: 0 10px 0 10px;
	border-left:1px solid #ccc;
}
.row .col-md-9 .title {
	margin:0;
    height:35px;
    padding-left:15px;
    background:url(../../img/titlebg.gif) repeat-x;
    font-size:14px;
    line-height:35px;
    color:#fff;
    border-radius: 5px 5px 0 0;
    text-align: left;
    font-weight: bold;
}
.row .col-md-9 .con{
	padding:30px;
	background:#fff;
	min-height:600px;
	height:auto;
	*height:auto;
}
.row .col-md-9 .con p {
	text-indent: 2em;
	line-height:30px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.pagination { 
	* width: 500px;
    text-align: center;
    margin: 25px 0;
}
.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: #f8f8f8;
    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:#ccc;
    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:#cd1829;
	color:#fff;
}
.foot {
    width:1360px;
    margin:15px auto 0;
}