* {margin:0;padding:0;}
html {
    background:#EAEAEA;
}
body {
    width:100% ;
    font-size:0;
    background:url("../../img/bg.gif") repeat;
    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:375px;
}
.main{
	width:1082px;
	margin:0 auto;
	padding:0;
	height:auto;
	border-radius: 5px 5px 0 0;
}
.row {
	padding: 0;
	margin: 0;
}
.row .col-md-3 {
	float:left;
	width:24%;
	padding:0;
	background:#fff;
}
.row .col-md-3 .title {
	margin:0;
    height:45px;
    padding-left:15px;
    font-size:16px;
    line-height:45px;
    color:#555;
    border-radius: 5px 5px 0 0;
    text-align: left;
    background:url(../../img/tbg.gif) repeat-x 0 bottom;
    border:1px solid #fff;
}
.row .col-md-3 .list-group {
	margin:0;
}
.row .col-md-3 .list-group li {
	height:45px;
	margin:0 auto;
	line-height:45px;
	font-size: 14px;
	overflow: hidden;
	border-bottom:1px solid #eaeaea;
	background:url(../../img/dd.gif) no-repeat 215px center;
}
.row .col-md-3 .list-group li a {
	display: block;
	width: 100%;
	height:45px;
	font-weight: bold;
	color: #333;
	font-family: '微软雅黑';
}
.row .col-md-3 .list-group li:hover a{
	color:#fff;
}
.row .col-md-3 .list-group li:hover {
	background:url(../../img/dd2.gif) no-repeat 215px center #cd1829;
	color:#fff;
}
.row .col-md-3 .list-group li.selected{
	background:url(../../img/top.gif) no-repeat 215px center #cd1829;
}
.row .col-md-3 .list-group li.selected a{
	color:#fff;
}
.row .col-md-3 .list-group .list-down{
	padding:0;
}
.row .col-md-3 .list-group .list-down a{
	display:block;
	width:100%;
	font-size:14px;
	line-height:30px;
}
.row .col-md-9 {
width:76%;
*width:74%;
float:right;
	text-align: center;
	height: auto;
	min-height:600px;
	height:auto;
	*height:auto;
	padding: 0;
	padding-left:10px;
}
.row .col-md-9 .title {
	margin:0;
    height:45px;
    padding-left:15px;
    font-size:16px;
    line-height:45px;
    color:#555;
    border-radius: 5px 5px 0 0;
    text-align: left;
    background:url(../../img/tbg.gif) repeat-x 0 bottom;
    border:1px solid #fff;
}
.row .col-md-9 .con{
	padding:30px;
	background:#f8f8f8;
	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;
}
.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:100%;
    margin:15px auto 0;
}