﻿.side {
	position: fixed;
	width: 54px;
	height: 219px;
	right: 1px;
	top: 300px;
	z-index: 1000;}
.side ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	margin-bottom: 1px;}
.side ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	line-height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	/* background: #d61919; */
	background: #014286;
	color: #fff;
	font-size: 14px;
	overflow: hidden;}
.side ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #BEBEBE;}
.side ul li .sidetop:hover {
	background: #5B5B5B;
	opacity: 1;}
.side ul li img {
	float: left;}
.list-unstyle {
    list-style: none;
    padding-left: 0;}