body{
    background: #F8F8F8;
    font-family: Microsoft YaHei;
}
.list {
    position: relative;
    font-size: 0;
}
.pro_picture ul li {
    overflow: hidden;
}
.list > li {
    display: inline-block;
    vertical-align: top;
    height: 380px;
}
.clearfix {
    zoom: 1;
}
.pro_picture{
 padding-top: 59px;
}
.pro_picture .list li{
    margin-bottom: 70px;
}
.pro_picture .list li.block_left figure {
    float: left;
    height: 100%;
}
.pro_picture figure,.pro_picture figcaption {
    width: 50%;
    height: 100%;
}
.img-box > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-box::before {
    content: "";
    display: block;
}
.pro_picture .list li.block_left figcaption {
    float: right;
    background-color: #fff;
}
.pro_picture figcaption h3 {
    font-size: 30px;
    font-family: MicrosoftYaHei;
    font-weight: 500;
    color: #000;
    flex: 1;
    transition: 0.2s;
	line-height: 40px;
}
.pro_picture .description {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 30px;
    width: 288px;
	margin-left: 10px;
}
.pro_picture .list li.block_right figure {
    float: right;
}
.pro_picture .list li.block_right figcaption {
    float: left;
    background-color: #fff;
}
.pro_picture .text-info {
    padding: 56px 79px 32px 58px;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    cursor: pointer;
}
.pro_picture  .text-info .more{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #000;
    position: absolute;
    left: 56px;
    bottom: 32px;
    transition: 0.2s;
}
.pro_picture .list li:hover  figcaption h3{
    color: #E60012;
}
.pro_picture .list li:hover  .text-info .more{
    color: #E60012;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}