.i-course-type {
    background: url(https://basic.smartedu.cn/img/header.362f415d.png) no-repeat;
    background-position: top center;
    background-size: cover;
}

.i-course-type ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i-course-type ul {
    
}

.i-course-type li {
    width: 290px;
    text-align: center;
}

.i-course-type li:hover {
    box-shadow: 0 0 10px #fee2e5;
    border-bottom: 2px solid #ff3600;
}

.i-course-type li:hover .listP1 {
    color: #1b1b1b;
}

.i-course-type li:hover a {
    color: #ffffff;
    background-color: #ff3600;
}

.i-course-type li .listP1 {
    font-size: 24px;
    padding-top: 80px;
    color: #e02727;
}

.i-course-type li .listP2 {
    font-size: 18px;
    padding: 25px 0 45px;
    color: #575757;
}

.i-course-type .listBtn {
    width: 218px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    margin-bottom: 40px;
    color: #ff3600;
    border: 1px solid #ff3600;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
}

.i-course-type .listBtn:hover {
    color: #ffffff;
    background-color: #ff3600;
}

/* 新闻 */
.i-news .newsbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.i-news .newsbox .left {
    width: 400px;
}
.i-news .newsbox .left .pic {
  width: 100%;
  max-height: 200px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.i-news .newsbox .left .pic img {
    width: 100%;
    height: 100%;
    border-radius: 15px 0px 15px 0px;
    display: block;
    transition: 0.3s;
}

.i-news .newsbox .left .pic:hover img {
    transition: 0.3s;
    transform: scale(1.08);
}

.i-news .newsbox .left .pic .tjian_text {
  background: #0a5eff;
  border-radius: 0px 15px 0px 0px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 8px 16px;
}

.i-news .newsbox .left .text {
    display: flex;
    flex-direction: column;
}

.i-news .newsbox .text .toptext {
    display: flex;
}

.i-news .newsbox .text .toptext .left_num {
    display: flex;
    flex-direction: column;
    margin-right: 8px;
}

.i-news .newsbox .text .toptext .left_num .top_blod,
.i-news .newsbox .text .toptext .left_num .left_numdian {
    width: 36px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fec96d;
    overflow: hidden;
    
}

.i-news .newsbox .text .toptext .left_num .left_numdian {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.i-news .newsbox .text .toptext .left_num .left_numdian .icon-dian {
    width: 3px;
    height: 3px;
    background-color: #fec96d;
    border-radius: 50%;
    display: inline-block;
}

.i-news .newsbox .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #393939;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.i-news .newsbox .description {
    margin-top: 13px;
    font-size: 15px;
    line-height: 26px;
    color: #797979;
    text-align: justify;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.i-news .newsbox .text:hover .title,
.i-news .newsbox .text:hover .description {
  color: #0a5eff;
  transition: 0.3s;
}

.i-news .newsbox .right {
    width: 810px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.i-news .newsbox .right li {
    width: 386px;
}

.i-news .more {
    margin-top: 40px;
    text-align: center;
}
.i-news .more a {
    display: inline-block;
    padding: 10px 26px;
    font-size: 16px;
    border-radius: 99px;
    border: 1px solid #eeeeee;
    color: #fec96d;
    transition: 0.3s;
}
.i-news .more a:hover {
    border: 1px solid #fec96d;
    background: #fec96d;
    color: #fff;
}

@media screen and (max-width: 1300px) {
    .i-news .newsbox .left {
        width: 31.25%;
    }
    .i-news .newsbox .right {
        width: 63.75%;
    }
    .i-news .newsbox .right li {
        width: 47.5%;
    }
}

@media screen and (max-width: 767px) {
    .i-news .newsbox .left {
        width: 100%;
    }
    .i-news .newsbox .right {
        width: 100%;
    }
    .i-news .newsbox .text .toptext .left_num .top_blod,
    .i-news .newsbox .text .toptext .left_num .left_numdian {
        text-align: center;
        font-size: 15px;
        line-height: 24px;
        width: 32px;
        height: 24px;
    }
    .i-news .newsbox .title {
        font-size: 16px;
        line-height: 24px;
    }
    .i-news .newsbox .description {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        margin-top: 8px;
        -webkit-line-clamp: 2;
    }

    .i-news .newsbox .right li {
        width: 100%;
        margin-top: 18px;
    }

    .i-news .more {
        margin-top: 20px;
    }
    .i-news .more a {
        padding: 10px 14px;
        font-size: 14px;
    }
}

/**/
.i-photo {
    padding-bottom: 0;
}
.i-photo .photo img {
    width: 100%;
    display: block;
}

/* 课程业务 */
.i-yewu {
    background: #fafafa;
}

.i-yewu .zyzgrzfd .btmbox ul {
    display: flex;
    justify-content: space-between;
}

.i-yewu .zyzgrzfd .btmbox ul li {
    width: 24%;
    padding: 16px 20px;
    background: #479bff;
    background: linear-gradient(-140deg, #479bff 0%, #0074ff 100%);
    position: relative;
}

.i-yewu .zyzgrzfd .btmbox ul li::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.i-yewu .zyzgrzfd .btmbox ul li.item1::after {
	background-image: url(../images/zyzgrzfd-icon1.png);
}
.i-yewu .zyzgrzfd .btmbox ul li.item2::after {
	background-image: url(../images/zyzgrzfd-icon2.png);
}
.i-yewu .zyzgrzfd .btmbox ul li.item3::after {
	background-image: url(../images/zyzgrzfd-icon3.png);
}
.i-yewu .zyzgrzfd .btmbox ul li.item4::after {
	background-image: url(../images/zyzgrzfd-icon4.png);
}

.i-yewu .zyzgrzfd .btmbox ul li h5 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.i-yewu .zyzgrzfd .btmbox ul li p {
    font-size: 18px;
    color: #fff;
}

.i-yewu .qydzhfw ul.sceneBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.i-yewu .qydzhfw .sceneBox li {
    width: 32%;
    border-radius: 3px;
    padding: 18px 20px;
    cursor: pointer;
    position: relative;
    background: #f5f5f5;
}


.i-yewu .qydzhfw .sceneBox li p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.i-yewu .qydzhfw .sceneBox li span {
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .i-yewu .qydzhfw .sceneBox li:nth-child(odd) {
        background: #0074ff;
        color: #fff;
    }
    .i-yewu .qydzhfw .sceneBox li:nth-child(n+4) {
        margin-top: 2%;
    }
}

/* 必要布局样式css */
.i-teacher {
    background: #fafafa;
}
.ato-content {
    position: relative;
}

.ato-list {
    width: 100%;
}

.tempWrap {
    width: 100%!important;
}

.ato-list ul li {
    width: 25%;
}

.ato-list ul li .ico img {
    width: 45%;
    height: auto;
    border: none;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.ato-list ul li h3 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}

.ato-list ul li p {
    text-align: center;
    font-size: 16px;
}

.ato-list-fl {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    justify-content: space-between;
}
.ato-content:hover .ato-list-fl {
    display: flex;
}

.ato-list-fl a {
    display: block;
}

.ato-list-fl a img {
    display: block;
    width: 30px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .ato-list ul li {
        width: 50%;
    }
    .ato-list-fl a img {
        width: 15px;
    }
    .ato-list ul li h3 {
        font-size: 16px;
        margin: 10px 0;
    }
    .ato-list ul li p {
        font-size: 14px;
    }
}