.adslot img {
    width: 100%; /* 使图片宽度适应容器宽度 */
    height: auto; /* 保持图片原始宽高比 */
    max-width: 100%; /* 确保图片不超过容器的宽度 */
    max-height: 100%; /* 确保图片不超过容器的高度 */
}

/* 手机版快报广告位 */
.adslot-newsFlash-top, .adslot-newsFlash-page2, .adslot-newsFlash-page3, .adslot-newsFlash-page4, .adslot-newsFlash-page5, .adslot-newsFlash-page6{
    margin: 40px 0 0 0;     
    height: 120px;  
    min-height: 0; 
    width: 100%;
    display: none;
}

/* PC版首页广告位 */
.adslot-index-show-left, .adslot-index-showdigg-left, .adslot-index-shownewsflash-left, .adslot-index-showspecial-left {
    width: 200px;
    height: 318px;
    display: none;
    min-height: 0; 
}
/* 投稿指南PC版广告位 */
.adslot-tgzn-index-top {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    display: none;
    min-height: 0; 
}
.adslot-tgzn-index-right {
    width: 320px;
    height: 480px;
    margin-bottom: 20px;
    display: none;
    min-height: 0; 
}
/* 投稿指南手机版广告位 */
.adslot-tgzn-m-rank-bottom {
    width: 100%;
    height: 175px;
    margin-top: 30px;
    display: none;
    min-height: 0; 
}
.adslot-tgzn-m-search-bottom {
    width: 100%;
    height: 292px;
    margin-top: 100px;
    display: none;
    min-height: 0; 
}