body {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 15px;
    font-family: 'ELLENOVACSTD-MEDIUM', tahoma, arial, hiragino sans gb, microsoft yahei
}



li {
    list-style: none
}

img {
    display: block;
    border: 0
}

a {
    color: #444;
    text-decoration: none
}

.container {
    width: 1200px; max-width: 90%;
    margin: 0 auto;
    position: relative;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both
}

.filter {
    padding-top: 15px;
    padding-bottom: 15px;
}

.filter .box {
    padding: 24px; padding-left: 0;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 50px;
    background-color: #fff
}

.filter .title-h {
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px
}

.filter dl {
    position: relative;
    margin-bottom: 10px
}

.filter dl:after {
    content: "";
    display: block;
    clear: both
}

.filter dl dt {
    position: relative; float: left;
    top: 0;
    left: 0;
    font-weight: 700
}

.filter dl dd {
    padding-left: 40px;
    margin-left: 40px;
}

.filter dl dd a {
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.filter dl dd a.on {
    font-weight: 700;
    color: #222;
}

@media only screen and (max-width:1024px ) {
    .filter .box {padding: 0;}
}
