/*
	DESTOON Copyright (C)2008-2099 www.destoon.com
	This is NOT a freeware,Use is subject to license.txt
*/
.player {padding:32px 0;}
.play-list {padding:24px 24px 8px 24px;}
.play-list div {height:75px;margin-bottom:16px;}
.play-list div:hover {background:#404040;}
.play-list img {float:left;}
.play-list ul {float:left;width:190px;}
.play-list p {height:40px;line-height:20px;overflow:hidden;margin:6px 10px;color:#F1F1F1;}
.play-list span {color:#999999;padding-left:10px;}
.head-txt {
	padding: 0;
	border-bottom-width: 0;
	margin-top: 20px;
}
.list-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1px;
	margin-top: 10px;
}
.listgrid {
	justify-content: flex-start;
}
.listgrid div{
	margin-right: 55px;
}
.list-img div {
	display: flex;
	border: #F1F1F1 1px solid;
	flex-direction: column;
}
.list-img div img {
	width: 100%;
}
.list-img ul {
	display: flex;
	margin: 0;
}
.list-img li {
	width: 100%;
	display: flex;
	height: auto;
	justify-content: center;
	text-align: center;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
}
.list-img p {
	padding: 0;
	margin: 0;
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
}
.list0 img:hover {border-left-width: 0;opacity: .8;}
.index-line div:is(:first-child) {
    width: 300px;
    height: 8px;
    background: #E41E26;
}
.index-line div:is(:last-child) {
    width: 900px;
    height: 8px;
    background: #333333;
}