/*é¦–é¡µå›¾ç‰‡å†…åµŒ*/
.post-module-thumb a.thumb-link {
    width: 90%;
    height: 90%;
    margin: 5%;
    border-radius: 5px;
    overflow: hidden;
}
/*åˆ†ç±»æŒ‰é’®å˜æ–¹*/
.post-list-cats a span {

    border-radius: 4px;
}
/*é¦–é¡µå°æ¨ªå¹…å¹¿å‘Š*/
.index-ad{margin-bottom:-10px;overflow:hidden}
.index-ad li{position:relative;float:left;overflow:hidden;margin:0 10px 10px 0;width:645px;height:90px;border-radius:5px;list-style-type:none}
.index-ad li:nth-child(2n){float:right;margin-right:0}
.index-ad li img{width:100%;height:100%;object-fit:fill}
.index-ad li:before{position:absolute;right:0;bottom:0;width:35px;height:20px;border-radius:5px 0 0;background:rgba(0,122,245,.2);color:#fff;content:" AD";text-align:center;font-size:12px;line-height:20px}
@media screen and (max-width:768px){
.index-ad li{margin:.5rem 0 0;width:100%;height:53px}
.index-ad{margin:0}
}
/*é¦–é¡µå¤§æ¨ªå¹…å¹¿å‘Š*/
.index-ad2 {
    margin-bottom: -10px;
    overflow: hidden;
}
.index-ad2 li {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0;
    width: 645px;
    height: 90px;
    border-radius: 5px;
    list-style-type: none;
}
.index-ad2 li:nth-child(2n) {
    float: right;
    margin-right: 0;
}
.index-ad2 li img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.index-ad2 li:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 20px;
    border-radius: 5px 0 0;
    background: #2966cc;
    color: #fff;
    content: " AD";
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
@media screen and (max-width: 768px) {
    .index-ad2 li {
        margin: 0.5rem 0 0;
        width: 100%;
        height: 53px;
    }
    .index-ad2 {
        margin: 0;
    }
}
/*æ–‡ç« å†…é¡µæ ‡ç­¾å‰ç¼€ç¾ŽåŒ–*/
.entry-content h1.wp-block-heading,.entry-content h2.wp-block-heading,.entry-content h3.wp-block-heading,.entry-content h4.wp-block-heading,.entry-content h5.wp-block-heading,.entry-content h6.wp-block-heading {
    padding: 0px 0px 0px 35px !important;
    background: url(/tpimg/biaoqian.svg) 10px center no-repeat;
    background-size: 20px 20px;
}