/* 面包屑导航 */
.navigation-bread {
    padding-top: 25px;
    margin-bottom: 16px;
    overflow: hidden;
}

.navigation-bread i {
    float: left;
    font-style: normal;
    width: 22px;
    height: 16px;
    margin-right: 12px;
    background: url(../images/fill_icon.png) no-repeat;
    margin-top: 2px;
}

.navigation-bread span,
.navigation-bread a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    float: left;
    margin-right: 0px;
}

.navigation-bread .navigation-cur {
    color: #0066ff;
    cursor: default;
}

.navigation-bread>a+a:before {
    content: "> ";
    color: #333333;
}

.line-box {
    width: 100%;
    height: 9px;
    background: url(../images/line_back.png);
}

/* 分类 */

.content .bar {
    margin-top: 30px;
    /* display: flex; */
    align-items: center;
    margin-bottom: 30px;
}

.content .bar li {
    cursor: pointer;
    padding: 10px;
    float: left;
    margin-right: 24px;
    border: 1px solid transparent;
}

.content .bar li:hover {
    padding: 10px;
    border: 1px solid #0066FF;
    border-radius: 4px;
}

.content .bar li:hover a {
    color: #0066FF;
}

.content .bar .active {
    padding: 10px;
    color: #fff;
    background: #0066FF;
    border-radius: 4px;
}

.bar .active a {
    color: #fff;
}

.bar .active:hover a {
    color: #FFF !important;
}

.content .bar li a {
    display: block;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}



.content .layout .formbox li {
    padding: 14px 77px 14px 10px;
    border-radius: 4px;
    height: 178px;
    background: #FFFFFF;
    /* border-bottom: 1px solid #E0E0E0; */
    transition: all .3s;
    margin-bottom: 30px;
    float: left;
    margin-right: 26px;
}

.content .layout .formbox li:nth-child(3n) {
    margin-right: 0;
}

.content .layout .formbox li:hover {
    /* border-bottom: 1px solid transparent; */
    box-shadow: 0px 0px 7px 4px rgba(0, 91, 229, 0.05);
}

.content .layout .formbox li:hover a .right .name {
    color: #0066FF;
}

.content .layout .formbox li a {
    display: flex;
    align-items: center;
}

.content .layout .formbox li a img {
    width: 108px;
    height: 150px;
    margin-right: 13px;
    border-radius: 4px;
}

.content .layout .formbox li a .right .name {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 14px;
    transition: all .3s;
}

.content .layout .formbox li a .right .zhiwu1 {
    opacity: 0;
}

.content .layout .formbox li a .right .zhiwu1,
.content .layout .formbox li a .right .zhiwu2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px;
}

.content .layout .formbox li a .right .text {
    width: 208px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.content .bar .active a {
    color: #fff;
}

.content .bar .active:hover a {
    color: #FFF !important;
}