.content {
    background-color: #FFF;
    width: 980px;
    height: auto;
    margin: 18px auto;
}

.content .title {
    width: 980px;
    height: 56px;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    background-color: #FFF;
}

.content .title .title_name {
    width: 350px;
    height: 56px;
    line-height: 56px;
    float: left;
    margin-left: 20px;
}

.content .title .title_name a {
    font-size: 18px;
    color: #333333;
    float: left;
}

.content .title .goods_number {
    width: 100px;
    height: 56px;
    line-height: 56px;
    float: right;
    margin-right: 20px;
}

.content .title .goods_number a {
    font-size: 13px;
    color: #808080;
    float: right;
}

.content .bigimg {
    width: 980px;
    height: 330px;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    background-color: #FFF;
}

.content .goods {
    width: 980px;
    height: auto;
    float: left;
    background-color: #FFF;
    margin-bottom: 18px;
}

.content .goods ul {
    width: 978px;
    height: auto;
    float: left;
    margin: 0 1px 20px;
}

.content .goods ul li {
    width: 326px;
    height: 324px;
    float: left;
    border-bottom: 1px solid #e8e8e8;
}

.content .goods ul li a {
    width: 294px;
    height: 258px;
    float: left;
    margin: 13px 16px 0;
    border-bottom: 1px solid #e8e8e8;
}

.content .goods ul li img {
    width: 294px;
    height: 245px;
    float: left;
}

.content .goods ul li span {
    width: 294px;
    height: 50px;
    text-align: center;
    float: left;
    margin: 0px 16px;
}

.content .goods ul li span:hover a {
    color: #d20c18
}

.content .goods ul li span a {
    width: 294px;
    height: 50px;
    margin: 0px;
    font-size: 15px;
    color: #333;
    text-align: left;
    line-height: 50px;
    border-bottom: none;
    padding: 0px;
    text-align: center;
}

.content .page {
    width: 980px;
    height: 85px;
    line-height: 85px;
    float: left;
    text-align: center;
}

.content .page .pagelist {
    width: 513px;
    height: 30px;
    line-height: 30px;
    margin: 27px auto 0;
}

.content .page li {
    width: 55px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
}

.content .page img {
    width: 341px;
    height: 33px;
    line-height: 33px;
    margin: 26px auto;
}