.banner {
    margin-bottom: 12px;
}

.swiper-contents {
    width: 100%;
    height: 280px;
}

.swiper-contents .swiper-container {
    width: 100% !important;
    height: 100%;
}

.swiper-contents .swiper-container .swiper-slide {
    width: 100% !important;
    height: 280px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
}

.swiper-contents .swiper-container .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-contents .swiper-container .swiper-slide>a>img {
    width: 100% !important;
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #1E6DCC !important;
}

.zxkc .hd {
    margin-bottom: 32px;
    background-color: #ffffff;
}
.zxkc .hd .current-time-box{

}
.item-icon {
    width: 24px;
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block;
}

.zxdt h2 {
    font-size: 24px;
    font-family: Source Han Sans CN, Source Han Sans CN-700;
    font-weight: 700;
    text-align: LEFT;
    color: #333333;
    line-height: 28px;
    position: relative;
    margin: 40px 0px 0px 24px;
}

.zxdt h2 .moremost {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: 400;
    text-align: RIGHT;
    color: #333333;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.zxkc {
    margin-bottom: 32px;
}

.zxkc .hd h2 {
    height: 40px;
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    color: #333333;
    line-height: 40px;
    position: relative;
    margin: 0px 24px 0px 24px;
}

.zxkc h2 .moremost {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: 400;
    text-align: RIGHT;
    color: #333333;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.zxkc ul li {
    margin-bottom: 24px;
    background: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    cursor: pointer;
}

.zxkc ul li a {
    display: block;
    display: flex;
    padding: 24px 24px 0 24px;
    width: 36%;
    box-sizing: border-box;
}

.meetimg-title .meetimg-title-li:nth-child(1) {
    width: 36%;
}

.meetimg-title .meetimg-title-li:nth-child(2) {
    width: 20%;
}

.meetimg-title .meetimg-title-li:nth-child(3) {
    width: 15%;
}

.meetimg-title .meetimg-title-li:last-child {
    flex: 1;
}

.meeting-li .meeting-li-li:nth-child(1) {
    width: 36%;
}

.meeting-li .meeting-li-li:nth-child(2) {
    width: 20%;
}

.meeting-li .meeting-li-li:nth-child(3) {
    width: 15%;
}

.meeting-li .meeting-li-li:last-child {
    flex: 1;
}

.meeting-li-labal {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: 400;
    text-align: LEFT;
    line-height: 20px;
    background: #edf2f5;
    margin-right: 8px;
}

.country {
    background: #fcf8ed;
    border-radius: 4px;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: 400;
    text-align: LEFT;
    color: #b57700;
}

.zxkc ul li .wordbox {
    height: 50px;
    font-size: 18px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
}

.zxkc ul li:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.20);
}


/* 公共的一个特效：鼠标触碰图片，能够有放大效果 */

.content-part img {
    transition: transform .4s ease 0s;
}

.content-part img:hover {
    transform: scale(1.1);
}

.content-part li {
    overflow: hidden;
}

.content-part li .picbox {
    width: 120px;
    height: 68px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-right: 12px;
}

.content-part li .picbox img {
    width: 100%;
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.content-part li .picbox::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    background: url(../images/play.png) no-repeat center;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.show-message {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.study-numbers {
    color: #F11F1F;
}

.completion-status {
    width: 64px;
    height: 26px;
    background: #1cbb4a;
    -webkit-border-radius: 0px 8px 0px 8px;
    -moz-border-radius: 0px 8px 0px 8px;
    -ms-border-radius: 0px 8px 0px 8px;
    -o-border-radius: 0px 8px 0px 8px;
    border-radius: 0px 8px 0px 8px;
    position: absolute;
    display: inline-block;
    right: 0;
    text-align: center;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 19px;
}

.no {
    background: #999999;
}

.zxdt .center-wrap .hd {
    width: 49%;
    margin-bottom: 32px;
    float: left;
    background: #ffffff;
    border-radius: 8px;
    margin-right: 1%;
    padding-right: 24px;
    box-sizing: border-box;
}

.zxdt .hd nav ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    padding: 24px 0 24px 24px;
}

.current-li .ccmtv_mod_li {
    vertical-align: top;
    margin-right: 16px;
    float: left;
    width: 268px;
}

.current-li .ccmtv_mod_li .ccmtv_mod_view {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 150px;
    border-radius: 8px;
}

.current-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;
    border-radius: 8px;
}

.current-time-box {
    text-align: right;
    margin-bottom: 12px;
}

.current-time-box .current-time {
    background: #efefef;
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: normal;
    text-align: LEFT;
    color: #333333;
    padding: 4px 0px 4px 15px;
    border-radius: 15px;
    margin-bottom: 2px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    vertical-align: middle;
}

.current-time-box .current-position {
    background: #e6a82d;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: normal;
    text-align: LEFT;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 30px 20px 0px 0px;
    display: inline;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    vertical-align: middle;
}

