/*--------广告--------*/
.urban_ad {
 width: 100%;
}
.urban_ad img{
    width: 100%;
    height: 1.3rem;
}
/*------------菜单-----------*/
.urban_orb_left{
    margin-top: 0.1rem;
    background: #ffffff;
}
.urban_banner {
    margin-top: 0.88rem;
}

/*--------------标题-----------*/
.usban_title h1{
    font-size: 0.3rem;
    color: #121314;
    height: 0.4rem;

}
.usban_title span{
    width: 0.06rem;
    height:0.26rem;
    background: #ff9c00;
    display: inline-block;
    margin-right: 0.1rem;
}

/*----------专业介绍-------------*/
.introduction_direction{
    margin-top: 0.3rem;
}
.introduction_direction h3{
    font-size: 0.28rem;
    color: #121314;
    margin-top: 0.2rem;
}
.urban_orb_left  p{
    font-size: 0.24rem;
    color: #636363;
    line-height: 0.38rem;
  margin-top: 0.1rem;
}

/*------------就业前景-----------*/
.introduction_prospect{
    margin-top: 0.3rem;
}

/*----------招生专业---------------*/
.admissions_major{
    margin-top: 0.3rem;

}
.admissions_major table{
    margin-top: 0.2rem;
}
.admissions_major table tr{
    width: 100%;
    height: 0.43rem;
    font-size: 0.22rem;
    color: #484848;
    line-height: 0.43rem;
}
.admissions_major table tr:nth-child(2n){
    background: #eeeeee;
}
.admissions_major table tr td:first-child{
    color: #c53232;
}
.admissions_major table tr a{
    width: 1.1rem;
    height: 0.32rem;
    display: inline-block;
    color: white;
    background: #ff7c1b;
    text-align: center;
    line-height: 0.32rem;
}
.admissions_major table td:first-child{
    width: 5%;
    text-align: center;
}
.admissions_major table td{
    width: 30%;
    text-align: center;
}

/*------------就业岗位---------*/
.introduction_post{
    margin-top: 0.3rem;
}

/*------------就业方向---------*/
.employment_post{
    margin-top: 0.3rem;
}

@media (max-width: 420px) {
    .urban_orb_left p{
      line-height: 0.48rem;
        font-size: 0.28rem;

    }
}
@media (max-width: 320px) {

}






