/* // 响应式布局 */

.container {
    width: 1200px;
    margin: 0 auto 120px;
}

.current_position {
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN-Normal;
    font-weight: Normal;
    text-align: left;
    color: #666666;
    margin-bottom: 30px;
}

.clearfix {
    overflow: hidden;
}

.left_message_column {
    width: 240px;
    float: left;
    margin-right: 60px
}

.column_content_li {
    line-height: 66px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
}

.column_content_li .message_notification {
    vertical-align: middle;
    padding-left: 30px;
    position: relative;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.column_content_li>a>span {
    font-size: 16px;
}

.right_message_column {
    width: 900px;
    float: right;
    position: relative;
}

.active-color {
    color: #1e6dcc !important;
}

.active-color::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 26px;
    background: #1173d6;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.tab-switch-li {
    display: none;
}

.act-mod {
    display: block;
}


/* 整体介绍 */

.intro-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: center;
    color: #222222;
}

.contents-article {
    margin-top: 30px;
}

.contents-article .article-li {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 32px;
    margin-bottom: 20px;
}

.step {
    margin-bottom: 30px;
    text-align: center;
}

.expert-list-area {
    margin-bottom: 20px;
    text-align: center;
}

.Position-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: center;
    color: #222222;
    line-height: 24px;
}

.media-expert-list-area {
    margin-bottom: 20px;
}

.media-expert-list-area .expert-list-area-li {
    margin: 0 6px;
    display: inline-block;
}

.Continuous-updating {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
}

.Information-list-li p {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 32px;
}

.list-title {
    margin-bottom: 20px;
    font-size: 16px !important;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    color: #222222!important;
}

.Information-list-li {
    margin-bottom: 40px;
}

.dropdown-arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/reserve.png) no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px;
}

.transition {
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dropdown-arrow {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.dropdown-down {
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.down-list {
    display: none;
}

.down-list .down-list-li {
    width: 240px;
    height: 66px;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Normal;
    font-weight: normal;
    color: #222222;
    padding-left: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
}

.active {
    color: #1173D6!important;
}

.tab-li {
    display: none;
}

.act-mod {
    display: block;
}

.modular-header {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.modular_title {
    float: left;
    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;
}

.link_more {
    position: absolute;
    right: 15px;
    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%);
}

.link_more:hover {
    color: #1173D6 !important;
}

.big-wrapper {
    float: left;
    width: 425px;
    margin-right: 17px;
}

.slide-title {
    position: relative;
    background: #f8f8f8;
    line-height: 1;
    padding: 17px 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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;
}

.desc:hover,
.rec:hover,
.link-txt:hover {
    color: #1173d6;
}

.ccmtv-mod-link {
    position: relative;
}

.slide-tag {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
}

.Dynamic-module {
    margin-bottom: 48px;
}

.pic-list {
    float: left;
    width: 458px;
}

.pic-list-li {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.pic-list-li img {
    width: 100%;
}

.pic-list .pic-list-li span {
    position: absolute;
    width: 100%;
    z-index: 99;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-family: SourceHanSansCN, SourceHanSansCN-Bold;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.23);
}

.more-video-dynamic-list {
    width: 458px;
    float: left;
    height: 336px;
    overflow: hidden;
}

.dynamic-list-li-video {
    float: left;
    width: 265px;
}

.dynamic-list-li-video .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;
    position: absolute;
    width: 341px;
    bottom: 0;
}

.ccmtv_mod_view {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.mod_view {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .4s ease 0s;
}

.ccmtv_mod_view:hover .mod_view {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.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: 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;
}

.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: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: right;
    color: #999999;
    line-height: 20px;
}

.video-dynamic-list-li .ccmtv_mod_li {
    vertical-align: top;
    margin-right: 16px;
    width: 177px;
    float: left;
}

.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%);
}

.whole-wrapper {
    width: 900px;
}

.ccmtv-mod-link .ccmtv-mod-cover {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.expert-list-area {
    margin-bottom: 20px;
    text-align: center;
}

.expert-list-area-li {
    margin-right: 15px;
    display: inline-block;
}

.Position-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: center;
    color: #222222;
    line-height: 24px;
}

.hospital-name {
    width: 154px;
    height: 40px;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 20px;
    padding-top: 20px;
}

.unit .swiper-pagination-bullets {
    bottom: 96px !important;
    left: 0;
    width: 100%;
}

