.info_board{
    margin:0 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
    /* padding: 0.2rem; */
    padding-right: 0.2rem;
    border-radius: 0.1rem;
    background-color: #fff;
}

.school_logo{
    height: 1.64rem;
    width:  1.64rem;
    /* padding: 0.1rem;  */
    border-radius: 0.1rem;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-top: 0.9rem;
    position: relative;
}
.school_logo .logo{
    height:  1.6rem;
    width: 100%;
    object-fit: scale-down; 
    border-radius: 0.1rem;
}


.school_info{
    flex: 1; 
}
.school_info:hover{
    box-shadow: none;
}

.info_ul{
    /* display: flex; */
    flex-wrap: wrap;
}
.info_ul li{
    line-height: 0.22rem !important;
    min-width: 2.3rem;
    /* background-color: pink; */
    /* white-space: nowrap; */
    margin-right: 0.16rem;
}









.entrance-title {
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 0.18rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.24rem;
    margin: 0.24rem 0 0.11rem 0
}

.entrance-wrap {
    width: 770px;
    flex-shrink: 0;
    border-radius: 0.1rem;
    background: #FFF;
    box-sizing: border-box;
    padding: 0.2rem;
}

.entrance-time-title {
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.21rem;
    margin-bottom: 0.1rem;
}

.entrance-time-wrap {
    width: 70.3rem;
    flex-shrink: 0;
    border-radius: 0.1rem;
    background: #F2F9FF;
    box-sizing: border-box;
    padding: 0.2rem;
    margin-bottom: 0.16rem;
}

.entrance-time-wrap:last-child {
    margin-bottom: 0
}

.entrance-time-wrap-data {
    display: flex;
    margin-bottom: 0.12rem;
    position: relative;
}

.entrance-time-wrap .entrance-time-wrap-data:last-child {
    margin-bottom: 0;
}

.entrance-time-wrap-data .entrance-time-wrap-data-point {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #5E82FF;
    margin-right: 0.1rem;
    margin-top: 0.05rem
}

.entrance-time-wrap-data .entrance-time-wrap-data-time {
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.21rem;
    margin-right: 0.24rem;
    width: 158px;
}

.entrance-time-wrap-data .entrance-time-wrap-data-text {
    width: 488px;
    color: #666666;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.21rem;
}

.entrance-time-wrap-data:before {
    content: '';
    width: 0px;
    height: 100%;
    /* background-color:#5E82FF; */
    position: absolute;
    left: 0.05rem;
    top: 0.15rem;
    border-left: 0.01rem dashed #5E82FF;
}

.entrance-time-wrap .entrance-time-wrap-data:last-child:before {
    border-left: none
}

 

.entrance-wrap-qu {
    width: 70.3rem;
    justify-content: space-between;
}

.entrance-wrap-qu-s {
    /* width: 30.5rem; */
    flex-grow: 1;
}
.entrance-wrap-qu-s:nth-child(2){
    margin-left:0.3rem
}
.entrance-wrap-qu-s-old{
    width: 30.5rem;
}

.entrance-wrap-qu-title {
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.21rem;
    margin-bottom: 0.1rem
}

.entrance-wrap-qu-s-old img {
    width: 30.5rem;
    height: auto;
    border-radius: 0.1rem;
}

.entrance-wrap-qu-title a {
    color: #5e82ff;
    font-family: "Microsoft YaHei";
    font-size: 0.13rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.21rem;
    margin-left: 0.24rem
}

.entrance-wrap-tiaojian-title {
    width: 70.3rem;
    justify-content: space-between;
    margin-bottom: 0.1rem;
}

.entrance-wrap-yaoqiu-title {
    width: 70.3rem;
    justify-content: start;
    margin-bottom: 0.1rem;
}

.entrance-wrap-tiaojian-title-l {
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.21rem;


}

.entrance-wrap-tiaojian-title-r {
    color: #5e82ff;
    font-family: "Microsoft YaHei";
    font-size: 0.13rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.21rem;
}

