/* // 响应式布局 */
.spacearound {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.spacebetween {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.flex-start {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: flex-start;
    align-items: center
}

.flex-startnowarp {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.spacebetween {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex {
    -webkit-box-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* Standard */
}

/* // 响应式布局 */
.align-center {
    display: flex;
    align-items: center;
}
.container {

    margin: 0 auto;
}
.left-switch {
    float: left;
    width: 198px;
    background-color: #eef5fd;
    padding: 16px 0;
    margin-right: 24px;
}

.left-switch ul .item_li {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.right-content {
    padding-top: 24px;
    float: left;
    width: calc(100% - 222px);
}

.right-content .switch_above>ul {
    overflow: hidden;
    margin-bottom: 18px;
}

.right-content .switch_above ul .item_li {
    float: left;
    margin-right: 24px;
    position: relative;
    cursor: pointer;
    margin-bottom: 24px;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
}

.right-content .switch_above ul .item_li.active:after {
    content: '';
    width: 50%;
    height: 3px;
    background: #1e6dcc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: -10px;
    border-radius: 5px;
    cursor: pointer;
}

.activebg {
    background-color: #f8f8f8;
    border-left: 3px solid #4C96E0;
}

.bottom_box {
    display: -webkit-box;
    /* Safari, iOS Safari, Android Browser */
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* Internet Explorer */
    display: -webkit-flex;
    /* Chrome */
    display: flex;
    /* Standard syntax */
    -webkit-box-pack: justify;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-pack: justify;
    /* Firefox */
    -ms-flex-pack: justify;
    /* Internet Explorer */
    -webkit-justify-content: space-between;
    /* Chrome */
    justify-content: space-between;
    /* Standard syntax */
    -webkit-box-align: center;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-align: center;
    /* Firefox */
    -ms-flex-align: center;
    /* Internet Explorer */
    -webkit-align-items: center;
    /* Chrome */
    align-items: center;
    /* Standard syntax */
}

.bottom_box .userbox {
    display: -webkit-box;
    /* Safari, iOS Safari, Android Browser */
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* Internet Explorer */
    display: -webkit-flex;
    /* Chrome */
    display: flex;
    /* Standard syntax */
    -webkit-box-pack: justify;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-pack: justify;
    /* Firefox */
    -ms-flex-pack: justify;
    /* Internet Explorer */
    -webkit-justify-content: space-between;
    /* Chrome */
    justify-content: space-between;
    /* Standard syntax */
    -webkit-box-align: center;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-align: center;
    /* Firefox */
    -ms-flex-align: center;
    /* Internet Explorer */
    -webkit-align-items: center;
    /* Chrome */
    align-items: center;
    /* Standard syntax */

}

.bottom_box .playbox {
    display: -webkit-box;
    /* Safari, iOS Safari, Android Browser */
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* Internet Explorer */
    display: -webkit-flex;
    /* Chrome */
    display: flex;
    /* Standard syntax */
    -webkit-box-pack: justify;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-pack: justify;
    /* Firefox */
    -ms-flex-pack: justify;
    /* Internet Explorer */
    -webkit-justify-content: space-between;
    /* Chrome */
    justify-content: space-between;
    /* Standard syntax */
    -webkit-box-align: center;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-align: center;
    /* Firefox */
    -ms-flex-align: center;
    /* Internet Explorer */
    -webkit-align-items: center;
    /* Chrome */
    align-items: center;
    /* Standard syntax */

}

.bottom_box .userbox .user_img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.bottom_box .userbox .user_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.bottom_box .playbox .play_icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.bottom_box .playbox .play_icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.personinfo {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.personinfo .userhead img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 100%
}

.panel .userhead:hover {
    transform: scale(1.05);
    transition-duration: 400ms
}

.personinfo .userhead,
.personinfo .userinfo {
    transition-duration: 400ms
}

.personinfo .userhead,
.personinfo .userinfo,
.personinfo .followbtn {
    display: inline-block;
    vertical-align: middle;
}

.personinfo:hover .userhead,
.personinfo:hover .userinfo {
    transform: translateX(2px);
    transition-duration: 400ms;
}

.personinfo .userinfo span {
    display: block;
    font-size: 14px;
    color: #999;
}

.personinfo .userinfo span .large {
    display: block;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.personinfo .userinfo span small i {
    display: inline-block;
    margin-right: 20px
}

.personinfo .userinfo {
    max-width: 50%
}

.personinfo .followbtn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    padding: 4px 15px;
    float: right;
    font-size: 14px;
    border: solid 1px #1173d6;
    color: #1173d6;
    border-radius: 4px;
    transition-duration: 400ms;
    cursor: pointer;
}

.tuijianswiper-button-next {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.layui-icon-left:hover {
    color: #1173d6;
}

.layui-icon-right:hover {
    color: #1173d6;
}

.tuijianswiper-button-prev {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 20px;
    cursor: pointer;
}

.siedpanel .swiper-button-disabled {
    opacity: .4
}

.siedpanel .swiper-button-disabled {
    opacity: .4;
}

.followbtn.active {
    color: #999;
    border: solid 1px #ccc;
}

.tuijian-pagination {
    text-align: center;
}

img {
    image-rendering: -moz-crisp-edges;
    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) */
}

.Carousel-module .swiper-slide {
    height: 320px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
}

.Carousel-module .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.4;
    background: #ffffff;
    opacity: 0.4;
    border-radius: 50%;
}

.swiper-container-wrap4 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.4;
    background: #ffffff;
    opacity: 0.4;
    border-radius: 50%;
}

.swiper-container-wrap4 .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #ffffff;
    opacity: 1;
}

.ccmtv-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.4;
    background: #ffffff;
    opacity: 0.4;
    border-radius: 50%;
}

.ccmtv-swiper .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #ffffff;
    opacity: 1;
}

