.product-list li {
    padding: 40px 0;
    padding-left: 650px;
    min-height: 480px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.product-list li+li {
    border-top: 1px solid #CCCCCC;
}

.product-list li .pic {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 400px;
    width: 600px;
    border: 1px solid #CCCCCC;
    position: absolute;
    left: 0px;
    top: 40px;
}

.product-list li .product-name {
    font-family: '微軟正黑體';
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}

.product-list li .description {
    margin-top: 10px;
    font-size: 15px;
    color: #262626;
    font-family: '微軟正黑體';
}

.product-list li a.pagetop {
    display: block;
    width: 66px;
    height: 26px;
    background: url(../images/pagetop.png)center center no-repeat;
    position: absolute;
    right: 0px;
    bottom: 40px;
}


@media screen and (max-width: 960px) {
    .product-list li {
        padding: 15px;
        padding-bottom: 30px;
    }
    .product-list li .pic {
        position: static;
        margin-bottom: 10px;
        max-width: 100%;
        height: auto;
    }
    .product-list li a.pagetop {
        bottom: 5px;
        right: 5px;
    }
}
