/*列表页信息*/
			.container {
				width: 100%;
				height: 100%;
				margin-top: 30px;
				
			}
			.clearfix {
				zoom: 1;
			}
			.container .wrap {
				margin: 0 auto;
				padding-right: 20px;
				min-height: 500px;
			} 

			.main {
				width: 900px;
				min-height:550px;
				margin: 0px auto ;
			}
			.inner-title {
				
				height: 48px;
				
				border-bottom: 3px solid #1e6f46;
			}
			.inner-title .bread {
				line-height: 48px;
				float: right;
				color: #999;
				font-size: 16px;
			}
			.inner-title .bread a {
				color: #999;
				
				text-decoration: none;
			}
			h2 {
				line-height: 48px;
			
	            color: #1e6f46;
				font-size:30px;
				
			}
			.text-list ul {
				padding: 10px 0;
                               
			}
			.text-list ul li {
				list-style: none;
				line-height: 45px;
				border-bottom: 1px dashed #e6e6e6;
			}
			.text-list ul li a:hover {
				color: #1e6f46;
			}
			.text-list ul li span {
				float: right;
				color: #999;
			}
			.text-list ul li a {
				font-size: 16px;
				color: #565656;
				text-decoration: none;
			}
		    .page{
				margin-top: 10px;
				margin-bottom: 20px;
				text-align: center;
			}
			.page a{
				color: rgba(0,0,0,.5);
			}
			.page a:hover {
				color: #1e6f46;
			}