.Carousel-module .swiper-pagination-bullet-active {
    width: 16px;
    height: 8px;
    background: #ffffff;
    border-radius: 4px;
    opacity: 1;
}

.swiper-banner .swiper-pagination {
    text-align: right;
    left: -20px;
    bottom: 45px;
}

/*.container {
        width: 1688px;
        margin: 0 auto;
    }*/

/* PC 端响应式布局  */
@media screen and (min-width: 1921px) {

    /* 在宽度大于1920px时的样式 */
    .container {
        width: 1920px;
        /* 设置容器的宽度 */
        margin: 0 auto;
        /* 居中定位 */
        padding: 0 126px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {

    /* 在宽度大于1600px，小于等于1920px时的样式 */
    .container {
        width: 1600px !important;
        /* 设置容器的宽度 */
        margin: 0 auto;
        /* 居中定位 */
    }

    .leftlayout {
        width: 1180px !important;
    }
}



/* PC端布局 */
@media screen and (min-width: 1201px) and (max-width: 1366px) {

    /* 在宽度大于1200px，小于等于1366px时的样式 */
    .container {
        width: 1200px !important;
        /* 设置容器的宽度 */
        margin: 0 auto;
        /* 居中定位 */
    }

    .leftlayout {
        width: 792px !important;
    }
}

@media screen and (max-width: 1335px) {
    .container {
        width: 1200px !important;
    }

    .leftlayout {
        width: 792px !important;
    }
}


.Outermost-layer {
    padding-top: 30px;
    background: #ffffff;
}

.Select-Module {
    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;
    margin-bottom: 48px;
}

.leftlayout {
    float: left;
    width: 1180px;
}

.Carousel-module {
    height: 320px;
    background: #eeeeee;
    margin-bottom: 30px;
}

.Select-Module .select-module-li {
    margin-right: 12px;
}

.Select-Module .select-module-li:nth-child(1) {
    width: 274px;
    height: 82px;
    background: #ecf9f9;
}

.Select-Module .select-module-li:nth-child(2) {
    width: 274px;
    height: 82px;
    background: #fff4f4;
}

.Select-Module .select-module-li:nth-child(3) {
    width: 274px;
    height: 82px;
    background: #fff6ec;
}

.Select-Module .select-module-li:nth-child(4) {
    width: 274px;
    height: 82px;
    background: #eff7ff;
    margin-right: 0px;
}

.select-module-li .whole-module-li:hover {
    color: inherit;
}

.select-module-li .whole-module-li .inner-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-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 16px;
    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*/
}

.inner-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+ */
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 16px;
}

