.clearfix::after{clear:both;content:".";display:block;height:0;visibility:hidden}
.clearfix{}
.slide-item-box{padding:5px 0; display:flex; flex-wrap:nowrap; justify-content:space-between; width:100%; margin:0 auto;}
.slide-item-box .hd{width:25px; height:60px; cursor:pointer;}
.slide-item-box .hd .prev{height:60px;width:auto; background:#E1E1E1; color:#000; display:flex; justify-content:center; align-items:center}
.slide-item-box .hd .next{height:60px;width:auto; background:#E1E1E1; color:#000; display:flex; justify-content:center; align-items:center}
/*
.slide-item-body{padding:0 0; width:80%; height:60px; overflow:hidden; display:flex; flex-wrap:nowrap; justify-content:flex-start;}
.slide-item-list{padding:0 0; width:80px; height:58px; border:1px solid #D9D9D9; border-right:0px solid #D9D9D9; display:flex; justify-content:center; align-items:center}
.slide-item-list:last-child{border-right: 1px solid #D9D9D9;}
.slide-item-list div{width:100%; text-align:center;}

*/
.slide-item-body{width:100%; flex:1; height:60px; overflow:hidden;}
.slide-item-body ul{overflow:visible;}
.slide-item-body ul li{width:80px; height:60px; display:inline-block; text-align:center; cursor:pointer;}
.slide-item-body ul li .new-body{width:78px; margin:0 auto; height:58px; border:1px solid #D9D9D9; text-align:center;}
.slide-item-body ul li .new-body:hover{background:#F0F0F0;}
.slide-item-body ul li .new-body-title{height:28px;line-height:28px;font-size:14px; overflow:hidden;}
.slide-item-body ul li .new-body-text{height:30px; line-height:30px;font-size:14px; overflow:hidden}
.slide-item-body ul li .new-body-in{border:1px solid #F30; background:#F1F1F1; color:#333}
/*
.slide-item-body ul li:last-child .new-body-in{border-right: 1px solid #F30;}
.slide-item-body ul li:last-child .new-body{border-right: 1px solid #D9D9D9;}
*/