.memi_time {
    font-size: 14px;
    color: #545454;
    text-align: center;
    display: inline-block;
    padding: 0 0 30px;
    width: 100%;
}

.memoir_con {
    padding: 40px 0 0 0;
}

.memoir_con p {
    font-size: 16px;
    color: #303030;
    line-height: 29px;
    margin-bottom: 30px;
}

.memoir_top_video {
    position: relative;
}

.memoir_top_video img {
    width: 100%;
    height: 100%;
}

.memoir_con_list {
    padding-bottom: 110px;
}

.memoir_con_list ul li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
    cursor: pointer;
}

.memoir_con_list ul li:nth-child(2n) {
    margin-right: 0;
}

.memoir_top_tit {
    font-size: 16px;
    color: #c90915;
    padding: 19px 0;
}

.memo_footer {
    background: #f4f4f4;
    padding: 60px 0;
}

.memo_footer_fl a {
    display: inline-block;
    width: 120px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    color: #8d8d8d;
    font-size: 14px;
    text-align: center;
}

.memo_footer_fl a i {
    font-family: "黑体";
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-size: 19px;
}

.memo_footer_fr a i {
    margin-left: 6px;
}

.memo_footer_cen {
    width: calc(100% - 240px);
    text-align: center;
}

.memo_footer_cen a {
    display: inline-block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    font-size: 14px;
    color: #c90915;
}
.memo_footer_cen a img{
    display:inline-block;
    margin-left: 10px;
}

