.pro-list a{
    display: block;
    float: left;
    height: 0.45rem;
    text-align: center;
    color: #fff;
    font-size: 0.15rem;
    line-height: 0.45rem;
}
.pro-list a:nth-child(1){
    width: 60%;
    background-color: #4a96ff;

}
.pro-list a:nth-child(2){
    width: 40%;
    background-color: #f1ba1a;
}
.pro-list a:nth-child(3){
    width: 40%;
    background-color: #69db07;
}
.pro-list a:nth-child(4){
    width: 60%;
    background-color: #db0707;
}
.pro-bt{
    font-weight: bold;
    color: #000;

}
.pro-tuijian{
    font-weight: bold;
    margin:0.2rem 0 0 0;
}
.productList li{
    position: relative;
    float: left;
    padding:0.02rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
    width: 48%;
    height: 145px;
}
.productList li:nth-child(even){
    float: right;
}
.productList {
    margin-bottom: 0.1rem;
}
.productList li img{
    display: block;
    width: 160px;
    height: 120px;
}
.productList li p{
    font-size: 0.14rem;
    color: #747474;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.productList li a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.liucheng-bt{
    background-color: #913201;
    color: #fff;
}
.liucheng-img{
    width: 100%;
    margin:0.1rem 0 0.1rem;
}
.henan{
    font-size: 12px;
    color: #747474;
    text-align: center;
}
.xiabiao{
    display: block;
    width: 60px;
    height: 4px;
    background-color: #812c00;
    margin:0 auto;
    margin-bottom: 0.2rem;
}