
.right-top{
    width: 100%;
    height: auto;
    /*position: absolute;*/
    /*top: -126px;*/
    border-radius: 8px ;
    background: #fff;
}

.right-top-title{
    width: 100%;
    height: 40px;
    position: relative;
    background: url("../image/background12.png") no-repeat;
}
.right-top-title span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 53px;
}


.right-top-content {
    width: 100%;
}

/* 包裹容器让按钮居中 */
.button-wrapper {
    width: 263px; /* 80px * 3 + 10px * 2 */
    margin: 8px auto 0px auto;
}

/* 按钮样式 */
.button-item {
    float: left;
    width: 80px;
    height: 26px;
    background: rgba(9, 75, 174, 0.6);
    border-radius: 13px;
    text-align: center;
    margin-bottom: 16px; /* 可调节行距 */
    margin-right: 10px;  /* 按钮间距 */
    box-sizing: border-box;
}

/* 每行最后一个不要右边距 */
.button-item:nth-child(3n) {
    margin-right: 0;
}
.button-item a{
    text-decoration: none;
}
/* 文本样式 */
.button-item span {
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 26px;
}

/* 清除浮动 */
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.advertising-bottom{
    margin-bottom: 15px;
}
.advertising{
    /*width: 292px;*/
    height: auto;
    background: #FFFFFF;
    border-radius: 8px;
    /*margin-top: 16px;*/
}
.advertising img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.other-brands{
    /*width: 292px;*/
    height:auto;
    background: #FFFFFF;
    border-radius: 8px ;
    margin: 20px auto;
}
.other-brands-title{
    width: 100%;
    height: 40px;
    position: relative;
    background: url("../image/background12.png") no-repeat;
}

.other-brands-title span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 53px;
}

.rank-list{
    width: 99%;
    height: auto;
    /*overflow-y: auto;*/
    list-style:none;
    counter-reset:num;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 5px 0 5px 5px;

}
.rank-item{
    position:relative;
    counter-increment:num;
    padding:5px 0 5px 45px;
    /*border-bottom:1px solid #f0f0f0;*/
    width: 272px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f9fafd;
    margin: 0 auto 9px auto;
    border-radius: 4px;
}
.rank-item:hover{
    background-color: #eeeeef;
}
.rank-item:last-child{
    /*background-color: #f9fafd;*/
    border-bottom:none;
}
/* 圆点序号 */
.rank-item::before{
    content:counter(num);
    position:absolute;
    left:4px;top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    width:30px;height:30px;
    line-height:31px;
    text-align:center;
    background:#c7c8ca;
    color:#fff;
    border-radius:4px;
    font-size:12px;
    font-weight:bold;
    background: url("../image/topother.png") no-repeat 100% 100%;
    background-size: cover;
}
/* 覆盖前三个颜色 */
.rank-item.top1::before{
    background: url("../image/top1.png") no-repeat 100% 100%;
    background-size: cover;
}
.rank-item.top2::before{
    background: url("../image/top2.png") no-repeat 100% 100%;
    background-size: cover;
}
.rank-item.top3::before{
    background: url("../image/top3.png") no-repeat 100% 100%;
    background-size: cover;
}
/* 竖线 */
.rank-item::after{
    content:"";
    position:absolute;
    left:14px;
    top:50px;
    bottom:-15px;
    width:1px;
    background:#e5e5e5;
}
.rank-item:last-child::after{display:none;}
.brand-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%; /* ✅ 限制内容不能撑开行 */
    overflow: hidden;
}
img.brand-icon {
    width: 58px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #F1F3F9;
    object-fit: cover;
    margin-right: 10px;
}
.brand-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand-name {
    width: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    line-height: 21px;
}
.rank-icon-right a{
    text-decoration: none;
}
.number-name{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.brand-sub {
    font-size: 12px;
    color: #666;
}

/* 颜色联动：TOP1-3文字颜色 */
.top1 .brand-name,
.top1 .row-votes,
.top1 .row-rate,
.top1 .number-name{
    color: #d92525;
}
.top2 .brand-name,
.top2 .row-votes,
.top2 .row-rate ,
.top2 .number-name{
    color: #f58220;
}
.top3 .brand-name,
.top3 .row-votes,
.top3 .row-rate,
.top3 .number-name{
    color: #f5c320;
}
/* TOP4及以后默认颜色 */
.ranking-row:not(.top1):not(.top2):not(.top3) .brand-name,
.ranking-row:not(.top1):not(.top2):not(.top3) .number-name,
.ranking-row:not(.top1):not(.top2):not(.top3) .row-votes,
.ranking-row:not(.top1):not(.top2):not(.top3) .row-rate {
    color: #333;
}
.rank-icon-right{

    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.rank-icon-right .icon{
    width: 12px;
    height: 14px;
    /* background: red; */
    margin-right: 3px;
    background: url("../image/icon52.png") no-repeat 100% 100%;
}

.rank-item:nth-child(1) .rank-icon-right .icon {
  background-image: url("../image/icon49.png");
}
.rank-item:nth-child(2) .rank-icon-right .icon {
  background-image: url("../image/icon50.png");
}
.rank-item:nth-child(3) .rank-icon-right .icon {
  background-image: url("../image/icon51.png");
}

.related-brands{
    /*width: 292px;*/
    height: auto;
    background: #FFFFFF;
    border-radius: 8px ;
    /*padding: 0 0 15px 0;*/
}
.related-brands.margin-top-15{
    margin-top: 15px;
}
.related-brands-title{
    width: 100%;
    height: 40px;
    position: relative;
    background: url("../image/background12.png") no-repeat;
}
.related-brands-title span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 53px;
}
.related-brands-content{

}

.related-wrapper {
    width: 90%;
    max-width: 440px;
    margin: 0 auto;
}

/* 图片块样式 */
.related-item {
    float: left;
    width: 126px;
    height: 85px;
    margin-right: 9px;
    margin-bottom: 16px;
    box-sizing: border-box;
    background: #f2f2f2;
    border: 1px solid #E8E8E8;
    border-radius: 7px;
}
.related-item img{
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
/* 每行第2个去掉 margin-right */
.related-item:nth-child(2n) {
    margin-right: 0;
}

/* 图片样式自适应填充 */
.related-item img {
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/ /* IE 不支持，可去掉也行 */
}

/*企业相关*/
.related-companies{
    /*width: 292px;*/
    height: auto;
    background: #FFFFFF;
    border-radius: 8px ;
    margin: 15px 0;
    /* padding: 0 0 15px 0; */
}
.related-companies-title{
    width: 100%;
    height: 40px;
    position: relative;
    background: url("../image/background12.png") no-repeat;
}
.related-companies-title span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 53px;
}
.related-companies-content{

}
.companies-advertising{
    width: 289px;
    height: 196px;
    margin:17px auto;
    background: #FFFFFF;
    border-radius: 8px;
}
.companies-advertising img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.related-wrapper {
    width: 90%;
    max-width: 440px;
    margin: 0 auto;
}

.companies-rank{
    margin: 0 auto;
    width: 100%;
    background: white;
    border-radius: 7px;
    margin-bottom: 15px;
}

.companies-rank-title{
    width: 100%;
    height: 40px;
    position: relative;
    background: url("../image/background12.png") no-repeat;
}
.companies-rank-title span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 53px;
}
/* 图片块样式 */
.related-item {
    float: left;
    width: 126px;
    height: 85px;
    margin-right: 9px;
    margin-bottom: 16px;
    box-sizing: border-box;
    background: #f2f2f2;
    border: 1px solid #E8E8E8;
}
.related-item img{
    width: 100%;
    height: 100%;
}
/* 每行第2个去掉 margin-right */
.related-item:nth-child(2n) {
    margin-right: 0;
}

