/* 内容 */
.ty-video {
    background: #ffffff;
    padding: 15px;
}
.ty-video__title {
    font-size: 18px;
}
.ty-video__info {
    text-align: center;
    margin-top: 10px;
    color: #888888;
}
.ty-video__content {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EFEFEF;
    font-size: 16px!important;
    background-image: linear-gradient(to right, #555555, #222222);
    background-size: 100% 100%;
    height: 500px;
    position: relative;
}

.ty-video__list {
    width: 600px;
    margin: 0 auto;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ty-video__list-label {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
    line-height: 50px;
}
.ty-video__list-content {
    padding: 12px 15px 10px 15px;
    height: 300px;
}
.ty-video__list-item {
    margin-left: 15px;
    line-height: 30px;
}

.ty-video__tag {
    display: flex;
    align-items: center;
}
.ty-video__tag-item {
    background: #f0d0f1;
    max-width: 70px!important;
    color: #4f1152!important;
    padding: 3px 6px;
    text-align: center;
}
.ty-video__tag-item:not(:first-child) {
    margin-left: 15px;
}

/* 文章列表 */
.ty-article-list {
    background: #ffffff;
}
.ty-article-list__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
    background: #4f1152;
    padding: 12px 12px;
    color: #ffffff!important;
}
.ty-article-list__content {
    padding: 0 15px 10px 15px;
}
.ty-article-list__thumb {
    width: 280px;
    height: 160px;
    display: block;
}
.ty-article-list__item {
    display: flex;
}
.ty-article-list__item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}
.ty-article-list__item:not(:first-child) {
    margin-top: 15px;
}
.ty-article-list__title {
    font-size: 18px;
    font-weight: bold;
}
.ty-article-list__other-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
}
.ty-article-list__tag-name {
    background: #f0d0f1;
    max-width: 70px!important;
    color: #4f1152 !important;
    max-width: 120px;
    padding: 3px 6px;
}
.ty-article-list__tag-name:not(:first-child) {
    margin-left: 10px;
}