/*
*/

/* 图片展示
----------------------------------------------- */
#onepic ul {
 zoom:1;
 overflow:hidden;
 padding-top:20px;

}
#onepic li {
 float: left;
 width: 390px;
 margin:0 10px 20px 0;
 margin-left: 12px;
 margin-right: 5px;

}
#onepic li.last {
 margin-right:0;
}
#onepic li img {
 max-width: 100%;
 border: 2px solid #FFF;
}
#onepic li a:hover img {
 border: 2px solid #FF0;
}
#on_play embed{ width:100%; height:450px;}
.play{ cursor:pointer; color:#F00; font-size:14px;margin:0px auto; display:inline-block; text-align:center}