﻿.list-main {
    padding: 20px 0 0 45px;
}


.list-ul {}


.list-ul li:hover .list-time {
    background: #0045be;
}

.list-time {
    background: #bfbfbf;
    float: left;
    text-align: center;
    padding: 10px 8px;
    transition: all .3s;
}

.list-time p {
    color: #fff;
    font-size: 31px;
}

.list-time span {
    color: #fff;
    font-size: 14px;
}

.list-ul li {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all .3s;
}

.list-ul li:hover {
    transform: translateY(-7px);
    box-shadow: 0 5px 5px #ccc;
}

.list-ul li a {
    width: 90%;
}

.list-ul li a p {
    font-size: 17px;
    font-weight: bold;
    color: #494949;
}

.list-ul li:hover a p {
    color: #232323;
}

.list-ul li a span {
    font-size: 14px;
    color: #757575;
    margin-top: 12px;
    display: block;
    line-height: 20px;
    text-indent: 2em;
}