/*产品列表*/
.strList li{
    width: 437.5px;
    float:left ;
    text-align: center;
    margin-bottom: 30px;
}
.strList li:nth-of-type(2n-1){
    margin-right: 25px;
}
.strList li h3{
    font-size:18px ;
    color:#333;
    margin-top: 20px;
}
.strList li:hover h3{
    color: #d1373a;
}

/*内容*/

.strShowT h1{
    font-size:24px;
    color:#000;
    padding-bottom:20px;
    margin-bottom:35px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}
.strShowT img{
    width: 440px;
    margin: 0 auto;
}
