/* @column */
.article-list {
    font-size: 15px;
}
.article-item {
    margin-bottom: 24px;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}
@media (min-width: 800px) {
    .article-item {
        height: 120px;
    }
}
.article-item * {
    box-sizing: border-box;
}
.article-item:first-child {
    padding-top: 0;
}
.article-item:last-of-type {
    border-bottom: none;
}
.article-item .tagBox {
    flex: 0 0 auto;
    width: 84px;
}
.article-item .columnLarge {
    margin-top: 8px;
    height: 28px;
    background: linear-gradient(270deg, #072846 0%, #0062c3 100%);
    border-radius: 12px 100px 87px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 17px;
    border-radius: 9px 0px 13px 0px;
}
@media (max-width: 800px) {
    .article-item .tagBox {
        display: none;
    }
}
.item-pic {
    flex: 0 0 auto;
    position: relative;
    display: inline-block;
    width: 201.3986px;
    height: 115.8041px;
    vertical-align: top;
    overflow: hidden;
    background-size: cover;
    background-color: #efefef;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.side-item {
    border: none !important;
}
.side-item-title {
    margin-bottom: 7px;
    font-size: 14px;
    /* font-family:PingFang-SC-Medium,PingFang-SC; */
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
}
.side-item-time {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 17px;
}

.item-pic i.icon-play {
    display: none;
    width: 70px;
    height: 70px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 70px;
    opacity: 0.5;
    color: #eee;
}
.item-pic i[data-type='视频'] {
    display: block;
}
.item-pic i[data-cate='视频'] {
    display: block;
}
.item-pic:hover i.icon-play {
    opacity: 0.6;
}
.article-list .category {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    text-align: center;
    line-height: 20px;
    color: #fff;
    padding: 2px 8px;
    font-size: 0.9em;
    background: #000;
    cursor: pointer;
    border-radius: 9px 0px 13px 0px;
}
.article-list .category:hover {
    background-color: #000 !important;
}
.article-list .category:hover {
    opacity: 0.9;
}
.item-pic[name='其他'] .category {
    display: none;
}
.item-content {
    height: 100%;
    flex: 1 0 0;
    display: inline-block;
    /* width: 64%; */
    box-sizing: border-box;
    white-space: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.article-item .title {
    max-width: 698px;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    font-family: PingFangSC-Medium, 'Microsoft Yahei-Bold', 'Microsoft Yahei';
}
.article-item .titleBox {
    /* margin-bottom: 10px; */
}
.article-item .title:hover {
    color: var(--color-primary);
}
@media (max-width: 800px) {
    .article-item .titleBox {
        /* margin-bottom: 10px; */
    }
    .article-item .title {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        line-height: 20px;
    }
}
@media (min-width: 800px) {
    .article-item .titleBox {
        /* min-height: 70px; */
    }
    .article-item .title {
        max-width: 100%;
    }
}
.item-desc {
    color: #999;
    margin: 1em 0;
    height: 4.2em;
    line-height: 1.4em;
    overflow: hidden;
    position: relative;
    font-size: 1em;
}
.item-desc:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 1.4em;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 60%, white 90%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 60%, white 90%);
}
.item-info {
    /* position: absolute;
    bottom: 20px; */
    width: 65%;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 24px;
}
.item-info .user-info {
    float: left;
}
.item-info a {
    font-size: 1em;
}
.item-info .user-info .username {
    /* color: #aaa; */
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
    margin-right: 8px;
}
.item-info .user-info .item-time {
    /* color: #aaa; */
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
    /* margin-left: 4px; */
}
.item-info .user-info .username:hover {
    color: #428bca;
}
.item-info .like-info {
    float: right;
    padding-right: 20px;
}
.item-info .like-info a {
    margin-right: 0.6em;
    color: #999;
}
.item-info .like-info a.iconfont:before {
    margin-right: 3px;
    position: relative;
    top: -4px;
}
.item-info .like-info a:hover {
    color: #428bca;
}
.article-list .likeNum {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
    margin-right: 10px;
}
@media all and (min-width: 800px) and (max-width: 900px) {
    .article-list {
        font-size: 13px;
    }
}
@media (max-width: 600px) {
    .article-list {
        font-size: 13px;
        padding: 0;
    }
    .article-item {
        height: 98px;
        padding: 12px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }
    .article-item:first-child {
        padding-top: 12px;
    }
    .article-item .item-title {
        /* width: 216px; */
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        line-height: 20px;
    }
    .article-item .item-info .username,
    .article-item .item-info .item-time {
        font-size: 10px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
        line-height: 14px;
    }
    .article-item .category {
        display: block;
        position: absolute;
        top: 4px;
        right: 4px;
        font-size: 10px;
        padding: 2px 2px;
        border-radius: 4px 0px 6px 0px;
    }
    .article-item .item-pic {
        position: relative;
        width: 123px;
        height: 74px;
        margin: 0;
    }
    .item-info {
        bottom: 12px;
        font-size: 1em;
    }
    .item-desc {
        display: none;
    }
    .like-info {
        display: none;
    }
    .item-content {
        padding-right: 0;
        padding-left: 0;
    }
    .aside-hot-articles .item-content {
        padding-left: 0.5em;
    }
    .item-pic i.icon-play {
        height: 50px;
        width: 50px;
        font-size: 50px;
    }
}
/*快讯模块样式start*/
.newsflashtag-list {
    /*padding: 10px 10px 0 10px;*/
}
.newsflashtag-list a {
    display: inline-block;
    padding: 1px 8px;
    margin: 5px 3px;
    height: 15px;
    line-height: 15px;
    color: #666;
    font-size: 10px;
    border-radius: 3px;
    border: solid 1px #ccc;
}