.entrance-wrap-yaoqiu-a {
    margin-left: 0.24rem;
    color: #5e82ff;
}

.entrance-wrap-yaoqiu-a a:hover {
    color: #45A7FE
}

.entrance-wrap-tiaojian-content {
    width: 70.3rem;
    flex-shrink: 0;
    border-radius: 0.1rem;
    background: #F8F8F8;
    box-sizing: border-box;
    padding: 0.2rem;
    color: #333333;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.21rem;
    margin-bottom: 0.16rem
}

.entrance-wrap .entrance-wrap-tiaojian-content:last-child {
    margin-bottom: 0
}

.entrance-wrap-qu-title .button-enter {
    /* width: 1rem; */
    /* height: 32px; */
    flex-shrink: 0;
    border-radius: 0.4rem;
    background: #5E82FF;
    box-sizing: border-box;
    padding: 0.05rem 0.24rem 0.06rem 0.24rem;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 0.13rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.21rem;
    margin-left: 0.16rem
}

.entrance-wrap-baoming-content {
    /* width: 30.5rem; */
    flex-shrink: 0;
    border-radius: 0.1rem;
    background: #F6FBFF;
    box-sizing: border-box;
    padding: 0.2rem;
}

.entrance-wrap-baoming-content .entrance-wrap-baoming-content-data {
    display: flex;
    margin-bottom: 0.12rem
}

.entrance-wrap-baoming-content .entrance-wrap-baoming-content-data:last-child {
    display: flex;
    margin-bottom: 0
}

.entrance-wrap-baoming-content .entrance-wrap-baoming-content-data-l {
    color: #666666;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.21rem;
    width: 0.84rem;
    margin-right: 0.2rem
}

.entrance-wrap-baoming-content .entrance-wrap-baoming-content-data-r {
    color: #666666;
    text-align: justify;
    font-family: "Microsoft YaHei";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.21rem;
    /* width: 200.06rem */
}

.entrance-wrap-baoming-content .entrance-wrap-baoming-content-data-r a {
    color: #5e82ff;
}


.new-zixun {
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.21rem;
    margin-bottom: 0.2rem
}

.new-zixun-wrap {
    width: 400.06rem;
    flex-shrink: 0;
    border-radius: 0.1rem;
    background: #FFF;
    box-sizing: border-box;
    padding: 0.16rem 0.2rem;
    margin-bottom: 0.2rem
}

.img-wrap {
    /* width: 400.06rem;
    flex-shrink: 0;
    border-radius: 0.1rem;
    background: #FFF;
    box-sizing: border-box;
    padding: 0.16rem 0.2rem;
    margin-bottom: 0.2rem */
}


.new-zixun-wrap a:hover {
    color: #45A7FE
}

.new-zixun-wrap a {
    margin-top: 0.26rem;
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.18rem;
    position: relative;
    padding-left: 0.18rem;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
}

.new-zixun-wrap a:first-child {
    margin-top: 0
}

.new-zixun-wrap a:before {
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: #5E82FF;
    position: absolute;
    left: 0;
    top: 0.06rem;
}

.other-zhaungti-wrap {
    flex-wrap: wrap;
}

.other-zhaungti {
    width: 50%;
    margin: 8px 0;
    display: flex;

}

.other-zhaungti img {
    width: 0.3rem;
    height: 0.3rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
    display: block;
}

.other-zhaungti a {
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.18rem;
    margin-top: 0.06rem
}

.other-zhaungti a:hover {
    color: #45A7FE
}

.hot-city {
    color: #333333;
    font-family: "Microsoft YaHei";
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.16rem
}

