﻿
/*公司声明*/
.cstatement-list ul {
    padding-bottom: 30px;
}

.cstatement-list li {
    border-bottom: 1px solid #ebebeb;
    position: relative !important;
    top: auto !important;
}

.cstatement-list li a {
    display: block;
    padding: 15px 80px 15px 0;
    position: relative;
}

.cstatement-list li .desc {
    color: #666666;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
	font-size:16px;
}

.cstatement-list li .date {
    font-family: Montserrat;
    color: #999999;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

@media (min-width: 1024px) {
    .cstatement-list {
        padding-top: 44px;
        padding-bottom: 58px;
    }

    .cstatement-list ul {
        padding-bottom: 56px;
    }

    .cstatement-list li {
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
    }

    .cstatement-list li:hover {
        border-bottom-color: #d82019;
    }

    .cstatement-list li:hover .desc {
        color: #d82019;
    }

    .cstatement-list li a {
        padding: 18px 100px 18px 0;
    }
}