.newsflashtag-list a:hover {
    background-color: #aaa;
    color: #fff;
}

.aside-newsflash {
    border: 1px solid #eee;
}
.aside-newsflash .newsflash-header {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 1.3em;
    font-weight: 500;
    left: 50%;
    text-align: center;
}
.aside-newsflash .newsflash-header .iconfont {
    font-size: 25px;
    color: #00ab6b;
    vertical-align: middle;
}
.aside-newsflash .hot-container {
    height: 600px;
    overflow-y: scroll;
}
.aside-newsflash section {
    padding: 0 15px 0 8px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
/*.aside-newsflash section:before{*/
/*position: absolute;*/
/*content: "";*/
/*width: 0;*/
/*height: 100%;*/
/*border-left: 2px solid #f0f0f0;*/
/*right: 15px;*/
/*top: 0;*/
/*}*/
.aside-newsflash .section-inner {
    margin: 0 10px;
    padding: 15px 0;
    border-bottom: 1px solid #e9eaec;
}
.aside-newsflash .section-inner h3 {
    position: relative;
    line-height: 20px;
    margin: 6px 0 0 0;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
}
.aside-newsflash .section-inner h3:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #20ce65;
    border: 1px solid #fff;
    right: -19px;
    top: 4px;
    content: '';
    border-radius: 100%;
}

.aside-newsflash .section-inner h3:after {
    content: '';
}

.aside-newsflash .info {
    margin-top: 10px;
    font-size: 12px;
    color: #aaaaaa;
}
.aside-newsflash .info:after {
    content: '';
    clear: both;
    height: 0;
    display: block;
}
.aside-newsflash .info .time {
    float: left;
}
.aside-newsflash section .desc {
    display: block;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.aside-newsflash section.active {
    background-color: #f3f7fb;
    cursor: default;
}
.aside-newsflash section .desc a {
    color: #3da9f7;
}
.aside-newsflash section .desc a:hover {
    color: #3da99c;
}
.aside-newsflash section.active .desc {
    display: block;
    overflow: visible;
    height: auto;
}
.aside-newsflash section.active .show .time {
    display: none;
}
.aside-newsflash .desc .info {
    margin-top: 10px;
    font-size: 12px;
    color: #aaaaaa;
}
.aside-newsflash .desc .time {
    float: left;
}
.aside-newsflash .load-more {
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}
.aside-newsflash .hot-container .load-more a {
    border: solid 1px #00b33b;
    border-radius: 5px;
    color: #00b33b;
    padding: 3px 15px;
}
@media (max-width: 800px) {
    .aside-newsflash .hot-container {
        height: auto;
        overflow: visible;
    }
}
/*快讯模块样式end*/

/*标签过滤页头图start*/
.tags-header-pic {
    padding-bottom: 20%;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #efefef;
}
.tags-header-pic .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.tags-header-pic .tagName {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 32px;
}
.tags-header-pic .share-container {
    position: absolute;
    display: inline-block;
    bottom: 20px;
    right: 10px;
}
.tags-header-pic .share-container .share-wrap span {
    color: #fff;
}
.tags-header-pic .share-container .bdshare-button-style1-32 a {
    color: #fff !important;
}
@media (min-width: 800px) {
    .tags-header-pic {
        margin-top: 50px;
        /*margin-bottom: -50px;*/
    }
    .tags-desc {
        margin-bottom: -50px;
        color: #666;
        text-align: center;
        padding-top: 5px;
    }
}
@media (max-width: 800px) {
    .tags-header-pic .tagName {
        font-size: 15px;
        height: 22px;
    }
    .tags-desc {
        color: #666;
        text-align: center;
        padding-top: 5px;
    }
}

/*标签过滤页头图end*/
