﻿.clear
{
    clear: both;
}
/*布局相关*/
.layout_item_base .layout_item_module_container
{
    float: left;
    min-height: 1px;
}
.layout_item_base .layout_item_module_container_border-right
{
    margin-right: 10px;
}
.layout_item_base .layout_item_module_containers
{
    overflow: auto;
    margin: 0px auto;
}
.layout_item_module_container .module_item
{
    margin: 10px auto;
    margin-bottom: 0px;
    overflow: hidden;
}

/*马少博   2016年5月31日14:16:11新增*/


/*广告模块样式表*/

/*左侧底部广告模块Begin*/
.LeftBottomBlock
{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.LeftBottomBlock img
{
    width: 210px;
    height: 210px;
}
.LeftBottomBlockclose
{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
/*左侧底部广告模块End*/

/*右侧底部广告模块Begin*/
.RightBottomBlock
{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.RightBottomBlock img
{
    width: 210px;
    height: 210px;
}
.RightBottomBlockclose
{
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
/*右侧底部广告模块End*/

/*左侧广告模块Begin*/
.FloatLeftBlock
{
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 100;
}
.FloatLeftBlock img
{
    width: 100px;
    height: 400px;
}
.FloatLeftBlockclose
{
    position: absolute;
    right: 0;
    bottom: -15px;
    cursor: pointer;
}
/*左侧广告模块End*/

/*右侧广告模块Begin*/
.FloatRightBlock
{
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 100;
}
.FloatRightBlock img
{
    width: 100px;
    height: 400px;
}
.FloatRightBlockclose
{
    position: absolute;
    right: 0;
    bottom: -15px;
    cursor: pointer;
}
/*右侧广告模块End*/

.FloatBlock
{
    position: absolute;
    z-index: 100;
}

.FloatBlockclose
{
    position: absolute;
    right: 0;
    top: -16px;
    cursor: pointer;
}

.FloatBlock img
{
    width: 230px;
    height: 230px;
}
.BannerBlock img
{
    max-width: 100%;    display: block;
    margin: 0 auto;
}
.FloatRightBlock img{
    max-width: 100px;
    max-height: 450px;
}.FloatLeftBlock img{
    max-width: 100px;
    max-height: 450px;
}