.title{font-size: 22px;color: #333;font-weight: bold;display: flex;justify-content: flex-start;align-items: center;}
.title::before{content: '';width: 3px;height: 24px;border-radius: 2px;background: #3fba98;margin-right: 10px;}
/*  */
.school-Introduction{}
.school-Introduction .content{display: flex;justify-content: space-between;padding: 38px 17px 0 0;box-sizing: border-box;}
.school-Introduction .school-Text{width: 564px;}
.school-Introduction .text{font-size: 16px;line-height: 28px;color: #333;padding: 14px 0 0 13px;box-sizing: border-box;}
.school-Introduction .school-Images{width: 375px;height: 277px;overflow: hidden;}
.school-Introduction .school-Images img{width: 100%;transition: 0.5s;}
.school-Introduction .school-Images img:hover{transform: scale(1.05);}
/*  */
.section-Navigation .m1000{padding:58px 0 0 0;}
.section-Navigation .content{padding:26px 17px 30px 15px;display: flex;justify-content: space-between;flex-wrap: wrap;box-sizing: border-box;}
.section-Navigation .item{position: relative;cursor: pointer;transition: 0.3s; width: 299px;height: 110px;background:url('../images/icon-bk.jpg') no-repeat;margin-bottom: 25px;display: flex;justify-content: flex-start;align-items: center;padding: 0 0 0 129px;box-sizing: border-box;}
.section-Navigation .nav-text{font-size: 22px;font-weight: bold;color: #333;}
.section-Navigation .item::before{content: '';width: 124px;height: 100%;display: block;position: absolute;left: 0;top: 0;background-position: center center !important;}
.section-Navigation .item:nth-child(1):before{background: url('../images/icon1.png') no-repeat;}
.section-Navigation .item:nth-child(2):before{background: url('../images/icon2.png') no-repeat;}
.section-Navigation .item:nth-child(3):before{background: url('../images/icon3.png') no-repeat;}
.section-Navigation .item:nth-child(4):before{background: url('../images/icon4.png') no-repeat;}
.section-Navigation .item:nth-child(5):before{background: url('../images/icon5.png') no-repeat;}
.section-Navigation .item:nth-child(6):before{background: url('../images/icon6.png') no-repeat;}
.section-Navigation .item:hover{transform: translateY(-5px);}




















