.clear{clear:both;}
.img_con_box *{display:none;}
#imgReadBox{border:1px #ccc solid;width:500px;height:206px;overflow:hidden;margin:0 auto;position:relative;}
#imgReadBox .c{position:absolute;z-index:1;width:100%;height:100%;left:0;top:0;text-align:center;}
#imgReadBox .c img{}
#imgReadBox .gl{position:absolute;z-index:2;left:0;top:0;width:50%;height:100%;cursor:pointer;}
#imgReadBox .gl:hover{background:url(images/l.png) no-repeat center left;}
#imgReadBox .gr{position:absolute;z-index:2;right:0;top:0;width:50%;height:100%;cursor:pointer;}
#imgReadBox .gr:hover{background:url(images/r.png) no-repeat center right;}
#imgReadBox .z{position:absolute;z-index:3;left:0;bottom:0;width:100%;background:rgba(70,70,70,.9);color:#fff;box-border:border-box;padding:5px 10px;}	
#imgReadBox .z .dq{color:red;font-size:18px;}
#imgReadBox .z .js{float:left;width:60px;}
#imgReadBox .z .t{float:left;}
/* 需要修改的参数 */
#imgReadBox{width:500px;height:206px;}
#imgReadBox .z .t{width:420px;}
#imgReadBox .z{height:30px;}