.hot-city-wrap {
    display: flex;
    text-align: justify;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.hot-city-wrap a:nth-child(3n){
    margin-right:0;
}

.hot-city-wrap a {
    color: #333333;
    margin-right:0.27rem;
    text-align: justify;
    font-family: "Microsoft YaHei UI";
    font-size: 0.13rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.12rem

}

.hot-city-wrap a:hover {
    color: #45A7FE
}
.top-breadcrumb a:hover{
    color: #45A7FE
}



.tab_info_outer_box{
    background-color: #fff;
    padding-bottom: 0.2rem;
    border-radius: 0.1rem;
}


div[id^="index"]{
    /* position: absolute; */
    /* background-color: pink; */
    display: none;
}




.ruxue_content {
  margin-bottom: 0.5rem;
    /* background-color: skyblue; */
}
.tab_box{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 0.18rem;
}
.tab_box .tab_i{ 
     width: fit-content;
     white-space: nowrap;
     margin-right: 0.24rem; 
    /* background-color: #d0f1a5; */
    font-size: 0.16rem;
    height: 34px;
}

.tab_box .tab_i.active{
    position: relative;
    color: #5E82FF;
    font-weight: 600;
}
.tab_box .tab_i.active::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 0.3rem;
    height: 0.05rem;
    left: 50%;
    border-radius: 0.1rem;
    transform: translateX(-50%);

    background-color: #5E82FF;
}

.tab_box .tab_i:last-child{
    margin-right: 0;
}

