@charset "utf-8";
/*公开课精品css*/

/*右侧条件筛选*/

.dir-list {
    width: 100%;
    height: auto;
    float: left;
}

.dir-list .menu {
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 20px;
    width: 218px;
    min-height: 765px;
    float: left;
    color: #333;
    border: 1px solid #ccc;
    border-top: 2px solid #f7642e;
    background: #fff;
}

.dir-list .menu-list h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}

.dir-list .menu-list span {
    display: inline-block;
    margin-right: 22px;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
}

.dir-list .menu-list .menu-list-active {
    color: #f7642e;
}

/*资源列表*/

.res-list {
    width: 970px;
    height: auto;
    float: left;
    margin-left: 10px;
}

.res-list .type-tab {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.res-list .type-tab ul {
    float: left;
}

.res-list .type-tab ul li {
    float: left;
    font-size: 16px;
    color: #222;
    line-height: 48px;
}

.res-list .type-tab ul li a {
    font-size: 15px;
    color: #222;
    display: block;
}

.res-list .type-tab ul li a i.all {
    width: 18px;
    height: 18px;
    float: left;
    background: url(../../image/resourceLibrary/syncResourceIndex/material-icon.png) -80px -10px
        no-repeat;
    margin: 15px 5px 0 14px;
}

.res-list .type-tab ul li.line {
    width: 1px;
    height: 15px;
    background: #ccc;
    margin: 17px 6px;
}

.res-list .type-tab ul li a.active {
    color: #ff4400;
    font-weight: bold;
}

.res-list .type-tab ul li a.active i.all {
    background: url(../../image/resourceLibrary/syncResourceIndex/material-icon.png) -10px -10px
        no-repeat;
}

.res-list .type-tab ul li a:hover i.all {
    background: url(../../image/resourceLibrary/syncResourceIndex/material-icon.png) -10px -10px
        no-repeat;
}

.res-list .type-tab ul li a:hover {
    color: #ff4400;
}

.res-list .list-main {
    width: 100%;
    min-height: 500px;
    float: left;
    background: #fff;
}

.res-list .list-main .tab-search {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    float: left;
}

/* tab栏  搜索框 */

.tab-search .small-tab {
    float: left;
}

.tab-search .small-tab ul {
    float: left;
}

.tab-search .small-tab ul.tab1 {
    width: 182px;
    height: 48px;
    border-right: 1px solid #ccc;
}

.tab-search .small-tab ul.tab1 li {
    width: 90px;
    height: 48px;
    line-height: 48px;
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    text-align: center;
    font-size: 14px;
    color: #222;
    margin-left: -1px;
}

.tab-search .small-tab ul.tab1 li.active {
    background: #fff;
    color: #f7642e;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.tab-search .small-tab ul.tab1 li:hover {
    cursor: pointer;
}

.tab-search .small-tab ul.tab2 {
    margin-left: 10px;
}

.tab-search .small-tab ul.tab2 li {
    height: 24px;
    font-size: 14px;
    color: #222;
    line-height: 23px;
    float: left;
    padding: 0 12px 0 12px;
    margin-top: 13px;
}

.tab-search .small-tab ul.tab2 li.active {
    color: #fff;
    border-radius: 12px;
    background: #ff4400;
}

.tab-search .small-tab ul.tab2 li.active:hover {
    color: #fff;
}

.tab-search .small-tab ul.tab2 li:hover {
    cursor: pointer;
    color: #f7642e;
}

.tab-search .small-search {
    width: 222px;
    height: 28px;
    float: right;
    background: #036fdc;
    margin: 10px 10px 0 0;
}

.tab-search .small-search input {
    width: 164px;
    height: 26px;
    background: #effbff;
    text-indent: 10px;
    line-height: 26px;
    color: #666;
    float: left;
    margin: 1px;
}

.tab-search .small-search button {
    width: 56px;
    height: 28px;
    line-height: 28px;
    float: right;
    background: #036fdc;
    font-size: 14px;
    color: #fff;
}

.tab-search .small-search button:hover {
    background: #0268cf;
}

/* 无搜索结果样式 */

.no-list {
    width: 100%;
    float: left;
}

.no-list img {
    margin: 0 auto;
    display: block;
    margin-top: 100px;
}

.no-list p {
    text-align: center;
    font-size: 16px;
    color: #999;
    padding-top: 15px;
}

/* 搜索列表样式 */

.list-content {
    width: 100%;
    float: left;
}

.list-content .res-content {
    box-sizing: border-box;
    padding: 20px 18px;
    width: 100%;
    height: 200px;
    float: left;
    border-bottom: 1px solid #ccc;
}

.list-content .res-content:hover {
    background: #fff8ea;
}

.list-content .res-content a {
    color: #333;
}

.list-content .res-content .img-wrap {
    position:relative;
    float:left;
    margin-right:17px;
    width:160px;
    height:160px;

}
.list-content .res-content img {
    width: 160px;
    height: 160px;
    float: left;
}
.list-content .res-content .img-wrap .play-icon{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-26.5px;
    margin-top:-26.5px;
    width:53px;
    height:53px;
}

.list-content .res-content .res-content-left {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 750px;
    height: 160px;
}

.list-content .res-content-left h5 b {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
}

.list-content .res-content-left p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.list-content .res-content-left .teaching-process {
    max-width: 705px;
    display: block;
}

.list-content .res-content-left h5:hover b {
    color: #ff4400;
}

.list-content .res-content-left .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    line-height: 34px;
}

