.sider {
    width: 292px;
    float: right;
    margin-top: 30px;
}
.sider_title {
    width: 100%;
    line-height: 75px;
    font-family: "微软雅黑";
    font-size: 22px;
    color: #1964b5;
}
.sider_list {
    width: 100%;
    height: 235px;
}
.sider_list>ul>li {
	float: left;	
	width: 100%;
	height: 45px;
	display: block;
	border-top: 1px solid #f1f1f0;	
}
.sider_list>ul>li:nth-last-of-type(1) {
	border-bottom: 1px solid #f1f1f0;
}
.s_subNav>a {
	display: block;
	width: 100%;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #777;
	line-height: 45px;
}
.sider_list>ul>li:hover {
	background: #f1f1f0;
}
.sider_contact {
	width: 100%;
}
.sider_contact>p {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #777;
	line-height: 35px;
}
.sider_contact>p>img {
	margin-right: 12px;
	position: relative;
    top: 6px;
}
