.pic-list>ul {
    overflow: hidden;
    margin-top: 15px;}

.pic-list>ul>li {
    position: relative;
    float: left;
    width: 21%;
    padding: 0px 2%;
    /* margin-right: 8%; */
    margin-top: 5px;
    top: 0;
    transition: all .3s;
    overflow: hidden;}

.pic-list>ul>li:hover {
    top: -10px;}


.pic-list>ul>li a {
    display: block;}

.pic-list>ul>li .pic {
    height: 224px;
overflow: hidden;}

.pic-list>ul>li .pic img {
    width: 190px;}

.pic-list>ul>li .text {
    padding: 10px 0;}

.pic-list>ul>li .text p {
    line-height: 48px;
    font-size: 18px;
    color: #333;
    height: 48px;
    overflow: hidden;
    text-align: center;}

.pic-list>ul>li:hover .text p {
    color: #652ccb;}

.pic-list>ul>li .more {
    display: inline-block;
    margin-top: 15px;
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;}

.pic-list>ul>li:hover .more {
    border: 1px solid #652ccb;}
