.item {
    padding-bottom: 35px;
}
.wrapper1 {
    margin: 0 auto;
    width: 1110px;
}
.item ul {
    width: 1110px;
    /* padding-top: 95px; */
}
.clearfix {
    zoom: 1;
}
ol, ul {
    list-style: none;
}
.item ul li {
    width: 25%;
	margin-top: 20px;
}
.item li {
    list-style: none;
    float: left;
}
.item ul li .img {
    width: 300px;
    height: 240px;
    position: relative;
}
.item ul li .img img {
    position: absolute;
    bottom: 0;
    left: 40px;
    display: block;
    width: 230px;
    height: 230px;
    margin: 0 auto;
}
.item ul li p:nth-of-type(1) {
    margin-top: 19px;
}
.item ul li p {
    color: #444444;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 20px;
}
.item .dm{
    border: 1px solid #d2d2d2;
    width: 89px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #444444;
    margin: 14px auto 0;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.item ul li .img:hover img {
    width: 250px;
    height: 250px;
    left: 0;
    transition: all .5s;
}
.item a:hover {
    color: #d7000f;
}