 .almb60 {
     padding-bottom: 60px;
 }
 /*名师专区 start*/
 
 .famousT {
     width: 1220px;
     margin-left: -10px;
     padding-top: 34px;
     padding-bottom: 30px;
 }
 
 .famousT-list li {
     position: relative;
     width: 224px;
     height: 224px;
     padding-top: 142px;
     box-sizing: border-box;
     text-align: center;
     margin: 0 10px;
     font-size: 0;
     box-shadow: 0 0 6px 0 hsla(0, 0%, 80%, 0.55);
     cursor: pointer;
     background-color: #fff;
 }
 
 .famousT-list li:hover .famT-detail {
     display: block;
 }
 
 .famousT-list li:hover .famT-pict {
     top: 194px;
     width: 61px;
     height: 60px;
     margin-left: -30px;
 }
 
 .famousT-list .famT-pict {
     position: absolute;
     z-index: 10;
     left: 50%;
     margin-left: -56px;
     top: 30px;
     width: 112px;
     height: 112px;
     border-radius: 50%;
     /*margin: 0 auto;*/
     background-image: url(../../../images/home-tem/210_1.jpg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
 }
 
 .famousT-list li strong {
     display: block;
     white-space: nowrap;
     overflow: hidden;
     word-break: break-word;
     font-size: 14px;
     color: #333;
     line-height: 14px;
     margin-top: 20px;
     font-weight: normal;
 }
 
 .famousT-list .fract {
     padding-top: 10px;
     display: block;
     height: 12px;
     line-height: 12px;
 }
 
 .fract i {
     font-size: 12px;
     color: #fb9f1b;
     margin: 0 2px;
 }
 
 .fract em {
     display: inline-block;
     font-size: 12px;
     color: #bbb;
     line-height: 12px;
     vertical-align: top;
     margin-left: 4px;
 }
 
 .famT-detail {
     display: none;
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     text-align: left;
     padding: 17px;
     box-sizing: border-box;
     font-size: 12px;
     color: #eee;
     line-height: 18px;
     background-color: #555;
     -webkit-transition: all .3s linear;
     -moz-transition: all .3s linear;
     -ms-transition: all .3s linear;
     transition: all .3s linear;
 }
 
 .famT-detail em {
     display: block;
     max-height: 161px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 9;
     -webkit-box-orient: vertical;
      word-break: break-all;
 }
 /*名师专区 end*/
 /*学员动态 start*/
 
 .dynamic {
     width: 580px;
     box-shadow: 0px 0px 9px 0px rgba(204, 204, 204, .5);
     background-color: #fff;
 }
 /*公共头部 start*/
 
 .dynamicTit {
     height: 69px;
     line-height: 69px;
     border-bottom: 1px solid #eee;
     padding-left: 16px;
 }
 
 .dynamicTit h4 {
     font-size: 24px;
     color: #14191e;
     line-height: 69px;
 }
 
 .dynamicTit .seeMore {
     padding: 0 48px;
     font-size: 14px;
     color: #787d82;
     border-left: 1px solid #eee;
     cursor: pointer;
     transition: all .2s ease;
     -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
     -ms-transition: all .2s ease;
     -webkit-transform-style: preserve-3d;
     -webkit-backface-visibility: hidden;
 }
 
 .dynamicTit .seeMore:hover {
     background-color: #eee;
 }
 /*公共头部 end*/
 
 .dynamicBox {
     padding: 6px 14px;
 }
 
 .dynamicWen {
     padding: 9px 14px 14px;
 }
 
 .dynamicBox ul li {
     width: 100%;
     padding: 10px 0;
     border-bottom: 1px dashed #eee;
 }
 
 .dynamicBox ul li:last-child {
     border-bottom: none;
 }
 
 .dynamicNext .portrait {
     width: 48px;
     height: 48px;
     border-radius: 50%;
     background-image: url('../../../images/home-tem/152_1.jpg');
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }
 
 .no-csstransforms .head_lists.nav-item {
     max-width: 622px;
     overflow: hidden;
     height: 60px;
 }
 
 .no-csstransforms .headerSwiper .swiperwell-container {
     width: 100%;
     height: 430px;
 }
 
 .no-csstransforms .publicList .active:hover {
     margin-left: -190px;
 }
 
 .no-csstransforms .publicList li:hover {
     margin-left: -190px;
 }
 
 .swipernew-pag {
     text-align: right;
 }
 
 .dynamicNext .studetail {
     padding-left: 16px;
     max-width: 430px;
 }
 
 .studetail h5 {
     font-size: 14px;
     color: #14191e;
     line-height: 24px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }
 
 .studetail p {
     font-size: 0px;
     line-height: 24px;
     height: 24px;
 }
 
 .studetail p i {
     font-style: normal;
     font-size: 12px;
     color: #07bbee;
     cursor: default;
 }
 
 .studetail p em {
     display: inline-block;
     position: relative;
     top: 1px;
     margin-left: 10px;
     font-size: 12px;
     line-height: 12px;
     color: #666666;
     max-width: 300px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     cursor: pointer;
 }
 
 .studetail .cursor {
     cursor: pointer;
 }
 
 .dynamicNext b {
     font-weight: normal;
     color: #b5b9bc;
     line-height: 24px;
 }
 
 .cenLine {
     width: 1px;
     border-right: 1px solid #eee;
     margin-top: 10px;
     margin-left: 16px;
 }
 /*学员动态 end*/
 /*问答社区 start*/
 
 .answerque .courque {
     height: 32px;
     line-height: 32px;
     font-size: 0;
     position: relative;
 }
 
 .courque .ding {
     /*position: relative;
  top: -7px;*/
     position: absolute;
     top: 8px;
     display: inline-block;
     width: 16px;
     height: 16px;
     background: url(../../../images/ask/ding.png) no-repeat top;
 }
 
 .courque .jing {
     /*position: relative;
  top: -7px;*/
     position: absolute;
     top: 8px;
     display: inline-block;
     width: 16px;
     height: 16px;
     background: url(../../../images/ask/jing.png) no-repeat top;
 }
 
 .courque .iconfont {
     /*  position: relative;
   top: -8px; 
  font-size: 20px;
  color: #00b7ee;
  vertical-align: top;*/
     position: absolute;
     top: 8px;
     display: inline-block;
     width: 16px;
     height: 16px;
     background: url(../../../images/ask/wenhao.png) no-repeat top;
 }
 
 .courque em {
     display: inline-block;
     color: #333333;
     font-size: 14px;
     margin-left: 25px;
     max-width: 390px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     transition: all .2s;
     -webkit-transition: all .2s;
     -moz-transition: all .2s;
     -ms-transition: all .2s;
     cursor: pointer;
     -webkit-transform-style: preserve-3d;
     -webkit-backface-visibility: hidden;
 }
 
 .courque .dingEm {
     margin-left: 25px;
 }
 
 .courque em:hover {
     color: #07bbee;
 }
 
 .feedback {
     font-size: 12px;
     color: #bbb;
     line-height: 30px;
 }
 
 .feedback span {
     margin-left: 24px;
 }
 
 .feedback span i {
     font-style: normal;
 }
 
 .cenLine2 {
     height: 250px;
 }
 /*问答社区 end*/
 
 .membg-area {
     height: 173px;
     text-align: center;
     background: url(../../../images/member-course.png) no-repeat center;
 }
 
 .membg-area h2 {
     font-size: 24px;
     color: #fff;
     line-height: 24px;
     padding-top: 36px;
 }
 
 .membg-area em {
     display: block;
     font-size: 12px;
     color: rgba(255, 255, 255, .8);
     line-height: 12px;
     padding-top: 18px;
 }
 
 .membg-area a {
     display: inline-block;
     width: 111px;
     height: 34px;
     border-radius: 17px;
     line-height: 34px;
     text-align: center;
     font-size: 12px;
     color: #fff;
     background-color: #f3b400;
     margin-top: 18px;
     cursor: pointer;
 }
 
 .membg-area a:link {
     color: #fff;
 }
 
 .membg-area a:hover {
     background-color: #f3a600;
 }
 
 .membg-area a:visited {
     color: #fff;
 }
 /*新闻资讯 start*/
 
 .newzi-list {
     padding-top: 34px;
 }
 
 .newzi-list li {
     cursor: pointer;
 }
 
 .newzi-list li:hover .newzi-ding {
     z-index: 1;
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     background-color: #494a4b;
 }
 
 .newzi-list li:hover .newzi-text h4 {
     color: #fff;
 }
 
 .newzi-list li:hover h4 .iconfont {
     color: #fff;
 }
 
 .newzi-list li:hover .expl {
     color: #fff;
 }
 
 .newzi-list li:hover .newzi-time {
     border-top-color: rgba(246, 246, 246, .2);
     color: #fff;
     /*height: 41px;*/
     /*line-height: 40px;*/
 }
 
 .newzi-list li:hover .newzi-time .iconfont {
     color: #cdcdce;
 }
 
 .newzi-list .newzi-pic {
     width: 300px;
     height: 180px;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }
 
 .newzi-list .newzi-ding {
     position: relative;
     width: 300px;
     height: 180px;
     background-color: #fff;
     -webkit-transition: all .3s linear;
     -moz-transition: all .3s linear;
     -ms-transition: all .3s linear;
     transition: all .3s linear;
     -webkit-transform-style: preserve-3d;
 }
 
 .newzi-list .newzi-text {
     position: absolute;
     width: 100%;
     height: 100%;
     /* width: 300px;
    height: 188px;*/
     left: 0;
     top: 0;
     box-sizing: border-box;
     padding: 20px 12px 0;
 }
 
 .newzi-text h4 {
     position: relative;
     padding-left: 17px;
     font-size: 14px;
     color: #333;
     line-height: 21px;
     margin-bottom: 14px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     cursor: pointer;
 }
 
 .newzi-text h4 i {
     position: absolute;
     left: -5px;
     top: 2px;
     font-size: 18px;
     line-height: 1;
 }
 
 .newzi-text .expl {
     font-size: 12px;
     color: #999999;
     line-height: 18px;
     max-height: 53px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
 }
 
 .newzi-text .newzi-time {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 41px;
     box-sizing: border-box;
     border-top: 1px solid #f6f6f6;
     line-height: 40px;
     padding-left: 15px;
     font-size: 0;
     color: #b5b9bc;
 }
 
 .newzi-text .newzi-time span {
     display: inline-block;
     height: 40px;
     margin-right: 14px;
 }
 
 .newzi-time span em {
     font-size: 12px;
 }
 
 .newzi-text .newzi-time b {
     font-weight: normal;
     margin-left: 6px;
     font-size: 12px;
     margin-right: 6px;
 }
 
 .newzi-text .newzi-time .iconfont1 {
     position: relative;
     top: 2px;
     font-size: 18px;
     line-height: 16px;
 }
 
 .newzi-text .newzi-time .iconfont2 {
     font-size: 14px;
     line-height: 16px;
 }
 /*新闻资讯 end*/
 /*学员心声 start */
 
 .stuHeart {
     position: relative;
     width: 716px;
     height: 180px;
     padding: 50px 48px 0 198px;
     box-sizing: border-box;
     box-shadow: 0 1px 9px 0 rgba(204, 204, 204, .55);
     background-color: #fff;
 }
 
 .stuHeart .stuImg {
     position: absolute;
     left: 48px;
     top: 30px;
     width: 120px;
     height: 120px;
     border-radius: 50%;
     background-image: url(../../../images/temp/02.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }
 
 .stuHeart h5 {
     font-size: 14px;
     color: #333;
     line-height: 14px;
     padding-bottom: 9px;
 }
 
 .stuHeart .heart-text {
     border-top: 1px dashed #eee;
     padding-top: 7px;
     font-size: 12px;
     color: #999;
     height : 54px;
     line-height: 18px;
     overflow: hidden;
     /* text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical; */
 }
 
 .heart-text em {
     color: #22acec;
 }
 
 .heart-swiper-container {
     padding: 34px 0 60px;
     height: 180px;
 }
 
 .heart-swiper-container .swiper-slide {
     width: 716px;
 }
 
 .heart-swiper-container .prevbut,
 .heart-swiper-container .nextbut {
     position: absolute;
     z-index: 10;
     top: 50%;
     margin-top: -43px;
     width: 50px;
     height: 60px;
     /*  text-align: center;*/
     font-size: 30px;
     cursor: pointer;
 }
 
 .prevbut .iconfont,
 .nextbut .iconfont {
     font-size: 50px;
     color: rgba(0, 0, 0, .1);
     line-height: 60px;
 }
 
 .prevbut .iconfont:hover,
 .nextbut .iconfont:hover {
     color: rgba(0, 0, 0, .3);
     /*line-height: 60px;*/
 }
 
 .heart-swiper-container .prevbut {
     left: 6px;
 }
 
 .heart-swiper-container .nextbut {
     right: 6px;
     text-align: right;
 }
 /*   .heart-swiper-container .swiper-wrapper{
        width: 716px;
    }*/
 /*学员心声 end */
 /*pad适配样式*/
 @media screen and (min-width:768px) and (max-width:1024px){
     .stuHeart{width:500px;}
     .famousT{width:100%;}
     .newzi-list li{margin:20px 18% 0;}
     .poster-main .poster-list{overflow: hidden;clear:both;}
     .dynamic{width:48%;}
 }
