﻿.dynamic_con>ul>li {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 50px;
    border: 1px solid #e6e6e6;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    cursor: pointer;
}

.dynamic_con>ul>li:nth-child(3n) {
    margin-right: 2%;
}

.value_tu {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 26px;
}

.value_tu img {
    width: 100%;
    height: 100%;

    max-height: 10rem;
    min-height: 10rem;
}

.value_text {
    padding: 1% 5% 5%;
}

.value_text p {
    font-size: 20px;
    color: #505050;
    margin-bottom: 16px;
    transition: all 0.4s;
}

.value_text i {
    font-size: 14px;
    color: #a3a3a3;
}

.dynamic_con>ul>li:hover {
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
}

/* 今日 */

.today_tetx {
    text-align: center;
}

.dynamic_con>ul>li:hover .today_tetx p {
    color: #ac010a;
}

.daily_con>ul>li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
    border: 1px solid #e6e6e6;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    cursor: pointer;
}

.daily_con>ul>li:nth-child(4n) {
    margin-right: 0
}
.daily_con>ul>li:nth-child(3n){
    margin-right: 2%;
}