           /* // 响应式布局 */
           
           .container {
               width: 1200px;
               margin: 0 auto;
           }
           
           .current_position {
               font-size: 12px;
               font-family: SourceHanSansCN, SourceHanSansCN-Normal;
               font-weight: Normal;
               text-align: left;
               color: #666666;
               margin-bottom: 30px;
           }
           
           .clearfix {
               overflow: hidden;
           }
           
           .more-dynamic-list .dynamic-list-li-article {
               overflow: hidden;
           }
           .dynamic-list-li-video {
            margin-right: 20px;
            width: 224px;
            float: left;
            margin-bottom: 30px;
        }
           .more-dynamic-list .dynamic-list-li {
               float: left;
               width: 993px;
               padding-bottom: 20px;
               border-bottom: 1px solid #eeeeee;
               margin-bottom: 19px;
               cursor: pointer;
           }
           
           .more-dynamic-list .dynamic-list-li .dynamic-describe {
               font-size: 16px;
               font-family: SourceHanSansCN, SourceHanSansCN-Regular;
               font-weight: 400;
               text-align: left;
               color: #222222;
               line-height: 24px;
               margin-bottom: 10px;
               overflow: hidden;
               white-space: nowrap;
               text-overflow: ellipsis;
           }
           
           .more-dynamic-list .dynamic-list-li-article .dynamic-list-li .dynamic-describe-little {
               font-size: 14px;
               font-family: SourceHanSansCN, SourceHanSansCN-Regular;
               font-weight: 400;
               text-align: left;
               color: #999999;
               line-height: 20px;
               overflow: hidden;
               white-space: nowrap;
               text-overflow: ellipsis;
               margin-bottom: 36px;
           }
           
           .more-dynamic-list .dynamic-list-li-article .dynamic-list-li .dynamic-view-number {
               display: flex;
               justify-content: space-between;
               font-size: 14px;
               font-family: SourceHanSansCN, SourceHanSansCN-Regular;
               font-weight: 400;
               text-align: right;
               color: #999999;
               line-height: 20px;
           }
           
           .dynamic-list-li-article .ccmtv_mod_li {
               vertical-align: top;
               margin-right: 16px;
               width: 191px;
               float: left;
           }
           
           .ccmtv_mod_view {
               display: block;
               z-index: 1;
               position: relative;
               width: 100%;
               overflow: hidden;
           }
           
           .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);
           }
           
           .dynamic-list-li .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: normal;
               text-overflow: clip;
               display: -webkit-box;
               -webkit-line-clamp: 2;
               -webkit-box-orient: vertical;
               margin-bottom: 32px;
           }
           
           .video-dynamic-list-li {
               overflow: hidden;
               margin-bottom: 18px;
               position: relative;
           }
           
           .more-dynamic-list {
                width: 100%;
               margin-bottom: 40px;
               display: inline-block;
           }
           
           .page {
               text-align: center;
               margin-bottom: 120px;
           }
           
           .layui-laypage a,
           .layui-laypage span {
               margin: 0 4px;
               border-radius: 4px;
           }
           
           .layui-laypage .layui-laypage-curr .layui-laypage-em {
               position: absolute;
               left: -1px;
               top: -1px;
               padding: 1px;
               width: 100%;
               height: 100%;
               background-color: #1173d6;
           }
           .more-dynamic-list .dynamic-list-li-video:nth-child(5n) {
                margin-right: 0 !important;
            }
            .dynamic-list-li-video .mod_desc {
                position: relative;
                line-height: 1;
                height: 60px;
                line-height: 24px;
                padding-top: 12px;
                -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;
                font-size: 16px;
                font-family: SourceHanSansCN, SourceHanSansCN-Regular;
                font-weight: 400;
                text-align: left;
                color: #222222;
            }