.ts-slider .slick-dots{bottom:-5px!important;}.times {
    background: url(/newimages/sub_list010.png) no-repeat left center;padding-left: 26px;}
.view {
    background: url(/newimages/sub_list020.png) no-repeat left center;padding-left: 26px;}
.date span{margin-right: 10px;}.animateBox01 {
    position: relative;}

.animateBox01 .an_box {
    position: absolute;
    left: -100px;
    top: 40px;
    border: solid 1px rgba(0, 0, 0, 0.2);

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);}

.animateBox01:hover .an_box {

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);}.sydw{float:right;margin-top: -22px;}
.sydw img{width:70px;}