* {margin:0;padding:0;}
html {
   
}
body {
    width:100% ;
    font-size:0;
     background:#efefef;
    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:425px;
}
.main{
	width:1000px;
	margin:10px auto;
	padding:0;
	height:auto;
	border-radius: 5px 5px 0 0;
}
.row {
	padding: 0;
	margin: 0;
}
.row .col-md-3 {
	float:left;
	width:23%;
	padding:0;
	background:#fff;
	border-radius:5px;
}
.row .col-md-3 .title {
	margin:0;
    height:50px;
    padding-left:15px;
    font-size:16px;
    line-height:50px;
    color:#fff;
    border-radius: 5px 5px 0 0;
    text-align: left;
    font-weight: bold;
    background:#099393;
}
.row .col-md-3 .list-group {
	height:auto;
	margin:0;
}
.row .col-md-3 .list-group li {
	height:45px;
	margin:0 auto;
	text-align: center;
	line-height:45px;
	font-size: 14px;
	overflow: hidden;
	border-bottom:1px solid #ddd;
}
.row .col-md-3 .list-group li a.thrtitle{
	line-height:35px;
	font-size:12px;
	border:none;
	background:#cfeae9;
	border:5px solid #fff;
}

.row .col-md-3 .list-group li a.thrtitle .selected{
	color:#fff;
	background:#e52525;
	border:5px solid #fff;
}
.row .col-md-3 .list-group li a.thrtitle:hover{
	color:#fff;
	background:#e52525;
	border:5px solid #fff;
}
.row .col-md-3 .list-group li:last-child {
	border:none;
}
.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 a:hover{
	color:#fff;
}
.row .col-md-3 .list-group li:hover {
	background: #87cac8;
	color:#fff;
	border:none;
}
.row .col-md-9 {
	width:75%;
	float:right;
	text-align: center;
	height: auto;
	padding: 0;
	background:#fafafa;
	border-radius: 5px;
}
.row .col-md-9 .title {
	margin:0;
    height:50px;
    padding-left:15px;
    background:#099393;
    font-size:16px;
    line-height:50px;
    color:#fff;
    border-radius: 5px 5px 0 0;
    text-align: left;
    font-weight: bold;
}
.row .col-md-9 .list-group {
	height: auto;
	background:#fff;
}
.row .col-md-9 .list-group{
	margin-bottom:0;
	height:730px;
}
.row .col-md-9 .list-group ul{
	padding:10px 10px;
}
.row .col-md-9 .list-group li{
	width: 95%;
	font-size: 14px;
	margin: 0 auto;
	height:48px;
	line-height:48px;
	overflow: hidden;
	font-family: '微软雅黑';
	text-align:left;
	padding-left:10px;
	   background:url(../../img/style.gif) no-repeat -34px -510px;
    border-bottom:1px dotted #ccc;
}
.row .col-md-9 .list-group li a{
	float: left;
	color: #333;
	padding-left: 10px;
}
.row .col-md-9 .list-group li span {
	float: right;
	color: #AAA;
}
.pagination { 
	* width: 500px;
    text-align: center;
    margin:25px 0;
}
.pagination ul {
    box-shadow: none;
    border:none;
}
.pagination ul li {
    float: left;
    margin: 0 3px;
}
.pagination ul li a {
    width:35px;
    height:35px;
    display: block;
    text-align: center;
    line-height: 30px;
    color:#333;
    margin: 0;
    padding: 0;
    background: #eaeaea;
    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:#e52425;
    color:#FFF;
}
.pagination ul li a.home, .pagination ul li a.end {
    border: 1px solid;
    background: #e52425;
    width:50px;
 }
.pagination ul li a.left,.pagination ul li a.right
{
	background:#099393;
	color:#fff;
}
.foot {
    width:100%;
    margin:15px auto 0;
}
.ldjslist{
	height:780px;
	*height:795px;
	background:#fff;
}
.ldjslist ul li {
	float:left;
    width:94%;
	list-style:none;
	margin-left:25px;
	padding:10px 0;
	*padding:12px 0;
	border-bottom:1px solid #ccc;
}
.ldjslist ul li img {
    float: left;
    width:100px;
    height:130px;
}
.ldjslist ul li div {
    float: left;
    width:80% ;
    margin: 20px 0 0 20px;
}
.ldjslist ul li div p {
    text-align: left;
}


