#m_wrap{
    display: none;
}
p{
  line-height:22px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix{
    clear: both;
  }
.nav,.nav>a{
    color:#8a8a8a;
    font-size: 14px;
    margin-bottom: 50px;
}
.sc_art_box {
    width: 770px;
    margin-bottom: 50px;
    position: relative;
}
.sc_art_top {
    width: 790px;
    box-sizing: border-box;
    padding:0 60px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}

.sc_art_top li {
    height: 36px;
}

.sc_art_top li:last-of-type {
    padding-right: 0;
}

.sc_art_top li a {
    height: 35px;
    display: block;
    position: relative;
    font-size: 16px;
    color: #666666;
}

.sc_art_top li.cur a {
    border-bottom: 3px solid #4fcb75;
    color:#4fcb75;
}

.school-tab-content {
    padding-top: 50px;
    position: relative;
}

.school-general-tab {
    float: left;
    display: inline;
    width: 122px;
    padding: 0 16px;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.school-general-tab li {
    border-top: 1px dashed #cccccc;
    padding: 25px 0;
    color: #666;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.school-general-tab li em {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    width: 10px;
    height: 16px;
    background: url("../../image/schoolDetail/pc/arrows.jpg") 0 0 no-repeat;
}

.school-general-tab li:first-of-type {
    border-top: none;
}

.school-general-tab li.current {
    color: #0c695f;
}

.school-general-tab li.current em {
    background-image: url("../../image/schoolDetail/pc/arrows_h.jpg");
}
.school-tab-content-box{
  overflow: hidden;
  height: 1530px;
}
.school-general-content {
    float: left;
    display: inline;
    padding-left:31px;
    width: 605px;
}
.school-general-content__title {
    color: #000000;
    font-size: 18px;
}

.school-general-content__title2 {
    font-size: 16px;
    color: #000000;
    padding-top: 20px;
}

.school-general-content__title-major {
    color: #000000;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.school-general-content__title-current {
    color: #ee1c25;
}

.school-general-content__content {
    padding: 20px 0;
    line-height: 26px;
    color: #666666;
    font-size: 14px;
}

.school-general-content__content,
.school-general-content__content p,
.school-general-content__content div {
    line-height: 26px!important;
    color: #666666;
    word-break: break-all;
}


.school-general-content__content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.school-general-content__content a {
    color: #e55f53;
}

.school-general-content__content a:hover {
    text-decoration: underline;
}

.school-major-wrap {
    width: 156px;
    float: left;
    display: inline;
}

.school-major-list {
    margin-bottom: 20px;
    padding-left: 0;
}

.school-major-list strong {
    background-color: #e55f53;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 18px;
}

.school-major-list a {
    display: block;
    text-align: center;
    background-color: #f1f1f1;
    color: #666;
    font-size: 14px;
    margin-top: 2px;
    padding: 15px 20px;
}

.school-major-list a.current {
    background-color: #e5e5e5;
    color: #4d4d4d;
}

.case-list {
    margin-left: -10px;
    overflow: hidden;
}
.case-list li {
    margin-left: 10px;
    width: 185px;
    height: 360px;
    float: left;
    display: inline;
    margin-top: 15px;
    background-color: #f8f8f7;
    overflow: hidden;  
}

.case-list_pic {
    width: 185px;
    height: 168px;
    overflow: hidden;
}
.case-list_pic img {
  width: 100%;
  height: auto;
}
.case-list_content {
    padding: 30px 20px;
    position: relative;
    padding: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.case-list_content span{
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -46px;
  width: 92px;
  height: 31px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background-image: url(../../../image/schoolDetail/2020/pc/name_bg.png);
}

.s-form {
    background: url("../../../image/schoolDetail/2020/pc/form_bg.jpg") center 0 no-repeat;
    height: 162px;
    margin:0 auto;
    clear: both;
    display: flex;
    align-items: center;
}
.s-form .layout-auto{
    width:1180px;
    margin:0 auto;
    display: flex;
    align-items: flex-end;
}
.s-form h2 {
    display: inline;
    font-size: 28px;
    font-weight: normal;
    color: #ffdf4c;
    line-height: 45px;
    margin-right: 10px;
}

.s-field {
    margin-left: 20px;
}

.s-field span {
    display: inline;
    color: #e6e6e6;
    font-size: 16px;
    line-height: 39px;
    padding-right: 10px;
}

.s-field input,.s-field select {
    width: 176px;
    height: 40px;
    border:none;
    background-color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 10px;
}
.s-field  select{
    width:194px;
}
.s-field-select-error,
.form-field__error {
    border-color: #ffa49b;
}

.s-field  input.form-field__error {
    border-color: #ffa49b;
}

.s-field  input[name='code'] {
    margin-right: 0;
}

.s-get-code {
    display: block;
    line-height: 39px;
    color: #f1423c;
    font-size: 16px;
}

.s-get-code:hover {
    color: #f1423c;
}

.s-submit {
    display: block;
    width: 140px;
    height: 40px;
    background-color: #ffdf4c;
    color: #161616;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-left: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.school-major-education {
    height: 50px;
    padding-bottom: 5px;
}

.school-major-education  strong {
    float: left;
    display: inline;
    width: 50%;
    background-color: #f1f1f1;
    color: #666;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.school-major-education  strong.current {
    background-color: #0c695f;
    color: #fff;
}


.school-container {
    float: left;
    /* clear: both; */
    /* padding-bottom: 50px; */
    width: 1180px;
    position: relative;
    margin-bottom: 65px;
}
  .layout_c {
    width: 1180px;
    margin: 0 auto;
    position: relative;
  }
  .left-c {
    float: left;
    position: relative;
  }
  .right-c {
    float: right;
    position: relative;
  }
  .container-suwm {
    overflow: hidden;
  }
  .container-suwm .banner {
    width: 100%;
    height: 330px;
    background: url(../../../image/schoolDetail/2020/pc/banner_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
  }
  .container-suwm .banner .layout_c {
    box-sizing: border-box;
    padding:0 86px 0 48px;
    height: 330px;
  }
  .container-suwm .banner .lt {
    float: left;
  }
  .container-suwm .banner .lt .img-box {
    width: 166px;
    height: 167px;
    float: left;
    margin-top: 60px;
  }
  .container-suwm .banner .lt .de-box {
    width:381;
    height: 250px;
    float: left;
    margin-left: 45px;
    margin-top: 60px;
    position: relative;
  }
  .container-suwm .banner .lt .de-box .school_name {
    font-size: 25px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 24px;
    padding-right: 120px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .container-suwm .banner .lt .de-box .school_name span {
    font-size: 14px;
    color: #c2c2c2;
  }
  .container-suwm .banner .lt .de-box .o-box {
    margin-bottom: 25px;
  }
  .container-suwm .banner .lt .de-box .o-box a {
    display: inline-block;
    padding: 9px 20px;
    color: #666666;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
  }
  .container-suwm .banner .lt .de-box .o-box a:hover {
    background: #ef9424;
    border-color: #ef9424;
  }
  .container-suwm .banner .lt .de-box .o-box .active {
    background: #ef9424;
    border-color: #ef9424;
  }
  .container-suwm .banner .lt .de-box .city-c {
    width: 100%;
    height: 35px;
    border-bottom: 1px dashed #575554;
    display: flex; 
    align-items: center;
    color: #fff;
    font-size: 14px;
  }
  .container-suwm .banner .lt .de-box .city-c img {
    display: inline-block;
    margin-right: 10px;
  }
  .container-suwm .banner .lt .de-box .city-c p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .container-suwm .banner .lt .de-box .city-c a {
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
  }
  .container-suwm .banner .lt .de-box .city-c a .school-major{
    color: #fff;
    padding-left: 5px;
  }
  .container-suwm .banner .lt .de-box .play-csw {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
  }
  .container-suwm .banner .lt .de-box .play-csw img {
    cursor: pointer;
  }
  .container-suwm .banner .lt .de-box .play-csw .x {
    width: 210px;
    height: 2px;
    background: #a1a19f;
    margin-left: 8px;
    position: relative;
  }
  .container-suwm .banner .lt .de-box .play-csw .x .jindu {
    width: 9px;
    height: 20px;
    background: url(../../image/schoolDetail/pc/jindu.png) no-repeat center;
    position: absolute;
    top: -10px;
  }
  .container-suwm .banner .lt .de-box .play-csw .hot {
    margin-left: 5px;
  }
  .container-suwm .banner .lt .de-box .offer-box {
    width: 110px;
    height: 60px;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    box-shadow: 0 2px 4px 2px #0c695f;
  }
  .container-suwm .banner .lt .de-box .offer-box span {
    font-size: 14px;
  }
  .container-suwm .banner .lt .de-box .offer-box .lc {
    width: 100%;
    height: 25px;
    background: #0c695f;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
  }
  .container-suwm .banner .rt {
    float: right;
    margin-top: 117px;
    position: relative;
  }
  .container-suwm .banner .rt a{
      display: flex;
      width:143px;
      height: 74px;
      background: #ffdf4c;
      box-shadow: 0 4px 8px 0 rgba(5,22,11,0.88);
      justify-content: center;
      align-items: center;
      color:#0b0b0b;
      font-size: 20px;
      border-radius: 8px;
  }
  .container-suwm .banner .rt a>img{
      display: block;
      margin-left:5px;
  }
  .container-suwm .banner .bxocs {
    width: 100%;
    height: 165px;
    box-shadow: 0px 2px 4px 2px #0c695f75;
    background: #fff;
    position: absolute;
    bottom: -130px;
    left: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
  }
  .container-suwm .banner .bxocs .item-c {
    width: 215px;
    height: 95px;
    float: left;
    border-right: 1px solid #bfbfbf;
  }
  .container-suwm .banner .bxocs .item-c .cs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2a2a2a;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .container-suwm .banner .bxocs .item-c .cs img {
    margin-right: 10px;
  }
  .container-suwm .banner .bxocs .item-c .ls {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    color: #4fcb75;
    font-size: 14px;
  }
  .container-suwm .banner .bxocs .item-c:last-child {
    border: none;
  }
  .container-suwm .top1c {
    margin-top: 189px;
  }
  .layout_c {
    width: 1180px;
    margin: 0 auto;
    position: relative;
  }
  .left-c {
    float: left;
    position: relative;
  }
  .right-c {
    float: right;
    position: relative;
  }
/* 右侧推荐内容 */
.course_command,.hot_school{
    box-sizing: border-box;
    padding:25px 20px 35px;
    background: #f6f6f6;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
}
.course_command h3,.hot_school h3{
    color:#4fcb75;
    font-size: 20px;
    font-weight: normal;
}
.course_command{
  margin-bottom: 35px;
}
.course_command>ul>li{
    width:100%;
    height: 130px;
    position: relative;
    margin-top:16px;
}
.course_command>ul>li>.info_box{
    width:100%;
    height: 100%;
    background: url("../../../image/schoolDetail/2020/pc/rt_1.jpg") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding:35px 0 0 25px;
    color:#ffffff;
    font-size: 18px;
}
.course_command>ul>li:nth-child(2)>.info_box{
    background: url("../../../image/schoolDetail/2020/pc/rt_2.jpg") no-repeat;
    background-size: 100% 100%;
}
.course_command>ul>li:nth-child(3)>.info_box{
    background: url("../../../image/schoolDetail/2020/pc/rt_3.jpg") no-repeat;
    background-size: 100% 100%;
}
.course_command>ul>li>.zz{
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    background: #4fcb75;
}
.course_command>ul>li>.zz>a{
    display: block;
    width:168px;
    line-height: 47px;
    background: #ffffff;
    border-radius: 8px;
    color:#0c0c0c;
    font-size: 16px;
    text-align: center;
}
.course_command>ul>li:hover>.zz{
    display: flex;
}
.hot_school>ul{
    margin-top:20px;
}
.hot_school>ul>li{
    padding:22px 0 15px;
    border-top:1px dashed #999999;
}
.hot_school>ul>li>a{
    display: flex;
    align-items: center;
}
.hot_school>ul>li img{
    display: block;
    width:62px;
    height: 62px;
    border-radius: 50%;
    margin-right: 15px;
}
.hot_school>ul>li div{
    flex:1;
}
.hot_school>ul>li div>h4{
    color:#333333;
    font-size: 16px;
    margin-bottom: 8px;
}
.hot_school>ul>li div>p{
    font-size: 12px;
    color:#999999;
}
.hot_school>ul>li div>p>span{
    color:#4fcb75;
}
.showCase{
    padding:90px 0 85px;
    background: #fff;
}
.teachers{
    padding:80px 0 120px;
    background: #f8f8f8;
}
/* 问答部分 */
.question{
    padding:95px 0 120px;
    background: #fff;
}
.content_btn{
    display: block;
    position: absolute;
    left:50%;
    margin-left:50px;
    width:38px;
    height: 38px;
    border-radius: 50%;
    bottom:-50px;
    cursor: pointer;
}
.content_btn.show{
    background: url("../../../image/schoolDetail/2020/pc/show.png") no-repeat;
    background-size: 100% 100%;
}
.content_btn.hide{
    background: url("../../../image/schoolDetail/2020/pc/hide.png") no-repeat;
    background-size: 100% 100%;
}