.stop-swiper img {
    width: 100%;
    height: 800rem
}

/* 学校简介 */
.shcool {
    height: 100%;
    display: flex;
    background-color: #fff;
    margin: auto;
    width: 1000rem;
}

.school-left {
    padding: 90rem 0;
    padding-top: 20rem;
    flex: 1;
}

.school-null {
    margin-top: 15rem;
    background-color: #EA4049;
    height: 3rem;
    width: 48rem;
    margin-bottom: 10rem;
}

.school-title {
    font-size: 24rem;
    line-height: 34rem;
    color: #333;
    font-weight: 500;
}

.school-ex-title {
    font-size: 14rem;
    color: #999;
    line-height: 20rem;
}

.school-content {
    margin-top: 32rem;
    width: 500rem;
    font-size: 14rem;
    line-height: 20rem;
    color: #333333;
}
.school-left a:hover{
    background: #EA4049;
box-shadow: 0rem 0rem 8rem rgba(51, 51, 51, 0.08);
}
.school-left a {
    display: inline-block;
    background: #E10727;
    border-radius: 4rem;
    font-weight: 400;
    
    font-size: 12rem;
    line-height: 30rem;
    color: #FFFFFF;
    width: 90rem;
    height: 30rem;
    text-align: center;
    margin-top: 57rem;
}

.school-right {
    position: absolute;
    right: 100rem;
    top: 90rem;
    background-color: #fff;;
    
}

.school-right img {
    border: 10rem solid #fff;
    box-shadow: 0px 0px 8rem rgba(0, 0, 0, 0.06);
    width: 380rem;
    border-radius: 10rem;
    height: 270rem;
}
.school-bg{
    position: relative;
}
/*学校简介结束*/
/* 专业设置开始 */
/*///////////////////*/
.specialty {
    padding: 64rem 0 80rem 0;
    width: 100%;
    background-color: #F6F7F9;
}

.specialty-auto {
    margin: auto;
    width: 1200rem;
}

.spec-ex-tit {
    text-align: center;
    font-weight: 500;
    font-size: 26rem;
    line-height: 36rem;

    color: #C5C9CD;
    text-align: center;
}

.spec-title {
    width: 300rem;
    text-align: center;
    display: flex;
    margin: auto;
    margin-bottom: 53rem;
}

.spec-null {
    width: 53rem;
    background-color: #D4D8DD;
    height: 2rem;
    margin: auto;
}

.spec-title-text {
    font-weight: 600;
    font-size: 28rem;
    line-height: 39rem;
    color: #333333;
}

