.sdtypd-main {
    margin: 10px 0px 10px 0px;
}

/* 文章列表 */
.sdtypd-article-list {
    background: #ffffff;
    padding: 15px 15px 0px 15px;
}
.sdtypd-article-list__label {
    font-weight: normal;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
}
.sdtypd-article-list__label-item {
    border: 1px solid #a7a6a6;
    color: #a7a6a6;
    padding: 4px 10px;
}
.sdtypd-article-list__label-item--active {
    border: 1px solid #1C4276;
    color: #1C4276!important;
}
.sdtypd-article-list__thumb {
    width: 120px;
    height: 80px;
    display: block;
}

.sdtypd-article-list__item {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}

.sdtypd-article-list__item:not(:first-child) {
    margin-top: 15px;
}
.sdtypd-article-list__item-content {
    position: relative;
    flex: 1;
}
.sdtypd-article-list__title {
    font-size: 14px!important;
    font-weight: bold;
}

.sdtypd-article-list__other-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
    color: #a7a6a6;
}

.sdtypd-article-list__tag-name {
    background: #d4e0f1;
    max-width: 70px!important;
    color: #1C4276 !important;
    max-width: 120px;
    padding: 3px 6px;
}

.sdtypd-article-list__tag-name:not(:first-child) {
    margin-left: 10px;
}


/* 录像列表 */
.sdtypd-video-list {
    background: #ffffff;
}

.sdtypd-video-list__content {
    padding: 15px 15px 0 15px;
}
.sdtypd-video-list__item {
    display: flex;
    position: relative;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
}
.sdtypd-video-list__item:not(:first-child) {
    margin-top: 15px;
}
.sdtypd-video-list__title {
    width: 88%;
    line-height: 32px;
}
.sdtypd-video-list__tag {
    display: flex;
    align-items: center;
    position: relative;
    top: -1px;
    margin-left: 15px;
}
.sdtypd-video-list__tag-name {
    background: #d4e0f1;
    color: #1C4276 !important;
    max-width: 60px;
    padding: 3px 6px;
}
.sdtypd-video-list__tag-name:not(:first-child) {
    margin-left: 10px;
}
.sdtypd-video-list__play-btn {
    position: absolute;
    top: -1px;
    right: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../images/video/video-play-icon.png) no-repeat;
}