.list-content .res-content-left .info ul {
    float: left;
}

.list-content .res-content-left .info ul li {
    font-size: 14px;
    color: #666;
    float: left;
}

.list-content .res-content-left .info ul .icon {
    margin-right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    /*overflow: hidden;*/
    border:none;
}

.list-content .res-content-left .info ul li.line {
    width: 1px;
    height: 13px;
    background: #ccc;
    margin: 10px 10px 0 10px;
}

.list-content .res-content-left .info dl {
    float: right;
}

.list-content .res-content-left .info dl dd {
    float: left;
    color: #666;
    font-size: 14px;
    font-family: arial;
    margin-right: 20px;
}

.list-content .res-content-left .info dl dd i {
    float: left;
    margin-right: 10px;
}

.list-content .res-content-left .info dl dd i.praise {
    margin-top: 7px;
    width: 18px;
    height: 17px;
    background: url(../../image/resourceLibrary/syncResourceIndex/design-icon.png) -10px -50px
        no-repeat;
}
.list-content .res-content-left .info dl dd i.red {
    margin-top: 6px;
    width: 22px;
    height: 22px;
    background: url(/image/resourceLibrary/syncResourceIndex/icon_read.png) no-repeat;
}
.list-content .res-content-left .info dl dd i.collect {
    margin-top: 7px;
    width: 16px;
    height: 15px;
    background: url(../../image/resourceLibrary/syncResourceIndex/material-icon.png) -80px -60px
        no-repeat;
}

.vipIntro{
    width: 1200px;
    height: 56px;
    cursor: pointer;
    margin: 0 auto 10px;
}
.vipIntro .main{
    float: left;
    width: 100%;
    height: 100% ;
    line-height: 56px;
    background-image: linear-gradient(-80deg, #E2BA85 0%, #F9E1B3 69%);
    border-radius: 4px;
}
.vipIntro .main img.icon{
    float: left;
    width: 40px;
    height: 42px;
    margin: 7px 22px 0 16px;
}
.vipIntro .main img.text{
    float: left;
    width: 226px;
    height: 39px;
    margin-top: 10px;
}
.vipIntro .main .line{
    float: left;
    width: 1px;
    height: 24px;
    background:#B99078;
    margin: 16px 18px 0 16px;
}
.vipIntro .main p{
    float: left;
    line-height: 56px;
    font-size: 18px;
    color: #7D5833;
}
.vipIntro .main button{
    float: right;
    width: 121px;
    height: 36px;
    background-image: linear-gradient(270deg, #FDCA5F 0%, #FDE67C 100%);
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #804F3F;
    margin: 10px 10px 0 0;
    font-weight: bold;
}
.vipIntro .main button samp{
    margin-left: 3px;
}