/*///////////////////*/
.spec-list {
    width: 1200rem;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

.spec-item:hover{
    margin-bottom: 10rem;
    margin-top: 0;
    transition: all 0.2s;
    box-shadow: 0rem 2rem 8rem rgba(219, 219, 219, 0.4);
}
.spec-item {
    
    margin-right: 10rem;
    margin-top: 10rem;
    padding: 40rem 34rem 40rem 27rem;
    background: linear-gradient(180deg, #F5F7F9 0%, #FFFFFF 100%);
    border: 2rem solid #FFFFFF;
    box-shadow: 0rem 4rem 8rem rgba(242, 242, 242, 0.5);
    display: flex;
    border-radius: 6rem;
    cursor: pointer;
}

.spec-item:nth-child(3n) {
    margin-right: 0;
}

.spec-item-left {
    width: 60rem;
    height: 100rem;
    text-align: center;
    margin-right: 15rem;
}

.spec-item-left img {
    width: 60rem;
    height: 60rem;
    margin-top: 20rem;
}

.spec-item-right {
    width: 253rem;
    height: 100%;
}

.spec-item-right div {
    font-size: 18rem;
    line-height: 25rem;
    color: #252B3A;
    font-weight: 600;
}

.spec-item-right p {
    font-size: 18rem;
    font-size: 16rem;
    line-height: 22rem;
    margin-top: 14rem;
    color: #404550;
}

/* 专业设置结束 */
/* 培训专区开始 */
.train {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.train-auto,
.teach-auto,
.style-auto,
.study-auto,
.make-auto {
    width: 1200rem;
    margin: auto;
}

.train-img {
    width: 1200rem;
    height: 110rem;
    margin: 50rem 0;
}

.train-list {
    display: flex;
    justify-content: space-around;
    margin-top: 55rem;
    padding-bottom: 65rem;
}

.train-item:hover{
    /* box-shadow: 0px 0px 8rem rgba(0, 0, 0, 0.08); */
    /* transition: margin-top 0.2s;
    background: linear-gradient(180deg, #F5F7F9 0%, #FFFFFF 100%);
    border: 2rem solid #FFFFFF;
    box-shadow: 0px 2rem 8rem rgba(219, 219, 219, 0.5);
    margin-top:-20rem */
    background: #FFFFFF;
    box-shadow: 0px 0px 8rem rgba(0, 0, 0, 0.08);
}
.train-item {
    cursor: pointer;
    padding: 25rem 25rem;
    width: 270rem;
    height: 270rem;
    text-align: center;

}

.train-item img {
    width: 113rem;
    border-radius: 100%;
    height: 113rem;

}

.train-item-title {
    text-align: center;
    font-weight: 600;
    font-size: 18rem;
    line-height: 60rem;

    color: #333333;
}

.train-item p {
    font-weight: 400;
    font-size: 14rem;
    line-height: 20rem;
    text-align: center;
    color: #333333;
}

/* 培训专区结束 */
/* 热门专业开始 */
.hot-specialty{
    width:100%;
    display: flex;
    flex-wrap: wrap;

}
.hot-specialty li{
    margin-right: 45rem;
    display: flex;
    width: 577rem;
    margin-bottom: 24rem;
    cursor: pointer;

}
.hot-specialty li:hover .that-left-title{
    color: #EA4049;
}
.that-left-more:hover{
    color: #fff;
    background: #EA4049;
}
/* .hot-specialty li:hover .that-left-more{
    color: #fff;
    background: #EA4049;
} */
.hot-specialty li .that-right{
    width: 200rem;
    height: 200rem;
    border-radius: 20rem;
    margin-right: 20rem;
}
.that-left-title{
    font-weight: 500;
    color: #333;
    font-size: 24rem;
    line-height: 38rem;
}
.that-left-cont{
    font-style: normal;
font-weight: 400;
font-size: 14rem;
line-height: 20rem;
margin-top: 18rem;
color: #666666;
height: 100rem;
}
.that-right img{
    width: 200rem;
    height: 200rem;
    border-radius: 20rem;
}
.hot-specialty li:nth-child(2n){
    margin-right: 0;
}
.that-left-more{
    width: 100rem;
    height: 32rem;
    border-radius: 6rem;
    border: 1rem solid #EA4049;
    color: #EA4049;
    text-align: center;
    line-height: 32rem;
    box-sizing: border-box;
    margin-top: 10rem;
}
/* 热门专业结束 */
/* 师资力量开始 */
.teach {
    background: #F6F7F9;
    padding-top: 63rem;
    padding-bottom: 85rem;
}

.teach-tap {
    width: 100%;
    height: 130rem;
    background: linear-gradient(90.02deg, #FFFFFF 1.72%, #F3F4F7 61.5%);
    border: 2rem solid #FFFFFF;
    border-radius: 10rem;
}

.teach-tap-list {
    display: flex;
    justify-content: space-around;
}

.teach-tap-list li div {
    /* text-align: center; */
    font-weight: 600;
    font-size: 28rem;
    line-height: 39rem;

    color: #EA4049;
    margin-top: 36rem;
}

.teach-tap-list li p {
    /* text-align: center; */
    font-weight: 600;
    font-size: 16rem;

    color: #333333;

}

.teach-content-list {
    display: flex;
    width: 100%;
    border-top: 1rem solid #fff;
    border-right: 1rem solid #fff;
    margin-top: 20rem;
    flex-wrap: wrap;

}

.teach-content-list li {
    cursor: pointer;
    border-left: 1rem solid #fff;
    border-bottom: 1rem solid #fff;
    width: 171rem;
    margin:0 7rem;
    height: 420rem;

    background: #F2F2F2;

}

.teach-content-list li img {
    width: 100%;
    height: 100%;
}

/* 师资力量结束 */
/*名师风采开始*/
.stop-swiper .swiper-slide {
    padding-right: 10rem;
    border-radius: 6rem;
    background: #fff;
    position: relative;
    width: 300rem;
    height: 410rem;
  }
  .stop-swiper img{
    width:100%;
    height: 100%;
    border-radius: 6rem;
  }
  .banner-pos{
    background: rgba(8, 8, 27, 0.69);
    border-radius: 0rem 0rem 6rem 6rem;
    bottom: 0;
    left: 0;
    position: absolute;
    padding-right: 10rem;
    width: 290rem;
  }
  .banner-pos{
    font-weight: 400;
  font-size: 14rem;
  line-height: 20rem;
  color: #FFFFFF;
  width: 100%;
  }
  .banner-pos span{
    display: inline-block;
    margin-left: 11rem;
    margin-top: 20rem;
    font-size: 18rem;
    line-height: 25rem;
    
    color: #FFFFFF;
  }
  .banner-pos p{
    font-weight: 400;
  font-size: 14rem;
  line-height: 20rem;
  margin-left: 11rem;
    margin-bottom: 17rem;
  
  color: #FFFFFF;
  }
  .posit-nva{
    position: absolute;
    margin: 40rem 0;
  }
  
  /* 名师风采结束 */

/* 在线学习开始 */
.study {
    background: #F6F7F9;
    padding-top: 63rem;
    padding-bottom: 70rem;
}

.study-list {
    display: flex;
    margin-bottom: 60rem;
    flex-wrap: wrap;

}
.study-list li:hover .study-viod{
    color: #fff;
    background: #EA4049;
    border: 1rem solid #EA4049;
}

.study-list li {
    width: 290rem;
    height: 320rem;
    background-color: #fff;
    margin-right: 13rem;
    margin-bottom: 10rem;
    cursor: pointer;
}

.study-list li:nth-child(4n) {
    margin-right: 0rem;

}

.study-list li img {
    height: 188rem;
    width: 100%;
}

.study-list-item {
    padding: 23rem 28rem;
}

.study-list-item p {
    font-weight: 600;
    font-size: 18rem;
    line-height: 25rem;
    text-align: center;
    color: #000000;

}

.study-viod {
    width: 100%;
    height: 40rem;
    color: #999;
    line-height: 40rem;
    text-align: center;
    font-size: 14rem;
    border: 1rem solid #999;
    margin-top: 20rem;
}



/* 在线学习结束 */

/* 新闻资讯开始 */
.newsContainerBox {
    height: 648rem;
    margin-top: 75rem;
    width: 100%;
    overflow: hidden;
}

.newsContainerBox .main {
    width: 1440rem;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.newsContainerBox .main .title {
    height: 77rem;
    width: 345rem;
    margin: 0 auto 61rem;
}

.newsContainerBox .main .mainContentBox {
    height: 402rem;
    width: 100%;
    display: flex;
}

.newsContainerBox .main .mainContentBox .newsSwiperContainer {
    height: 402rem;
    width: 540rem;
    margin-left: 120rem;
}

.newsContainerBox .main .mainContentBox .newsSwiperContainer .newsBanner {
    height: 402rem;
    width: 540rem;
}

.newsBanner .img {
    height: 402rem;
    width: 540rem;
}

.rightNewsContentContainer {
    height: 100%;
    width: 610rem;
    margin-left: 52rem;
    /* overflow-y: scroll; */

}

.rightNewsContentContainer::-webkit-scrollbar {
    display: none;
}

.rightNewsContentContainer .newsListItem {
    width: 610rem;
    cursor: pointer;
    padding-bottom: 16rem;
    border-bottom: 1rem solid #F2F2F2;
    display: flex;
    padding-top: 18rem;
}
.rightNewsContentContainer .newsListItem:hover{
    background-color: #FCFCFC;
}
.rightNewsContentContainer .newsListItem:hover .newTitle {
    color: red;
}

.leftDateContainer {
    height: 100%;
    width: 100rem;
    display: flex;
    align-items: center;
    margin: auto;
}

.dateContent {
    width: 100rem;
    /* height: 44rem; */
    text-align: center;
    align-items: center;

}

.leftLine {
    height: 35rem;
    width: 1rem;
    background-color: #333333;
    display: inline-block;
    margin-left: 10rem;
    transform: rotate(20deg);
}

.dateDay {
    display: inline-block;
    font-size: 16rem;
    color: #333333;
    line-height: 22rem;
    margin-left: 13rem;
}

.rightContent {
    height: 98rem;
    width: 480rem;
    margin-left: 15rem;
    border-left: 1rem solid #F2F2F2;
    padding-left: 14rem;
}

.rightContent .newTitle {
    font-weight: bold;
    height: 25rem;
    width: 100%;
    font-size: 18rem;
    font-weight: 500;
    color: #333333;
    line-height: 25rem;
}
.rightContent .newTitle:hover .a{
    color:#EA4049;
}
.rightContent .newsContentDesc {
    height: 40rem;
    width: 100%;
    font-size: 14rem;
    color: #666666;
    line-height: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.readNumContainer {
    height: 20rem;
    width: 100%;
    margin-top: 16rem;
    line-height: 20rem;
    color: #999999;
    font-size: 14rem;
}

.sw-title {

    position: absolute;
    z-index: 999;
    width: 100%;
    height: 54rem;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.6);
    bottom: 0;
    left: 0;
    padding-left: 16rem;

    line-height: 54rem;
}

.contain-list {
    width: 100%;
    display: flex;
    margin: auto;
    margin-bottom: 44rem;
}

.contain-list ul {
    display: flex;
    margin: 0 12rem;
    margin: auto;

}

.a-p {
    font-size: 30rem;
    margin-bottom: 5rem;
    color: #EA4049;

}

.contain-list ul li {
    border-radius: 35rem;
    padding: 0 17rem;
    margin-bottom: 44rem;
    cursor: pointer;
    line-height: 35rem;
    height: 35rem;
    height: 35rem;
    border: 1rem solid #D1D7E0;
    margin: 0 12rem;
}
.contain-list ul li:hover{
    background: #EA4049;
    color:#fff;
    border: 1rem solid #EA4049;
    transition: all 0.2s;
}
.contain-active {
    background: #EA4049;
    color:#fff;
    border: 1rem solid #EA4049;
}

/* 新闻资讯结束 */


.storeContainer {
    height: 100rem;
    width: 100%;
    margin-top: 60rem;
    display: flex;
  }
  
  .storeContainer .left {
    width: auto;
    height: 100%;
    margin-right: 73rem;
  }
  
  .storeContainer .line {
    width: 28rem;
    height: 2rem;
    background-color: #EA4049;
  }
  
  .storeContainer .number {
    height: 42rem;
    font-size: 30rem;
    color: #EA4049;
    line-height: 42rem;
    margin-top: 8rem;
  }
  
  .storeContainer .desc {
    height: 17rem;
    font-size: 12rem;
    color: #333333;
    line-height: 17rem;
    margin-top: 8rem;
  }
  
  .storeContainer .right {
    margin-left: 42rem;
  }
  .el-submenu__title{
      color:#313F4D !important
  }