.hist {
    padding-top: 90px;
    text-align: center;
}
.hist1 {
    line-height: 60px;
    font-size: 40px;
    font-weight: bold;
    color: #5a3222;
}
.hist2 {
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 5px;
}

.lcbox {
    width: 1080px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;
}
.lcbot {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    position: relative;
    line-height: 60px;
    font-size: 40px;
    font-weight: bold;
    color: #ccc;
}
.lcbot::before {
    content: '';
    width: 1px;
    height: 40px;
    background: #ccc;
    left: 70px;
    top: 0;
    position: absolute;
}

.lcrow {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
}
.lcrow::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 70px;
    top: 45px;
    background: #ccc;
}
.lcrow::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 65px;
    top: 50%;
    background: #ccc;
    border-radius: 50%;
}
.lcy::before {
    content: '';
    width: 80px;
    height: 1px;
    position: absolute;
    left: 140px;
    top: 22px;
    background: #ccc;
}
.lcy {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ddd;
    font-size: 18px;
    float: left;
}
.lcc {
    width: 800px;
    height: auto;
    overflow: hidden;
    background: #f0f0f0;
    float: right;
    padding: 30px;
}
.lcct {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 4px solid #666;
    margin-bottom: 40px;
}
.lccp {
    height: auto;
    overflow: hidden;
}
.lccont {
    width: 50%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    float: left;
}
.lcpic {
    width: 40%;
    height: auto;
    float: right
}
.lcpic img {
    width: 100%;
    display: block;
    height: auto;
}

.lcrow:hover .lcy {
    background: #955223;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.lcrow:hover .lccont {
    color: #955223;
}
.lcrow:hover .lcct {
    color: #955223;
    border-left: 4px solid #955223;
}
.lcrow:hover::after {
    background: #955223;
}