.list {
    padding: 30px 0;
}

.list .introduct {
    width: 370px;
    height: 306px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 1s linear 0s;
    float: left;
    margin: 10px 15px;
    box-sizing: border-box;
}

.list .introduct .img_ovf {
    width: 370px;
    height: 214px;
    overflow: hidden;
}

.list .introduct img {
    width: 370px;
    height: 214px;
    transition: all 1s ease 0s;
    border-radius: 10px;
}

.list .introduct:hover {
    transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    /* IE 9 */
    -moz-transform: scaleX(1.1);
    /* Firefox */
    -webkit-transform: scaleX(1.1);
    /* Safari 和 Chrome */
    -o-transform: scaleX(1.1);
    /* Opera */
}

.list .introduct p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-left: 10px;
}

.list .introduct p span {
    display: inline-block;
    margin: 0 20px;
}

.list_title {
    /* background: url("../images/list/banner_1.jpg") no-repeat; */
    /* height: 180px; */
}