@charset "utf-8";

/* head */
.head-wrap{
    width: 100%;
    min-width: 1200px;
    min-height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.head-wrap .headBg{
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,0.8));
    opacity: 0.16;
}
.head-wrap .headBox{
    width: 1200px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 1;
}
.headBox .logo{
    width: 370px;
    height: 80px;
    float: left;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.headBox .logo img{
    height: 40px;
}

/* search */
.searchTextBox{
    width: 460px;
    height: 44px;
    float: left;
    margin: 18px 0 0 0;
}
.searchTextBox form{
    display: block;
    width: 100%;
    height: 100%;
}
.searchTextBox .searchText{
    width: 400px;
    height: 44px;
    float: left;
    border-radius: 22px 0 0 22px;
    background-color: rgba(255,255,255,0.3);
}
.searchTextBox .searchTextCondition{
    width: 140px;
    height: 44px;
    float: left;
    position: relative;
}
.searchTextBox .searchCondition{
    width: 140px;
    height: 44px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 44px;
    cursor: pointer;
}
.searchTextBox .searchCondition span{
    float: left;
    display: block;
    width: 85px;
}
.searchTextBox .searchCondition img{
    width: 10px;
    height: 6px;
    float: right;
    margin: 19px 0 0 0;
}
.searchTextBox .searchOptions{
    width: 120px;
    max-height: 120px;
    overflow-y: auto;
    padding: 4px 0;
    position: absolute;
    top: 48px;
    left: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    scrollbar-color: #DEDFE0 #ffffff;
    scrollbar-width: thin;
}
.searchTextBox .searchOptions::-webkit-scrollbar{
     display: block;
     width: 4px;
     height: 4px;
 }
.searchTextBox .searchOptions::-webkit-scrollbar-thumb{
     display: block;
     width: 4px;
     height: 4px;
     background: #e5e5e5;
     border-radius: 4px;
 }
.searchTextBox .searchOptions ul li{
    padding: 0 10px;
    height: 24px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    cursor: pointer;
}
.searchTextBox .searchOptions ul li.active,
.searchTextBox .searchOptions ul li:hover{
    background-color: #f5f5f5;
}
.searchTextBox .searchText-line{
    width: 1px;
    height: 26px;
    float: left;
    background-color: rgba(255,255,255,0.3);
    margin: 9px 0 0 0; 
}
.searchTextBox input[type="text"]{
    display: block;
    width: 219px;
    height: 44px;
    border:none;
    background: none;
    padding: 0 20px;
    float: left;
    font-size: 16px;
    color: #ffffff;
}
.searchTextBox input[type="text"]::placeholder{
    color: rgba(255,255,255,0.6);
}
.searchTextBox .searchBtnBg{
    width: 60px;
    height: 44px;
    border-radius: 0 22px 22px 0;
    background-color: #f24444;
    float: right;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.searchTextBox .searchBtnBg:hover{
    background-color: #e54040;
}
.searchTextBox .searchBtnBg .btn-search{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/index/head/searchIcon2.png) no-repeat center center;
    background-size: 21px 20px;
    cursor: pointer;
}


/* login */
.headBox .loginWrap,
.headBox .loginBox{
    width: 280px;
    height: 80px;
    float: right;
    font-size: 14px;
    text-align: right;
    line-height: 80px;
}
.headBox .loginWrap .loginBtn,
.headBox .loginWrap .loginOut{
    display: block;
    float: right;
    cursor: pointer;
    text-decoration: underline;
}
.headBox .loginWrap .loginBtn{
    color: #fff;
}
.headBox .loginWrap .loginOut{
    color: rgba(255,255,255,0.5);
    margin: 0 0 0 15px;
}
.headBox .loginWrap .loginUser{
    width: 235px;
    height: 80px;
    float: right;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



/*banner*/
.fullSlide {
    width:100%;
    min-width: 1200px;
    position:relative;
    height:660px;
    background:#000;
    z-index: 0;
}
/*@media (max-width: 1280px){*/
/*    .fullSlide {*/
/*        height: 420px;*/
/*    }*/
/*}*/
.fullSlide .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul {width:100% !important;}
.fullSlide .bd li {width:100% !important;height:500px;overflow:hidden;text-align:center;}
.fullSlide .bd li a {display:block;height:410px;}
.fullSlide .hd {width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul {text-align:center;}
.fullSlide .hd ul li {cursor:pointer;display:inline-block;*display:inline;zoom:1;width:11px;height:11px;margin-right: 10px;overflow:hidden;background:#93938a;filter:alpha(opacity=50);opacity:0.5;line-height:999px; border-radius: 50%;}
.fullSlide .hd ul .on {background:#ff7f31; width: 24px; border-radius: 5px;  }

.fullSlide .prev,.fullSlide .next {display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next {left:auto;right:15%;background-position:-6px -137px;}


.fullSlide .swiper-container,
.fullSlide .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.fullSlide .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.fullSlide .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.fullSlide .bannerImg {
    height: 100%;
    z-index: 1;
    position: absolute;
}

.fullSlide .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
    opacity: .5;
}
.fullSlide .swiper-pagination-bullet-active{
    width: 24px;
    height: 10px;
    border-radius: 12px;
    background-color: #f24444;
    opacity: 1;
}

.fullSlide .swiper-button-next, 
.fullSlide .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.fullSlide .swiper-button-prev{
    background-image: url(../images/index/focus/arrowleft.png);
    margin-left: -600px;
}
.fullSlide .swiper-button-next{
    background-image: url(../images/index/focus/arrowright.png);
    margin-left: 560px;
}

.fullSlide .swiper-button-prev:hover,
.fullSlide .swiper-button-prev:active{
    background-image: url(../images/index/focus/arrowleft-active.png);
    margin-left: -600px;
}
.fullSlide .swiper-button-next:hover,
.fullSlide .swiper-button-next:active{
    background-image: url(../images/index/focus/arrowright-active.png);
    margin-left: 560px;
}



/* anchorPoint */
.anchorPoint-wrap{
    width: 100%;
    height: 60px;
    background-color: #ffffff;
}
.anchorPoint-wrap-active{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.anchorPointBox{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}
.anchorPointBox ul{
    display: flex;
    justify-content: space-around;
}
.anchorPointBox ul li{
    cursor: pointer;
    height: 60px;
    position: relative;
    font-size: 20px;
    color: #999999;
    line-height: 60px;
}
.anchorPointBox ul li .line{
    width: 60px;
    height: 4px;
    background-color: #f24444;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    display: none;
}
.anchorPointBox ul li.active,
.anchorPointBox ul li:hover{
    color: #f24444;
}
.anchorPointBox ul li.active .line{
    display: block;
}



/* part common */
.part-wrap{
    width: 100%;
    height: auto;
}
.part-bg-daily{
    width: 100%;
    min-width: 1200px;
    background: url("../images/part-bg1.jpg") no-repeat center top;
    background-size: auto;
}
.part-bg-lecture{
    width: 100%;
    min-width: 1200px;
    background: url("../images/part-bg2.jpg") no-repeat center top;
    background-size: auto;
}
.part-wrap .partBox{
    width: 1200px;
    height: auto;
    padding-top: 80px;
    margin: 0 auto;
}
.part-bg-lecture .partBox{
    padding-top: 64px;
}
.partTitle-wrap{
    width: 100%;
    height: 100px;
    position: relative;
}
.partTitle-wrap .partTitleBox{
    width: 755px;
    height: 80px;
    box-sizing: border-box;
    padding: 0 40px;
    text-align: right;
    border-right: 1px solid #404040;
}
.partTitle-wrap .partTitleBox h1{
    font-size: 32px;
    color: #404040;
    line-height: 32px;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 30px;
}
.partTitle-wrap .partTitleBox p{
    font-size: 16px;
    color: #999999;
    line-height: 16px;
}
.partTitle-wrap .moreBtnBox{
    width: 89px;
    height: 28px;
    border-bottom: 1px solid #555555;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.partTitle-wrap .moreBtnBox .moreTxt{
    display: block;
    margin: 0 17px 0 0;
    font-size: 16px;
    color: #404040;
    line-height: 16px;
}
.partTitle-wrap .moreBtnBox .moreIcon{
    display: block;
    width: 17px;
    height: 14px;
    background: url(../images/index/part/moreIcon.png) no-repeat;
    background-size: 17px 14px;
}
.partTitle-wrap .moreBtnBox:hover .moreTxt,
.partTitle-wrap .moreBtnBox:active .moreTxt{
    color: #f24444;
}
.partTitle-wrap .moreBtnBox:hover .moreIcon,
.partTitle-wrap .moreBtnBox:active .moreIcon{
    background: url(../images/index/part/moreIcon-active.png) no-repeat;
}





/*标题*/
/*.dw-title{ padding-top: 94px; padding-bottom: 50px; position: relative;}
.dw-title h3{ 
    font-size: 32px; 
    color: #404040; 
    padding-bottom: 30px;
    font-weight: bold; 
    width: 740px;
    text-align:right;
    letter-spacing: 5px;
}
.dw-title h4{ 
    font-size: 16px; 
    color: #404040; 
    font-weight: 100;
    width: 735px;
    text-align:right;
    letter-spacing: 1px;
}
.dw-title a{float: right; border-bottom: 1px solid #555555;line-height: 30px;font-size: 18px; padding: 0 5px 8px;}
.dw-x{position: absolute; width: 1px; height: 80px; background: #404040;left: 796px; top: 104px;}*/



/* 30分钟一讲座 */
.dayLecture-wrap{
    width: 1200px;
    margin: 40px auto 0;
    padding-bottom: 56px;
}
.dayLecture-wrap .dayLecture-top{
    width: 1200px;
    height: 475px;
    margin: 0 0 20px;
}
.dayLecture-top .todayLecture{
    width: 800px;
    height: 475px;
    float: left;
    cursor: pointer;
}
.dayLecture-top .todayLecture .dayLectureImg{
    width: 800px;
    height: 420px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin-bottom: 12px;
}
.dayLecture-top .todayLecture .dayLectureImg:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.dayLecture-top .todayLecture .dayLectureImg .lectureImg{
    width: 800px;
    height: 420px;
    border-radius: 6px;
}
.dayLecture-top .todayLecture .dayLectureImg .todayIcon{
    width: 116px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.dayLecture-wrap .date{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 38px 17px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.3) 25.5%,rgba(0,0,0,.08) 70%,rgba(0,0,0,0));
}
.dayLecture-wrap .date span{
    font-weight: normal;
    margin: 0 10px;
}

.dayLecture-top .todayLecture .lectureInfo{
    width: 100%;
    height: 43px;
}
.dayLecture-top .todayLecture .lectureInfo-left{
    width: 700px;
    height: 43px;
    float: left;
}
.dayLecture-top .todayLecture .lectureTitle{
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin-bottom: 12px;
}
.dayLecture-top .todayLecture .lectureTitle:hover{
    color: #f24444;
}
.dayLecture-top .todayLecture .teacherInfo{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 14px;
}
.dayLecture-top .todayLecture .teacherInfo:hover{
    color: #666666;
}
.dayLecture-top .todayLecture .teacherInfo span{
    margin-right: 10px;
}
.dayLecture-top .todayLecture .visit{
    width: 100px;
    float: right;
}
.dayLecture-top .todayLecture .visit span{
    display: inline-block;
    float:right;
    color: #bbbbbb;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}
.dayLecture-top .todayLecture .visit img{
    width: 16px;
    height: 12px;
    float:right;
    margin: 2px 6px 0 0;
}



.dayLecture-wrap .dayLecture-right{
    width: 380px;
    height: 475px;
    float: right;
}
.dayLecture-wrap .dayLecture-right ul li{
    width: 380px;
    height: 227px;
    float: left;
    margin: 0 0 20px 0;
    cursor: pointer;
}
.dayLecture-wrap .dayLecture-right ul li:last-child{
    margin-bottom: 0;
}
.dayLecture-wrap .dayLecture-right ul li .dayLectureImg{
    width: 380px;
    height: 200px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}
.dayLecture-wrap .dayLecture-right ul li .dayLectureImg:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.dayLecture-wrap .dayLecture-right ul li .dayLectureImg img{
    width: 380px;
    height: 200px;
    border-radius: 6px;
}
.dayLecture-wrap .dayLecture-right ul li .dayLecture-info p{
    width: 295px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666666;
    line-height:16px;
    float: left;
}
.dayLecture-wrap .dayLecture-right ul li .dayLecture-info p:hover{
    color: #f24444;
}
.dayLecture-wrap .dayLecture-right ul li .visit{
    width: 80px;
    height: 16px;
    float: right;
}
.dayLecture-wrap .dayLecture-right ul li .visit span{
    display: inline-block;
    max-width: 59px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float:right;
    color: #bbbbbb;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}
.dayLecture-wrap .dayLecture-right ul li .visit img{
    width: 16px;
    height: 12px;
    float: right;
    margin: 2px 5px 0 0;
}



.dayLecture-wrap .dayLecture-btm{
    width: 1200px;
    height: 170px;
}
.dayLecture-wrap .dayLecture-btm ul li{
    width: 285px;
    height: 170px;
    float: left;
    margin: 0 20px 0 0;
    cursor: pointer;
}
.dayLecture-wrap .dayLecture-btm ul li:last-child{
    margin-right: 0;
}
.dayLecture-wrap .dayLecture-btm ul li .dayLectureImg{
    width: 285px;
    height: 145px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 9px;
}
.dayLecture-wrap .dayLecture-btm ul li .dayLectureImg:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.dayLecture-wrap .dayLecture-btm ul li .dayLectureImg img{
    width: 285px;
    height: 145px;
    border-radius: 6px;
}
.dayLecture-wrap .dayLecture-btm ul li .dayLecture-info{
    width: 100%;
    height: 16px;
}
.dayLecture-wrap .dayLecture-btm ul li .dayLecture-info p{
    width: 210px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666666;
    line-height:16px;
    float: left;
}
.dayLecture-wrap .dayLecture-btm ul li .dayLecture-info p:hover{
    color: #f24444;
}
.dayLecture-wrap .dayLecture-btm ul li .visit{
    width: 63px;
    height: 16px;
    float: right;
}
.dayLecture-wrap .dayLecture-btm ul li .visit span{
    display: inline-block;
    max-width: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float:right;
    color: #bbbbbb;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}
.dayLecture-wrap .dayLecture-btm ul li .visit img{
    width: 16px;
    height: 12px;
    float: right;
    margin: 2px 5px 0 0;
}



/* 名师解经典 */
.teacher_classic_Wrap{
    height: 376px;
    margin: 37px auto 0;
    padding-bottom: 40px;
}
.teacher_classic_Wrap .swiper-container{
    padding: 40px 10px 0;
    height: 376px;
}
.teacher_classic_Wrap .swiper-slide{
    width: 285px;
    height: 336px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}
.teacher_classic_Wrap .swiper-slide:hover{
    margin-top: -4px;
}
.teacher_classic_Wrap .swiper-slide .imgMain{
    width: 285px;
    height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}
.teacher_classic_Wrap .swiper-slide .imgMain img{
    height: 100%;
}
.teacher_classic_Wrap .swiper-slide .imgMain .imgCover{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 37px 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.3) 25.5%,rgba(0,0,0,.08) 70%,rgba(0,0,0,0));
    text-align: right;
}
.teacher_classic_Wrap .swiper-slide .itemBtm{
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
}
.teacher_classic_Wrap .swiper-slide .itemBtm .lectureIntro{
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    padding: 14px 0 16px;
    border-bottom: 1px solid #eeeeee;
}
.teacher_classic_Wrap .swiper-slide .itemBtm .lectureTitle{
    width: 100%;
    height: 22px;
    font-size: 20px;
    color: #666666;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.teacher_classic_Wrap .swiper-slide .itemBtm .lectureTxt{
    width: 100%;
    height: 16px;
    font-size: 16px;
    color: #666666;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.teacher_classic_Wrap .swiper-slide .lecture-reader{
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.teacher_classic_Wrap .swiper-slide .lecture-reader .tag{
    width: 60px;
    height: 28px;
    border-radius: 14px 4px 14px 14px;
    background-color: rgba(242,68,68,0.1);
    text-align: center;
    color: #e64040;
}
.teacher_classic_Wrap .swiper-slide .lecture-reader .lecture-info{
    width: calc(100% - 70px);
    height: 28px;
    color: #b2b2b2;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.teacher_classic_Wrap .swiper-slide .lecture-reader .lecture-line{
    display: inline-block;
    margin: 0 5px;
}

.teacher_classic_Wrap .swiper-container .swiper-pagination{
    width: 100px;
    right: 10px;
    left: auto;
    top: 0;
    bottom: auto;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}
.teacher_classic_Wrap .swiper-container .swiper-button-next, 
.teacher_classic_Wrap .swiper-container .swiper-button-prev{
    top: 0;
    margin: 0;
    width: 8px;
    height: 14px;
    background-size: 8px 14px;
}
.teacher_classic_Wrap .swiper-container .swiper-button-prev{
    background-image: url(../images/subject/icon3.png);
    left: 1090px;
    right: auto;
}
.teacher_classic_Wrap .swiper-container .swiper-button-next{
    background-image: url(../images/subject/icon4.png);
    right: 10px;
    left: auto;
}
.teacher_classic_Wrap .swiper-container .swiper-button-prev:hover,
.teacher_classic_Wrap .swiper-container .swiper-button-prev:active{
    background-image: url(../images/subject/icon5.png);
}
.teacher_classic_Wrap .swiper-container .swiper-button-next:hover,
.teacher_classic_Wrap .swiper-container .swiper-button-next:active{
    background-image: url(../images/subject/icon6.png);
    right: 10px;
    left: auto;
}



/* 视野·新知·思想 */
.partTitle-wrap .moreBtnBox .refreshTxt{
    display: block;
    margin: 0 11px 0 0;
    font-size: 16px;
    color: #404040;
    line-height: 16px;
}
.partTitle-wrap .moreBtnBox .refreshIcon{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/index/part/refreshIcon.png) no-repeat;
    background-size: 16px 16px;
}
.partTitle-wrap .moreBtnBox:hover .refreshTxt,
.partTitle-wrap .moreBtnBox:active .refreshTxt{
    color: #f24444;
}
.partTitle-wrap .moreBtnBox:hover .refreshIcon,
.partTitle-wrap .moreBtnBox:active .refreshIcon{
    background: url(../images/index/part/refreshIcon-active.png) no-repeat;
}

.thoughtList{
    width: 1200px;
    margin: 52px auto 0;
    padding-bottom: 16px;
}
.thoughtList ul li{
    width: 285px;
    height: 192px;
    float: left;
    margin: 0 20px 24px 0;
    cursor: pointer;
}
.thoughtList ul li:nth-child(4n){
    margin-right: 0;
}
.thoughtList ul li .imgMain{
    width: 285px;
    height: 145px;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.thoughtList ul li:hover .imgMain{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.thoughtList ul li .imgMain img{
    width: 100%;
    height: 100%;
}
.thoughtList ul li .imgCover{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 38px 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.3) 25.5%,rgba(0,0,0,.08) 70%,rgba(0,0,0,0));
    display: flex;
    justify-content: space-between;
}
.thoughtList ul li .lecture-intro{
    width: 100%;
}
.thoughtList ul li .lecture-intro .lectureTitle{
    width: 100%;
    height: 16px;
    font-size: 16px;
    line-height: 1;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.thoughtList ul li .lecture-intro .lectureTitle:hover{
    color: #f24444;
}
.thoughtList ul li .lecture-intro .lectureInfo{
    width: 100%;
    height: 12px;
    font-size: 12px;
    line-height: 1;
    color: #b2b2b2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



/* 知识胶囊 */
.dw-nr2{background: #efefef;}
.picScroll{ position:relative;  height:300px; padding: 10px 0 10px 0px;margin-bottom:10px; overflow:hidden;   }
.picScroll ul{ overflow:hidden; zoom:1; }
.picScroll ul li{ float:left; margin-right: 20px;  width:285px;height:300px; overflow:hidden; display:inline;background: #fff; }
/*.picScroll ul li:nth-child(4n+0){margin-right: 0px;}*/
.picScroll ul li a{display: block; width: 240px; margin: 0 auto;}
.picScroll ul li span{font-size: 13px; color: #666; }
.picScroll ul li .nr2-img{ width:240px; height:180px; margin-top: 20px;}
.picScroll .prev,
.picScroll .next{ position:absolute;  left:0px; top: 110px; display:block; width:40px; height:80px; overflow:hidden; background:url(../images/icons.png) -40px 0 no-repeat #fff; cursor:pointer;background-position: 13px 30px;  }
.picScroll .prev{ border-radius: 0 5px 5px 0;    opacity: 0.6;}
.picScroll .next{ left:auto; right:0px; background-position:-108px 30px;border-radius: 5px 0 0 5px;    opacity: 0.6; }
.picScroll .prevStop{ background-position: 13px 30px; }
.picScroll .nextStop{ background-position: -108px 30px;}
.nr2-left{ width: 120px; font-size: 13px; color:#959595;}
.nr2-right{ width: 32px; height: 38px;padding-top: 5px; }
.picScroll ul li .nr2-right img{ width: 32px; height: 38px;  }
.kindActive{background-color: #f9ece4;color: #ff7f31!important;border-radius: 18px;}



.knowledgeCapsule {
    position: relative;
    width: 1200px;
    height: 506px;
    margin: 0 auto;
}
.knowledgeCapsule .swiper-container{
    width: 1120px;
    height: 506px;
    box-sizing: border-box;
    padding: 46px 0 0;
    position: relative;
}
.knowledgeCapsule .swiper-button-prev {
    left: 13px;
    width: 13px;
    height: 23px;
    background: url(../images/index/part/icon3.png) no-repeat;
    background-size: 13px 23px;
}
.knowledgeCapsule .swiper-button-prev:hover,
.knowledgeCapsule .swiper-button-prev:active{
    background: url(../images/index/part/icon3-active.png) no-repeat;
}

.knowledgeCapsule .swiper-button-next {
    right: 13px;
    width: 13px;
    height: 23px;
    background: url(../images/index/part/icon4.png) no-repeat;
    background-size: 13px 23px;
}
.knowledgeCapsule .swiper-button-next:hover,
.knowledgeCapsule .swiper-button-next:active{
    background: url(../images/index/part/icon4-active.png) no-repeat;
}

.knowledgeCapsule .swiper-slide {
    width: 340px;
    height: 380px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0,34,102,0.2);
    cursor: pointer;
}
.knowledgeCapsule .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.knowledgeCapsule .swiper-slide .videoImg{
    width: 340px;
    height: 260px;
    margin: 0 auto 16px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.knowledgeCapsule .swiper-slide .videoImg img{
    width: auto;
    height: 100%;
}
.knowledgeCapsule .swiper-slide .date{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 38px 16px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.3) 25.5%,rgba(0,0,0,.08) 70%,rgba(0,0,0,0));
}
.knowledgeCapsule .swiper-slide .icon{
    width: 38px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.knowledgeCapsule .swiper-slide .teacher{
    font-size: 16px;
    color: #b2b2b2;
    line-height: 16px;
    text-align: right;
}
.knowledgeCapsule .swiper-slide .title{
    width: 280px;
    height: 88px;
    display: flex;
    align-items: center;
}
.knowledgeCapsule .swiper-slide .title .titleItem{
    width: 280px;
    max-height: 60px;
    font-size: 20px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* 系列专题 */
.seriesTopics-wrap{
    width: 1200px;
    margin: 40px auto 0;
    padding: 0 0 100px;
}
.seriesTopics-wrap ul li{
    width: 390px;
    height: 540px;
    float: left;
    margin: 0 15px 0 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}
.seriesTopics-wrap ul li:hover{
    margin-top: -10px;
}
.seriesTopics-wrap ul li:last-child{
    margin-right: 0;
}
.seriesTopics-wrap ul li .seriesTopics-img{
    width: 390px;
    height: 200px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    position: relative;
}
.seriesTopics-wrap ul li .seriesTopics-img .seriesImg{
    width: 390px;
}
.seriesTopics-wrap ul li .seriesTopics-info{
    width: 350px;
    height: 287px;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}
.seriesTopics-wrap ul li .seriesTopics-title{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
}
.seriesTopics-wrap ul li .seriesTopics-txt{
    display:-webkit-box;
    width: 100%;
    height: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    font-size: 14px;
    line-height: 28px;
    color: #b2b2b2;
}
.seriesTopics-wrap ul li .seriesTopics-detail{
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    padding: 0 20px;
}
.seriesTopics-wrap ul li .seriesTopics-detail .episodes{
    float: left;
    color: #b2b2b2;
    font-size: 14px;
    line-height: 52px;
}

.seriesTopics-wrap ul li .seriesTopics-detail .visit{
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #bbbbbb;
    line-height: 52px;
    float: right;
}
.seriesTopics-wrap ul li .seriesTopics-detail .visitIcon{
    width: 16px;
    height: 12px;
    float: right;
    margin: 20px 5px 0 0;
}



/* 全部讲座 */
.allLecture-wrap{
    width: 1200px;
    margin: 40px auto 0;
    padding-bottom: 10px;
}
.allLecture-wrap ul li{
    height: 160px;
    float: left;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.card-size-small ul li {
    width: 185px;
    margin: 0 18px 20px 0;
}
.card-size-small ul li:nth-child(6n){
    margin-right: 0;
}
.card-size-big ul li {
    width: 285px;
    margin: 0 20px 30px 0;
}
.card-size-big ul li:nth-child(4n){
    margin-right: 0;
}
.allLecture-wrap ul li img{
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.allLecture-wrap ul li .allLecture-title{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}



/* footer */
.footer-wrap{
    width: 100%;
    min-width: 1200px;
    height: 140px;
    background-color: #4c4c4c;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-box{
    text-align: center; 
}
.footer-box>div{
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #bbbbbb;
    margin-bottom: 20px;
}
.footer-box>div a{
    font-size: 14px;
    line-height: 20px;
    color: #bbbbbb;
}
.footer-box>div a:hover{
    color: #ffffff;
}
.footer-box .imgItem{
    display: flex;
    align-items: center;
}
.footer-box>div img{
    display: inline-block;
}
.footer-box p{
    font-size: 14px;
    line-height: 14px;
    color: #bbbbbb;
}
