.sider {
    float: left;
    width: 360px;
    text-align: center;
    margin: 50px 0;
}
.sider_title {
	display: block;
    width: 100%;
	height: 72px;
    background: #0160b8;
	font-size: 30px;
	font-weight: bold;
    line-height: 72px;
    color: #fff;
}
.sider_title:hover {
	font-size: 32px;
}

.sider_list {
    border: 1px solid #0160b8;
}
.sider_list .s_subNav {
	border-bottom: 1px solid #cdcdcd;
}
.sider_list li:nth-last-of-type(1) {
	border-bottom: 0;
}
.sider_list>ul>li:hover {
	background: #f46d00;
}
.sider_list>ul>li>a {
	line-height: 54px;	
	font-size: 15px;
	color: #333;
	display: block;
	text-align: center;
}
.sider_list>ul>li:hover>a {
	color: #fff;
}
.sider_bottom {
	width: 100%;
	height: 156px;
	margin-top: 17px;
	background: url(../images/ph_bottom.jpg) no-repeat center;
	overflow: hidden;
}
.sider_bottom>p {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	padding: 0 40px;
}
.sider_bottom>p>span {
	font-size: 25px;
	color: #f46d00;
}

.sider_list2 {
	text-align: center;
}
.sider_list2>ul>li {
	margin-top: 2px;
}
.sider_list2>ul>li>a {
	padding: 0;
	color: #0160b8;
}
.sider_list2>ul>li.on, .sider_list2>ul>li:hover {
	border-bottom: 1px solid #0160b8;
}
