/* 
* @Author: sabera
* @Date:   2016-11-02 09:39:48
* @Last Modified by:   sabera
* @Last Modified time: 2017-03-23 12:42:00
*/

.buttom{
	position: fixed;
	bottom:0px;
	left:0px;
	height:48px;
	width:100%;
	background-color:#fff;
	border-top:1px solid #999;
	z-index:100;

}
.buttom ul li{
	float:left;
	width:25%;
	text-align:center;
	color:#fff;
}
.buttom ul li a{
	width:100%;
	height:100%;
	display:block;
}
.buttom ul li a span{
	font-size:22px;
	line-height:28px;
}
.buttom ul li a p{
	margin-bottom:0px;
	line-height:18px;
	font-size:14px;
}
.buttom ul .active a{
	color:#7db13c;
}


.head{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	height:40px;
	background-color:#7db13c;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:40px;
	z-index:100;
}


.height{
	height:50px;
}






.box{
	
}
.left{
	height:100%;
	border:1px solid #ccc;
	background-color: #efffda;
	position: fixed;
	left:0;
	top:40px;
	width:32%;
	padding:4px 1%;
	box-shadow:2px 2px 2px #ccc;
}
.left a{
	margin-bottom: 4px;
	display:block;
	width:100%;
	overflow:hidden;
	position: relative;
	
}
.left a span{
	display:block;
	width:100%;
	position: absolute;
	color:#fff;
	top:50%;
	margin-top:-10px;
	text-align:center;
}
.left a img{
	width:100%;
}

.left ul li img{
	width:100%;
}

.right{
	position: absolute;
	right:0;
	top:40px;
	width:67.5%;
}
.right ul{
	width:100%;
}


.list{
	width:100%;
	overflow:hidden;
}

.list .lie{
	margin-bottom: 10px;
	float:left;
	width:48.5%;
	background-color:#fff;
	border-radius:4px;
	margin-left:1.4%;
	border:1px solid #ccc;
	overflow:hidden;
}
.list .lie .pic{
	width:96%;
	margin-left:2%;
	margin-top:2px;
}
.list .lie .name{
	text-align:center;
	overflow:hidden;
	width:100%;
	height:20px;
}
.list .lie .mingci{
	text-align:center;
	overflow:hidden;
	width:100%;
	height:20px;
	color:#ff7800;
}
.list .lie a{
	display:block;
	width:80%;
	margin-left:10%;
}
.list .lie a img{
	width:100%;
}


















