

* {margin:0;padding:0;}
body {
	width: 100%;
	font-family: '微软雅黑', '宋体';
	font-size:0;
    background-color: #faf8f8;
}
a {color: #333;}
a,a:hover{text-decoration:none;}
ul,li{margin:0;list-style:none;}
.container{
	width:100%;
	height:auto;
	padding:0;
}
.top{
	width:100%;
	height:400px;
}
.xx{
	background:url(../../img/background-xiexin.png) no-repeat;
	width:147px;
	height:40px;
	display:block;
	text-align:center;
	margin:0 auto;
}
.main{
	width:1020px;
	margin:10px auto;
	padding:1px;
	height:auto;
	margin-top:0;
	border-radius:5px 5px 0 0;
	margin-top:12px;
}
.row { margin:0; padding:0;}
.row { margin:0; padding:0;}
.row .col-md-3 {float:left;width:280px;text-align:center;padding:0px;background:#fff;	box-shadow:0 2px 2px #ddd; }
.row .col-md-9 {float:right;width:70%;text-align:center;padding:0;background:#fff;	box-shadow:0 2px 2px #ddd; 
}
.container .title{
    height:40px;
    margin:0 auto;
    line-height:40px;
    font-size:16px;
    color:#fff;
	font-weight:bold;
    text-align: left;
    text-indent:20px;
    /*background:#fff;
	border-bottom:2px solid #2382ce;*/
	background-color: #0283df;
}
.row .col-md-3 .list-group{
    padding:0 10px 10px;
    margin-bottom:0;
    min-height:437px;
}
.row .col-md-3 .list-group li{
	font-size:14px;
    line-height:50px;
    border-bottom:1px solid #ddd;
}

.row .col-md-3 .list-group li a{
	width:100%;
	display:block;
	height:50px;
}
.row .col-md-3 .list-group li:hover,.row .col-md-3 .list-group li.selected{
    border-bottom:1px solid #cd0609;
}
.row .col-md-3 .list-group li:hover a,.row .col-md-3 .list-group li.selected a{
   color:#cd0609;
   font-weight:bold;
}

.row .col-md-9 .list-group{
    padding:20px 30px;
    margin-bottom:0;
    min-height:450px;
}
.row .col-md-9 .list-group ul li {
    width: 95% ;
    font-size: 14px;
    margin:0 auto;
    height:50px;
    line-height:50px;
    overflow: hidden;
    border-bottom: 1px dotted #bbb;
    font-family: '微软雅黑';
    padding-left:15px;
}
.row .col-md-9 .list-group ul li a {
    float: left;
    color: #333;
}
.row .col-md-9 .list-group ul li span{
	float:right;
	color:#999;
}
.row .col-md-9 .list-group-con{
    padding:20px 30px;
    margin-bottom:0;
    min-height:300px;
    font-size: 14px;
}
.row .col-md-9 .list-group-con h3{
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #e31313;
}
.row .col-md-9 .list-group-con .text{
    text-align: justify;
}
.row .col-md-9 .list-group-con .text p{
    text-indent: 2em;
    line-height: 28px;
}
.pagination { 
	* width: 500px;
	height:32px;
    text-align: center;
    margin:35px auto 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:#0283df;
    border:1px solid #0283df;
}
.pagination ul li a:hover {
    color:#FFF;
    background:#cd0609;
    border:1px solid #cd0609;   
}
.pagination ul li a.selected{
  color:#FFF;
    background:#cd0609; 
    border:1px solid #cd0609;
}
.pagination ul li a.left,.pagination ul li a.right{
	width:50px;
	color:#0283df;
    border:1px solid #0283df;
    font-weight:bold;
	
}
.pagination ul li a.left:hover,.pagination ul li a.right:hover{
	 color:#FFF;
    background:#cd0609;
    border:1px solid #cd0609;
}
.foot {
	width:100%;
	background-image:url("../../img/bj.jpg");
}