.main-product1 {
    background: #f8f8f8;
    width: 100%;
}

.layui-container {
    width: 100%
}

.laiyang .laiyang-body .roll-container {
    /* display: flex;
    flex-direction: row; */
    position: relative;
}

.laiyang .laiyang-body .rollBox {
    width: 1170px;
    overflow: hidden;
}

.laiyang .laiyang-body .arrow-leftBottom {
    left: -13px;
    top: 20px;
    position: absolute;
    height: 60px;
    width: 30px;
    margin-top: 80px;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    background-image: url("arrow-left.png");
}

.laiyang .laiyang-body .arrow-rightBottom {
    right: 15px;
    top: 20px;
    position: absolute;
    height: 60px;
    margin-top: 80px;
    width: 30px;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    background-image: url("arrow-right.png");
}

.laiyang .laiyang-body .rollBox .cont {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-left: 1px;
}

.laiyang .laiyang-body .rollBox .srcCont {
    width: 10000000px;
}

.laiyang .laiyang-body .rollBox .cont .pic {
    width: 290px;
    float: left;
    text-align: center;
    margin-left: 8px;
}

.laiyang .laiyang-body .row-contain .rollBox .cont .pic .line-four-contain {
    height: 248px;
}

.laiyang .laiyang-body .row-contain .rollBox .cont .pic .line-four-contain .title .title-contain {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: rgb(186, 53, 55);
    border-bottom: 1px solid rgb(186, 53, 55);
    ;
}

.laiyang .laiyang-body .row-contain .rollBox .cont .pic .line-four-contain .title .title-article {
    font-size: 20px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}

.laiyang .laiyang-body .row-contain .rollBox .cont .pic .line-four-contain .title .title-article .intro {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 14px;
}

.laiyang .laiyang-body .row-contain .rollBox .cont .pic .line-four-contain .title .title-article .intro span {
    font-weight: normal;
}

.laiyang .laiyang-body .row-contain .rollBox .cont .pic .line-four-contain .title .detail {
    text-align: right;
    margin-top: 20px;
    color: #b4b4b4;
    font-size: 15px;
}

.laiyang .laiyang-body .rollBox .cont .pic p {
    line-height: 26px;
    color: #505050;
}

.laiyang .laiyang-body .rollBox .cont .pic .line-four-contain {
    height: 248px;
}

.laiyang .laiyang-body .rollBox .cont .pic .line-four-contain .title {
    border: 1px solid #e4e4e4;
    width: 240px;
    height: 246px;
    padding-left: 10px;
    padding-right: 10px;
}

.laiyang .laiyang-body .rollBox .cont .pic .line-four-contain .title .title-contain {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: rgb(186, 53, 55);
    border-bottom: 1px solid rgb(186, 53, 55);
    ;
}

.laiyang .laiyang-body .rollBox .cont .pic .line-four-contain .title .title-article {
    font-size: 20px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; */
    /*设置p元素最大4行，父元素需填写宽度才明显*/
    /* text-overflow: ellipsis;
    overflow: hidden; */
    /* autoprefixer: off */
    /* -webkit-box-orient: vertical;
    autoprefixer: on; */
    /*因为代码环境的关系-webkit-box-orient被过滤掉了 autoprefixer 这个关键字可以免除被过滤的动作*/
    /* word-wrap: break-word;
    word-break: break-all; */
}

.laiyang .laiyang-body .rollBox .cont .pic .line-four-contain .title .title-article .intro {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 14px;
}

.laiyang .laiyang-body .rollBox .cont .pic .line-four-contain .title .title-article .intro span {
    font-weight: normal;
}

.laiyang .laiyang-body .rollBox .cont .pic .line-four-contain .title .detail {
    text-align: right;
    margin-top: 20px;
    color: #b4b4b4;
    font-size: 15px;
}

.laiyang .laiyang-body .rollBox .cont a:link,
.laiyang .laiyang-body .rollBox .cont a:visited {
    color: #626466;
    text-decoration: none;
}

.laiyang .laiyang-body .rollBox #listImg1,
.laiyang .laiyang-body .rollBox #listImg2 {
    float: left;
}