/*首页左右漂浮广告*/
.LGadvertisingsBlock,.LGadvertisingsLBlock,.LGadvertisingsRBlock{position:absolute; z-index: 9998;top:1000px; left:50%;width:150px;display: none;}
.LGadvertisingItem{margin-bottom:10px;position: relative;}
.LGadvertisingItemClose{position: absolute;top:0;right:0;width: 15px;height: 15px;background: rgba(0,0,0,.2);display:block;color: #000;z-index: 2;text-align: center;line-height: 15px;font-size:8px;cursor: pointer;}
.LGadvertisingItemClose:hover{background:rgba(0,0,0,.8);color:#fff;}
.LGadvertisingItem a,.LGadvertisingItem a img{width:100%;display:block;}
/*首页左侧漂浮广告*/
.LGadvertisingsLBlock{margin-left:-770px;}

/*首页右侧漂浮广告*/
.LGadvertisingsRBlock{margin-left:620px;}

/*屏幕小于1200则隐藏左右广告*/
@media screen and (max-width:1200px){
   .LGadvertisingsBlock, .LGadvertisingsLBlock, .LGadvertisingsRBlock{display: none!important;}
}
