
.navigation-bread {
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 16px;
}

.navigation-bread span,
.navigation-bread a {
    font-size: 15px;
    color: #000000;
    display: block;
    line-height: 21px;
    float: left;
    margin-right: 5px;
}

.navigation-bread .navigation-cur {
    color: #2D83E0;
    cursor: default;
}

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

.jxcxtd .main_body {
    width: 100%;
    padding-top: 22px;
    position: relative;
}

.jxcxtd .item {
    float: left;
    position: relative;
    width: 100%;
    background: #F6F7FA;
    height: 350px;
}

.jxcxtd .img {
    display: block;
    width: 370px;
    height: 208px;
    position: absolute;
    left: 113px;
    bottom: 76px;
}

.jxcxtd .img img {
    width: 100%;
    height: 100%;
}

.jxcxtd .item_dl {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 78px 160px 0 549px;
}

.jxcxtd .item_title {
    display: block;
    height: 28px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.jxcxtd .item_name {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.jxcxtd .item_detail {
    margin-top: 10px;
    font-size: 16px;
    color: #7B6C6C;
    max-height: 72px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.jxcxtd .item .item_dl .item_btn {
    display: inline-block;
    padding: 0 26px;
    color: #fff !important;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 36px;
    background-color: #2D83E0;
}