/* 隐藏滚动条 */
.noScrollBar::-webkit-scrollbar {
    display: none;  
    width: 0 !important;  
    height: 0 !important;  
    -webkit-appearance: none;  
    background: transparent;  
}
.no_copy{
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
 




.xuxiankuang{  
    height: 68px; 
    border-radius: 0.1rem;
    border: 0.01rem dashed #8CA6FF;
    padding: 0 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.16rem;
    margin: 0.2rem;
    margin-bottom: 0;
}
.xuxian_inner_item{
    display: flex;
    align-items: center;
}
.xuxian_inner_item a{
    color: #5E82FF;
}

.xuxian_inner_item .btn_st{
    background-color: #5E82FF;
    border-radius: 0.3rem;
    font-size: 0.26rem;
    height: 0.3rem;
    line-height: 0.3rem !important;
    min-width: 1rem;
    text-align: center;
    color: white;
    margin-left: 0.05rem;
}




/* 学校信息相关 */
.school_content{
    margin:0 0.2rem;
    background-color: #fff;
    border-radius: 0.1rem;
    padding: 0.2rem;
    margin-bottom: 0.5rem;
    padding-top: 0;
    font-size: 0.26rem;

}
.school_tab_box{
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; 
    overflow-x: scroll; 
    position: sticky;
    background-color: #fff;
    top: 0;
    font-size: 0.26rem;
    padding-bottom: 0.09rem;
    padding-top: 0.26rem;
    border-bottom: 0.01rem solid rgb(235, 235, 235);

}
.school_tab_box .s_tab_i{
    margin-right: 0.28rem;
    white-space: nowrap;
    position: relative;
    font-size: 0.3rem;
}
.school_tab_box .s_tab_i:last-child{
    margin-right: 0;
}
.school_tab_box .s_tab_i.active{
    color: #5E82FF;
    font-weight: 600;
}
.school_tab_box .s_tab_i.active::after{
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.08rem;
    border-radius: 0.1rem 0.1rem 0 0 ;
    background-color: #5E82FF;
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
}

 .part_outer{
   padding-top: 0.5rem;
 }
 .part_outer#key_0{
    padding-top: 0.24rem !important;
 }
 .part_outer .part_title{
    font-size: 0.3rem;
    margin-bottom: 0.12rem;
	font-weight: bold;
 }
 .part_outer .part_content{  
    white-space: normal;
    text-align: justify;
    line-height: 0.38rem !important;
 }
 .part_outer .part_content a{
    color: #5E82FF;
 }


 .index_title{
    font-size: 0.16rem;
    font-weight: 600;
    margin: 0.2rem 0.2rem;
    margin-bottom: 0px;
 }
 .new_title_more{
    padding: 0.15rem 0.90rem;
    color: #5e82ff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    background: #E6ECFF;
    margin-top: 0.1rem;
    line-height: normal;
    border-radius: 0.1rem;
}
.new_title_more:hover{

    flex-shrink: 0;
    border-radius: 0.1rem;
    background: #E6ECFF;
    color: #5e82ff;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new_title_more_wrap{
    
    display: flex;
    justify-content: center;

}
.new_entrance{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.new_entrance a{ 
    margin-right: 0.01rem;
    width: 33%; 
    line-height: 0.42rem !important;
}
.new_city_outer.city_outer a{
    margin-right:0.02rem
}

.other-zhaungti{
    margin-bottom: 0.2rem;
}
.other-zhaungti-wrap{
    padding:0.3rem 0.26rem 0.1rem 0.26rem
}
 /* 最新资讯 */
 .zixun-wrap {
    width: 7.02rem;
    flex-shrink: 0;
    border-radius: 0.2rem;
    background: linear-gradient(172deg, #5693ff -2.49%, #7cabff 57.49%);
    box-shadow: 0.03rem 0.03rem 0.12rem 0 #ffffff80 inset;
    margin: 0.19rem 0.24rem 0 0.24rem;
    padding: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .zixun-top-wrap {
    display: flex;
  }
  .zixun-top-wrap .fir-img {
    width: 0.44rem;
    height: 0.44rem;
  }
  .zixun-top-wrap .sec-img {
    width: 1.4rem;
    height: 0.32rem;
    margin-top: 0.08rem;
    margin-left: 0.1rem;
  }
  .zixun-top-wrap .thi-img {
    width: 0.96rem;
    height: 0.48rem;
    margin-left: 3.64rem;
  }
  .content-artical-detail {
    display: flex;
    margin: 0.24rem 0 0 0;
    padding: 0.26rem 0.24rem 0.24rem 0.24rem;
    border-radius: 0.16rem;
    border: 1px solid #fff;
    background-color: #fff;
  }

  .content-artical-detail .content-artical-detail-right {
    width: 1.23rem;
    display: block;
    height: auto;
    align-self: flex-start;
    margin-left: 0.34rem;
    margin-top: 0.09rem;
  }

  .content-artical-detail:last-child .content-artical-detail-left {
    border-bottom: none;
    min-width: 4.57rem;
    /* min-height: 1.45rem;
    display: grid */
  }

  .content-artical-detail-left .detail-spec {
    display: flex;
    align-items: center;
    margin-top: 0.15rem;
    color: #999999;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.34rem;
  }

  .content-artical-detail-left .detail-spec .time {
    margin-right: 0.6rem;
  }

  .taball-wrap {
    margin-bottom: 0.35rem;
margin-top: 0.35rem;
    display: flex;
    align-items: center;
    padding: 0rem 0.31rem 0 0.31rem;
    flex-wrap: nowrap; /* 防止换行 */
    overflow-x: auto; /* 水平滚动 */
  }
  .taball-wrap .change-tab:last-child {
    margin-right: 0;
  }
  .taball-wrap .change-tab {
    display: block;
    margin-right: 0.28rem;
    display: flex;
    flex-direction: column; /* 主轴变为垂直方向（Y 轴） */
    justify-content: center; /* 子元素在主轴（Y 轴）上居中 */
    align-items: center; /* 子元素在交叉轴（X 轴）上居中 */
  }
  .taball-wrap .change-tab img {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    margin-bottom: 0.13rem;
    margin-top: 0.09rem;
  }

  .taball-wrap .change-tab.active img {
    width: 0.96rem;
    height: 0.96rem;
    margin-bottom: 0.06rem;
    margin-top: 0;
  }
  .taball-wrap .change-tab .text {
    text-align: center;
    color: #444444;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.36rem;

    border-radius: 1rem;
    padding: 0.05rem 0 0.06rem 0;
  }

  .taball-wrap .change-tab.active .text {
    padding: 0.05rem 0.18rem 0.06rem 0.18rem;
    background: #5b96ff;
    color: #fff;
  }

  .content-artical-top {
    position: relative;
    display: block;
}

.content-artical-top .content-artical-top-img {
    width: 100%;
    height: auto;
    display: block;
    height: 2.99rem;
    position: relative;
    z-index: 0
}

.content-artical-top::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2.5rem;
    background: url(https://imgbdb4.bendibao.com/whbdb/20256/06/2025606085016_26055.png);
}

.content-artical-top .content-artical-top-detail {
    width: calc(100% - 0.48rem);
    left: 0.24rem;
    bottom: 0.18rem;
    position: absolute;
    z-index: 2;
}

.content-artical-top .content-artical-top-detail .artical-title {

    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.46rem;
}

.content-artical-top .content-artical-top-detail .artical-spec {
    display: flex;
    margin-top: 0.11rem;

    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.36rem;
}

.content-artical-top .content-artical-top-detail .artical-spec .time {
    margin-right: 0.58rem;
}

	.content-artical {
		background-color: #fff;
	}

	.content-artical-detail {
		display: flex;
		margin: 0.24rem 0 0 0;
		padding:0.26rem 0.24rem 0.24rem 0.24rem;
		border-radius: 0.16rem;
		border: 1px solid #FFF;
		background-color: #fff;
	}

  /* 最新资讯 */
  .xg_fw_outer {
    margin: 0.24rem;
    padding: 0;
    border-radius: 0.12rem;
    background: linear-gradient(149deg, #5693ff 10.64%, #a4c4ff 31.67%);
  }
  .xg_fw_outer .fuwu_box_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.2rem 0.24rem;
    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.36rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.51rem;
    margin-bottom: 0;
    position: relative;
  }
  .xg_fw_outer .fuwu_box_title .tips {
    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.22rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.3rem;
    margin-left: 0.22rem;
    margin-bottom: 0;
  }
   .zixun_list {
    flex-shrink: 0;
    border-radius: 0 0.3rem 0.12rem 0.12rem;
    /* background: #FFF; */
    padding: 0 0.24rem 0.4rem 0.24rem;
  }
  .zixun_list li a {
    align-self: stretch;
    color: #333333;
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.42rem;
    margin-bottom: 0.24rem;
    display: block;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    position: relative;
    padding-left: 0.36rem;
  }
  .zixun_list li a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0.16rem;
    width: 0.12rem;
    height: 0.12rem;
    flex-shrink: 0;
    background: #5693ff;
    border-radius: 100%;
  }
  .zixun_list p:last-child a {
    margin-bottom: 0.08rem;
  }
  .xg_fw_outer .fuwu_box_title a {
    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.39rem;

    position: absolute;
    right: 0.24rem;
    top: 0.26rem;
    z-index: 2;
  }

  .fuwu_box_title img {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 0;
    right: 0.5rem;
    z-index: 1;
  }
  .h5_article_list a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0.16rem;
    width: 0.12rem;
    height: 0.12rem;
    flex-shrink: 0;
    background: #5693FF;
    border-radius: 100%;
}
.h5_article_list a {
 
    align-self: stretch;
color: #333333;
font-family: 'PingFang SC';
font-size: 0.3rem;
font-style: normal;
font-weight: 500;
line-height: 0.42rem;
margin-bottom: 0.24rem;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
padding-left: 0.36rem;
}

#hexin-text{
    color: #444444;
    font-family: "PingFang SC";
    font-size: 0.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.5rem !important;
}
#hexin-text a{
    color:#4890FF
}
.daohang{
    margin-left: 0.24rem;
    font-size: 0.2rem;
}
nav .topnav li.title {
    display: flex
;
}
.img-text{
    position: absolute;
    top: 0.2rem;
    left: 0.25rem;
    width: 1.1rem;
    height: 1rem;
    color: #fff;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
