.sider {
    width: 267px;
    float: left;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 50px;
}
.sider_title {
    width: 100%;
	height: 123px;
    background: #0168b7;    
}
.sider_title a {
    font-size: 25px;
    line-height: 26px;
    color: #fff;
}
.sider_title a:hover {
	font-size: 26px;
}
.sider_title>p:nth-of-type(2) {
	font-family: "微软雅黑";
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	margin-top: 17px;
}
.sider_list {
    width: 100%;
}
.sider_list>ul>li {	
	width: 100%;
	height: 52px;
	display: block;
	margin-top: 1px;
	background: #f5f5f5;
}
.sider_list li>a {
	width: 100%;
	line-height: 52px;	
	font-family: "微软雅黑";
	font-size: 15px;
	color: #545454;
}
.sider_list>ul>li:hover, .sider_list>ul>li.on {
	background: #0168b7;
}
.sider_list li:hover>a, .sider_list li.on>a {
	color: #fff;
}
.sider_contact {
	width: 100%;
	padding: 20px 0;
	background: #f5f5f5;
}
.sider_contact>p {
	font-family: "微软雅黑";
	font-size: 15px;
	color: #424242;
	margin: 12px 25px;
	text-align: left;
}
.sider_contact>p>img {
	margin-right: 12px;
	position: relative;
    top: 6px;
}
