            /* // 响应式布局 */
            
            .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) */
            }
            
            .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;
            }
            
            .leftlayout {
                float: left;
                width: 900px;
            }
            
            .rightlayout {
                float: right;
                width: 320px;
                display: inline-block;
                vertical-align: top;
                background: #fff;
            }
            
            .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 {
                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;
            }
            
            .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;
                position: absolute;
                width: 535px;
                bottom: 0;
            }
            
            .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;
            }
            
            .list-li-h2:hover {
                color: #1173D6 !important;
            }
            
            .news-des {
                font-size: 14px;
                font-family: SourceHanSansCN, SourceHanSansCN-Regular;
                font-weight: 400;
                color: #666666;
                text-align: justify;
                margin-bottom: 12px;
            }
            
            .layui-item-labal {
                margin-right: 10px;
            }
            
            .Timeline {
                font-size: 18px;
                font-family: SourceHanSansCN, SourceHanSansCN-Medium;
                font-weight: 500;
                text-align: left;
                color: #222222;
                line-height: 26px;
                margin-bottom: 16px;
            }
            
            .enterprise-news-list .layui-timeline {
                padding-left: 50px;
            }
            
            .enterprise-news-list .layui-timeline .layui-timeline-item {
                position: relative;
            }
            
            .enterprise-news-list .layui-timeline .layui-timeline-item .point-of-time {
                font-size: 12px;
                font-family: SourceHanSansCN, SourceHanSansCN-Regular;
                font-weight: 400;
                color: #666666;
                position: absolute;
                left: -42px;
            }
            
            .enterprise-news-list .enterprise-news-list-li {
                margin-bottom: 48px;
            }
            
            .enterprise-news-list-li .layui-timeline-axis {
                position: absolute;
                left: -3px;
                top: 0px;
                z-index: 10;
                width: 17px;
                height: 17px;
                line-height: 13px;
                background-color: #fff;
                color: #1173d6;
                border-radius: 50%;
                text-align: center;
                cursor: pointer;
                font-size: 10px;
                border: 2px solid;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            
            .layui-timeline-axis:hover {
                color: #1173d6;
            }
            
            .layui-text h3:hover {
                color: #1173d6;
                cursor: pointer;
            }
            
            .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;
            }
            
            .rightlayout .module-li {
                margin-bottom: 48px;
            }