/* 行业资讯 */
.hy-topbg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 30rem;
    position: absolute;
    left: 0;
}

.hy-toptitle {
    position: relative;
    z-index: 1;
    height: 30rem;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.hy-toptitle .d1 {
    color: rgb(202 202 202);
    font-size: 1rem;
}

.hy-line .linea {
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #c2c2c2;
}

.hy-line .linea .l-img {
    flex: 1;
    height: 15rem;
    overflow: hidden;
}

.hy-line .linea .l-img>div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform .3s linear;
}

.hy-line .linea .l-img>div:hover {
    transform: scale(1.1) !important;
}

.hy-line .linea .r-box {
    padding-left: 1rem;
    flex: 2;
}

.hy-line .linea .r-box .title {
    font-weight: bold;
    color: #404040;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.hy-line .linea .r-box .des {
    line-height: 1.2rem;
    font-size: 1rem;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

.hy-line .linea .r-box .time {
    font-size: 1rem;
    color: #999;
}

.w-label-tips {
    list-style: none;
    display: flex;
}

.w-label-tips .w-label-tips-item.current,
.w-label-tips .w-label-tips-item.current a {
    background-color: #fff;
    color: #0668ff;
}

.w-label-tips .w-label-tips-item {
    flex: 1;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    background-color: #ebebeb;
    position: relative;
    border-right: 1px solid #d1d1d1;
}

.w-label-tips .w-label-tips-item:first-child {
    border-left: 1px solid #d1d1d1;
}

.w-label-tips .w-label-tips-item a {
    font-size: 12px;
    color: #666666;
    display: block;
}

.w-label-content-item {
    display: none;
}

.w-label-content-item.current {
    display: block;
}

.w-label-content-item .cont-top {
    display: flex;
    align-items: center;
    padding: 2rem 0 2rem 10%;
    border-bottom: 1px solid #c1c1c1;
}

.w-label-content-item .logo {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 4rem;
}

.hy-line .title {
    font-size: 2rem;
    font-weight: bold;
    flex: 1;
}

.hy-line .contentt {
    padding-top: 2rem;
    font-size: 14px;
    color: #656565;
}

.hy-line .contentt img {
    max-width: 100% !important;
}

.page-breadcrumb.breadcrumb a {
    color: var(--bs-text-muted) !important;
    padding: 0 10px;
}

.page-breadcrumb.breadcrumb li {
    color: var(--bs-text-muted)
}

/* 大咖论道 */
.mySwiperGusets {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 20px 0 40px;
}

.mySwiperGusets .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: transparent;
}

.mySwiperGusets .guset-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center center;
    margin-bottom: 10px;
}

.mySwiperGusets .p-info-box .name {
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    margin-bottom: 8px;
}

.mySwiperGusets .p-info-box .job {
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-breadcrumb.breadcrumb.guest-ul li {
    background-color: #fff;
    padding: 2px 6px;
    height: 24px;
    border-radius: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.page-breadcrumb.breadcrumb.guest-ul a {
    line-height: 12px;
    color: #4e4e4e !important;
}

.guset-box {
    color: #333;
    text-align: center;
}

.guset-box .guset-img {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: center center;
    margin-bottom: 10px;
}

.guset-box .p-info-box .name {
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    margin-bottom: 8px;
}

.guset-box .p-info-box .job {
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media (max-width: 767px) {
    .hy-topbg {
        height: 20rem;
    }

    .hy-toptitle {
        height: 20rem;
        font-size: 20px;
    }

    .hy-line .linea .l-img {
        height: 12rem;
    }

    .traffic-component-pc-map {
        width: 100% !important;
        overflow-x: scroll !important;
        display: block !important;
    }
}