html, body {
    min-width: 1200px;
    background: #f0f1f2;
}
/*-------------EZSourcing-------------*/
#eZSourcing_privacy{
    width: 100%;
    background-color: #f0f1f2;
}
.eZSourcing_product{
    width: 1200px;
    margin: 0px auto 0;
    height: auto;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
}

.eZSourcing_left_content{
    width: 250px;
    height: auto;
}
.eZSourcing_right_content{
    width: auto;
    height: auto;
    margin-left: 20px;
}

.eZSourcing_navigation_title{
    font-size: 19px;
    color: #333333;
    letter-spacing: -0.5px;
    height: 100px;
    /*line-height: 125px;*/
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-weight: 500;
    padding-top: 30px;
}
.eZSourcing_navigation_bar{
    background: #fff;
    width: 230px;
    height: auto;
    letter-spacing: 0px;
}
.eZSourcing_navigation_bar
{
    padding: 0;
}
.eZSourcing_navigation_bar li{
    list-style: none;
    background: #fff;
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding-left: 20px;
    border-bottom: 1px dashed #ccc;
    /*border-bottom:none;*/
}
.eZSourcing_navigation_bar li:last-child
{
    border:none
}
.eZSourcing_navigation_bar li a{
    color: #666666;
    font-size: 16px;
}
.eZSourcing_navigation_bar li.on,
.eZSourcing_navigation_bar li.onv{
    background: #edfdfc;
    color:#4fc2b8;
    /*border: none*/
}
.eZSourcing_navigation_bar li.onv a{
    color:#4fc2b8;
}

.eZSourcing_navigation_bar li.on a{
    color: #4fc2b8;
}
.eZSourcing_navigation_bar li.ons{
    border: none
}

.eZSourcing_title{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    height: 100px;
    padding-top: 64px;
}
.eZSourcing_title span{
    font-size: 14px;
    color: #666666;
}

.eZSourcing_title img{
    width: 8px;
    height: 10px;
    margin: 3px;
}
.eZSourcing_context{
    width: 940px;
    overflow: hidden;
    background: #fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-bottom: 140px;
}
.eZSourcing_context>span{
    margin: 22px 50px 0px;
    line-height: 28px;
    color: #333333;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.eZSourcing_context>span:last-child{
    margin-bottom: 50px;
}

@media only screen and (min-width: 1480px) {
    .eZSourcing_product{
        width: 1440px;
    }
    .eZSourcing_left_content{
        width: 330px;
    }
    .eZSourcing_right_content{
        width: 100%;
        margin-left: 30px;
    }
    .eZSourcing_navigation_bar{
        width: 300px;
    }
    .eZSourcing_context{
        width: 1085px;
    }
    .eZSourcing_context>span{
        margin: 22px 40px 0px;
    }
}