    /* // 响应式布局 */
    
    .container {
        width: 1250px;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    .clearfix {
        overflow: hidden;
    }
    
    img {
        image-rendering: -moz-crisp-edges;
        /* Firefox */
        image-rendering: -o-crisp-edges;
        /* Opera */
        image-rendering: -webkit-optimize-contrast;
        /* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
        /* IE (non-standard property) */
    }
    
    .banner {
        display: block;
        width: 100%;
        height: 350px;
    }
    
    .module-header {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .module_title {
        display: inline-block;
        position: relative;
        height: 36px;
        font-size: 24px;
        font-family: SourceHanSansCN, SourceHanSansCN-Bold;
        font-weight: 700;
        text-align: left;
        color: #222222;
        line-height: 36px;
    }
    
    .module-choice-box {
        width: 856px;
        height: 88px;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* firefox*/
        -webkit-box-sizing: border-box;
        /* chrome safari*/
        -ms-box-sizing: border-box;
        /* IE8一下 */
        -o-box-sizing: border-box;
        /* presto opera*/
        transition: all .4s linear;
        overflow: hidden;
        transition: all 4s linear;
        transition: height 4s ease-in 0s !important;
    }
    
    .autoheigt {
        height: 88px;
        transition: all 4s ease-in 0s;
    }
    
    .rightlayout .module-li {
        margin-bottom: 48px;
    }
    
    .item-li {
        font-size: 14px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: center;
        color: #666666;
        padding: 3px 12px;
        background: #f6f6f6;
        border-radius: 13px;
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 12px;
        cursor: pointer;
    }
    
    .active {
        background: #1173d6;
        font-size: 14px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: center;
        color: #ffffff;
    }
    
    .leftlayout {
        float: left;
        width: 900px;
    }
    
    .rightlayout {
        float: right;
        width: 320px;
        display: inline-block;
        vertical-align: top;
        background: #fff;
    }
    
    .switch {
        font-size: 14px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: center;
        color: #1173d6;
        position: absolute;
        right: 0;
        bottom: 30px;
        cursor: pointer;
    }
    
    .module-choice {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative;
        margin-bottom: 20px;
    }
    
    .ccmtv_mod_ul .ccmtv_mod_li {
        vertical-align: top;
        display: inline-block;
        margin-right: 14px;
        width: 288px;
        margin-bottom: 20px;
    }
    
    .ccmtv_mod_ul .ccmtv_mod_view {
        display: block;
        z-index: 1;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 164px;
    }
    
    .ccmtv_mod_ul .mod_view {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .25s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .ccmtv_mod_ul .ccmtv_mod_view:hover .mod_view {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    
    .ccmtv_mod_ul .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);
    }
    
    .ccmtv_mod_ul .mod_desc {
        position: relative;
        line-height: 1;
        padding: 6px 10px;
        height: 59px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        white-space: normal;
        text-overflow: clip;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .ccmtv_mod_ul .desc {
        display: block;
        line-height: 24px;
        font-size: 15px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .ccmtv_mod_ul .ccmtv_mod_li:nth-child(3n) {
        margin-right: 0px;
    }
    
    .Expert-module .module-li {
        margin-bottom: 48px;
    }
    
    .more-metting-list .metting-list .metting-list-li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: relative;
        margin-bottom: 20px;
    }
    
    .list-li-icon {
        width: 127px;
    }
    
    .metting-list-li .list-li-icon .ccmtv_mod_view {
        display: block;
        z-index: 1;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 72px;
    }
    
    .list-li-desc {
        width: 181px;
    }
    
    .list-li-desc .list-li-h2 {
        font-size: 14px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: left;
        color: #222222;
        line-height: 20px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .list-li-desc .average-distribution {
        position: absolute;
        bottom: 0;
        width: 237px;
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-pack: justify;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: 14px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: right;
        color: #999999;
        line-height: 20px;
    }
    
    .Industry-communication .communication-list-ltem {
        margin-right: 12px;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* firefox*/
        -webkit-box-sizing: border-box;
        /* chrome safari*/
        -ms-box-sizing: border-box;
        /* IE8一下 */
        -o-box-sizing: border-box;
        /* presto opera*/
    }
    
    .Industry-communication .communication-list-li {
        position: relative;
        width: 154px;
        height: 154px;
        border: 1px solid #eeeeee;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* firefox*/
        -webkit-box-sizing: border-box;
        /* chrome safari*/
        -ms-box-sizing: border-box;
        /* IE8一下 */
        -o-box-sizing: border-box;
        /* presto opera*/
        margin-bottom: 12px;
    }
    
    .metting-list .mod_view {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .25s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .metting-list .ccmtv_mod_view:hover .mod_view {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    
    .metting-list .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);
    }
    
    .Industry-communication .communication-list-ltem:nth-child(2n) {
        margin-right: 0px;
    }
    
    .communicationcommunication-list-icon {
        width: 131px;
        height: 131px;
        margin: 11.5px;
    }
    
    .communicationcommunication-list-icon img {
        width: 100%;
        height: 100%;
        display: block;
    }
    
    .communication-list-ltem>p {
        font-size: 14px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: center;
        color: #222222;
        line-height: 20px;
    }
    
    .video-dynamic-list-li {
        overflow: hidden;
        margin-bottom: 40px;
        position: relative;
    }
    
    .video-dynamic-list-li .ccmtv_mod_li {
        vertical-align: top;
        margin-right: 16px;
        width: 191px;
        float: left;
    }
    
    .video-dynamic-list-li .ccmtv_mod_li .ccmtv_mod_view {
        display: block;
        z-index: 1;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 108px;
    }
    
    .video-dynamic-list-li .ccmtv_mod_li .ccmtv_mod_view .mod_view {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .25s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .video-dynamic-list-li .ccmtv_mod_li .ccmtv_mod_view:hover .mod_view {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    
    .video-dynamic-list-li .ccmtv_mod_li .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);
    }
    
    .video-dynamic-list-li .dynamic-list-li-video {
        float: left;
        width: 693px;
    }
    
    .video-dynamic-list-li .dynamic-list-li-video .dynamic-describe {
        font-size: 16px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: left;
        color: #222222;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 10px;
        display: block;
    }
    
    .dynamic-describe-labal .item-labal {
        margin-right: 6px;
        font-size: 12px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: left;
        color: #1173d6;
        padding: 2px 9px;
        background: rgba(17, 115, 214, .1);
        border-radius: 10px;
        display: inline-block;
    }
    
    .more-video-dynamic-list .video-dynamic-list-li .dynamic-list-li-video .dynamic-view-number {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: 14px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: right;
        color: #999999;
        line-height: 20px;
        width: 535px;
        padding-bottom: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* firefox*/
        -webkit-box-sizing: border-box;
        /* chrome safari*/
        -ms-box-sizing: border-box;
        /* IE8一下 */
        -o-box-sizing: border-box;
        border-bottom: 1px solid #eeeeee;
    }
    
    .more-video-dynamic-list .video-dynamic-list-li:last-child .dynamic-list-li-video .dynamic-view-number {
        border-bottom: none;
    }
    
    .video-dynamic-list-li .dynamic-list-li-video .dynamic-describe-labal {
        margin-bottom: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .dynamic-list-li-video .dynamic-describe:hover {
        color: #1173D6;
    }
    
    .dynamic-view-number {
        position: relative;
    }
    
    .dynamic-view-number::before {
        content: '';
        position: absolute;
        border-bottom: 1px solid #eeeeee;
    }
    
    .load-more {
        text-align: center;
        margin-top: 8px;
        margin-bottom: 200px;
    }
    
    .cheak-more {
        width: 240px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #1173d6;
        display: inline-block;
        font-size: 14px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        color: #1173d6;
        text-align: center;
        cursor: pointer;
        display: inline-block;
    }
    
    .cheak-more:hover {
        background: #1173d6;
        display: inline-block;
        color: #ffffff;
    }
    
    .list-li-h2:hover {
        color: #1173D6 !important;
    }
    
    .ico-play {
        width: 16px;
        height: 16px;
        background: url(../images/play-number.png) no-repeat;
        display: inline-block;
        padding-left: 20px;
    }
    
    .ccmtv_mod_ul .ccmtv_mod_li .ccmtv_mod_view .play-bar {
        position: absolute;
        left: 0;
        padding: 0 10px;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        font-size: 12px;
        border-radius: 0 0 2px 2px;
        width: 100%;
        bottom: 0;
        height: 30px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.40));
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* firefox*/
        -webkit-box-sizing: border-box;
        /* chrome safari*/
        -ms-box-sizing: border-box;
        /* IE8一下 */
        -o-box-sizing: border-box;
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-pack: justify;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }