/*0706*/
.page_left2{float:left;width:300px;background:#4c7b55;margin-bottom:20px;color:#fff;padding:10px 0;min-height:800px;height:auto;}
.page_left2 li{width:300px;border:none;border-bottom:1px solid #82a287;text-align:center;font-size:16px;}
.page_left2 li a{display:block;width:310px;color:#fff;}
.page_left2 li a:hover{display:block;width:310px;color:#fff;background:url(/uploads/image/pimages/left_nav_bj.png) left center no-repeat;}
.page_left2 .h_bj{display:block;width:310px;background:url(/uploads/image/pimages/left_nav_bj.png) left center no-repeat;border:none;}

.page_left2 .page_tit{font-size:20px;font-weight:bold;background:none;border-bottom:1px solid #82a287;line-height:80px;height:80px;}
.page_left2 .page_tit img{position:relative;top:3px;margin-right:5px;}

.page_left2 .page_tit a{display:inline;width:auto;cursor:pointer;}
.page_left2 .page_tit a:hover{display:inline;width:auto;cursor:pointer;background:none;}

.list{
	width : 300px;
}
.list ul{
	list-style: none;
}
.list>ul>li{
	width        : 100%;
	border-bottom: 1px solid #82a287;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
			transition: .3s ease;
}
.list>ul>li p[class=title]{
	width      : 100%;
	text-align : center;
	
	height     : 50px;
	line-height: 50px;
	padding    : 0;
	border     : none;
	position   : relative;
	font-size  : 20px;
}
.list>ul>li p[class=title]>span{
	position: absolute;
	right: 10%;
}
.list-se{
	overflow: hidden;
	display: none;
}
.list-se>p{
	background: #3d7448 !important;
	color     :#fff;
}
.list-se>li{
	position: relative;
	-webkit-transition: right .5s;
	-moz-transition   : right .5s;
	-o-transition     : right .5s;
	transition        : right .5s;
}
.list-se>li>p{
	background  : #729879;
	color       : #fff;
	height      : 50px;
	-webkit-box-sizing :border-box;
	        box-sizing :border-box;
	padding-left: 10px;
	line-height : 50px;
	
	-webkit-transition   : border .5s; 
			 transition  : border .5s;
	-webkit-transition   : background .3s;
			 transition  : background .3s;
}
.list-se>li>p:hover{
	border-color: #729879; 
	background  : #729879;margin:0;
}
.list-se>li>p a{height:50px;}

