* {font-family: Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif}

The ( * ) in the CSS code will apply the Font style to all text in the website
.breadcrumbs, .breadcrumbs *{display: inline;}

.wp-block-image img{max-width: 100%; height: auto;}
.text-over{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.pagelist{display: flex;justify-content: center;flex-wrap: wrap;padding-top: 15px;}
.pagelist a,.pagelist span{padding:10px;border:1px solid #ddd;border-radius: 3px;margin-right: 3px;margin-bottom: 10px;width:auto !important}
.pagelist a:hover{background: #f1f1f1;}
