.product-list{
    margin-bottom: 60px;
}
.product-list:nth-last-of-type(1){
    margin-bottom: 0;
}
.product-list li{
    zoom: 1;
    clear: both;
}
.product-list li:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.product-list h2.title{
    text-align: center;
    color: #fff;
    background-color: #878787;
    font-size: 19px;
    letter-spacing: 8px;
    line-height: 1.7;
}
.product-list li{
    padding: 8px 20px;
    border-bottom: solid #ddd 1px;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #323232;
}

.product-list li:nth-child(odd){
    background-color: #f3f3f3;
}
.product-list li span.title{
    font-size: 16px;
    color: #0766C3;
    letter-spacing: 1.7px;
    line-height: 1.2;
    font-weight: bold;
}
.product-list li .name{
    width: 280px;
    margin-right: 35px;
}
.product-list li .caption{
    width: 400px;
}
.product-list li .caption i{
    font-size: 5px;
    float: left;
    width: 20px;
    margin-top: 5px;
}
.product-list li .caption .word{
    float: left;
    width: 380px;
}
.product-list li .name,
.product-list li .caption{
    float: left;
}
.product-list li span.title:before,
.product-list li span.title:after{
    content: '/';
    display: inline-block;
    margin: 0 5px;
}
.product-list li a{
    color: #323232;
    text-decoration: none;
}
.product-list li a:hover{
    color: #F30600;
    text-decoration: underline;
}


.products-box{
    text-align: center;
    position: relative;
}

.products-box .control{
    position: absolute;
    width: 80%;
    top: 170px;
    left: 80px;
    z-index: 99;
}
.products-box .control a{
    display: block;
    min-width: 20px;
    height: 20px;
    line-height: 18px;
    padding: 0 5px;
    border: 2px solid #222;
    text-align: center;
    color: #222;
    margin: 0 5px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.products-box .control .prev{
    float: left;
}
.products-box .control .next{
    float: right;
}
.products-btn{
    width: 77%;
    margin: auto;
    margin-top: 20px;
}
.products-btn li:nth-last-child(1){
    margin-right: 0;
}
.products-btn li{
    float: left;
    margin-right: 10px;
}
.products-btn li img{
    max-width: 88px;
}
.products-btn li a,
.products-box .control a
{
    -webkit-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
         -o-transition: all 500ms ease;
            transition: all 500ms ease;
}
.products-btn li a:hover,
.products-box .control a:hover{
    opacity: .5;
}


