@charset "utf-8";

#page{
	width:1000px;;margin:0 auto;    text-align: center;margin-top: 20px;
}
a {
    color: #3c8dbc;
}
.projectDetail{
	width:1000px;;margin:0 auto;   border-bottom: 1px solid;margin-top:20px;max-height: 500px;
    min-height: -webkit-fill-available;
}
.projectDetail .detail{
	height: 180px;    
    width: 300px;
    float:left;
        margin-left: 20px;
        margin-top: 20px;
       /*  border: 1px solid; */
            background-color: aliceblue;
}
.projectDetail .detail .left{
	float:left;width:150px;height:180px
}
.projectDetail .detail .right{
	float:left;height:180px;position: relative;width:150px;
}
.projectDetail .detail .left img{
	height: inherit;width: inherit;
}
.projectDetail .detail .right span{
	position: absolute;bottom: 0;    width: 150px;    background-color: antiquewhite;
    text-align: center;
}