.industry-consultation-content {
    margin-top: 34px;
}
.placeholder-map {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.article-wrapper {
    min-width: 1240px;
    background: #F1F3F5;
    padding-bottom: 70px;
}
.article-list-container {
    margin-top: 34px;
}
.article-list-content {
    padding: 26px 53px 22px 29px;
}
.article-info {
    margin-top: 16px;
    margin-left: 24px;
}
.article-title {
    padding-bottom: 1px;
    position: relative;
    width: 453px;
    font-family: 'PingFang_Bold';
    font-weight: normal;
    font-size: 19px;
    color: #161616;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid transparent;
}
.article-title:hover {
    color: #F46813;
    text-decoration: underline;
    /*border-bottom: 1px solid #F46813;*/
}
.article-date {
    width: 100px;
    height: 12px;
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 14px;
    color: #797979;
    margin-top: 12px;
}
.article-shortcut {
    width: 455px;
    height: 45px;
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 14px;
    color: #797979;
    line-height: 25px;
    margin-top: 26px;
}
.article-list-content {
    width: 830px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 22px;
}
.article-cover {
    width: 270px;
    height: 152px;
    background: #F46813;
    border-radius: 2px;
}
.article-aside {
    margin-top: 35px;
}
.flex-bt-cen {
    justify-content: space-between;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.align-center {
    display: flex;
    align-items: center;
}
.mb-11 {
    margin-bottom: 11px;
}
.dots {
    width: 6px;
    height: 6px;
    background: #FB6E2A;
    border-radius: 50%;
    margin-left: 5px;
}
.detail-mark {
    width: 350px;
    height: 362px;
    background: #FFFFFF;
    box-shadow: 0px 4px 7px 1px rgba(121,121,121,0.16);
    border-radius: 10px;
    padding:31px 43px ;
}
.mark-title {
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 19px;
    color: #303030;
    margin-bottom: 15px;
}
.detail-mark-content {
    width: max-content;
    height: 36px;
    background: rgba(197, 197, 197, 0.4);
    border-radius: 18px;
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 17px;
    color: #797979;
    padding: 0px 10px;
    margin-bottom: 20px;
    z-index: 0;
}
.detail-mark-content.mark-active {
    background: rgba(255, 207, 174, 0.4);
    color: #F46813;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mb-30 {
    margin-bottom: 30px;
}
.register-modal {
    display: none !important; /* 默认隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    z-index: 999; /* 确保在最上层 */
    
    /* 实现视口居中 */
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-modal.active {
    display: flex !important;
}

/* 热区 */
.area-highlight {
    position: absolute;
    left: 351px;
    bottom: 125px;
    width: 244px;
    height: 59px;
    background-color: transparent;
    cursor: pointer;
}
.banner-content {
    position: relative;
    width: 1920px;
    margin: 0 auto;
}