.disFlex{display: flex;justify-content: space-between;align-items: center;}
.disFlexs{display: flex;justify-content: space-around;align-items: center;flex-direction: column;}
.flexW{flex-wrap: wrap;}
.fl{float: left;}
.fr{float: right;}
.nopad{padding: 0;}
.ftc{text-align: center;}
.clf{color: #fff;}
.textover{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.textover2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.textover3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.disnone{display: none;}
.gbg{background: #f0f0f0!important;}
.ybg{background: #a19152;}
.wbg{background: #fff;}
.row {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap;margin: 0;}
/*.row > [class*='col-'] {display: flex;flex-direction: column;}*/
.article-body img{width: unset;}