ul.teamList{
	margin-top: 50px;
    overflow: hidden;
    padding-bottom: 100px;
}
ul.teamList li.item{
	width:20%;
	float: left;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.teamList li.item2{
	width:40%;
}
ul.teamList li.item div.wrapBox{
	background: #f1f1f1;
}
ul.teamList li.item div.wrapBox a.thumb{
	display:block;
	height:0;
	padding-top: 133.82%;
	position:relative;
	overflow: hidden;
}
ul.teamList li.item2 div.wrapBox a.thumb{
	padding-top: calc(66.91% - 13.4px);
}
ul.teamList li.item div.wrapBox a.thumb span{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
ul.teamList li.item:hover div.wrapBox a.thumb span{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
ul.teamList li.item div.wrap{
	padding: 25px 30px;
	overflow: hidden;
	color: #666;
}
ul.teamList li.item div.wrap h3{
	font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
ul.teamList li.item div.wrap h3 a{
	color: inherit;
}
ul.teamList li.item div.wrap h3 span{
	display:inline-block;
	margin-left: 5px;
	font-size: 14px;
	color: #585858;
	font-weight: normal;
}
ul.teamList li.item div.wrap p{
	white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
}
ul.teamList li.item div.wrap a.more{
	color: #ff545c;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
section.making li a{
	position:relative;
}
section.making ul.list li a span.title{
	display: block;
	position: absolute;
    bottom: 0px;
    height: 42px;
    line-height: 42px;
    background: #000;
    opacity: 0.8;
    width: 100%;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


@media screen and (min-width:1720px){

}
@media screen and (max-width:991px) {
	ul.teamList li.item{
		width:50%;
	}
	ul.teamList li.item2{
		width:100%;
	}

}
@media screen and (max-width:767px) {
	section.container, section.lists{
		padding:0;
	}
	ul.teamList{
		margin:0;
	}
	ul.teamList li.item{
		width:100%;
	}
	ul.teamList li.item2 div.wrapBox a.thumb{
		padding-top: 133.82%;
	}

}
@media screen and (max-width:639px) {

}
@media screen and (max-width:479px) {

}