#TopPicture_pictureList {
	min-height: 600px;
	height: auto;
	margin-top: 6%;
}
#TopPicture_pictureList ul {
	min-height:600px;
	height:auto;
}
#TopPicture_pictureList li {
	float: left;
	margin-left: 1.5%;
	margin-bottom: 1.5%;
    position: relative;
}
/*playÍ¼±ê*/
.play_name:hover .ico_play {
    background-image: url('../../images/iconfont/PlayIconFilled_white.png');
    background-repeat: no-repeat;
}

.play_name:hover img {
    filter: blur(2px);
}

.ico_play {
    position: absolute;
    top: 150px;
    left: 280px;
    width: 60px;
    height: 60px;
    transition: all .5s ease-in-out;
}
#PaginationBar{
	height: 80px;
	text-align: center;
	position:relative;
}
#PaginationBar li{
	float: left;
	height: 40px;
	width: 50px;
	line-height: 40px;
	color: rgba(0,0,0,0.6);
}
#PaginationBar li a{
	display: block;
	height: 40px;
	width: 50px;
	color: rgba(0,0,0,0.6);
}
#TopPicture_content {
	width: 260px;
	margin: 0 auto;
}
#PaginationBar li a:hover{
	color: black;
}
.pageSelected{
	color: black !important;
}

.pagebutton{
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
	border: 0px;
	color: white;
	background-color: black;
	opacity:0.6; 
}
.pagebutton:hover{
	opacity: 1;
}
.firstOrLastButton {
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
	border: 0px;
	color: white;
	background-color: black;
	opacity: 0.6;
}
.imgTextBi {
	background-image: url('../../images/SecoundaryPage/FashionStyleShow_Bi.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#imgText {
	height: 160px;
	background-color: white;
	margin-top: -10px;
	position: relative;
}

	#imgText p:first-child {
		width: 330px;
		position: absolute;
		margin-top: 15px;
		margin-left: 25px;
		font-family: "ºÚÌå";
		font-size: 110%;
		font-weight:500;
		color: black;
	}

	#imgText p:last-child {
		position: absolute;
		margin-left: 25px;
		margin-top: 100px;
		color: #6d6d6d;
	}

@media only screen and (max-width: 1250px) {
	
}