.col-md-2{
    width: 25%;
}
.col-md-9{
    width: 70%;
    margin-left: 5%;
}

.left ul{

}

.left ul li{
		list-style: none;
		line-height: 45px;
		border-bottom: 1px dashed #1161a0; 
}
.left ul li a{
	display: block;
	font-size: 16px;
	margin-left:5%;
	color: #000000;
	text-decoration: none;
}
.left ul li a.active{
	font-weight:bolder;
}
.left h3{
    padding-left: 5%;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    background: #1161a0;
    color: #ffffff;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.left ul li a:hover{
    background:#F4F4F4; 
	

}

.mb a{
    color: #000000;
}
.mb img{
    vertical-align:top;
    height: 15px;
}
.riget h3{
    padding-left: 2%;
    height: 50px;
    background: #1161a0;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}
.riget h3 a{
	color: #000000;
}
	  /*分页样式*/
    .pager {
        font-size: 14px;
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 30px;
		margin-bottom: 70px;
        height: 38px;
    }
    .pager a {
        border: 1px solid #ddd;
        padding: 5px 15px;
		margin-top: 10px;
        border-radius: 5px;
    }
    .pager span {
        border: 1px solid #ddd;
        padding: 5px 15px;
        border-radius: 5px;
        background: #1c72b1;
        color: #FFF;
    }


/*新闻中心*/
.xxw li{
    width: 100%;
    list-style: none;
    height: 40px;
    border-bottom: 1px dashed #1161a0;
    line-height: 40px;
}
.xxw li a{
    float: left;
    color: #000000;
    text-decoration: none;
}
.xxw li span{
    float: right;
}
.xxw li:hover{
    color: #1161a0;
}
.xxw li a:hover{
    color: #1161a0;
}

/*内容详情*/
.xwxq h4{
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.bj{
    width: 100%;
    height: 50px;
    background: #ededed;
    margin-bottom: 3%;
}
.bj p{
    text-align: center;
    line-height: 50px;
}