.pic-titcd{overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}.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;}