.ecv2_dately_liveWrap>h3 {
    font-size: 24px;
    color: #234457;
    margin-bottom: 20px;
    clear: both;
}

.ecv2_dately_con {
    float: left;
    width: 600px;
    height: 336px;
    color: #fff;
    font-size: 12px;
    background: url(../img/live/bg.png) no-repeat;
    background-size: cover;
}

.ecv2_dately_con h4 {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin: 60px 0 0 0;
    padding: 0 10px;
    box-sizing: border-box;
    height: 76px;
    overflow-y: hidden;
}

.ecv2_dately_con p {
    text-align: center;
    font-size: 18px;
    margin: 20px 0 22px;
}

.ecv2_dately_con dt {
    float: left;
}

.ecv2_dately_con dt li {
    float: left;
    margin-right: 12px;
    text-align: center;
}

.ecv2_dately_con dd {
    float: right;
    margin-top: 20px;
}

.ecv2_dately_con dl {
    padding: 0 27px 0 37px;
    margin: 16px 0 0 0;
    overflow: hidden;
}

.ecv2_dately_con .ecv2_img {
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
}

.ecv2_dately_con .ecv2_img>img {
    display: block;
    width: auto;
    height: 100%;
}

.ecv2_dately_con .ecv2_btn {
    display: block;
    width: 156px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 22px;
    margin: 0 auto;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    color: #2590d7;
}

.ecv2_dately_list {
    overflow: hidden;
}

.ecv2_dately_item {
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    cursor: pointer;
    line-height: 56px;
    padding: 0 30px;
    position: relative;
    background-color: #fafafa;
}

.ecv2_dately_item:hover {
    background-color: #fff;
}

.ecv2_dately_item:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #cccccc;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 26px;
    margin: auto;
    z-index: 9;
}

.ecv2_dately_item.on:before {
    background-color: #2590d7;
}

.ecv2_dately_item .ecv2_left {
    margin-right: 36px;
    padding-left: 36px;
    /* border-left: 1px dashed #ccc; */
    width: 90px;
    box-sizing: initial;
    position: relative;
    font-size: 15px;
}

.ecv2_dately_item .ecv2_left:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    border-left: 1px dashed #ccc;
    top: 0px;
    left: 0px;
}

.ecv2_dately_list>.ecv2_dately_item:nth-child(1)>.ecv2_left:before {
    top: 27px;
}

.ecv2_dately_item .ecv2_center {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ecv2_dately_item.on {
    color: #2590d7;
    background-color: #e1f5ff;
}

.ecv2_dately_item.on .ecv2_mark_cate {
    background-color: #2590d7;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    margin-right: 5px;
}

.ecv2_dately_item .ecv2_mark_cate {
    background-color: #bbb;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    margin-right: 5px;
}

.ecv2_dately_item .ecv2_live {
    text-align: right;
    background: url(../img/icon2/icon_playing.png) no-repeat 36px center;
}

.ecv2_dately_item .ecv2_right {
    float: right;
    font-size: 15px;
}

.ecv2_dately_item>div {
    float: left;
}

.ecv2_dately_liveWrap {
    padding: 0 0 60px 0;
}

.ecv2_dately_liveWrap .ecv2_dately_list {
    min-height: 336px;
    height: 336px;
    background-color: #fafafa;
}

.ecv2_live_lisItem {
    overflow: hidden;
    margin-bottom: 20px;
}

.ecv2_live_lisItem>ul {
    width: 1220px;
    text-align: center;
}

.ecv2_live_lisItem>ul>li {
    float: left;
    width: 282px;
    height: 288px;
    position: relative;
    padding: 20px 10px 0;
    font-size: 12px;
    color: #999999;
    box-sizing: border-box;
    margin-right: 23px;
    margin-bottom: 26px;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #f0f0f0;
}

.ecv2_live_lisItem>ul>li:hover {
    top: -5px;

    box-shadow: 0 0 4px #ddd;
}

.ecv2_live_lisItem li h3 {
    font-size: 16px;
    color: #1f3d4d;
    font-weight: normal;
    text-align: left;
    width: 230px;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}

.ecv2_live_lisItem p {
    text-align: left;
    margin: 26px 0 40px;
}

.ecv2_live_lisItem dl {
    overflow: hidden;
    padding: 0 0 14px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #f0f0f0;
}

.ecv2_live_lisItem dt {
    float: left;
}

.ecv2_live_lisItem dt li {
    float: left;
    text-align: center;
    margin-right: 12px;
}

.ecv2_live_lisItem dt .ecv2_img {
    width: 38px;
    height: 38px;
    background-color: #e6e6e6;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px;
}

.ecv2_live_lisItem dt img {
    height: 100%;
    width: auto;
}

.ecv2_live_lisItem dd {
    float: right;
    margin-top: 48px;
}

.ecv2_btn_live {
    display: inline-block;
    width: 126px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fffefe;
    background-color: #42aaef;
    border-radius: 18px;
}

.ecv2_mark_free {
    position: absolute;
    width: 37px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    right: 0;
    top: 20px;
    background-color: #fd8123;
    border-radius: 11px 0px 0px 11px;
}

.ecv2_btn_yyy {
    background-color: #dbdbdb;
}

.ecv2_btn_ljgm {
    background-color: #42aaef;
}

.ecv2_btn_jrzb {
    background-color: #fd8123 !important;
    color: #ffffff !important;
}

.ecv2_p_live {
    color: #2590d7;
    padding-left: 30px;
    background: url(../img/icon2/icon_playing.png) no-repeat;
}

.recentzhibo .dately_wraper {
    display: none;
}

.recentzhibo .dately_wraper:nth-child(1) {
    display: block;
}

.dately_wraper .ecv2_left {
    text-align: center;
    font-size: 18px;
}

.pc_zbveiw_detail .pc_detail_reason .pc_detail_reasonList .reasonItem {
    /* width: 300px !important; */
}

.ecv2_live_top .ecv2_leibie_list {
    max-width: 750px;
}

.ecv2_live_top .ecv2_leibie_list li {
    margin-bottom: 10px;
}

.ecv2_live_top {
    float: left;
    padding-bottom: 20px;
    height: auto;
    width: 100%;
}


.ecv2_live_lisItem ul.livelistNew {
    width: 1220px;
    text-align: center;
}

.ecv2_live_lisItem ul.livelistNew>li {
    float: left;
    width: 282px;
    height: 288px;
    position: relative;
    padding: 20px 10px 0;
    font-size: 12px;
    color: #999999;
    box-sizing: border-box;
    margin-right: 23px;
    margin-bottom: 26px;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #f0f0f0;
}

.ecv2_live_lisItem ul.livelistNew>li:hover {
    top: -5px;
    box-shadow: 0 0 4px #ddd;
}

.ecv2_live_lisItem li h3 {
    font-size: 16px;
    color: #1f3d4d;
    font-weight: normal;
    text-align: left;
    width: 230px;
    line-height: 24px;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}


.ecv2_bd_title {
    display: block;
    padding: 10px 20px 20px 0;
    color: #2590d7;
    font-size: 16px;
    font-weight: 200;
}

.ecv2_bd_title .bd-title {
    display: inline-block;
    color: #2590d7;
    font-size: 16px;
    font-weight: 200;
    padding-left: 5px;
}

.ecv2_bd_title::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 21px;
    vertical-align: bottom;
    background-color: #2590d7;
}

