@charset "utf-8";

/*列表*/
.cont-list-hots {
    margin-top: 20px;
    min-height: 350px;
    max-height: 350px;
}
.cont-list-hots ul{
    padding-left: 15px;
    border-left:1px solid #CFE4F3;
    margin-left: 3px;
}
.cont-list-hots ul.trans{
    transition:all ease-in-out 0.3s;
    -o-transition:all ease-in-out 0.3s;
    -moz-transition:all ease-in-out 0.3s;
    -webkit-transition:all ease-in-out 0.3s;
}
.cont-list-hots li{position: relative;padding-bottom: 9px;}
.cont-list-hots li:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #4193D2;
    left: -18px;
    position: absolute;
    top:10px;
}
.cont-list-hots li .time{color: #b7c7d2;font-size: 12px;line-height: 1;padding-bottom:2px;}
.cont-list-hots li .tit{line-height: 25px;max-height: 50px;overflow: hidden;margin-bottom: 8px;}
.cont-list-hots li .tit a{font-size: 16px;color: #31424e;}
.cont-list-hots li:hover .tit a{color: #ee5b2e;}
.cont-list-hots .cover{
    position: absolute;
    width: 100%;
    height: 32px;
    left: 0;
    bottom:0;
    background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.1) 5%, rgba(255,255,255,1) 100%);
    background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.3) 5%, rgba(255,255,255,1) 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,0.3) 5%, rgba(255,255,255,1) 100%);
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.tags-list a {
    width: 31.93%;
    margin: 0 .7% 1.6%;
    padding: 5px 5px;
    line-height: 1.2;
    text-align: center;
    border: 1px solid #eaeaea;
    background: #eaeaea;
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*栏目标题*/
.page-title {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}
.page-title h4 {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    color: #0146AE;
    margin: 0;
}
.page-title h4 a {
    color: #0146AE;
}
.page-title h4:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0146AE;
}

/*列表微信*/
.weixin-qrcode{display:none;position:absolute;width:180px;border:1px solid #ccc;background:#fff;color:#999;z-index:100}
.weixin-qrcode .qrcode-del{position:absolute;right:17px;top:19px;display:block;width:13px;height:13px;margin:0;padding:0;cursor:pointer;background:url(../images/qrcode-del.png) no-repeat 0 0}
.weixin-qrcode .qrcode-del:hover{background-position:0 -30px}
.weixin-qrcode .qrcode-title{padding:15px 0 0 20px;font-size:14px;line-height:20px}
.weixin-qrcode #qrcode canvas{width:133px;height:133px;border:4px solid #f1f0f0;margin:15px auto;display:block}
.weixin-qrcode .qrcode-text{margin:0 20px;font-size:12px}


/*加载更多*/
.render-more{margin:20px 0}
.render-more a{display:block;height:50px;text-align:center;background:#fdfdfd;border: 1px solid #999;border-radius: 50px;overflow: hidden;}
.render-more span{display:block;height:50px;font-size:18px;line-height:50px;text-align:center;}
.render-more a:hover{background:#15489b}
.render-more a:hover,.render-more a:hover span{text-decoration:none;color:#fff;background:#15489b;}
.render-more .loading{background:#fdfdfd;height:50px;font-size:18px;line-height:50px}
.render-more .loading .i{background:url(../images/loading_more.gif) no-repeat center;display:inline-block;width:38px;height:22px;margin:12px 10px 11px;vertical-align:top}

.category-topic .topic-cont .cont-pic ul{
    display: flex;
    flex-wrap: wrap
}
.category-topic .topic-cont .cont-pic ul li {
    width: 325px;
    background: #f8f9fa;
    border: 1px solid #f3f3f3;
    margin-bottom: 33px;
    margin-right: 33px;
}
.category-topic .topic-cont .cont-pic ul li:nth-child(4n) {
    margin-right: 0
}
.category-topic .topic-cont .cont-pic ul li .image{
    height: 176px;
}
.category-topic .topic-cont .cont-pic ul li .info{
    padding: 0 15px 15px;
    text-align: center;
}