﻿.sub-title {
  font-size:28px;
  margin-top:45px;
}
.view-more {
  display:block;
  color:#e10032;
  text-align:center;
  margin-top:35px;
  margin-bottom:60px;
}
.course-list {
  margin-top:30px;
}
.course-list ul li {
  display:inline-block;
  color:#303030;
}
.course-list {
  font-size:20px;
}
.course-list .division {
  height:1px;
  width:100%;
  background-color:#e6e6e6;
}
.course-list .menu-1st {
  height:80px;
  width:1440px;
  background-color:#f7f7f7;
  padding-left:40px;
  line-height:80px;
  color:#666666;
}
.course-list .menu-1st li {
  display:inline-block;
  margin-right:60px;
}
.course-list .menu-1st li a {
  display:block;
  height:78px;
}
.course-list .menu-2nd {
  display:none;
  height:60px;
  width:1440px;
  padding-left:40px;
  background-color:#f7f7f7;
  line-height:60px;
  color:#666666;
}
.course-list .menu-2nd li {
  display:inline-block;
  margin-right:24px;
}
.course-list .on {
  display:inline-block;
}
.course-list .course-item {
  margin-top:23px;
}
.course-list .course-item li {
  width:24%;
  margin-right:5px;
  text-align:center;
  vertical-align:top;
}
.course-list .course-item li p {
  margin-top:20px;
}
.course-list .course-item li img {
  display:block;
  margin:0 auto;
  overflow:hidden;
  width:100%;
}
.course-list .course-item .last-item {
  margin-right:0;
}
.course-list .active {
  color:#e10032;
  border-bottom:2px solid #e10032;
}
.course-list .active-2nd {
  color:#e10032;
}
.m-course {
  display:none;
}
.m-learn-map {
  display:none;
}
.learning-map {
  margin-top:15px;
  margin-bottom:80px;
  text-align:center;
}
.learning-map li {
  display:inline-block;
  vertical-align:top;
  margin-right:5px;
  width:224px;
  height:441px;
  position:relative;
  text-align:left;
}
.learning-map .learning-map-1 {
  background:url("../image/learning-map-bg-1.png") no-repeat center;
}
.learning-map .learning-map-2 {
  background:url("../image/learning-map-bg-2.png") no-repeat center;
}
.learning-map .learning-map-3 {
  background:url("../image/learning-map-bg-3.png") no-repeat center;
}
.learning-map .learning-map-4 {
  background:url("../image/learning-map-bg-4.png") no-repeat center;
}
.learning-map .learning-map-5 {
  background:url("../image/learning-map-bg-5.png") no-repeat center;
  margin-right:0;
}
.learning-map .map-learn-more {
  display:block;
  width:156px;
  height:37px;
  background:url("../image/learning-map-more.png") no-repeat center;
  color:#ffffff;
  line-height:37px;
  font-size:18px;
  text-align:center;
  margin-left:34px;
  margin-right:34px;
  position:absolute;
  bottom:150px;
}
.learning-map .map-pic {
  width:224px;
  bottom:5px;
  position:absolute;
}
.learning-map .map-pic img {
  display:block;
  margin:0 auto;
}
.learning-map .map-title {
  color:#ffffff;
  margin-top:55px;
  font-size:26px;
  text-align:center;
}
.learning-map .map-intro {
  color:#ffffff;
  padding-left:35px;
  padding-right:35px;
  font-size:16px;
  margin-top:15px;
}
.breadnav a {
  text-decoration:none;
}
.m-menu-1st {
  display:none;
  font-size:18px;
  line-height:2;
}
.m-menu-1st li {
  display:none;
}
.mobile-menu-screen,
.mobile-menu-selected,
.mobile-menu-list-mask{
  display: none;
}
.course-list .menu-3rd,
.course-list .menu-1st,
.course-list .menu-2nd,
.course-list .menu-3rd{
  width: 100%!important;
}
.course-list .menu-3rd{
  height: auto!important;
}
.sa-tplby-list{
  margin-left: 1%;
  margin-right: 0;
}
.sa-tplby-list .sa-tplby-item:nth-child(3n){
  margin-right: 0!important;
}
@media screen and (max-width:1400px) {
  .course-list .menu-2nd {
    height:auto;
    width:auto;
  }
  .course-list .menu-1st {
    height:auto;
    width:auto;
  }
  .course-list .course-item li {
    width:22%;
    margin-right:1%;
    margin-left:1%;
  }
  .learning-map {
    margin:0 auto;
  }
  .learning-map li {
    width:19%;
  }
  .learning-map .map-intro {
    padding-left:12px;
    padding-right:5px;
  }
  .learning-map .map-intro p {
    height:110px;
    overflow:hidden;
  }
  .learning-map .map-pic {
    width:100%;
  }
  .learning-map .map-pic img {
    display:block;
    margin:0 auto;
  }
  .learning-map .map-learn-more {
    margin-left:6%;
    margin-right:3%;
    background-size:80%;
  }
}
@media screen and (max-width:992px) {
    .learning-map .map-pic {
    width:90%;
    padding-left:8%;
    padding-right:5%;
  }
  .learning-map .map-pic img {
    width:100%;
    display:block;
    margin:0 auto;
  }
  .learning-map .map-intro {
    padding-left:8%;
    padding-right:5%;
  }
  .learning-map .map-learn-more {
    width:95%;
    background-size:80%;
  }
}
@media screen and (max-width:768px) {
  .sa-c-title{
    margin-top: 30px;
    padding-left: 4%;
    font-weight: bold;
    padding-bottom: 0!important;
    height: 40px!important;
    line-height: 40px!important;
    font-size: 20px!important;
    text-align: left!important;
  }
  .sub-title{
    font-size: 20px;
    padding-left: 4%;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgba(42, 43, 46, 1);
  }
  .course-list .menu-2nd {
    display:none;
  }
  .course-list .menu-1st {
    display:none;
  }
  .course-list .m-item {
    display:none;
  }
  .course-list .course-item li {
    width:47%;
    margin-right:1%;
  }
  .m-course {
    display:block;
  }
  .m-menu-1st {
    display:block;
    position:relative;
    width:95%;
    margin: 0 auto;
    margin-top:20px;
    margin-bottom:20px;
    background:#f7f7f7;
    padding:10px;
    border-radius:4px;
    border:1px solid #e6e6e6;
  }
  .m-menu-1st .selected {
    display:block;
  }
  .m-menu-1st .selected a {
    color:#e10032;
  }
  .m-menu-1st .list-arr {
    width:28px;
    height:23px;
    position:absolute;
    top:18px;
    right:23px;
  }
  .open {
    height:auto;
  }
  .open li {
    display:block;
  }
  .learning-map {
    display:none;
  }
  .m-learn-map {
    display:block;
    margin:0 auto;
  }
  .m-learn-map li {
    display:block;
    height:274px;
    color:#ffffff;
    padding-left:10%;
    padding-top:20px;
    position: relative;
    margin-top: 10px;
  }
  .m-learn-map li .m-map-l {
    width:48%;
    display:inline-block;
    vertical-align:middle;
    position:absolute;
    left: 6%;
  }
  .m-learn-map li .map-learn-more {
    display:block;
    width:146px;
    height:40px;
    border-radius: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color:#ffffff;
    line-height:40px;
    font-size:16px;
    text-align:center;
  }
  .m-learn-map li .map-title {
    color:#ffffff;
    margin-top:50px;
    font-size: 20px;
    font-weight: bold;
  }
  .m-learn-map li .map-intro {
    color:#ffffff;
    font-size:12px;
    line-height: 18px;
    margin-top:8px;
  }
  .m-learn-map li .map-intro p {
    height:90px;
  }
  .m-learn-map li .map-pic {
    margin-top:30px;
    position:absolute;
    bottom: 2%;
    width: 44%;
    right: 2%;
    display:inline-block;
    vertical-align:middle;
  }
  .m-learn-map li .map-pic img {
    width:100%;
  }
  .m-learn-map .m-map-1 {
    background:url("../image/m-map-1.png") no-repeat center;
  }
  .m-learn-map .m-map-2 {
    background:url("../image/m-map-2.png") no-repeat center;
  }
  .m-learn-map .m-map-3 {
    background:url("../image/m-map-3.png") no-repeat center;
  }
  .m-learn-map .m-map-4 {
    background:url("../image/m-map-4.png") no-repeat center;
  }
  .m-learn-map .m-map-5 {
    background:url("../image/m-map-5.png") no-repeat center;
    margin-right:0;
  }
  .course-list .course-item,
  .sa-tplby-list{
    margin: 20px 2%!important;
    width: 96%!important;
    /*justify-content: space-around;*/
    display: flex;
    flex-wrap: wrap;
  }
  .course-list .course-item li,
  .sa-tplby-list li.sa-tplby-item{
    background: #F1F3F5;
    width: 48%;
    margin: 0 1%;
    float: none;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .course-list .course-item li img,
  .sa-tplby-list li.sa-tplby-item img{
    width: 100%;
  }
  .course-list .course-item li p,
  .sa-tplby-list li.sa-tplby-item h3{
    font-size: 12px;
    text-align: left;
    margin: 6px 10px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    padding: 0;
  }
  .view-more{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .course-list{
    padding-bottom: 20px;
  }
  .my-container{
    background: #fff;
  }
  .mobile-menu-screen{
    display: block;
    width: 92%;
    height: 46px;
    margin: 0 auto;
    border: 1px solid #F1F3F5;
    border-radius: 4px;
    line-height: 46px;
    justify-content: space-between;
    align-items: center;
    padding: 0 3%;
    padding-left: 50px;
    font-size: 16px;
    color: #383838;
    box-sizing: border-box;
    position: relative;
    background: #F7F8FB url(https://www-file.ruijie.com.cn/chineseResources/UIA/v2.0/website/service/onlineTrain/images/next-btn.png) no-repeat 94% center;
    background-size: 7px;
  }
  .mobile-menu-screen .screen-btn{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px;
  }
  .mobile-menu-screen img{
    width: 32px;
  }
  .mobile-menu-selected{
    width: 92%;
    margin: 10px auto;
    font-size: 14px;
    color: #2A2B2E;
    display: flex;
    align-items: center;
    display: none;
  }
  .mobile-menu-selected span{
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 5px 8px;
    border-radius: 24px;
    background: #F4F4F4;
    font-size: 11px;
    color: #6A6B6D;
    display: inline-block;
    margin-right: 5px;
    display: none;
  }
  .mobile-menu-list-mask{
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .mobile-menu-list{
    width: 90%;
    background: #fff;
    height: 88%;
    float: right;
    position: relative;
    top: 12%;
    box-sizing: border-box;
    padding: 10px 5%;
    display: flex;
    flex-direction: column;
  }
  .menu-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #2A2B2E;
    font-weight: bold;
    height: 30px;
  }
  .menu-close img{
    width: 15px;
  }
  .menu-info-list{
    flex: 1;
    overflow-y: auto;
  }
  .menu-btn{
    height: 50px;
    display: flex;
    justify-content: space-around;
  }
  .btn-style{
    height: 40px;
    line-height: 40px;
    width: 42%;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
  }
  .btn-reset{
    border: 1px solid #7D7D7D;
    color: #7D7D7D;
  }
  .btn-confirm{
    border: 1px solid #DA0030;
    background: #DA0030;
    font-weight: bold;
    color: #fff;
  }
  .menu-sub-tit{
    font-size: 14px;
    color: #292929;
    margin: 20px 0 10px 0;
  }
  .sub-type{
    display: none;
  }
  .mobile-menu-item-list,
  .child-menu-list dl{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #D5D5D5;
  }
  .mobile-menu-item-list li a,
  .child-menu-list a{
    border: 1px solid #C3C9D5;
    font-size: 12px;
    color: #7D7D7D;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    border-radius: 4px;
    padding: 4px 11px;
  }
  .mobile-menu-item-list li a.cur_menu,
  .child-menu-list a.cur_menu{
    background: #DA0030;
    color: #fff;
    border: 1px solid #DA0030;
  }
  .course-list .active {
    border-bottom: none;
  }
  .course-list .on{
    display: none;
  }
  .course-list {
    margin-top:0;
  }
  .course-list .division{
    display: none;
  }
  .overflow{
    height: 100%;
    overflow: hidden;
  }
}
/*@media screen and (max-width:450px) {
  .m-learn-map li .map-intro p {
    height:90px;
    overflow:hidden;
  }
  .m-learn-map li .map-pic {
    right:5%;
    width:40%;
  }
}/*# sourceMappingURL=course_index.css.map */*/