/*
* @Author: baocheng
* @Date:   2017-05-15 18:33:58
* @Last Modified by:   baocheng
* @Last Modified time: 2017-05-17 16:56:34
*/

.pastclass-box {
    padding: 50px 0;
}

.pastclass-one {
    background-color: #f8fafc;
}

.centerClass {
    width: 1200px;
    margin: 0 auto;
}

.centerClass .moreBut {
    margin-top: 40px;
    margin-bottom: 0;
}

.pastclass-box .pastTitle {
    font-size: 28px;
    color: #000;
    line-height: 1;
    text-align: center;
}


/* 鍒嗛〉鎸夐挳 start*/

.pages-find {
    margin-top: 50px;
    margin-bottom: 0;
}

.pages-find li:nth-child(1) {
    display: none;
}

.pages-find li {
    color: #707070;
    border-color: #aaa;
}

.pages-find li a {
    padding: 5px 10px;
    color: #707070;
}

.pages-find li span {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pages-find li:hover,
.pages-find li.active {
    color: #fff;
    border-color: #07bbee;
    background-color: #07bbee;
}

.pages-find li.disabled:hover {
    border-color: #d8d8d8;
}


/* 鍒嗛〉鎸夐挳 end*/


/*杩戞湡鍏紑璇� start*/

.pastclass-box .pastList {
    margin-left: -13px;
    margin-right: -13px;
}

.pastclass-box .pastList li {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 230px;
    box-sizing: border-box;
    margin: 40px 13px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pastList .hoverlive:hover,
.pastList .hoverStart:hover {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
}

.pastList .hoverExpect:hover {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);
}

.pastList .hoverlive:hover .introMove,
.pastList .hoverStart:hover .introMove {
    z-index: 10;
    top: 68px;
}

.pastList .hoverExpect:hover .introMove {
    z-index: 10;
    top: 68px;
}

.pastList .pastPic {
    width: 280px;
    height: 152px;
    background-image: url(../../images/home-tem/256_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pastList li .introMove {
    position: absolute;
    left: 0;
    top: 152px;
    width: 280px;
    box-sizing: border-box;
    padding: 18px 12px 20px;
    text-align: center;
    background-image: url(../../images/openClass/tmbg_img.png);
    background-position: left top;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pastList .introMove h4 {
    font-size: 14px;
    color: #333;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-word;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.pastList .introMove h4:hover {
    color: #00aaff;
}

.hoverExpect .introMove h4 {
    cursor: default;
}

.hoverExpect .introMove h4:hover {
    color: #333;
}

.pastList .introMove .word {
    height: 53px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    color: #939ca5;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break:break-word;
}

.introMove .mask {
    display: block;
    width: 100%;
    padding-top: 16px;
    background-color: #fff;
}

.introMove .mask a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.hoverlive .mask a:hover,
.hoverStart .mask a:hover {
    background-color: #009eed;
}

.hoverlive .mask a,
.hoverStart .mask a {
    background-color: #00aaff;
}

.hoverExpect .mask a {
    cursor: default;
    background-color: #939ca5;
}

.hoverExpect .mask a:hover {
    background-color: #939ca5;
}

.pastList .pastContent {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
    height: 78px;
    padding: 18px 10px 0;
    box-sizing: border-box;
    border: 1px solid #e4ecf3;
    border-top: none;
    background-color: #fff;
}

.pastContent h4 {
    font-size: 14px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
}

.pastContent .speaker {
    height: 45px;
    line-height: 45px;
    font-size: 0;
    background-color: #fff;
}

.pastList .speaker em {
    font-size: 12px;
    color: #939ca5;
}

.speaker .change {
    font-size: 12px;
    color: #fe5151;
}

.hoverExpect .change {
    font-size: 12px;
    color: #333;
}

.hoverExpect .change b {
    font-weight: normal;
    color: #fe5151;
    margin: 0 3px;
}

.noHover .change {
    font-size: 12px;
    color: #333;
}

.noHover .change b {
    font-weight: normal;
    color: #fe5151;
    margin: 0 3px;
}


.speaker .change i{
    font-size: 12px;
    color: #999;
    margin-left: 8px;
}

.speaker .change img {
    margin-right: 6px;
    vertical-align: baseline;
}

.hoverStart .change img {
    vertical-align: text-bottom;
}

.loadMore {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 120px;
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    text-align: center;
    border: 1px solid #f0f0f0;
    background-color: #f7fafc;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.loadMore .iconfont {
    color: #666;
    font-size: 14px;
    vertical-align: bottom;
}

.loadMore:hover {
    color: #666;
    background-color: #f0f3f5;
}


/*杩戞湡鍏紑璇� end*/


/*杩戞湡鍏紑璇�start1 */

.pastclass-box .nearList {
    margin-left: -18px;
    margin-right: -18px;
}

.pastclass-box .nearList li {
    position: relative;
    width: 376px;
    margin: 40px 18px 0;
    box-shadow: 0 2px 10px 0 rgba(124, 144, 164, .25);
    background-color:#fff;
}

.nearList .near-picbox {
    position: relative;
    height: 204px;
    overflow: hidden;
}

.nearList .near-picbox img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nearList .near-picbox img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.near-picbox .near-picb {
    position: absolute;
    right: 16px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    background-image: url(../../images/openClass/bofang_but1.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.near-picbox .near-picb:hover {
    background-image: url(../../images/openClass/bofang_but2.png);
}

.nearList .near-detail {
    padding: 16px 20px 16px 14px;
}

.nearList .near-detail h4 {
    font-size: 14px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nearList .near-detail h4:hover {
    color: #00aaff;
}

.near-detail .near-live {
    font-size: 12px;
    color: #939ca5;
    line-height: 1;
    margin-top: 20px;
}

.near-live .timeArea {
    height: 22px;
    line-height: 22px;
}

.near-live .timeArea2 {
    font-size: 14px;
}

.near-live .timeArea2 i {
    color: #fe5151;
    margin: 0 2px;
}

.timeArea img {
    margin-right: 6px;
}

.near-detail .near-live em {
    margin-right: 10px;
}

.near-live strong {
    font-weight: normal;
    padding-top: 5px;
}

.nearList .state {
    position: absolute;
    left: 0;
    top: -5px;
    width: 54px;
    height: 49px;
    background: url(../../images/openClass/zhibozh_img.png) no-repeat;
}


/*杩戞湡鍏紑璇�end1*/


/*寰�湡鍏紑璇� start*/

.pastclass-box .courseList {
    margin-left: -13px;
    margin-right: -13px;
}

.pastclass-box .courseList li {
    width: 280px;
    margin: 40px 13px 0;
    box-shadow: 0 2px 8px 0 rgba(124, 144, 164, .25);
    background-color:#fff;
}

.courseList .picbox {
    position: relative;
    height: 154px;
    overflow: hidden;
}

.courseList .picbox img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.courseList .picbox img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.picbox .picb {
    position: absolute;
    right: 16px;
    bottom: 8px;
    width: 35px;
    height: 35px;
    background-image: url(../../images/openClass/bofang_but1.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.picbox .picb:hover {
    background-image: url(../../images/openClass/bofang_but2.png);
}

.courseList .detailbox {
      padding: 14px 10px;
}

.courseList .detailbox h4 {
    font-size: 14px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.courseList .detailbox h4:hover {
    color: #00aaff;
}

.detailbox .live {
    font-size: 12px;
    color: #939ca5;
    line-height: 1;
    margin-top: 26px;
}

.live .liveTime {
    height: 22px;
    line-height: 22px;
}

.detailbox .live em {
    margin-right: 5px;
}

.detailbox .live b {
    font-weight: normal;
    padding-top: 5px;
}			 
				 

/*寰�湡鍏紑璇� end

/*澶у閮藉湪鐪�start*/

.pastclass-box .everyList {
    margin-left: -11px;
    margin-right: -11px;
}

.pastclass-box .everyList li {
    width: 222px;
    margin: 40px 11px 0;
    border: 1px solid #e4ecf3;
    box-sizing: border-box;
}

.everyList .tubox {
    position: relative;
    left: -1px;
    top: -1px;
    width: 222px;
    height: 120px;
    overflow: hidden;
    cursor:pointer;
}

.everyList .tubox img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.everyList .tubox img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.everyList .classbox {
    padding: 12px 10px 10px;
}

.everyList .classbox h4 {
    font-size: 14px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.everyList .classbox h4:hover {
    color: #00aaff;
}
.zhizhen{
	cursor:pointer;
}

.classbox .classlive {
    font-size: 12px;
    color: #939ca5;
    line-height: 1;
    margin-top: 20px;
}


/*澶у閮藉湪鐪�end*/
/*ipad 样式*/
@media screen and (min-width:768px) and (max-width:1024px){
    .centerClass{width:100%;}
    .pastclass-box .courseList,.pastclass-box .everyList{margin:0;}
}