.head-line {
    width: 100%;
    position: relative;
}
.head-line .head-wraper {
    color: #222;
//    padding: 10px 0;
    min-height: 27px;
}
.head-line .head-content {
    position: relative;
    color: #222;
//    margin: 0 15px;
    min-height: 27px;
    overflow: hidden;
}
.head-line .head-wraper h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

.head-line .head1 h2 {
    padding-left: 10px;
    border-left: 8px;
    border-style: solid;
    border-color: #f85959;
}
.head-line .head2 {
    border-top: 2px solid #f85959;
    background: #fafafa;
    padding: 5px 0px;
}
.head-line .head2 h2 {
    padding: 0 5px;
}


/*样式3实际上是排列在第二位的*/
.head-line .head3 h2 {
    padding-left: 10px;
    border-left: 8px;
    border-style: solid;
    border-color: #f85959;
    background-color: #fafafa;
    /*display: inline-block;
    position: relative;
    z-index: 20;
    max-width: 95%;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff;*/
}
.head-line .head3:after {
/*    content: "";
    top: 10px;
    position: absolute;
    width: 100%;
    border-top: 2px solid #f85959;
    z-index: 9;*/
}
.head-line .head3 .head3-line {
    position: absolute;
    bottom: 13.5px;
    width: 100%;
    height: 2px;
    background-color: #f85959;
    z-index: 0;
}
.head-line .head4 h2 {
    display: inline-block;
    padding: 0 5px;
    border-bottom: 2px solid #f85959;
}
.head-line .head5 h2 {
    font-size: 17px;
    font-weight: 600;
}