/*相关链接*/

._link {
    height: 50px;
    background-color: #FBF8F5;
    position: relative;
    left: 50%;
    margin-left: -25%;
}

._linkContent {
    /* width: 1300px; */
    margin: 0 auto;
    height: 50px;
    padding: 0;
}

._linkContent>ul {
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
}

._linkContent>ul>li {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 70px;
    font-size: 14px;
    color: #0D0D0D;
    cursor: pointer;
    position: relative;
    list-style: none;
}

._linkContent>ul>li:hover ._list {
    display: block;
}

._linkContent ._list {
    width: 100%;
    background-color: #eee;
    height: 300px;
    overflow-y: auto;
    position: absolute;
    z-index: 9999;
    bottom: 50px;
    left: 50%;
    margin-left: -144px;
    border-top: 4px solid #e60012;
    border-left: 1px solid #c2c5cb;
    border-right: 1px solid #c2c5cb;
    display: none;
    padding-left: 0;
}

._linkContent ._list li {
    height: 36px;
    line-height: 36px;
    margin-bottom: 1px;
    padding-left: 5px;
    list-style: none;
    /*background: white;*/
}

._linkContent ._list li:hover {
    background-color: #FFFFFF;
}

._linkContent ._list li a {
    color: #0D0D0D;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

._linkContent>ul>li::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 14px;
    background-color: #777777;
    position: relative;
    top: 3px;
    margin-left: 40px;
}

._linkContent>ul>li:last-child:after {
    display: none;
}

._linkContent>ul>li>i {
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #777777;
    position: relative;
    top: -5px;
    margin-left: 10px;
}