.videoa{text-align: center}
.article .tags_selected,.article .filed_selected {
    font-size: 14px;
    color: #666;
}
.article .tags_selected span,.article .filed_selected span {
    margin: 2px 4px;
    padding: 0 6px;
    background-color: #ffe1dc;
    border: 1px solid #f7a99d;
    border-radius: 3px;
}
.article .filed_selected span {
    background-color: #fff5dc;
    border: 1px solid #f7d49d;
}
/* pages */
#pages {
  display: flex; align-items: center;
  padding:14px 0 10px; margin:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#pages a {margin:0 3px;font-size: 14px;width:26px; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 { width:56px; }
#pages a:hover { background:#e84a49; color:#fff; text-decoration:none; }
#pages span { display:inline-block; width:26px; height:22px; line-height:22px; background:#e84a49; border:1px solid #e84a49; color:#fff; text-align:center; }
#pages ul{margin: 0 auto}
#pages li{border-bottom: none;line-height: 40px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
.van-pagination__item {color: #e84a49; cursor: pointer;}
.van-pagination__item:active,.van-pagination__item--active {background:#e84a49;color: #fff;}