/* Mobile */
@media (max-width:600px) {
    .TopHead_Div{
        border-bottom: 0px!important;
        margin-bottom: 5px!important;
    }
    .Russia_Box{
        width: 100%;        
        background: url(../img/mBanner_BK.jpg) top center no-repeat;
        height: auto;
        background-size: 100% auto;
    }
    .Russia_Body{
        height: auto;
        overflow: hidden;
    }
    .Russia_Title{  
        width: 92vw;
        padding-top: 5vw;
        padding-bottom: 5vw;
        height: auto;
        overflow: hidden;
    }
    .Russia_Title img{
        width: 100%;        
    }
    .Russia_List{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Russia_List ul{
        width: 100%;
        height: auto;
        padding-bottom: 10vw;
        overflow: hidden;
    }
    .Russia_List li{
        padding-top: 4vw; 
        padding-bottom: 4vw;
        border-bottom: 1px solid #DCDCDC;
        width: 92vw;
        height: auto;
        /* margin-bottom: 5vw; */
        overflow: hidden;
    }

    .Russia_List li p{
        float: left;
        width: 41vw;
        height: 28vw;
        /* margin-bottom: 4vw; */
        overflow: hidden;
    }
    .Russia_List li p img{
        width: 41vw;
        height: 28vw;

    }

    .Russia_List li h4{
        float: right;
        width: 48vw;
        height: auto;
        line-height: 6.2vw;
        font-family: "Roboto";        
        font-size: 4.8vw;
        color: #000;
        overflow: hidden;
        /* margin-bottom: 4vw; */
    }
    .Russia_List li h4 a{
        color: #000;        
    }

    .Russia_More{
        margin: 0 auto;
        margin-top: 10px;        
        margin-bottom: 96px;
        width: 192px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        font-family: "Roboto";
        background-color: #026BCD;
        border-radius: 6px;
        color: #FFF;
    }
    .Russia_More a{
        color: #FFF;
    }
    
}