@charset "utf-8";
.main-training{background: #fff;}
.flex-row-justify{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.list-banner{
    height: 140px;
    background: url(../../../images/training-centre/list-banner.png) no-repeat center;
}
.list-top {
    padding-top: 26px;
    border-bottom: 1px solid  #f2f2f2;
    padding-bottom: 6px;
}

.list-top .item {
    line-height: 36px;
    overflow: hidden;
}

.list-top .item:last-of-type {
    margin-bottom: 0;
}

.list-top label {
    color: #999;
    margin-right: 16px;
    float: left;
}

.list-top .list-filter-block {
    margin-left: 58px;
}

.list-top .item-a {
    margin: 0 20px 5px 0;
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
}

.list-top .item-a:hover {
    color: #20B09F;
}

.list-top .item-a.cur {
    color: #20B09F;
}

.list-tags {
    justify-content: space-between;
    padding:36px 0 0;
}

.list-tags .list-sort .list-sort-a {
    width:147px;
    height: 42px;
    box-sizing: border-box;
    display: block;
    background: #f7f7f7;
    border:1px solid #e5e5e5;
    line-height: 42px;
    text-align: center;
}
.list-tags .list-sort .list-sort-a:first-child{
    border-right: none;
}
.list-tags .list-sort .list-sort-a.cur {
    border-top:4px solid #20B09F;
    background: #fff;
    line-height: 38px;
}

.list-tags .list-sort .list-spacer {
    margin: 0 14px;
    color: #E5E5E5;
}

.list-tags .list-hot-tag label {
    color: #999;
}

.list-tags .list-hot-tag .list-hot-a {
    color: #999;
    margin-right: 10px;
}

.list-tags .list-search {
    position: relative;
}

.list-tags .list-search .list-search-input {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    padding: 0 40px 0 10px;
    width: 263px;
    height: 42px;
    line-height: 40px;
    /* outline:none; */
    box-shadow: 0px 0px 1px 1px #f6f6f6;
}

.list-tags .list-search .list-search-btn {
    position: absolute;
    background: url(../../../images/training-centre/search.svg) no-repeat center center;
    border: none;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
    /* outline:none; */
}

/*直播课*/

.items-online {
    padding-bottom: 40px;
}

.items-online .main-title{
    margin-bottom: 0;
}
.items-online .item-block {
    justify-content: flex-start;
    align-items: flex-start;
}

.items-online .item {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding:30px 0;
}
.items-online .img-block{
    width:432px;
    max-height: 244px;
    overflow: hidden;
}
.items-online .img-block img{
    width:100%;
    min-height:244px;
}
.items-online .item-info{
    width:735px;
    margin-left: 35px;
}
.items-online .info01-biaoshi{
    width:103px;
    height: 28px;
    border-radius: 5px;
    color:#fff;
    line-height: 28px;
    font-size: 14px;
    padding-left: 12px;
    position: relative;
    box-sizing: border-box;
}
.items-online .info01-biaoshi::after{
    content: "";
    width:16px;
    height: 15px;
    position: absolute;
    right: 12px;
    top:7px;
}

.items-online .item-info .info01-biaoshi {
    background-color: #20b09f;
}

.items-online .item-info .info01-biaoshi::after{
    background: url(../../../images/training-centre/online-go.png) no-repeat center;
}
.items-online .online-info01 .info01-title{
    font-size: 22px;
    line-height: 24px;
}
.items-online .online-info02{
    padding:14px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.items-online .info02-item{
    font-size:12px;
    color:#666;
    margin-right:40px;
}
.items-online .online-info02 span{
    color:#20b09f;
}
.items-online .online-info02 span.red{
    color:#ff3b3b;
}
.items-online .info03-daoshi{
    font-weight: bold;
    line-height: 46px;
    margin-right: 50px;
}
.items-online .info03-intro{
    font-size: 12px;
    color:#666;
    line-height: 46px;
}
.items-online .online-info04{
    background: #f7f7f7;
    padding:8px 12px;
    height: 62px;
    overflow-y: auto;
}
.items-online .info04-item{
    font-size: 14px;
    color:#666;
   line-height:22px;
   box-sizing: border-box; 
}
.items-online .info04-item02 li{
    line-height: 22px;
}
.items-online .info04-item02 .info04-title{
    font-size: 12px;
    color: #666;
}
.items-online .info04-item02 .info04-intro{
    font-size: 12px;
    color: #20b09f;
    padding-left: 20px;
    margin-left: 30px;
    position: relative;
}
.items-online .info04-item02 .info04-intro::before{
    content: "";
    width:16px;
    height: 14px;
    background: url(../../../images/training-centre/shouting.png) no-repeat center;
    position: absolute;
    left:0;
    top:4px;
}
.items-online .info04-item02 .info04-intro.shikan::before{
    background: url(../../../images/training-centre/shikan.png) no-repeat center;
}

.items-online .online-info05{
    overflow: hidden;
    margin-top:10px;
}
.items-online .info05-left{
    float: left;
}
.items-online .info05-right{
    float: right;
    width:118px;
    height: 35px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 35px;
    background: #ff7800;
}
.items-online .info05-right a{
    width:118px;
    height: 35px;
    display: block;
}

.items-online .info05-item01{
    font-size: 20px;
    color:#ff8b00;
    font-weight: bold;
    line-height: 35px;
    margin-right: 14px;
}
.items-online .info05-item02{
    color:#20b09f;
    line-height: 35px;
    margin-right: 36px;
}
.items-online .info05-item03{
    color:#666;
    line-height: 35px;
}

/* 百度空中课堂 */

.list-top-baidusky {
    margin: 45px 0 18px;
    padding: 0;
    border: none;
}

.list-top-baidusky .list-filter-block-baidusky {
    font-size: 0;
    overflow: hidden;
    line-height: normal;
    margin: 0;
}

.list-filter-block-baidusky .img-block {
    display: inline-block;
    margin: 0 25px 0 0;
    width: 220px;
    height: 90px;
    overflow: hidden;
    border-radius: 5px;
    padding: 0;
}

.list-filter-block-baidusky .img-block:last-child {
    margin-right: 0;
}

.list-filter-block-baidusky .img-block img {
    transition: transform .3s ease;
    transform: none;
}

.list-filter-block-baidusky .img-block img:hover {
    transform: scale(1.05);
}

/* 加载更多状态 */

.list-load-more {
    text-align: center;
    margin-top: 40px;
}

.list-load-more .btn-b {
    width: 160px;
    height: 35px;
    line-height: 33px;
}

.list-load-more .btn-b.cur {
    border-color: #ccc;
    background-color: #ccc;
    color: #666;
}