﻿#Information{margin-top:30px;}
#Information .am-container {
    max-width: 1000px;
    padding: 0 0 130px;
}
    #Information .titles {
        font-size: 18px;
        font-weight: bold;
        text-align:center;
    }
#Information .list .item {
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC;
}

    #Information .list .item:last-child {
        border: none;
    }

    #Information .list .item a {
        display: block;
        overflow: hidden;
    }

    #Information .list .item .date {
        width: 126px;
        height: 126px;
        background-color: #00aa47;
        color: #ffffff;
        float: left;
        font-size: 26px;
        padding: 25px 15px;
        line-height: 40px;
        text-align: center;
    }

        #Information .list .item .date .year {
            font-size: 34px;
        }

    #Information .list .item .content {
        padding: 8px 0 19px 162px;
    }

        #Information .list .item .content .title {
            font-size: 26px;
            color: #00aa47;
            font-weight: bold;
            line-height: 50px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        #Information .list .item .content .desc {
            font-size: 20px;
            color: #666666;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

#Information .btnsMore {
    margin-top: 10px;
    text-align: center;
}

    #Information .btnsMore a {
        display: inline-block;
    }

#Information #paging{padding:0;}


@media screen and (max-width: 1366px) {
    #Information .list .item .date {
        width: 106px;
        height: 106px;
        line-height: 30px;
    }
        #Information .list .item .date .year {
            font-size: 30px;
        }
    #Information .list .item .content .title {
        font-size: 24px;
    }
    #Information .list .item .content .desc {
        font-size: 16px;
    }
}
