
/*案例*/
/* 浮动属性 */


.contentE{width:835px; margin-top:25px;}
.contentE .ce_left{width:178px;height:182px; margin-right:15px; overflow:hidden; display:inline;float:left; -moz-box-shadow:0px 0px 10px #d6d6d6;  box-shadow:0px 0px 10px #d6d6d6;}
.contentE .ce_cur{ background-color:#864F04;}
.contentE .ce_bord{width:158px;height:162px; padding:10px;}
.contentE .ce_left .ce_pic img{ width:158px;height:162px; display:block;}
.contentE .ce_left .ce_pic span{ background:#d4d4d4;display:block;margin:0 auto 2px;height:182px; width:178px; text-align:center;}
.contentE .ce_left .ce_pic span a{ color:#1f2968; font-weight:normal;}
.contentE .ce_left .more{padding-right:15px;}
.contentE .btns{position:relative;height:45px;font-size:0;}
.contentE .btns a{position:absolute; background-position:0 -60px; width:42px;height:43px; left:0px; top:0px;}
.contentE .btns .ce_down{ background:url(../images/case_r_b_03.jpg) left center no-repeat; left:55px; top:0px;}
.contentE .btns .ce_up{ background:url(../images/case_r_b_04.jpg) left center no-repeat;}
.contentE .btns a:hover.ce_up{ background:url(../images/case_r_b_04.jpg) left center no-repeat;}
.contentE .btns a:hover.ce_down{background:url(../images/case_r_b_03.jpg) left center no-repeat;}
.contentE .btns .uN,.contentE .btns  a:hover.uN{cursor:default; background-position:0 -160px; background:url(../images/case_r_b_04_2.jpg) left center no-repeat;}
.contentE .btns .dN,.contentE .btns  a:hover.dN{cursor:default; background-position:-20px -160px; background:url(../images/case_r_b_03_2.jpg) left center no-repeat;}
.contentE .cons{width:835px;overflow:hidden;position:relative; height:294px; margin-top:10px;}
.contentE .con{width:9999px;position:absolute;left:0;top:0; padding:10px 5px;}

