/* 媒体文章列表 */

.ma-header {
    padding: 15px;
    border-bottom: #efefef solid 1px;
}

.ma-header-title {
    color: #26231F;
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
}

.ma-item {
    position: relative;
}

.ma-item .ma-top-left-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
}

.ma-item .ma-top-left-label.ma-top-left-label-top {
    background: url(../images/label-top-left-top.png) no-repeat center;
    background-size: 100%;
}
