/* ---- styling the list ---- */
		
		#work {
			float:left;
			list-style:none;
			margin:0;
			padding:0;
		}
		#work li {
			float:left;
			display:block;
			width:150px;
			/*margin:10px;*/
			display:inline;
			/*padding:3px; 
			background:#fff;
			border:1px solid #cad789; */
			height:150px;
		}
		#work li a {
			border:none;
		}
		#work p {
			margin-bottom:0;
		}
		
		
		/* ---- show-hide elements ---- */
		
		#work li .show{
			display:block;
			width:150px;
			height:150px;
			text-align: center;
			
		}
		#work li .hide {
			color:#fff;
			text-align: center;
			height: 0;
			overflow: hidden;
			margin-top:10px;
		
			/*background:#687b00;*/
		}
		#work li .neirong{
		margin-top:5px;
		text-align:left;}
		
		#work li .wenzi{
		text-align:center;
		margin-top:40px;
		}
		
		#work li .duanluo{
		display:block;
			text-align: left;
			font-size:9px;
			margin-top:15px;
		}
		
		#work li:hover .hide, #work li.over .hide {
			cursor: pointer;
			height: 100%;
			padding:0px;
			width:100%;
		}
		#work li:hover .show, #work li.over .show {
			height: 0;
			overflow: hidden;
		}
		
		#work li a {
			color:#fff;
			font-size:1.3em;
		}
		#work li a:hover {
			color:#000;
		}
.pt {
	margin-top: 10px;0px;10px;
}
.pc1{
	background-color: #38C7FF;
}
.pc2{
	background-color: #97CA03;
}
.pc3{
	background-color: #FE9900;
}
.pc4{
	background-color: #F06A6B;
}
.pc5{
	background-color: #299298;
}
.pc6{
	background-color: #38C7FF;
}
