a{
	text-decoration: none;
}
em{
	font-style: normal;
	font-size: 16px;

}
.main{
	text-align: center;
	margin: 0 auto;
}
.project_ex{
	z-index: 101;
    margin: 40px auto 20px;
}
.project_list{
	margin-top: 40px;
}
.active-example a{font-weight:bold; color: #245db3;}
@media screen and   (max-width:768px){
	.project_ex>img{
		width:40%; 
	}
}
.project_select{
	font-size: 16px;
	border-top: 1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	text-align: left;
	line-height: 15px;
    padding: 23px 0 25px 25px;
}
.area-select{
	font-size: 14px;
	margin-left:60px;
	margin-bottom: 15px;
}
.list{
	margin-top: 31px;
	height: auto;
	margin-bottom: 60px;
	}
.list>div>span>span,.list>div>span{
	height:200px;
	width: 100%;
	display: inline-block;
	overflow: hidden;	
}
.list>div>span{
	line-height: 200px;
	border:1px solid #d2d2d2;
	margin-top: 7px;
	position: relative;
}

.more{
	width:100%;
	height: 30px;
	line-height: 30px;
	background: #d2d2d2;
	margin: 15px auto;
    color: #484848;
    cursor: pointer;
}
 .middle-span{
	margin: auto 2px;	
}
.list>div>span>span{
	line-height: 24px;
	background: #000;
    opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 17px;
    text-align: left;
    text-align: center;
}
.list>div>span>span>a{
	color: #fff;
}
 .list>div>span>span:hover{
    opacity: 0.8;
    filter:alpha(opacity=0.5);
    transition:all 0.5s;
} 
.code{
	font-size: 16px;
	margin: 10px 0;
}
.project_select-title ul li{width: 33%; float: left; height: 25px; line-height: 25px; font-size: 12px; text-align: center; cursor: pointer;}
.project_select-area{height: 30px; font-size: 16px; font-weight: bold; line-height: 30px;}
.list>div>span>img{
	height: 53%;
    width: 68%;
}
