/* 内容 */
.article {
    background: #ffffff;
    padding: 15px;
}
.feiwen-article__title {
    font-size: 18px;
}
.feiwen-article__info {
    text-align: center;
    margin-top: 10px;
    color: #888888;
}
.feiwen-article__content {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EFEFEF;
    font-size: 16px!important;
}
.feiwen-article__content img {
    max-width: 740px!important;
    height: 100%!important;
}
.feiwen-article__content a,
.feiwen-article__content span,
.feiwen-article__content div,
.feiwen-article__content em,
.feiwen-article__content strong,
.feiwen-article__content p {
    font-size: 14px!important;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif!important;
    line-height: 30px!important;
    color: #555555!important;
}
.feiwen-article__content a {
    color:  blue!important;
}
.feiwen-article__content > p:not(:first-child) {
    margin-top: 20px;
}

.feiwen-article__tag {
    display: flex;
    align-items: center;
}
.feiwen-article__tag-item {
    background: #d7e4e6;
    max-width: 70px!important;
    color: #58A9B3!important;
    padding: 3px 6px;
    text-align: center;
}
.feiwen-article__tag-item:not(:first-child) {
    margin-left: 15px;
}

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

.feiwen-video {
    background: #ffffff;
    padding: 15px;
}
.feiwen-video__title {
    font-size: 18px;
}
.feiwen-video__info {
    text-align: center;
    margin-top: 10px;
    color: #888888;
}
.feiwen-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;
}

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

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