.ym-contaier-left-title {
    font-size: 13px;
    text-align: right;
    margin-bottom: 16px;
}

.ym-contaier-left-title a {
    color: #136CB2;
}

.ym-contaier-left-title a:hover {
    text-decoration: underline;
}

.ym-contaier-left-title .line {
    color: #CCC;
    padding: 0 4px;
}

.film-list .film-item {
    height: 50px;
    display: flex;
    justify-content: space-between;
    background: #F6F6F5;
    padding-right: 10px;
}

.film-list .film-item:last-of-type {
    margin-bottom: 16px;
}

.film-list .film-item:nth-of-type(2n) {
    background-color: #FBFBFB;
}

.film-info {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
}
.film-info a.film-info-a{
    vertical-align: top;
    font-size: 0;
}

.film-img {
    width: 34px;
    height: 50px;
    margin-right: 10px;
}

.film-name {
    color: #136CB2;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    overflow: hidden;
}

.film-name a {
    color: #136CB2;
}

.film-name a:hover {
    text-decoration: underline;
}

.film-name .update {
    color: #A58500;
    margin-left: 4px;
}

.film-name .month {
    color: #666;
    margin-left: 4px;
}

.film-detail {
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.film-detail .time{
    color: #a1a1a1;
    font-size: 13px;
}

.film-detail .time.active {
    color: #A58500;
}