@charset "utf-8";

.sh_lt{float:left;width:calc(100% - 100px);height:80px;line-height:80px;padding-left:95px;}
.sh_lt .lt_btn{position:absolute;top:6px;left:0;height:32px}
.sh_lt .lt_btn div{display:inline-block;width:22px;height:22px;}
.sh_lt .swiperPrev{background:url(./img/prev.png) no-repeat center}
.sh_lt .swiperNext{position:relative;margin-left:20px;background:url(./img/next.png) no-repeat center}
.sh_lt .swiperNext:before{position:absolute;top:3px;left:-10px;content:'';width:1px;height:15px;background:rgba(255,255,255,.3)}
.sh_lt .sh_notice {display:inline-block;float:left;width:calc(100% - 75px);font-family:'notokr-regular'}
.sh_lt .sh_notice a{display:block;font-size:14px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sh_lt .datetime{display:inline-block;float:right;width:75px;font-size:14px;color:#fff;font-family:'notokr-regular'}
.sh_lt .slider .slide{width:50%;overflow:hidden;}

@media (max-width:1024px){
.sh_lt .slider .slide{width:100%}
}
@media (max-width:768px){
.sh_lt{padding-left:0;width:calc(100% - 85px)}
.sh_lt .lt_btn{display:none}
}
@media (max-width:480px){
.sh_lt .sh_notice{width:100%}
.sh_lt .datetime{display:none}
}