.pic_content {
    width: 1180px;
    margin: 0 auto;
}
.pic_content h1 {
    position: relative;
    line-height: 24px;
    font-size: 24px;
    color: #333;
    padding-left: 12px;
    margin: 30px 0 20px;
}
.pic_content h1::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 16px;
    background-color: #e38944;
    top: 4px;
    left: 0;
}
.pic_content .content {
    padding: 25px 20px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
}
.pic_content .content img {
    float: left;
    width: 285px;
    height: 115px;
    margin-right: 20px;
}
.pic_content .content div {
    position: relative;
    height: 115px;
    padding-left: 305px;
}
.pic_content .content .text {
    line-height: 22px;
    font-size: 14px;
    color: #3c3c3c;
}
.pic_content .content .update_time {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #838383;
}