@charset "utf-8";
.th-list{
	width:100%;
	height:auto;
	margin:0 auto;
		display: flex;
		display: -moz-flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
}
.th-list li{
	list-style:none;
	margin:25px 28px;
	float:left;
}
.th-list .playerdetail{width:250px;height:430px;text-align:center;overflow:hidden;}
.th-list .playerdetail img{width:100%;height:375px;}
.th-list .tit{
	margin:4px 0px 0px;
	font-size:16px;
	color:#444444;
	line-height:50px;
	background-color:#e7e7e7;
}
.th-list li a,a:hover{
	text-decoration:none;
}
.th-list a:hover .tit{
	color:#3B9DE8;
}
.th-list li:hover .playerdetail img{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width:1366px){
	.th-list .playerdetail{width:220px;height:363px;text-align:center;overflow:hidden;}
	.th-list .playerdetail img{width:100%;height:308px;}
}

@media screen and (max-width:1000px){
	.th-list{
		width:100%;
		height:auto;
		margin:0 autox;
		display: flex;
		display: -moz-flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.th-list li{
		width:48%;
		margin:12px 0px;
		float:left;
	}
	.th-list .playerdetail{width:100%;height:auto;text-align:center;overflow:hidden;}
	.th-list .playerdetail img{width:100%;height:auto;}
	.th-list .tit{
		margin:4px 0px 0px;
		padding:5px 0px;
		font-size:16px;
		color:#444444;
		line-height:30px;
		background-color:#e7e7e7;
	}
.th-list li a,a:hover{
	text-decoration:none;
}
	.th-list a:hover .tit{
		color:#3B9DE8;
	}

}