

html {
    -webkit-font-smoothing: antialiased;
}



b, strong, th {
    border-bottom: 1px dotted #a2a2a2;
}

ul {
    list-style-type: square;
}
.has-global-padding :where(.has-global-padding:not(.wp-block-block)) .entry-content.wp-block-post-content li {
    line-height: 2em;
    padding: 15px 10px 15px 12px;
    border-bottom: 1px dotted #e9e9e9;
}

span#wpcs_original_link,
span#wpcs_zh-cn_link,
span#wpcs_zh-tw_link,
span#wpcs_zh-hk_link {
    margin-left: 10px;
    padding: 1% 8%;
    border-radius: 50px;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 2px solid rgb(51 51 51 / 60%);
    color: #707070;
    font-weight: 400;
    font-size: 11pt;
}


img.avatar.avatar-64.photo.wpavatar {
    height: 30px;
    aspect-ratio: auto 30 / 30;
    width: 30px;
    display: inline-block;
    overflow: hidden;
    margin-right: 5px;
    margin: -15px 5px -8px 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 1px 0 1px rgba(0,0,0,.1);
}

.wp-block-categories li{
    line-height: 2em;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px dotted #e9e9e9;
}

.wp-block-group.one-news li{
    line-height: 2em;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted #e9e9e9;
}


:where(ol,ul) {
    padding-left: 0px;
}

.wptea-content .entry-content .wp-block-image img {
    border-radius: 10px;
    border: 1px solid #eeeeee;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em;
    line-height: 2em;
    border-bottom: 1px dotted #e9e9e9;
}



span.page-numbers.current {
    background-color: #f9f9f9;
    cursor: hand;
    display: inline-block;
    min-width: 2em;
    padding: 8px;
}
a.page-numbers {
    background-color: #f9f9f9;
    cursor: hand;
    display: inline-block;
    min-width: 2em;
    padding: 8px;
    text-align: center;
}