.dynamic-describe-labal {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-700;
    font-weight: 700;
    text-align: LEFT;
    color: #333333;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxdt .hd nav ul li .dynamic-describe {
    width: 100%;
    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;
    justify-content: space-between;
    font-weight: 400;
    text-align: left;
    align-items: center;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: normal;
    color: #666666;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.zxdt .hd nav ul li .dynamic-describe>p {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.current-li-text {
    position: relative;
}

.zxdt .bd nav ul li a>p {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dynamic-view-number {
    display: inline-block;
    position: absolute;
    bottom: 0;
    background: #eef5fd;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
}

.zxdt .hd nav ul {
    margin-top: 16px;
    background: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.meetimg-title {
    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;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-400;
    font-weight: normal;
    color: #333333;
    background: #f8f8f8;
    justify-content: space-around;
}

.document-title {
    width: 344px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.credits {
    width: 120px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    color: #f01616;
}

.status {
    width: 120px;
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: right;
    color: #1cbb4a;
}

.status-no {
    width: 120px;
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: right;
    color: #999999;
}

.status-text {
    margin-right: 16px;
}

.zxdt .status-text {
    margin-right: 16px;
}

.current>a:hover {
    color: #1e6dcc;
}

.document .current-list .current .status-text {
    margin-right: 16px;
}

.iconnext {
    font-size: 10px !important;
    cursor: pointer;
}

.zxdt .center-wrap .bd {
    width: 49%;
    margin-left: 0%;
    margin-bottom: 32px;
    background: #ffffff;
    border-radius: 8px;
    float: left;
    padding-right: 24px;
    box-sizing: border-box;
}

.zxdt .center-wrap .bd .current-time-box .current-time {
    padding: 4px 15px 4px 15px;
}

.zxdt .bd nav ul li a {
    width: 100%;
    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;
    justify-content: space-between;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.zxdt .bd nav ul {
    margin-top: 16px;
    background: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.zxdt .bd nav ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    padding: 24px 0 24px 24px;
}

.bd nav ul li a .document-title {
    width: 432px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.bd nav ul li a .published-date {
    height: 16px;
    font-size: 14px;
    font-family: SFProText, SFProText-Regular;
    font-weight: 400;
    text-align: right;
    color: #999999;
    line-height: 16px;
}

.bianse {
    color: #1e6dcc !important;
}


/* // 课程列表页 */

.current-path {
    padding: 16px 0 30px;
    font-size: 14px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 19px;
}

.zxkc .hd .to-view-more {
    cursor: pointer;
}

.zxdt .hd .to-view-more .iconnext {
    font-size: 10px;
    cursor: pointer;
}

.document .hd {
    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;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.document .hd .to-view-more {
    cursor: pointer;
}

.document .hd .to-view-more .iconnext {
    font-size: 10px;
    cursor: pointer;
}

.document .current-list .current {
    width: 100%;
    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;
    justify-content: space-between;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 20px;
    padding: 24px 0 24px 24px;
    align-items: center;
}

.document .current-list {
    padding-bottom: 32px;
}

.document .current-list .current a {
    width: 100%;
    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;
    justify-content: space-between;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    align-items: center;
    padding: 24px 0 24px 24px;
    align-items: center;
}

.document .current-list .current a .document-title {
    width: 880px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.document .current-list .current a .status .iconnext {
    font-size: 10px;
    cursor: pointer;
}

.document .current-list .current a .status-no .iconnext {
    font-size: 10px;
    cursor: pointer;
}

.page_number {
    max-width: 1200px;
    margin: 40px auto;
    text-align: center;
}

.layui-laypage a,
.layui-laypage span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    margin-right: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: #1e6dcc;
}

.layui-laypage a:hover {
    color: #1e6dcc !important;
}


/* //视频详情页 */

.video-details .video-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 28px;
}

.video-details .video-message-show {
    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;
    justify-content: space-between;
    width: 696px;
    text-align: center;
    margin: 0 auto;
}

.video-details .video-message-show p {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
}

.video-details .video-play {
    margin: 40px auto;
    height: 672px;
    background: #000000;
}

.video-details .video-play .video-box {
    width: 1008px;
    height: 672px;
    margin: 0 auto;
}

.video-details .item-list {
    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;
    margin-bottom: 120px;
}

.video-details .item-list p {
    width: 538px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-decoration: underline;
    text-align: left;
    color: #999999;
    line-height: 20px;
    margin-right: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-details .item-list p:last-child {
    width: 538px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-decoration: underline;
    text-align: left;
    color: #999999;
    line-height: 20px;
    margin-right: 0px;
}

.Site-main {
    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;
}

.Site {
    width: 100%;
    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;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* 增加宽度100% */
}

.Site-content {
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* 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- */
    /* IE 10 */
    flex: 1;
    flex: 1 1 auto;
    /* flex:1 改变成flex-grow: 1 */
}


/*xl*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* 大屏幕样式 */
    .center-wrap {
        width: 1080px;
    }
    .site-head .topbar .center-wrap .shortcut-links>.nav-list>li.have-menu {
        margin-right: 20px;
    }
    .site-head .header-con .soso-box {
        width: 278px;
    }
    .site-head .header-con .soso-box input {
        width: 200px;
    }
    .site-head .header-con .soso-box .btn {
        width: 76px;
    }
    .current-time-box .current-time {
        font-size: 14px;
    }
    .current-time-box .current-position {
        font-size: 14px;
    }
    .dynamic-describe-labal {
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-700;
        font-weight: 700;
        text-align: LEFT;
        color: #333333;
        margin-bottom: 4px;
        line-height: 19px;
    }
    .zxdt .hd nav ul li .dynamic-describe {
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-400;
        font-weight: normal;
        color: #666666;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1355px) {
    /* 大屏幕样式 */
    .center-wrap {
        width: 1080px;
    }
    .current-li .ccmtv_mod_li {
        width: 200px;
    }
    .current-li-text {
        width: calc(100% - 200px);
    }
    .current-time-box .current-time {
        font-size: 12px;
    }
    .current-time-box .current-position {
        font-size: 13px;
    }
    .current-time-box .current-position {
        padding: 8px 15px;
    }
    .dynamic-describe-labal {
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-700;
        font-weight: 700;
        text-align: LEFT;
        color: #333333;
        margin-bottom: 4px;
        line-height: 19px;
    }
    .zxdt .hd nav ul li .dynamic-describe {
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-400;
        font-weight: normal;
        color: #666666;
    }
    .zxdt .bd nav ul li a {}
    .site-head .topbar .center-wrap .shortcut-links>.nav-list>li.have-menu {
        margin-right: 20px;
    }
    .site-head .header-con .soso-box {
        width: 278px;
    }
    .site-head .header-con .soso-box input {
        width: 200px;
    }
    .site-head .header-con .soso-box .btn {
        width: 76px;
    }
}

@media screen and (min-width: 1356px) and (max-width: 1559px) {
    .center-wrap {
        width: 1200px;
    }
    .current-li .ccmtv_mod_li {
        vertical-align: top;
        margin-right: 16px;
        float: left;
        width: 224px;
    }
    .current-li-text {
        width: calc(100% - 224px);
    }
    .current-time-box .current-time {
        font-size: 13px;
    }
    .dynamic-describe-labal {
        font-size: 13px;
    }
    .current-time-box .current-position {
        font-size: 13px;
    }
    .site-head .topbar .center-wrap .shortcut-links>.nav-list>li.have-menu {
        position: relative;
        display: inline-block;
        margin-right: 28px;
    }
    .zxdt .bd nav ul li a {}
    .zxdt .hd nav ul li .dynamic-describe {
        cursor: pointer;
    }
    .site-head .header-con .soso-box {
        width: 351px;
    }
    .site-head .header-con .soso-box input {
        width: 271px;
    }
    .site-head .header-con .soso-box .btn {
        width: 78px;
    }
    .current-time-box .current-position {
        padding: 8px 10px;
    }
    .current-li-text {
        width: calc(100% - 224px);
    }
}

@media screen and (min-width: 1560px) and (max-width: 1795px) {
    .center-wrap {
        width: 1400px;
    }
    .current-time-box .current-time {
        font-size: 14px;
    }
    .current-li-text {
        width: calc(100% - 268px);
    }
    .dynamic-view-number {
        padding: 2px 4px;
        cursor: pointer;
    }
    .zxdt .center-wrap .bd .current-time-box .current-time {
        padding: 4px 15px 4px 15px;
    }
    .dynamic-describe-labal {
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-700;
        font-weight: 700;
        text-align: LEFT;
        color: #333333;
        margin-bottom: 4px;
    }
}

@media screen and (min-width: 1796px) {
    .center-wrap {
        width: 1650px;
    }
    .current-li-text {
        width: calc(100% - 268px);
    }
}

@media (max-width: 1199px) {
    /* 大屏幕样式 */
    .center-wrap {
        width: 1080px;
    }
    .site-head .topbar .center-wrap .shortcut-links>.nav-list>li.have-menu {
        margin-right: 20px;
    }
    .site-head .header-con .soso-box {
        width: 278px;
    }
    .site-head .header-con .soso-box input {
        width: 200px;
    }
    .site-head .header-con .soso-box .btn {
        width: 76px;
    }
    .current-time-box .current-time {
        font-size: 12px;
    }
    .current-time-box .current-position {
        font-size: 12px;
    }
    .dynamic-describe-labal {
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-700;
        font-weight: 700;
        text-align: LEFT;
        color: #333333;
        margin-bottom: 4px;
        line-height: 19px;
    }
    .zxdt .hd nav ul li .dynamic-describe {
        font-size: 14px;
        font-family: Source Han Sans CN, Source Han Sans CN-400;
        font-weight: normal;
        color: #666666;
    }
    .current-li .ccmtv_mod_li {
        width: 167px;
    }
    .current-li .current-li-text {
        width: calc(100% - 167px);
    }
}

.meetimg-title-li,
.meeting-li-li {
    text-align: center;
}