.article-list{
    font-size: 15px;

}
.article-item{
    padding: 20px 0;
    border-bottom: 1px dotted #eee;
    position: relative;
    white-space: nowrap;
}
.article-item:last-of-type{
    border-bottom: none;
}
.item-pic{
    display: inline-block;
    width: 34%;
    vertical-align: top;
    padding-bottom: 21%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #efefef;

}
.item-pic i.icon-play{
    display: block;
    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:hover i.icon-play{
     opacity: 0.8;
}
.item-pic span.category{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    color: #fff;
    padding: 2px 8px;
    font-size: .9em;
}
.item-pic[name="其他"] span.category{
    display: none;
}
.article-item .item-pic{
    margin-right: 15px;
}
.item-content{
    display: inline-block;
    width: 64%;
    padding-left: .5em;
    padding-right: 1em;
    box-sizing: border-box;
    white-space: normal;
}

.article-item h2 a{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    color: #666;
}
.article-item h2 a:hover {
    color: #00ab6b;
}
.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%;
    color: #666;
    font-size: .6em;
    line-height: 1;
}
.item-info .user-info{
    float: left;
}
.item-info a{
    font-size: 1em;
}
.item-info .user-info .username{
    color: #aaa;
}
.item-info .user-info .item-time{
    color: #aaa;
}
.item-info .user-info .username:hover{
    color: #428bca;
}
.item-info .like-info{
    float: right;
    padding-right:20px;
}
.item-info .like-info a{
    margin-right: .6em;
    color: #999;
}
.item-info .like-info a.iconfont:before{
    margin-right: 3px;
}
.item-info .like-info a:hover{
    color: #428bca;
}
@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 10px;
    }
    .article-item{
        padding: 12px 0;
    }
    .article-item h2 a{
        font-size: 1.15em;
    }
    .item-info{
        bottom: 12px;
        font-size: 1em;

    }
    .item-desc{
        display: none;
    }
    .like-info{
        display: none;
    }
    .article-item .item-pic{
        margin-right: 8px;
    }
    .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;
    }

    .item-pic span.category{
        padding: 0 3px;
        font-size: .7em;
    }

}
/*快讯模块样式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*/