* {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;
}
.main{
	width:1020px;
	margin:10px auto;
	padding:1px;
	height:auto;
	border-radius:5px 5px 0 0;
	min-height:800px;
	margin-top:0;
}
.row { margin:0; padding:0;}
.row { margin:0; padding:0px;}
.row .col-md-3 {float:left;width:280px;text-align:center;padding:0;background:#fff;box-shadow:0 2px 2px #ddd;margin-top:12px;}
.row .col-md-9 {float:right;width:700px;text-align:center;padding:0;background:#fff;box-shadow:0 2px 2px #ddd;margin-top:12px;}
.container .title{
    height:40px;
    margin:0 auto;
    line-height:40px;
    font-size:16px;
	font-weight:bold;
    color:#fff;
    text-align: left;
    text-indent:20px;
/*	border-bottom:2px solid #2382ce;*/
    background-color: #0283df;
}
.row .col-md-3 .list-group{
    padding:0 10px 10px;
    margin-bottom:0;
     min-height:400px;
}
.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: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 {
	width:70%;
	float:right;
	text-align: center;
	height: auto;
	min-height:500px;
	padding:0;
}
.row .col-md-9 .title {
	height:40px;
    line-height:36px;
    font-size:16px;
    color:#fff;
	font-weight:bold;
    text-align:left;
    text-indent:10px;
  	/*background:#fff;
	border-bottom:2px solid #2382ce;*/
	background-color: #0283df;
}
.row .col-md-9 .title  a{color:#fff;}

.row .col-md-9 .list-group {
	width:92%;
	*width:615px;
	margin:0 auto;
	height: auto;
	padding:20px;
	*padding:15px 30px;
	min-height:400px;
	text-align:left;
}
.row .col-md-9 .list-group li{
	min-height:160px;
    height: auto;
	font-size: 14px;
	margin-bottom:20px;
	font-family: '微软雅黑';
	border-bottom:1px solid #ccc;
    float: left;
    width: 100%;
}
.row .col-md-9 .list-group li img{
	float: left;
	width:102px;
	height:140px;
}
.row .col-md-9 .list-group li h5 {
	font-family: '微软雅黑';
	float: left;
	width:80%;
	margin:15px 0 15px 20px;
	margin-left:20px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.row .col-md-9 .list-group li h5 .list-more{
    float: right;
    font-size: 12px;
}
.row .col-md-9 .list-group li h5 .list-more a{
    color:#2382ce;
}
.row .col-md-9 .list-group li p {
	float: left;
	width:80%;
	margin-left:20px;
	font-size:14px;
    /*text-indent: 2em;*/
}
.row .col-md-9 .list-group h3{
	color: #e31313;
    padding: 30px 0 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.row .col-md-9 .list-group h5{
    color: #333333;
    text-align: center;
    /* font-size: 20px; */
    font-weight: bold;
}

.row .col-md-9 .list-group .text{
	min-height: 330px;
    height: auto;
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
}
.row .col-md-9 .list-group .text p {
    text-indent: 2em;
}
.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:#2382ce;
    border:1px solid #2382ce;
}
.pagination ul li a:hover {
    color:#FFF;
    background:#2382ce;
    border:1px solid #2382ce;
}
.pagination ul li a.selected{
    color:#FFF;
    background:#2382ce;
    border:1px solid #2382ce;
}
.pagination ul li a.left,.pagination ul li a.right{
	width:50px;
	color:#2382ce;
    border:1px solid #2382ce;
    font-weight:bold;
}
.pagination ul li a.left:hover,.pagination ul li a.right:hover{
	 color:#FFF;
    background:#2382ce;
    border:1px solid #2382ce;
}
.foot {
	width:100%;
}