.unit .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    box-shadow: 0px 0px 10px #1173d6;
    opacity: 1;
}

.unit .swiper-pagination-bullet-active {
    background: #1173d6;
}

.module-list-li {
    float: left;
    width: 147px;
    margin-right: 16px;
}

.more-dynamic-list .dynamic-list-li {
    padding-bottom: 10px;
    /* border-bottom: 1px solid #eeeeee; */
    /* margin-bottom: 15px; */
    overflow: hidden;
    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 .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;
}

.more-dynamic-list .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;
}

.more-dynamic-list {
    float: left;
    width: 737px;
}

.more-dynamic-list .dynamic-list-li .dynamic-view-number a {
    color: #999999;
}

.more-dynamic-list .dynamic-list-li .dynamic-view-number a:hover {
    color: #1e6dcc;
}

.zhinan-more-dynamic-list {
    width: 737px;
    float: left
}

.news-bd {
    padding: 5px 0px 0 8px;
    box-sizing: border-box;
}

.news-bd ul li {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 20px;
}

.news-bd ul li::before {
    content: ' ';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 0;
    transform: translate(0%, -50%);
    background: #666666;
    border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

.news-bd ul li a:hover {
    color: #1173d6;
}

.dynamic-list-li-video .dynamic-describe:hover {
    color: #1173D6;
}

.guide-list .guide-li .guide-li-herf:hover {
    color: #1173D6 !important;
}

.download {
    display: inline-block;
    width: 144px;
    height: 40px;
    background: #1173d6;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
}

.download img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 21px;
    cursor: pointer;
}


/* // 指南列表 */

.guide-list-li {
    overflow: hidden;
}

.guide-list-li .guide {
    float: left;
    width: 22px;
    height: 60px;
    background: #1173d6;
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN-Normal;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    box-sizing: border-box;
    margin-right: 16px;
}

.guide-list .guide-list-des {
    width: 862px;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 19px;
}

.guide-list-des .guide-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;
}

.guide-list-des .guide-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: 18px;
}

.guide-list-des .guide-view-number {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    position: relative;
}

.free-download {
    height: 24px;
    line-height: 24px;
    background: #dceaf9;
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    color: #1173d6;
    padding: 2px 8px;
    margin-left: 20px;
}

.time-release {
    position: absolute;
    right: 0;
}


/* //  principle-members-list 主要成员列表 */

.members-list-li .members-title {
    font-size: 18px;
    font-family: SourceHanSansCN, SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: left;
    color: #222222;
    margin-bottom: 20px;
}

.members-list-show .members-icon {
    float: left;
    width: 120px;
    height: 144px;
    margin-right: 16px;
}

.members-list-show .members-icon .mod_view {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.member-name {
    font-size: 20px;
    font-family: SourceHanSansCN, SourceHanSansCN-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
    margin-bottom: 16px;
}

.members-list-show .members-des {
    float: left;
    width: 764px;
}

.members-list-show {
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}

.member-article {
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 24px;
}

.principle-members-list .members-list-li:last-child .members-list-show {
    border-bottom: none;
}


/* //慢性疾病早筛分委会表格数据 */

.table_list {
    margin-bottom: 40px;
}

.intro-title-explain {
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    margin-bottom: 30px;
}

.layui-table td,
.layui-table th {
    text-align: center;
}

.layui-table th {
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    color: #222222;
}

.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;
}

.layui-icon-left:hover {
    color: #1173d6 !important;
}

.layui-laypage-next:hover {
    color: #1173d6 !important;
}

.down-list-li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #cccccc;
    border-radius: 50%;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0, -50%);
}

.dot::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #1173D6 !important;
    border-radius: 50%;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0, -50%);
}

.noLive {
    text-align: center;
}

.ccmtv-timg-loading {
    text-align: center;
    margin-top: 10%;
}

@media screen and (max-width: 1335px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1335px) and (min-width: 1156px) {
    .container {
        width: 1200px;
    }
}

.position-fixed {
    position: relative;
}

.position-fixed .more-dynamic-list .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;
    position: absolute;
    bottom: 0;
}

a:visited {
    color: #666666;
}

a:hover {
    color: #1173D6;
}

.navtitle:hover {
    color: #1173D6;
}

.down-list-li:hover {
    color: #1173D6;
}

.down-list-li:hover::before {
    color: #1173D6;
    background: #1173D6 !important;
}