/* 图片样式自适应填充 */
.related-item img {
    width: 100%;
    height: 100%;
    display: block;
    /*object-fit: cover;*/ /* IE 不支持，可去掉也行 */
}

/* 清除浮动 */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.related-advertising{
    /*width: 260px;*/
    height: auto;
    margin: 15px auto;
}
.related-advertising img{
    width: 100%;
    height: 100%;
}

/*热门资讯*/
.hotInformation{
    /*width: 292px;*/
    height:auto;
    background: #FFFFFF;
    border-radius: 8px ;
    margin: 20px auto;
}
.hotInformation-title{
    width: 100%;
    height: 40px;
    position: relative;
    background: url("../image/background12.png") no-repeat;
}

.hotInformation-title span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 53px;
}

/* 资讯列表容器样式 */
.news-list {
    list-style: none;
    width: 100%; /* 可根据实际调整宽度 */
    margin: 0 auto 20px auto;
    padding: 0 15px 15px 15px;
}
/* 列表项样式 */
.news-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(179, 179, 179, 0.2);
}
.news-list li a{
    text-decoration: none;
    color: #333333;
}
.news-list li:last-child{
    border-bottom: none;
}
/* 标题文本样式，超出省略 */
.news-title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    width: 180px;
}
/* 日期文本样式 */
.news-date {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}



.settled-enterprises{
    width: 100%;
    height:auto;
    background: #FFFFFF;
    border-radius: 8px ;
    margin: 20px auto 20px auto;
}
.settled-enterprises-title{
    width: 100%;
    height: 40px;
    position: relative;
    background: url("../image/background12.png") no-repeat;
}

.settled-enterprises-title span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 53px;
}

/* 资讯列表容器 */
.enterprises-news-list {
    list-style: none;
    width: 100%;
    padding: 0px 15px 0 15px;
    margin: 0 auto;
}

/* 列表项样式 */
.enterprises-news-list li {
    position: relative;
    padding: 12px 0 12px 24px;
    border-bottom: 1px dashed #e0e0e0;
    transition: background-color 0.2s;
    width: 265px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

/* 圆点标记 */
.enterprises-news-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #A6A6A6;
}

/* 资讯标题样式 */
.enterprises-news-title {
    color: #333;
    text-decoration: none;
    line-height: 1.5;
}

/* 悬停效果 */
.enterprises-news-list li:hover {
    /*background-color: #f9f9f9;*/
}

/* 最后一项去除底部边框 */
.enterprises-news-list li:last-child {
    border-bottom: none;
}

.auto-height{
    width: 100%;
}
.auto-height:after{
    content: "";
    display: block;
    clear: both;
}