* {margin:0;padding:0;}
/* 特殊日子 全站灰色 */
/**{
	filter: Gray !important;
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}*/
body {
    width:100% ;
    font-size:0;
   background:url(../../img/bg.jpg) 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:315px;
}
.main{
	width:1024px;
	margin:10px auto 0;
	padding:0;
	height:auto;
	border-radius: 5px 5px 0 0;
}
.row {
	padding: 0;
	margin: 0;
}
.row .col-md-3 {
	float:left;
	width:23%;
	height:auto;
	padding:0;
	background:#fff;
	 border-radius:5px;
}
.row .col-md-3 .title {
	width:235px;
    height:52px;
    background:url(../../img/title.gif) no-repeat 10px 0 #bb2327;
    font-size:16px;
    line-height:64px;
    color:#fff;
    text-align:left;
    text-indent:30px;
    font-weight: bold;
    border-radius:5px 5px 0 0;
}
.row .col-md-3 .list-group {
		height:auto;
	min-height:400px;
	padding:0 12px 10px;
	margin:0;
}
.row .col-md-3 .list-group li {
	height:40px;
	margin: 5px auto;
	text-align:center;
	line-height:33px;
	font-size: 14px;
	overflow: hidden;
	border-bottom:1px solid #ccc;
}
.row .col-md-3 .list-group li a {
	display: block;
	width: 100%;
	height: 35px;
	font-weight: bold;
	color: #333;
	font-family: '微软雅黑';
}
.row .col-md-3 .list-group li a:hover{
	color:#cd1829;
}
.row .col-md-3 .list-group li:hover {
	border-bottom:1px solid #cd1829;
	background:url(../../img/tac.gif) no-repeat 195px 10px;
}
.row .col-md-9 {
width:76%;
*width:74%;
float:right;
	text-align: center;
	height: auto;
	min-height:400px;
	padding: 0;
	padding-left:10px;
}
.row .col-md-9 .title {
	 height:52px;
    background:url(../../img/title3.gif) no-repeat 10px 0;
    font-size:16px;
    line-height:64px;
    color:#333;
    text-align:left;
    text-indent:30px;
    font-weight: bold;
    border-radius:5px 5px 0 0;
}
.row .col-md-9 .con{
	padding:20px 30px;
	min-height:400px;
	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;
}