.inner-box .icon-box {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.select-module-li .inner-box .icon-box>img {
    width: 100%;
    height: 100%;
}

.select-module-li .the-whole-li .inner-box {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}

.most-more {
    display: inline-block;
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.Module-Description {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.Module-Description-title {
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: left;
    color: #222222;
    padding-bottom: 8px;
}

@media screen and (min-width: 1920px) {
    .leftlayout {
        width: 1180px;
    }
}

.mod-list-mix .module-left {
    width: 1170px;
    float: left;
}

.mod-list-mix .module-right {
    float: right;
    width: 440px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
}

.mod-left-col {
    position: relative;
}

.modular-header {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.modular_title {
    float: left;
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-family: SourceHanSansCN, SourceHanSansCN-Bold;
    font-weight: 700;
    text-align: left;
    color: #1173d6;
    margin-right: 16px;
}

.link_more {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: right;
    color: #999999;
    line-height: 20px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.link_more:hover {
    color: #1173D6 !important;
}

.big-wrapper {
    float: left;
    width: 425px;
    margin-right: 16px;
}

.slide-title {
    height: 96px;
    position: relative;
    background: #f8f8f8;
    line-height: 1;
    padding: 17px 10px 5px;
    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*/
}

.slide-title .link-txt {
    margin-bottom: 8px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 48px;
    -webkit-box-orient: vertical;
    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*/
}

.desc:hover,
.rec:hover,
.link-txt:hover {
    color: #1173d6;
}

.ccmtv-mod-link {
    position: relative;
}

.big-wrapper .turn-wrapper .swiper-wrapper .swiper-slide .ccmtv-mod-link {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 241px;
}

.slide-tag {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 20px;
    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+ */
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.Dynamic-module {
    margin-bottom: 48px;
}

.more-dynamic-list {
    width: 728px;
    float: left;
    height: 336px;
    overflow: hidden;
}

.more-dynamic-list .dynamic-list-li {
    margin-bottom: 18px;
    overflow: hidden;
    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*/
}

.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;
    display: block;
    margin-bottom: 10px;
}

.more-dynamic-list .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: 20px;
}

.more-dynamic-list .dynamic-list-li .dynamic-view-number {
    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+ */
    -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;
}

.more-dynamic-list .dynamic-list-li:nth-child(3) {
    padding-bottom: 10px;
    border-bottom: none;
    margin-bottom: 10px;
}

.more-dynamic-list .dynamic-list-li:last-child {
    padding-bottom: 10px;
    border-bottom: none;
    margin-bottom: 10px;
}

.video-dynamic-list-li .ccmtv_mod_li {
    vertical-align: top;
    margin-right: 16px;
    width: 177px;
    float: left;
}

.ccmtv_mod_view {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 180px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mod_view {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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);
}

.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;
}

.video-dynamic-list-li {
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
    float: left;
    width: 48%;
    box-sizing: border-box;
    margin-right: 2%;
    display: flex;
}

.video-dynamic-list-li:nth-child(3) {
    margin-bottom: 0px;
}

.video-dynamic-list-li:last-child {
    margin-bottom: 0px;
}

.more-dynamic-list .video-dynamic-list-li .dynamic-view-number {
    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+ */
    -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;
}

.more-video-dynamic-list {
    overflow: hidden;
}

.dynamic-list-li-video {
    float: left;
}

.dynamic-list-li-video .dynamic-view-number {
    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+ */
    -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;
    bottom: 0;
}

.Picture-brocade-collection {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0px auto 0px;
}

.Picture-brocade-collection .Picture-wrapper .swiper-slide {
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: center 0 !important;
}

.link_more::after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(../images/more.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.Expert-module {
    margin-bottom: 20px;
}

.Expert-module .expert-name {
    font-size: 20px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: center;
    color: #222222;
    margin-bottom: 10px;
}

.expert-list-area {
    margin-bottom: 20px;
    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+ */
    justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
}

.expert-list .Position-title {
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: center;
    color: #222222;
    line-height: 24px;
}

.expert-list-area-li .name {
    margin-top: 10px;
    text-align: center;
}

.Committee-list .committee-li-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #666666;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}

.Committee-list .committee-li-li .committee-des {
    display: inline-block;
    max-width: 70%;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    /*内联对象需加*/
    word-break: keep-all;
    /* 不换行 */
    white-space: nowrap;
    /* 强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象。不换行 */
    overflow: hidden;
    /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
}

.Committee-list .committee-li-li .committee-line {
    display: inline-block;
    text-decoration: dotted;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    flex: 1;
    position: relative;
    top: -3px;
}

.Committee-list .committee-li-li .committee-des-number {
    text-align: center;
    display: inline-block;
}

.expert-list {
    margin-bottom: 20px;
}

.Committee-list {
    margin-bottom: 20px;
}

.guide-list {
    margin-bottom: 20px;
}

.guide-des {
    max-width: 70%;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #222222;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guide-time {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: right;
    color: #999999;
}

.gbg {
    background-color: #f8f8f8;
}

.refresh {
    position: absolute;
    right: 136px;
    top: 50%;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: right;
    color: #999999;
    line-height: 20px;
    transform: translate(0, -50%);
    vertical-align: middle;
    display: flex;
    align-items: center;
    cursor: pointer;
}

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;
}

.dynamic-list-li-video .dynamic-describe:hover {
    color: #1173D6;
}

.guide-list .guide-li .guide-li-herf:hover {
    color: #1173D6 !important;
}

.guide-li-herf {
    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+ */
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 16px;
}

.guide-li-herf:hover {
    color: #1173D6 !important;
}

.noLive {
    text-align: center;
}

.committee-organizing {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    justify-content: center;
}

.committee-organizing .expert-list-area-li {
    margin-right: 15px;
}

/* 公共的一个特效：鼠标触碰图片，能够有放大效果 */

.ccmtv-mod-link img {
    transition: transform .4s ease 0s;
}

.ccmtv-mod-link img:hover {
    transform: scale(1.05);
}

.ccmtv-mod-link {
    overflow: hidden;
}

.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;
    margin-right: 6px;
}

.ccmtv_mod_ul {
    width: 100%;
}

.ccmtv_mod_ul .ccmtv_mod_li {
    vertical-align: top;
    display: inline-block;
    margin-right: 18px;
    width: 300px;
    margin-bottom: 24px;
}

/*.ccmtv_mod_ul .ccmtv_mod_li:nth-child(3n) {
        margin-right: 0px;
    }*/
/* PC端布局 */
@media screen and (min-width: 1201px) and (max-width: 1366px) {

    /* 在宽度大于1200px，小于等于1366px时的样式 */
    .ccmtv_mod_ul .ccmtv_mod_li {
        width: 233px;
    }

    .ccmtv_mod_ul .ccmtv_mod_li .ccmtv_mod_view {
        display: block;
        z-index: 1;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 120px;
    }
}

 @media screen and (min-width: 1367px) and (max-width: 1600px) {

        /* 在宽度大于1366px，小于等于1600px时的样式 */
        .ccmtv_mod_ul .ccmtv_mod_li {
            vertical-align: top;
            display: inline-block;
            margin-right: 16px;
            width: 316px;
        }
        .ccmtv_mod_ul .ccmtv_mod_li:nth-child(3n) {
            margin-right: 0px;
        }
        .ccmtv_mod_view {
            display: block;
            z-index: 1;
            position: relative;
            width: 100%;
            overflow: hidden;
        }
    }

@media screen and (min-width: 1601px) and (max-width: 1920px) {

    /* 在宽度大于1600px，小于等于1920px时的样式 */
    .ccmtv_mod_ul .ccmtv_mod_li {
        width: 298px;
    }

}

@media screen and (min-width: 1921px) {
    .ccmtv_mod_ul .ccmtv_mod_li {
        width: 300px;
    }
}

.mod_desc {
    position: relative;
    line-height: 1;
    padding: 6px 10px;
    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*/
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 12px;
}

.desc {
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 4px;
    height: 52px;
    box-sizing: border-box;
}

.ccmtv-mod-list.mb {
    margin-bottom: 14px;
}

.ccmtv-mod-list .IndustryReports_ul {
    width: 100%;
    font-size: 0;
    white-space: nowrap;
}

.ccmtv-mod-list .IndustryReports_ul .ccmtv_mod_li {
    vertical-align: top;
    display: inline-block;
    margin-right: 30px;
    width: 270px;
    height: 380px;
    position: relative;
}

.ccmtv-mod-list .IndustryReports_ul .ccmtv_mod_view {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.ccmtv-mod-list .IndustryReports_ul .mod_desc {
    width: 100%;
    position: relative;
    line-height: 1;
    padding: 12px 16px;
    height: 104px;
    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*/
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}

.ccmtv-mod-list .IndustryReports_ul .mod_desc .desc {
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 16px;
    min-height: 48px;
}

.IndustryReports_ul .ccmtv_mod_li:hover {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    box-shadow: 0px 0px 20px rgba(248, 248, 248, 1);
}

.IndustryReports_ul .mod_desc .bottom-fixed {
    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+ */
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 16px;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.little-labal {
    max-width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.rightlayout {
    float: right;
    width: 408px;
    display: inline-block;
    vertical-align: top;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.layui-item-labal {
    margin-right: 10px;
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #999999;
}

.mintures-before {
    text-align: right;
}

.layui-line {
    position: relative;
}

.layui-line .mintures-before {
    position: absolute;
    right: 0;
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: right;
    color: #666666;
}

.layui-timeline .layui-flow-more a cite {
    padding: 0 20px;
    border-radius: 3px;
    background-color: #eee;
    color: #333;
    font-style: normal;
    width: 380px;
    height: 40px;
    line-height: 40px;
    background: rgba(17, 115, 214, .1);
    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*/
    color: #1173d6;
}

.layui-timeline-axis {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #1173d6;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.layui-timeline-axis:hover {
    color: #1173d6;
}

.Expert-module .module-li {
    margin-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
}

.more-metting-list .metting-list .metting-list-li {
    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;
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #666666;
}

.ccmtv-swiper {
    height: 241px;
    margin-bottom: 20px
}

.ccmtv-swiper .swiper-slide .ccmtv-mod-link {
    z-index: 1;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 241px;
}

.ccmtv-swiper .ccmtv-mod-link .ccmtv-mod-cover {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.list-li-icon {
    width: 177px;
}

.list-li-desc {
    width: 237px;
}

.metting-list-li .list-li-icon .ccmtv_mod_view {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100px;
}

.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;
}

.current-position {
    position: relative;
    padding-left: 20px;
}

.current-position::after {
    width: 16px !important;
    height: 16px !important;
    content: '';
    background: url(../images/adress.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;
}

.Brand-list .brand-list-li {
    float: left;
    width: 211px;
    height: 80px;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    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*/
}

.Brand-list .brand-list-li:nth-child(2n) {
    margin-right: 0px;
}

.brand-list-li-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.Industry-communication .communication-list-ltem {
    margin-right: 14px;
    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: 168px;
    height: 168px;
    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;
}

.Industry-communication .communication-list-ltem:nth-child(2n) {
    margin-right: 0px;
}

.communicationcommunication-list-icon {
    width: 128px;
    height: 128px;
    margin: 20px;
}

.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;
}

.yun-ccmtv-icon {
    overflow: hidden;
}

.yun-ccmtv-icon img {
    transition: all .4s;
}

.yun-ccmtv-icon img:hover {
    transform: scale(1.1);
}

.layui-timeline .layui-text h3 {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
}



.dynamic-describe-labal .item-labal {
    margin-right: 6px;
}

.ccmtv-mod-link .ccmtv-mod-cover {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.yun-ccmtv-icon img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (max-width: 1335px) {
    .container {
        width: 1200px;
    }

    .leftlayout {
        float: left;
        width: 749px;
    }

    .Select-Module .select-module-li:nth-child(1) {
        width: 180px;
        height: 82px;
        background: #ecf9f9;
    }

    .Select-Module .select-module-li:nth-child(2) {
        width: 180px;
        height: 82px;
        background: #fff4f4;
    }

    .Select-Module .select-module-li:nth-child(3) {
        width: 180px;
        height: 82px;
        background: #fff6ec;
    }

    .Select-Module .select-module-li:nth-child(4) {
        width: 180px;
        height: 82px;
        background: #eff7ff;
    }

    /*.more-dynamic-list {
            width: 575px;
            float: left;
            overflow: hidden;
        }
        .more-video-dynamic-list {
            width: 524px;
            float: left;
            overflow: hidden;
        }*/
    .big-wrapper {
        width: 314px;
    }

    .turn-wrapper {
        width: 314px;
    }

    .more-dynamic-list {
        width: 419px;
        float: left;
        overflow: hidden;
    }


    .modular_title {
        font-size: 18px;
    }

    .link_more {
        font-size: 13px;
    }

    .ccmtv_mod_ul .ccmtv_mod_li {
        vertical-align: top;
        display: inline-block;
        margin-right: 6px;
        width: 166px
    }

    .ccmtv_mod_view {
        display: block;
        z-index: 1;
        position: relative;
        width: 100%;
        height: 79px;
        overflow: hidden;
    }

    .ccmtv-mod-list .IndustryReports_ul .ccmtv_mod_li {
        vertical-align: top;
        display: inline-block;
        margin-right: 30px;
        width: 226px;
        height: 318px;
        position: relative;
    }

    .ccmtv-mod-list .IndustryReports_ul .mod_desc {
        padding: 12px 5px;
        width: 226px;
    }

    .big-wrapper .turn-wrapper .swiper-wrapper .swiper-slide .ccmtv-mod-link {
        height: 176.63px;
    }

    .dynamic-list-li-video .dynamic-view-number {
        width: 265px;
    }
}

.showmore {
    text-align: center;
    padding: 12px 0;
}

.moreshow {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 20px;
    cursor: pointer;
}

.moreshow:hover {
    color: #1173d6;
}

.more-brand-list {
    display: none;
}

.packupmore {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    padding: 12px 0;
    display: none;
}

.packupmore:hover {
    color: #1173d6;
}

a {
    text-decoration: none !important;
}

a>h3:hover {
    color: #1173d6;
}

.dynamic-list-li-video .dynamic-describe:hover {
    color: #1173d6;
}

.layui-timeline-axis {
    position: absolute;
    left: -3px;
    top: 0px;
    z-index: 10;
    width: 13px;
    height: 13px;
    line-height: 13px;
    background-color: #fff;
    color: #1173d6;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    border: 2px solid;
}

.IndustryReports_ul .ccmtv_mod_li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-box-shadow: 2px 2px 10px #909090;
    /*firefox*/
    -webkit-box-shadow: 2px 2px 10px #909090;
    /*safariæˆ–chrome*/
    box-shadow: 2px 2px 10px #909090;
    /*operaæˆ–ie9*/
}

.IndustryReports_ul .ccmtv_mod_li:hover .mod_desc {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    background: #1173d6;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    -webkit-box-shadow: 0 34px 20px -28px rgba(136, 161, 206, 0.3);
    box-shadow: 0 34px 20px -28px rgba(136, 161, 206, 0.3);
}

/* //   首页轮播标题 */

.swiper-banner .swiper-slide .ccmtv-mod-link .slider-title {
    position: absolute !important;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    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*/
    z-index: 99;
}

.instructionsdescription {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-400;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    line-height: 36px;
}

.bottom_box {
    display: -webkit-box;
    /* Safari, iOS Safari, Android Browser */
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* Internet Explorer */
    display: -webkit-flex;
    /* Chrome */
    display: flex;
    /* Standard syntax */
    -webkit-box-pack: justify;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-pack: justify;
    /* Firefox */
    -ms-flex-pack: justify;
    /* Internet Explorer */
    -webkit-justify-content: space-between;
    /* Chrome */
    justify-content: space-between;
    /* Standard syntax */
    -webkit-box-align: center;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-align: center;
    /* Firefox */
    -ms-flex-align: center;
    /* Internet Explorer */
    -webkit-align-items: center;
    /* Chrome */
    align-items: center;
    /* Standard syntax */
}

.bottom_box .userbox {
    display: -webkit-box;
    /* Safari, iOS Safari, Android Browser */
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* Internet Explorer */
    display: -webkit-flex;
    /* Chrome */
    display: flex;
    /* Standard syntax */
    -webkit-box-pack: justify;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-pack: justify;
    /* Firefox */
    -ms-flex-pack: justify;
    /* Internet Explorer */
    -webkit-justify-content: space-between;
    /* Chrome */
    justify-content: space-between;
    /* Standard syntax */
    -webkit-box-align: center;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-align: center;
    /* Firefox */
    -ms-flex-align: center;
    /* Internet Explorer */
    -webkit-align-items: center;
    /* Chrome */
    align-items: center;
    /* Standard syntax */

}

.bottom_box .playbox {
    display: -webkit-box;
    /* Safari, iOS Safari, Android Browser */
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* Internet Explorer */
    display: -webkit-flex;
    /* Chrome */
    display: flex;
    /* Standard syntax */
    -webkit-box-pack: justify;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-pack: justify;
    /* Firefox */
    -ms-flex-pack: justify;
    /* Internet Explorer */
    -webkit-justify-content: space-between;
    /* Chrome */
    justify-content: space-between;
    /* Standard syntax */
    -webkit-box-align: center;
    /* Safari, iOS Safari, Android Browser */
    -moz-box-align: center;
    /* Firefox */
    -ms-flex-align: center;
    /* Internet Explorer */
    -webkit-align-items: center;
    /* Chrome */
    align-items: center;
    /* Standard syntax */

}

.bottom_box .userbox .user_img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.bottom_box .userbox .user_img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.bottom_box .playbox .play_icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.bottom_box .playbox .play_icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.bottom_box .userbox .user_nane {
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    line-height: 24px;
}

.bottom_box .playbox .numbers {
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    line-height: 24px;
}