.main {
    margin-left: 190px;
    width: 820px;
    padding-top: 47px;

}
.main .summary h5 {
    position: relative;
    text-align: center;
    color: #682b2a;
    height: 20px;
    line-height: 18px;
    font-size: 18px;
 
}
.main .summary h5::before{
    position: absolute;
    left: 30%;
    top:50%;
    content: "";
    display: block;
    width: 36px;
    border-top: 2px solid #682b2a;

}

.main .summary h5::after{
    position: absolute;
    left: 70%;
    top:50%;
    content: "";
    display: block;
    width: 36px;
    border-top: 2px solid #682b2a;
}
.main .summary .textwu {
    margin-top: 40px;
}
.main .summary p {
    margin-top: 40px;
    line-height: 30px;
    text-indent: 2em;
    text-align: left;
}