
.wrap{ padding: 0;}

/* play-header */
.play-header{
	height: 40px;
	overflow: hidden;
	background-color: #fff;
}
	/* logo */
	.play-header .logo,
	.play-header .logo img{
		height: 40px;
		display: block;
		overflow: hidden;
	}
	
	/* play-nav */
	.play-nav{
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		padding-left: 10px;
		border-left: 1px solid #9cb1ce;
	}
		.play-nav a{padding: 2px 5px;}
		.play-nav a:hover{ color: #fff; background-color: #356aa0;}
		
	/* play-search */
	.play-search{
		width:230px;
		height: 24px;
		margin: 6px 5px 0 0;
		_display: inline;
		border: 2px solid #356aa0;
	}
		.play-search .input-text{
			width: 170px;
			height: 24px;
			line-height: 24px;
			padding: 0 5px;
			border: 0;
		}
		.play-search .input-button{
			width: 50px;
			height: 24px;
			font-size: 12px;
			border: 0;
		}				
		
/* play-box */	
.play-box{margin: 0 auto;width:960px;margin-bottom: 10px}	
.play-box .content{ 
	width: 960px; 
	padding: 0 2px 10px 10px;margin-bottom: 10px;
}		

.player-left{
	width: 940px;
	overflow: hidden;
}

#player{
	width: 960px;
	text-align: center;
	overflow: hidden;
}

/* player-640x60 */
.play-ad-bottom,
.play-ad-bottom img{
margin-top: -20px;
	width: 610px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
 

}
.play-ad-bottom{margin-top: 0px;}

/* play-ad */
.play-ad{width: 300px;overflow: hidden;}
.play_ad_right_02{margin: 10px 0;}

/* play-commend */	
.play-commend{width: 650px;}	
.play-commend .content{padding: 5px 2px;}
.play-commend .img-list{width: 650px;}
.play-commend .img-list li{width: 105px;height: 160px;}
.play-commend .img-list li img{width: 95px;height: 120px;}	

/* play-info */
.play-info{
	width: 300px;
	overflow: hidden;
}
	/* info */
	.play-info .info{
	    border-bottom: 1px dashed #dedede;
	    line-height: 24px;
	    overflow: hidden;
	    padding: 10px 0;
	}
		.play-info .info img {
		    border: 1px solid #D2D2D2;
		    display: block;
		    float: left;		  
		    margin: 0 8px 0 0;
		    overflow: hidden;
		    padding: 2px;
		    width: 90px;
			  height: 120px;
		}
		.play-info .info dt {
			color: #356aa0;
			font-size: 14px;
			font-weight: bold;
		}
		.play-info .info a:hover{
			color: #000;
			text-decoration: underline;
			background: none;
		}
	
	/*intro  */	
	.play-info .intro{
	    padding: 10px 0;
	}
		.play-info .intro h5 {
		    font-size: 14px;
		    padding: 0 0 6px;
			 font-weight: bold;
		}
		.play-info .intro .intro_cont {
		    line-height: 22px;
		    overflow: hidden;
		    padding-top: 5px;
		}