.breadcrumb {
    padding: 0.2rem 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 12px;
}

.breadcrumb-item a {
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 17px;
}

.breadcrumb .title {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 17px;
}

.news-content {
    display: inline;
}

.title-content {
    padding: 30px;
    background-color: white;
}

.title-content h5 {
    font-size: 26px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 37px;
}

.title-content p {
    margin-top: 9px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
}

.news {
    background-color: white;
    padding: 30px;
}

.news p {
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
}

.news img {
    background: rgba(216, 216, 216, 1);
}

.other-news-title {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
    padding: 29px 30px;
}

.other-news-title p {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(30, 135, 254, 1);
    line-height: 18px;
    margin-bottom: 12px;
}

.core-product-introduction-btn {
    width: 1.4rem;
    height: 0.5rem;
    border-radius: 1px;
    border: 1px solid rgba(30, 135, 254, 1);
    font-size: 0.16rem;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(30, 135, 254, 1);
    line-height: 22px;
    margin: 12px auto 26px 0.2rem;
}

.hot-news {
    padding: 15px 0 15px 0;
    background-color: white;
}

.hot-news ul li{
    border-bottom: 0.5px solid rgba(238, 238, 238, 1);
}

.hot-news ul li a{
    display: flex;
    flex-direction: row;
    padding: 20px;
}

.hot-news ul li a img {
    width: 104px;
    height: 61px;
}

.hot-news ul li a .hot-news-content {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin: 0 10px 0 10px;
    position:relative
}

.hot-news ul li a .hot-news-content .title {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hot-news ul li a .hot-news-content .time {
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 14px;
    position: absolute;
    bottom: 0px;
}<!--0.00014400482177734-->