/* .navMenu .title a:nth-child(4) { position: relative;}
.navMenu .title a:nth-child(4):after {
    content: "";
    position: absolute;
    bottom: 120%;
    left: 50%;
    border-right: 2px solid #fff;
    height: 2.18vw;
} */
.headLine {
    padding-top: 18vw;
}
.item {
    padding: 8vw 7vw 12vw 7vw;
    display: flex;
    justify-content: space-between;
}
.item .cont {
    padding: 4.6vw 2.6vw 3vw;
    border: 1px solid #8E949D;
    font-size: 1vw;
    position: relative;
}
.item .cont img {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 39%);
    width: 2.7vw;
    display: block;
}

.about4_main {
    position: relative;
    padding-left: 1vw;
    /* overflow: hidden; */
    margin-left: 40%;
}
.line {
    width: 1px;
    top: -0.5vw;
    height: 108vw !important;
    background-color: #999;
    position: absolute;
    left: 1.42vw;
    z-index: -1;
}
.about4_main ul li{
    padding-left: 1.3vw;
    padding-top: 4px;
    font-size: 1.25vw;
    color: #333333;
    /* line-height: 3vw; */
    margin-bottom: 3vw;
    background: url(../images/about4_icon.png) left center no-repeat;
}
.about4_main ul .even {
    position: relative;
}
.content .course {
    font-size: 1.25vw;
    font-weight: bold;
    margin-top: 2vw;
    /* text-indent: 2em; */
}
.content .companyInfo {
    /* text-indent: 2em; */
    /* font-size: 1.25vw; */
}