/*明星原创*/
.module_item_production li.item{
    width:324px;
    border-left:6px solid #ddd;
    background:#f2f2f2;
    margin-top:1px;
}
.module_item_production li.item .title{
    height:52px;
    padding:0 10px;
    font:normal 16px/52px "Micorsoft Yahei";
    overflow:hidden;
}
.module_item_production li.item .detail{
    display:none;
    height:205px;
}
.module_item_production li.item .detail img{
    height:205px;
}
.module_item_production li.cur .detail{
    display:block;
}




















