﻿* {
    margin: 0px;
    padding: 0px;
}
#prolistv1 {
    width: 1200px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    clear: both;
    font: 14px "Microsoft YaHei", "宋体", Arial;
}

#prolistv1 ul {
    width: 110%;
    list-style: none;
}

#prolistv1 li {
    float: left;
    margin-right: 40px;
    margin-bottom: 50px;
    width: 580px;
    height: 410px;
    -moz-box-shadow: 0px 3px 4px #444;
    -webkit-box-shadow: 0px 3px 4px #444;
    box-shadow: 0px 3px 4px #444;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
    transition: all 0.5s;
}

#prolistv1 li:hover {
    -moz-box-shadow: 0px 3px 22px #444;
    -webkit-box-shadow: 0px 3px 22px #444;
    box-shadow: 0px 3px 22px #444;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color='#444444')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color='#444444');
}

#prolistv1 li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    color: #2f2725;
}

#prolistv1 .mSpace_listImg {
    width: 580px;
    height: 350px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#prolistv1 .mSpace_listName {
    position: absolute;
    left: 27px;
    bottom: 13px;
    width: 250px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    overflow: hidden;
    font-size: 20px;
}

#prolistv1 .mSpace_listCZ {
    position: absolute;
    right: 132px;
    bottom: 15px;
    min-width: 98px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a0a0a0;
    color: #595757;
    font-size: 14px;
    padding: 0 5px;
    text-align:center;
}

#prolistv1 .mSpace_listMore {
    position: absolute;
    right: 26px;
    bottom: 15px;
    width: 100px;
    height: 30px;
    line-height: 28px;
    background-color: #565656;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
#prolistv1 .more_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/ProductList_v1/more_icon.png') rgba(0, 0, 0, .3) no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    transition: all .5s;
}

#prolistv1 li:hover .more_icon {
    opacity: 1;
}