

.industry-list > div {
    min-height: 5rem;
  margin-bottom: 0.44rem; }
.industry-list .industry-item {
  height: 100%;
  border: 0.01rem solid #dcdcdc;
  padding: 0.48rem; }
  .industry-list .industry-item img {
    height: 0.8rem; }
  .industry-list .industry-item h4 {
    font-family: HarmonyOS_Sans_SC_Bold;
    margin: 0.24rem 0 0.12rem;
    font-size:0.34rem;}
    .ibdustry-item-text p{
        margin-bottom: 0.12rem;
        line-height: 0.4rem;
        font-size: 0.2rem;
    }

.title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem; }
  .title-bar.right {
    flex-direction: row-reverse; }
  .title-bar .num {
    font-size:1.6rem;
    color: #949495;
    font-family: Ubuntu_Bold;
    position: relative;
    opacity: 0.2;
    }
    .title-bar .num:before {
      content: '';
      display: block;
      width: 0.32rem;
      height: 0.04rem;  
      background: #0d3358;
      position: absolute;
      top: calc(50% - 0.01rem);
      left: -0.06rem; }
  .title-bar .text {
    font-size: 0.48rem;
    color: #000;
    font-family: HarmonyOS_Sans_SC_Bold;
    }

.major {
  font-size: 0.24rem;
  margin: 0.18rem 0 0.32rem;
  padding: 0;
    
}
  .major li {
    margin-bottom: 0.12rem; 
      
  }
  .industry-list{
      display: flex;
      justify-content: space-between;
  }
.industry-list>div{
    width: 48%;
}
.industry-list .col-lg-4{
    width: 33%;
}
@media (max-width: 992px) {
    .industry-list .col-lg-4 {
       width: 100%;
    }
}
@media (max-width: 768px) {
  .title-bar {
    flex-direction: column !important;
    margin-bottom: 0.12rem; } }

/*# sourceMappingURL=hy.css.map */
