
img{width: 100%;}
*{ margin:0; padding:0; list-style:none;}
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:1200px; height:515px; margin:20px auto; position:relative; overflow:hidden;}
#playBox .oUlplay { width:99999px; position:absolute; left:0; bottom:0;}
#playBox .oUlplay li{ float:left;width: 1200px;height: 400px;}
#playBox .oUlplay li>div{position: relative;}
#playBox .oUlplay li>div p{ color: #FFFFFF;position: absolute;bottom: 0;line-height: 50px;text-align: center;background: rgba(0,0,0,0.5);width: 100%;}
.oUlplay-libox1{ width: 400px; height: 300px; margin: 50px 10px; background: azure; display:block;float: left;border: 1px solid #CCCCCC;}
.oUlplay-libox2{ width: 300px; height: 300px; margin: 50px 0px;margin-right: 10px; background: azure; display:block;float: left;border: 1px solid #CCCCCC;}
.oUlplay-libox3{ width: 460px; height: 300px; margin: 50px 0px; display:block;float: left;}
.oUlplay-libox1-item{width: 225px; height: 145px; float: left;position: relative;border: 1px solid #CCCCCC;box-sizing: border-box;}
.oUlplay-libox1-item:nth-child(1),.oUlplay-libox1-item:nth-child(3){margin-right: 10px;}
.oUlplay-libox1-item:nth-child(1),.oUlplay-libox1-item:nth-child(2){margin-bottom: 10px;}

#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../image/l.png) no-repeat rgba(0,0,0,0.5); position:absolute; bottom: 178px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../image/r.png) no-repeat rgba(0,0,0,0.5); position:absolute; bottom: 178px; right:10px; z-index:10;}
#playBox .smalltitle {width:1000px; height:200px; position:absolute; top: 0; z-index:10}
#playBox .smalltitle ul{ width:1200px; height: 120px; margin:0 auto; padding: 0 50px; transform: skew(-15deg);}
#playBox .smalltitle ul li{ width:180px; height:50px;margin: 5px 0; border-right: 2px solid #DEDEDE;float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle ul li:nth-child(1),
#playBox .smalltitle ul li:nth-child(7){border-left: 2px solid #DEDEDE;}
#playBox .smalltitle ul p{transform: skew(15deg); text-align: center; line-height: 50px; color: #000000;}
#playBox .smalltitle .thistitle{ background:#26A9E1;}
#playBox .smalltitle .thistitle p{ color: #FFFFFF;}
