body{
    background-color: #000000;
    color:#FFFFFF;
}
.main_content {
    margin-top: 0;
}
.module_wrapper{
    margin-top:30px;
    text-align:right;
    padding: 5px;
    width:500px;
    width: calc(100% - 0px)
}
.module_01{
    margin-top:3px;
    float:left;
    width:390px;
    width:calc(50% - 12px);
    height:132px;
    padding:2px;
    margin-left:3px;
    margin-right:2px;
    border:1px solid red;
}
.module_02{
    float:left;
    border:1px solid red;
    height:126px;
    width:160px;
    width:calc(36% - 6px);
    overflow:hidden;
    padding:2px;
    text-align:center;
}
.img{
    margin-top:3px;
    width:160px;
    width:100%;
    height:120px;
    overflow: hidden;
    text-align:center;
}
.img span:hover{
    cursor:pointer;
}
.module_03{
    float:left;
    width:220px;
    width:calc(64% - 4px);
    border:1px solid red;
    margin-left:2px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    padding: 3px 0;
}
.module_03 span:hover{
    cursor:pointer;
    color:red;
}
.module_04{
    padding:3px 0;
    text-align:center;
    float:left;
    width:77px;
    width:calc(22% - 4px);
    border:1px solid red;
    margin-top:2px;
    margin-left:2px;
    color:red;
}
.module_05{
    padding:3px 0;
    text-align:center;
    float:left;
    margin-left:2px;
    margin-top:2px;
    border:1px solid red;
    width:138px;
    width:calc(42% - 4px);
    color:red;
}
.w{
    color:#FFFFFF;
}
.anketSlider{
    width:820px;
    width:calc(100% - 0px);
    height:145px;
}
.sliderLeftP{
    float:left;
    width: 401px;
    width: calc(100% / 2);
}
.sliderRightP{
    float:left;
    width:401px;
    width: calc(100% / 2);
}
.sliderLeftP .module_01, .sliderRightP .module_01 {
    width:390px;
    width:calc(100% - 12px) !important;
}
@media (max-width: 1000px) {
    .sliderLeftP, .sliderRightP {
        width: 401px;
        width: calc(100% - 0px);
        float: none;
    }
    .module_01 {
        width:390px;
        width:calc(100% - 12px) !important;
        margin-top: 10px;
    }
    .lefterSider {
        min-height: 1900px;
    }
}
/* rotator in-page placement */
    div#rotator {
    position:relative;
    width:160px;
    text-align:center;
}
/* rotator css */
    div#rotator ul li {
    position:absolute;
    list-style: none;
    text-align:center;
}
/* rotator image style */   
    div#rotator ul li img {
    background: #FFF;
}
    div#rotator ul li.show {
    z-index:500
}
div#rotator ul li img{
    display:block;
}
.anketLink{
    color: #FFFFFF;
}
.anketLink:hover{
    color:red;
}
