/* 文章类型列表 */
.newsCatList {padding-right:0;display: flex;justify-content: space-between; flex-wrap: wrap;}
.newsCatList>li{flex: none;}
.newsCatList>li>a{display:block;padding-bottom: 0.18rem;padding-top: 0.05rem; text-align:center; color: #333; font-size: 0.14rem;}
.newsCatList>li>a:hover{color: #004490;border-bottom: 0.0001rem solid #0066A8;}
.newsCatList>li.newCatCur>a{color: #004490;border-bottom: 0.0001rem solid #0066A8;}
/* 加载样式 */
.topicCon_left {overflow: hidden;}
.topicCon_left>.morefreshBtn{cursor: pointer; color: #284783; font-size: 0.16rem;  line-height: 0.54rem; text-align:center; border-radius:2px; font-weight: 500; display: flex; align-items: center; justify-content: center; margin-top: 0.1rem;}
.topicCon_left>.morefreshBtn>img {width: 0.3rem; height: 0.3rem;margin:0 auto;animation: rotating 1s linear infinite;}
.topicCon_left>.morefreshBtn.loadend{color:#aaa; cursor:no-drop}
@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1turn);
    }
}
.topicCon_left>.loadmore, .topicCon_left>.loadend {display: none;}
.imgstyle{
    object-fit:scale-down !important;
}
