
#skuListBox{
    padding:2px;
    width: 100%;
}
.skusList{
    display: block;
    margin-top: 2px;
    font-size: 15px;
}
.skusList p{
    display: inline-block;
}
.skusList p{

    padding:0 4px;
    margin:0 7px;
    font-size: 15px;
}
.skusList a{
    border: 1px silver solid;
    color: #666;
    font-weight: 300;
    font-size: 16px;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    height: 30px;
    padding: 0 10px;
    margin: 2px 3px;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.skusList a.on{
    border: 1px #74b9ff solid;
    color: #0984e3;
}


/* 文章样式 */
.a-articlelist{
    display: block;
    border-bottom: 1px dashed #dfe6e9;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.a-articlelist .a-article-span{
    float: right;
    margin-right: 6px;
    border: 1px solid #dfe6e9;
    color: grey;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 12px;
    max-height: 20px;
    line-height: 20px;
}
.article-title{
    text-align: center;
    border-bottom: 1px dashed #dfe6e9;
    padding: 5px 0;
}
.article-title h3{
    padding: 5px 0;
    font-weight: bold;
}
.article-title p{
    font-size: 12px;color: grey;
    line-height: 1.5;

}
.article-centent img{
    max-width: 100%;
}