    /* // 响应式布局 */
    
    .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-module {
        margin-bottom: 50px;
    }
    
    .parents-modules-box {
        width: 100%;
        height: 803px;
        margin-bottom: 24px;
    }
    
    .bottom-arravge {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
    }
    
    .collect-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        margin-right: 20px;
    }
    
    .collect-img {
        display: inline-block;
        width: 26px;
        height: 25px;
        margin-right: 5px;
        background: url(../images/star1.png) no-repeat;
        position: relative;
        top: -2px;
    }
    
    .zan-img {
        display: inline-block;
        width: 26px;
        height: 26px;
        margin-right: 5px;
        background: url(../images/zan1.png) no-repeat;
        position: relative;
        top: -2px;
    }
    
    .share-img {
        display: inline-block;
        width: 24px;
        height: 23px;
        margin-right: 5px;
        background: url(../images/share1.png) no-repeat;
        position: relative;
        top: -2px;
    }
    
    .numbers {
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #666666;
        display: inline-block;
    }
    
    .message-text {
        font-size: 20px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        margin-bottom: 12px;
    }
    
    .comments textarea {
        width: 100%;
        height: 113px;
        border: 1px solid #e3e3e3;
        background: #f8f8f8;
        padding: 16px 20px 16px 20px;
        box-sizing: border-box;
        resize: none;
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: left;
        color: #999999;
    }
    
    .reply-box {
        text-align: right;
    }
    
    .comments {
        margin-bottom: 20px;
    }
    
    .reply-btn {
        padding: 5px 20px;
        background: #1173d6;
        border: 1px solid #328ce4;
        border-radius: 4px;
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        text-align: center;
        color: #ffffff;
        box-sizing: border-box;
        cursor: pointer;
    }
    
    .class_labal {
        min-width: 64px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        display: inline-block;
        margin-right: 29px;
    }
    
    .brand_list_content {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
    }
    
    .brands {
        position: relative;
        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+ */
        margin-top: 18px;
        border-bottom: 1px dashed #EDEDED;
        margin-bottom: 30px;
    }
    
    .brand_list_content .brand_item_list {
        width: 93%;
        overflow: hidden;
        position: relative;
        margin-bottom: 12px;
    }
    
    .brand_list_content .brand_item_list li {
        float: left;
        font-size: 16px;
        margin-right: 26px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    
    .brand_list_content .brand_list {
        width: 93%;
        overflow: hidden;
        position: relative;
        height: 76px;
        transition: all 2s;
    }
    
    .brand_list_content .brand_list li {
        float: left;
        font-size: 16px;
        margin-right: 26px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    
    .brand_img {
        width: 97px;
        height: 58px;
        border: 1px solid #DCDCDC;
        box-sizing: border-box;
        position: relative;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
    }
    
    .brand_img img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
    }
    
    .brand_list_content ul .brand_item {
        padding: 0 8px;
        padding: 0 8px;
        margin-bottom: 10px;
        margin-right: 9px;
    }
    
    .click_to_view {
        background-color: #2463CC;
        border-radius: 5px;
        color: #ffffff !important;
    }
    
    .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;
        background: #eaeeff;
        padding: 15px 0 20px 0;
        height: 88px;
        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;
    }
    
    .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;
    }
    
    .rightlayout .module-li {
        margin-bottom: 48px;
    }
    
    .switch {
        font-size: 14px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: center;
        color: #1173d6;
        position: absolute;
        right: 0;
        bottom: 23px;
        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: 120px;
    }
    
    .metting-list-li .list-li-icon .ccmtv_mod_view {
        display: block;
        z-index: 1;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 169px;
    }
    
    .list-li-desc {
        width: 181px;
    }
    
    .list-li-desc .list-li-h2 {
        font-size: 16px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: left;
        color: #222222;
        line-height: 24px;
        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;
        float: left;
        width: 160px;
    }
    
    .video-dynamic-list-li .ccmtv_mod_li .ccmtv_mod_view {
        display: block;
        z-index: 1;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 225px;
    }
    
    .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: 724px;
    }
    
    .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 {
        font-size: 14px;
        font-family: SourceHanSansCN, SourceHanSansCN-Regular;
        font-weight: 400;
        text-align: left;
        color: #999999;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .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: 724px;
        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;
    }
    
    .current-position {
        position: relative;
        padding-left: 20px;
    }
    
    .current-position::after {
        width: 16px !important;
        height: 16px !important;
        content: '';
        background: url(../images/hot.png) no-repeat;
        background-size: 100% 100%;
        z-index: 9;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    
    .list-li-h2:hover {
        color: #1173D6 !important;
    }
    
    .comment_list_li {
        margin-bottom: 20px;
    }
    
    .top_content {
        overflow: hidden;
    }
    
    .comment_person_img {
        width: 45px;
        height: 45px;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        float: left;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    
    .comment_person_img img {
        width: 100%;
        height: 100%;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }
    
    .comment_person {
        line-height: 45px;
        font-size: 18px;
        margin-bottom: 10px;
        float: left;
    }
    
    .comment_contents {
        position: relative;
        margin-left: 70px;
    }
    
    .comment_person_time::after {
        position: absolute;
        height: 20px;
        content: "";
        content: "";
        width: 36px;
        top: 50%;
        height: 36px;
        left: 10px;
        background: url(../images/play.png) no-repeat;
        transform: translate(0%, -50%);
    }
    
    .comment_list_li {
        margin-bottom: 20px;
    }
    
    .comment_contents_des {
        padding-bottom: 24px;
        font-size: 16px;
        color: #333333;
    }
    
    .comments_contents {
        position: relative;
        margin-left: 70px;
        background-color: #f7f7f7;
        padding: 20px 22px 20px 22px;
    }
    
    .comments_contents .triangle {
        position: absolute;
        left: 20px;
        top: -20px;
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        border: 10px solid transparent;
        border-bottom-color: #f7f7f7;
    }
    
    .right_time {
        text-align: right;
        font-size: 14px;
        color: #999999;
    }
    
    .test_message {
        padding-left: 21px;
        margin-bottom: 20px;
    }
    
    .time_remaining {
        margin-bottom: 5px;
    }
    
    .time_remaining_title {
        margin-right: 5px;
        vertical-align: middle;
    }
    
    .number {
        font-size: 14px;
        font-weight: bold;
        color: #333333;
    }
    
    .message-board {
        margin-bottom: 40px;
    }
    
    .comment_list {
        margin-bottom: 40px;
    }