body {
    background-color: #f8f8f8;
}

.page_banner {
    display: block;
    width: 100%;
}

.mt32 {
    margin-top: 32px;
}

.layui-breadcrumb a cite {
    font-size: 14px;
    color: #333;
}

.layui-nav .layui-nav-more {
    border-width: 4px;
    right: 6px;
    border-color: #333 transparent transparent;
}

.layui-nav-child {
    top: 40px;
    width: 112px;
    padding: 16px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 8px;
    border: none;
    box-shadow: 8px 0px 16px 0px rgba(10, 43, 71, 0.06);
}

.layui-nav-child dd {
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
}

.layui-nav-child dd:hover {
    background: #ebf2ff;
}

.layui-nav-child dd:hover a {
    color: #003eb7!important;
}

.searicon {
    margin-left: 40px;
}

.layui-nav-bar {
    display: none;
}

.layui-breadcrumb a:hover {
    color: #999!important;
}

.layui-nav .layui-nav-mored {
    border-color: transparent transparent #333;
}

.layui-breadcrumb span[lay-separator] {
    margin: 0;
}

.breadcrumb {
    margin: 16px 0;
}

.icon4 {
    margin-right: 4px;
    width: 16px;
    margin-top: -2px;
}

.ccmtv-content {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.flex_cell {
    display: flex;
}

.flex_cell_bd {
    flex: 1;
    min-width: 0;
}

.modular_main {
    min-height: 150px;
    background: #ffffff;
    border-radius: 8px;
    padding: 0px 24px 18px;
    margin-bottom: 32px;
}

.modular_top {
    margin-bottom: 24px;
    align-items: center;
    padding-top: 24px;
    background: #ffffff;
}

.modular_tit {
    font-size: 32px;
    color: #333;
    font-weight: 500;
}

.area_tit {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 24px;
}

.mod_more {
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

.mod_more .layui-icon-right {
    font-size: 12px;
    vertical-align: text-bottom;
}

.mod_mix {
    font-size: 0;
    overflow: hidden;
}

.mod_search {
    height: 64px;
    background: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(10, 43, 71, 0.06);
    padding: 12px 8px 12px 24px;
    display: flex;
    align-items: center;
}

.search_details {
    padding-top: 32px;
}

.search_right {
    height: 40px;
    background: #f8f8f8;
    border-radius: 8px;
}

.seacinp {
    width: 300px;
    height: 100%;
    border: none;
    background-color: transparent;
}

.flex_cell_bd {
    flex: 1;
}

.mod_details {
    font-size: 0;
    overflow: hidden;
    margin-right: -24px;
}

.condi {
    padding: 0 8px;
    cursor: pointer;
}

.actcondi {
    font-weight: bold;
    color: #333;
}

.mod_search.layui-nav {
    color: #999;
    font-size: 16px;
    background-color: #fff;
}

.layui-nav .layui-nav-item a,
.layui-nav .layui-nav-item a:hover {
    line-height: 40px;
}

.main_item {
    width: 300px;
    /* height: 221px; */
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 8px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    margin-right: 24px;
    margin-bottom: 24px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.main_item:nth-child(5n) {
    margin-right: 0;
}

.ccmtv_mod_view {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    /* width: 261px; */
    height: 145px;
    overflow: hidden;
    border-radius: 8px;
}

.mod_view {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ccmtv_mod_view:hover .mod_view {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.ccmtv_mod_view:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

.mod_desc {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-items: center;
    color: #333;
}

.mod_desc .desc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main_item:hover .desc,
.imagetext_item:hover .lbinfo_title,
.imagetext_item:hover .desc,
.meetingname:hover {
    color: #003eb7;
}

.icon2 {
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.desc_mark {
    color: #c9c9c9;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.desc_mark img {
    width: 18px;
}

.list_word {
    margin-left: 16px;
    flex: 1;
}

.list_hraf {
    float: left;
    display: flex;
    margin-right: 24px;
    margin-bottom: 24px;
    width: calc(50% - 24px);
    cursor: pointer;
}

.limith {
    height: calc(100% - 24px);
}

.meetingname {
    height: 72px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.adjustable {
    width: 100%;
    height: 145px;
}

.layui-nav .collection>a {
    color: #666666;
    font-weight: bold;
}

.layui-nav .collection>a:hover {
    color: #666666;
}

.layui-nav .more_drop>a {
    color: #999;
}

.layui-nav .more_drop>a:hover {
    color: #333;
    font-weight: bold;
}

.layui-nav .layui-nav-child a {
    text-align: center;
    padding: 0;
}

@media screen and (min-width: 1766px) {
    .ccmtv-content {
        width: 1650px;
    }
}

.actcondi {
    border-bottom: 5px solid #0aa083;
    display: inline-block;
    height: 26px;
    margin: 0 8px;
}

.mod_list {
    overflow: hidden;
    font-size: 0;
}

.imagetext_item {
    display: inline-block;
    width: 300px;
    margin-right: 24px;
    margin-bottom: 40px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.imagetext_item:nth-child(5n) {
    margin-right: 0;
}

.lb_mod_view {
    display: block;
    height: 174px;
    margin-bottom: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.lb_mod_view .mod_view {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.mod_view {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.comingTag {
    width: 95px;
    height: 26px;
    line-height: 26px;
    background: rgba(0, 0, 0, 0.40);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    right: 8px;
    top: 8px;
    text-align: center;
}

.livingTag {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 80px;
    height: 26px;
    line-height: 26px;
    background: #f33041;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.livingicon {
    width: 15px;
}

.lbinfo_title {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 12px;
    white-space: break-spaces;
}

.lb_mark {
    align-items: center;
    display: flex;
}

.lb_mark_cell {
    display: flex;
    flex: 1;
    min-width: 0;
    align-items: center;
}

.date_mark {
    display: flex;
    align-items: center;
}

.info_icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.info_right {
    color: #999;
    font-size: 14px;
}

.loadmore {
    width: 104px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #1173d6;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #1173d6;
    margin: -16px auto 24px;
    cursor: pointer;
}

.page-none {
    text-align: center;
    color: #999;
    font-size: 14px;
}

@media screen and (max-width: 1765px) and (min-width: 1551px) {
    .ccmtv-content {
        width: 1435px;
    }
    .main_item {
        width: 258px;
    }
    .adjustable {
        height: 122px;
    }
    .imagetext_item {
        width: 258px;
    }
    .lb_mod_view {
        height: 150px;
    }
}

@media screen and (max-width: 1550px) and (min-width: 1336px) {
    .ccmtv-content {
        width: 1220px;
    }
    .mod_details {
        margin-right: -20px;
    }
    .list_hraf {
        margin-right: 20px;
        width: calc(50% - 20px);
    }
    .adjustable {
        height: 132px;
    }
    .mod_desc {
        font-size: 14px;
    }
    .modular_tit {
        font-size: 30px;
    }
    .imagetext_item,
    .main_item {
        width: 224px;
        margin-right: 15px;
    }
    .main_item {
        padding: 15px 15px 0;
    }
    .adjustable {
        height: 108px;
    }
    .lb_mod_view {
        height: 130px;
    }
    .modular_main {
        padding: 0px 20px 18px;
    }
}

@media screen and (max-width: 1335px) {
    .ccmtv-content {
        width: 1040px;
    }
    .main_item {
        width: 194px;
        margin-right: 10px;
        padding: 10px 10px 0;
    }
    .imagetext_item {
        width: 194px;
        margin-right: 10px;
    }
    .lb_mod_view {
        height: 113px;
    }
    .modular_main {
        padding: 0px 14px 18px;
    }
    .mod_details {
        margin-right: -18px;
    }
    .adjustable {
        width: 100%;
        height: 96px;
    }
    .mod_desc {
        font-size: 12px;
    }
    .list_hraf {
        margin-right: 18px;
        width: calc(50% - 18px);
    }
    .modular_tit {
        font-size: 28px;
    }
}