﻿.pics{
    float: left;
    width: 145px;
    border-right: 1px solid #ebe6e5;
    text-align: center;
    height: 75%;
    position: relative;
    overflow: hidden;
    background: #ebe6e5;
    color: #a19896;
    margin-top: 14px;
    font-size: 18px;
    line-height: 58px;}
 .pics:before {
    content: "";
    background: url(images/png92.png) center center no-repeat;
    width: 110%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -55%;
    padding-top: 110%;
    animation: cc 20s linear 0s infinite;}
.picstxt{
height: 100%;
    font-size: 22px;
    color: #a19896;
    position: relative;
    line-height: 57px;}