.thumblist1{}
.thumblist1 li{float:left;width: 654px;margin:4px 24px 0px 0;}
.thumblist1 li a{ color:#555; }
.thumblist1 li .ChannelPicture{display:block;overflow:hidden;width: 564px;}
.thumblist1 li img{width: 564px;height: 320px;vertical-align:middle;transition:all .8s ease 0s;-moz-transition:all .8s ease 0s;-webkit-transition:0all .8s ease 0s;}
.thumblist1 li .InfoTitle{display:block;font-size:16px;color:#555;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.thumblist1 li .time{display:block;line-height: 24px;background-size:14px;margin-top:10px;}
.thumblist1 li .info_wrap{display:block;width: 564px;border-bottom: 1px solid #eeeeee;}
.thumblist1 li .info_wrap p{overflow:hidden;line-height:1.7em;height:5.1em;padding-top: 20px;}
.thumblist1 li:hover .InfoTitle{color: #333;}
.thumblist1 li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);s }

.delay1{ -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay2{ -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay3{ -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay4{ -webkit-animation-delay:1s; animation-delay:1s; }
.delay5{ -webkit-animation-delay:1.2s; animation-delay:1.2s; }
.delay6{ -webkit-animation-delay:1.2s; animation-delay:1.4s; }
.delay7{ -webkit-animation-delay:1.2s; animation-delay:1.5s; }
.delay8{ -webkit-animation-delay:1.2s; animation-delay:1.6s; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.left_bottom3 .prevnext{display:block;width:51px;height:51px;/* background:url(../images/prevnext.png) no-repeat; */position:absolute;top:30%;z-index: 5;/* transition:all 0.3s ease; *//* -webkit-transition:all 0.3s ease; */-moz-transition:all 0.3s ease;}
.left_bottom3 .prev{ left:-60px; background-position:left bottom; }
.left_bottom3 .next{ right:-60px; background-position:right bottom; }
.left_bottom3 .prev:hover{ background-position: left top; }
.left_bottom3 .next:hover{ background-position: right top; }