﻿.index {
    text-align: center;
    width: 320px;
}
.classify {
    /*margin: 0 15px;*/
    
}
.classify h2 {
    text-align: left;
    line-height: 36px;
    font-size: 14px;
    margin-left:15px;
}
.classify .list {
    text-align: justify;
    padding: 0px 0 5px;
    width:100%;
    /*overflow:scroll;*/
    overflow-y:hidden;
    border-bottom: 1px solid #ccc;
    margin-left:15px;
  
    
    
    
}
.classify .wrap {
   width: 390px;
   height: 75px;
   padding: 0 15px 0 0;

    -moz-transition: margin-left .3s ease-out;
    -webkit-transition: margin-left .3s ease-out;
    -o-transition: margin-left .3s ease-out;
    -ms-transition: margin-left .3s ease-out;
}
.classify span {
    width: 82px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.classify img {
    width: 100%;
    height: 100%;
}
.tip-list {
    width: 290px;
    margin: 0 auto;
}
.tip-list h2 {
    text-align: left;
    line-height: 36px;
    font-size: 14px;
}
.tip-list .item {
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
}
.tip-list img {
    width: 290px;
    height: 100px;
}
.tip-list p {
    width: 290px;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    font-size: 12px;
    ;
}
.tip-list strong {
    display: block;
    font-size: 14px;
}