.ecv2_bd_title .bd-toggle {
    float: right;
    font-size: 14px;
    padding-left: 25px;
    cursor: pointer;
    margin-left: 25px;
    background: url(../img/icon2/icon_zhankai.png) no-repeat 0 center;
}

.ecv2_bd_title .bd-toggle.down {
    background: url(../img/icon2/icon_shouqi.png) no-repeat 0 center;
}

/*2019/11/14直播页面改版start*/

.width100p {
    width: 100%;
}

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

.container-item {
    padding-top: 20px;
}

.container-item.bg-fa {
    background: #fafafa;
}

.container-item.bg-eb {
    background: #f2f7fa;
}

.container-item .ecv2_dately_item {
    background-color: #ffffff;
}

.container-item .ecv2_dately_item.on {
    background-color: #e1f5ff;
}

.container-item .ecv2_studyPack_topNav {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
    /*display: flex;
    justify-content: space-evenly;*/
}

.container-item .ecv2_panel_box {
    background-color: unset;
}

.nav-item {
    box-sizing: content-box;
    cursor: pointer;
    padding: 18px 30px;
    margin: 0 !important;
    border-bottom: 3px solid #ffffff;
}

.nav-item:hover {
    border-bottom: 3px solid #2590d7;
}

.nav-item .item-icon {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 0 auto;

}

.nav-item .item-icon.icon-rk {
    background: url(../img/icon/icon__rk.png);
}

.nav-item .item-icon.icon-tx {
    background: url(../img/icon/icon_tx.png);
}

.nav-item .item-icon.icon-jz {
    background: url(../img/icon/icon_jz.png);
}

.nav-item .item-icon.icon-jr {
    background: url(../img/icon/icon_jr.png);
}

.nav-item .item-icon.icon-yw {
    background: url(../img/icon/icon_yw.png);
}

.nav-item .item-icon.icon-zy {
    background: url(../img/icon/icon_zg.png);
}

.nav-item .item-icon.icon-pmp {
    background: url(../img/icon/icon_pmp.png);
}

.nav-item .item-icon.icon-kb {
    background: url(../img/icon/icon__ky.png);
}

.nav-item:hover .item-icon.icon-rk {
    background: url(../img/icon/icon__rk_p.png);
}

.nav-item:hover .item-icon.icon-tx {
    background: url(../img/icon/icon_tx_p.png);
}

.nav-item:hover .item-icon.icon-jz {
    background: url(../img/icon/icon_jz_p.png);
}

.nav-item:hover .item-icon.icon-jr {
    background: url(../img/icon/icon_jr_p.png);
}

.nav-item:hover .item-icon.icon-yw {
    background: url(../img/icon/icon_yw_p.png);
}

.nav-item:hover .item-icon.icon-zy {
    background: url(../img/icon/icon_zg_p.png);
}

.nav-item:hover .item-icon.icon-pmp {
    background: url(../img/icon/icon_pmp_p.png);
}

.nav-item:hover .item-icon.icon-kb {
    background: url(../img/icon/icon__ky_p.png);
}

.nav-item .item-text {
    display: block;
    margin-top: 5px;
    text-align: center;
    color: #1f3d4d;
}

.nav-item:hover .item-text {
    color: #2590d7;
}


.container-item .ecv2_live_lisItem:first-child {
    padding-top: 0px !important;
}

.container-item .ecv2_live_lisItem {
    padding-top: 20px !important;
}

.container-item .ecv2_live_lisItem ul.livelistNew>li,
.ecv2_container .ecv2_live_lisItem>ul>li {
    width: 280px !important;
    height: 266px !important;
}

.ecv2_live_lisItem p {
    margin: 24px 0;
}

.item-bottom {
    display: flex;
    justify-content: space-between;
}

.item-bottom .bottom-price {
    display: inline-block;
    color: #ff4949;
    font-size: 20px;
    line-height: 36px;
}

.item-bottom .bottom-price em {
    font-size: 16px;
    font-style: inherit;
}

.item-bottom .ecv2_btn_live {
    width: 96px;
}

/*2019/11/14直播页面改版end*/