@charset "utf-8";
/*健康资讯-主页*/
.informat-bg {
    background: #3d3d3d;
    position: relative;
    display: block;
    overflow: hidden;
}

.informat-bg .col-md-9 {
    padding: 0;
}

.infommat-tit {
    color: #ffffff;;
}

.infommat-tit h3 {
    font-size: 20px;
    line-height: 30px;
}

.infommat-tit p {
    color: #999999;
}

.informat-bg .page {
    position: absolute;
    bottom: 15px;
    right: 0;
    bottom: 10px;
    text-align: center;
    z-index: 99;
}

.informat-bg .page li {
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    background-color: #DFDFDF;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
}

.informat-bg .page li.current {
    background: #009983;
}

.lib-news-cell {
    padding: 10px 0 10px;
    position: relative;
}

.lib-news-cell img {
    display: block;
    border: #E6E6E6 1px solid;
    width: 120px;
    height: 80px;
    float: left;
    position: absolute;
}

.lib-news-cell-tit {
    padding-left: 130px;
}

.lib-news-cell-tit h4 {
    margin: 0px;
    line-height: 28px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lib-news-cell-tit p {
    margin: 0px;
    font-size: 12px;
    color: #999;
    height: 50px;
    overflow: hidden;
}

.lib-news-cell-sub {
    margin-top: 10px;
    color: #666;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px dotted #E6E6E6;
}

.lib-news-cell-sub li {
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lib-news-cell-sub li b {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #e5e3e0;
    display: inline-block;
    overflow: hidden;
    margin-right: 8px;
}

.lib-news-cell-sub li a:hover {
    color: #009983;
    text-decoration: underline;
}

/*健康资讯-视频*/
.video {
    margin-top: 20px;;
}

.video .pic {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 160px;
}

@media (max-width: 767px) {
    .video .video-img {
        width: 100%;
        height: 100px
    }
}

.video .pic img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: all .05s ease-in;
    -moz-transition: all .05s ease-in;
    -ms-transition: all .05s ease-in;
    transition: all .05s ease-in;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.video .img-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 0;
    display: none;
}

.video .icon-play {
    display: none \9;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    background: url("/Public/themes/default/images/website/play_btn.png") no-repeat 50% 50%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
}

.video .a-title {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
    display: block;
    white-space: nowrap;
}

.video a:hover .img-mask {
    display: block;
}

.video a:hover .icon-play {
    opacity: 1;
}

.video .gxtimeli {
    font-size: 12px;
    color: #666666;
}

/*健康资讯-文库 图文结合*/
.news-box {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    display: block;
    overflow: hidden;
}

.display {
    display: block;
    overflow: hidden;
}

.news-box .image {
    float: left;
    margin-right: 10px;
}

.news-box .image img {
    padding: 3px;
    border: 1px solid #ccc;
}

.news-box dt {
    background: none;
    font-size: 16px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-box dd {
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-box dl {
    margin-bottom: 0;
}

.news-box .details_link1 {
    margin-left: 15px;
}

.news-box .details_link1 a {
    color: #555;
}

.news-box .details_link1 a:hover {
    text-decoration: underline;
}

/*热门推荐及排行推荐*/
.module_item_hd {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    position: relative;
}

.module_item_hd h5 {
    height: 34px;
    line-height: 34px;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.live-layout-column {
    padding: 0px 0px 10px;
    background: #fff;
}

.live-layout-column .module_common_list li {
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.padding {
    padding: 0 !important;
}

.live-layout-column .module_common_list li b {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #dddddd;
    display: inline-block;
    overflow: hidden;
    margin-right: 2px;
    margin-bottom: 2px;
}

/*微信文字列表*/
.wechat-info ul li {
    display: table;
    margin-bottom: 24px;
}

.wechat-info .news-item-date {
    width: 65px;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    float: left;
    /* background-color: #f2f2f2;*/
}

.wechat-info .news-item-day {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #888;
    border-bottom: 1px solid #ffffff;
}

.wechat-info .news-item-month {
    display: block;
    font-size: 12px;
    color: #888;
    height: 20px;
    line-height: 20px;
}

.wechat-info .news-item-title {
    font-size: 13px;
    font-weight: 600;
    height: 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 7px;
}

.wechat-info .news-item-preview {
    margin-bottom: 0;
    color: #999999;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 36px;
}

/*文库-文章详情*/
.lib-read-tit {
    margin: 20px 0;
}

.mn-b {
    margin: 0 !important;
}

.lib-read-tit h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    border-bottom: #ebebeb 1px solid;
    margin: 0 auto;
    padding: 0 5% 13px;
}

.lib-read-tit .about {
    color: #999999;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

.lib-read-tit .about span {
    margin: 0 10px;
}

.lib-read-con {
    line-height: 36px;
    font-size: 16px;
}

.lib-read-con p.lib-read-con-img {
    text-align: center;
    text-indent: 0;
}

.lib-read-con p {
    /*text-indent: 2em;*/
    line-height: 36px;
    font-size: 16px;
    margin: 0px;
}

.lib-readnob h2 {
    border: 0;
}

/*视频播放*/
.video-bg {
    background: #1c1c1c;
    padding: 15px 0;
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 500px;
}

.video-play-con {
    color: #999999;
    display: block;
    overflow: hidden;
    max-height: 400px;
    margin-bottom: 10px;
}

.video-play-con h6 {
    font-size: 16px;
}

.video-play-con p {
    line-height: 26px;
}

.bfzbs-btn {
    position: absolute;
    right: 40px;
    bottom: 0px;
    margin-bottom: 8px;
}

.allcreatbtn {
    display: inline-block;
    height: 20px;
}

.bf-zanbtnbox, .bf-bfbtnbox, .bf-scbtnbox {
    float: left;
    margin-right: 15px;
}

.bf-bfbtnbox .clickbfbtn {
    margin-left: 0px;
}

.bf-zanbtnbox em {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(/Public/themes/default/images/icon.png) -0px -0px no-repeat;
    float: left;
}

.bf-bfbtnbox em {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(/Public/themes/default/images/icon.png) -28px -25px no-repeat;
    float: left;
}

.bf-scbtnbox em {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(/Public/themes/default/images/icon.png) -54px -0px no-repeat;
    float: left;
}

.bfzbs-btn a {
    color: #999999;
}

.liebietitle {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
}

.wdlisttitle {
    float: left;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

.liebietitle a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 100%;
    background: url('/Public/themes/default/images/icon.png') 0px -49px no-repeat #DDDDDD;
    margin-top: 6px;
}

/*文章、视频用户评论*/
.np-reply-box-tit {
    line-height: 45px;
    font-size: 24px;
    border-top: #e6e6e6 2px solid;
    border-left: #e6e6e6 1px solid;
    border-right: #e6e6e6 1px solid;
    padding-left: 10px;
    margin-top:20px;
}

.out {
    border: #e6e6e6 1px solid;
    margin-bottom:10px;
}

.np-reply-box-con {
    border-bottom: #e6e6e6 1px solid;
}

.np-reply-box-con textarea {
    padding: 10px;
    resize: none;
    outline: none;
    border: none;
    width: 100%;
}

.np-reply-box-foot {
    margin: 8px 0;
    display: block;
    overflow: hidden;
}

.np-reply-box-foot .pl-login {
    padding-left: 10px;
    height: 30px;
    float: left;
    line-height: 30px;
}

.np-reply-box-foot .pl-login a {
    font-size: 14px;
    color: #999;
}

.np-reply-box-foot .pl-btn {
    padding-right: 10px;
    height: 30px;
    float: right;
}

.np-reply-box-foot .pl-btn a {
    display: inline-block;
    padding: 3px 8px;
    background-color: #009983;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.np-nav {
    height: 40px;
    margin-top: 20px;
    line-height: 37px;
}

.np-nav h4 {
    display: inline-block;
    line-height: 37px;
    border-bottom: solid 3px #009983;
    padding: 0;
    margin: 0;
}

.np-comment-list li {
    margin-bottom: 18px;
}

.np-comment-list .np-avatar {
    width: 46px;
    height: 46px;
    float: left;
    border-radius: 23px;
}

.np-comment-list .np-post-body {
    padding-left: 10px;
    display: block;
    overflow: hidden;
}

.np-comment-list .np-post-header a {
    color: #009983;;
}

.np-post-content {
    margin-top: 4px;
    word-break: break-all;
}

/*视频、文章搜索条件-列表*/
.info-search {
    /*border: 1px solid #e1e1e1;*/
    line-height: 50px;
}

.info-search .info-key {
    float: left;
    width: 100px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 767px) {
    .info-search .info-key {
        width: 100%;
        height: 36px;
        line-height: 36px;
        float: inherit;
    }

    .info-list li, .info-sort {
        line-height: 36px !important;
    }

    .info-sort a {
        padding: 0 5px !important;
        display: inline-block;
    }

    .video-play-con {
        max-height: 200px;
    }

    .lib-read-tit h2 {
        text-align: left;
    }
}

.info-list {
    display: table;
}

.info-list ul li {
    float: left;
    padding: 0 10px;
}

.info-list ul li a {
    padding: 5px;
}

.info-list ul li.active a {
    color: #fff;
    background: #009983;
}

.info-sort {
    /*border: 1px solid #e1e1e1;*/
    /*border-top: none;*/
    line-height: 50px;
}

.info-sort a {
    padding: 0 13px;
}

.info-sort .fs-down {
    display: inline-block;
    width: 7px;
}

.info-sort .arrow {
    float: left;
    width: 7px;
    overflow: hidden;
    height: 8px;
    margin-top: 18px;
    background: url(/Public/themes/default/images/icon.png) no-repeat -87px -1px;
}

.info-sort .curr span {
    color: #009983;
}

.info-sort .curr .arrow {
    background: url(/Public/themes/default/images/icon.png) no-repeat -87px -16px;
}

.news-pic {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100px;
}

.news-box .col-md-2 {
    padding: 0;
}

.news-box .news-pic img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: all .05s ease-in;
    -moz-transition: all .05s ease-in;
    -ms-transition: all .05s ease-in;
    transition: all .05s ease-in;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

ol.list {
    font-weight: bold;
    font-style: italic;
}

ol.list li {
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: list-item;
    list-style-type: decimal;
    list-style-position: inside;
}

ol.list li a {
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
}

.list li a:hover, .module_common_list li a:hover {
    text-decoration: underline;
    color: #009983;
}

@media (max-width: 767px) {
    .news-pic {
        height: 100%;
        width: 100%;
    }

    .news-box dt {
        margin-top: 10px;
    }
}

.video-p-bg {
    background: #000;
    display: block;
    overflow: hidden;
}

.video-p-bg video {
    height: 400px;
}

@media (max-width: 767px) {
    .video-p-bg video {
        height: 195px;
    }

}

/*健康大舞台*/
.healthy-stage {
    background: url(/Public/themes/default/images/info/healthy-stage-pic.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #ffffff;
    margin-bottom: 0;
}

.healthy-stage p {
    font-size: 14px;
    line-height: 24px;
}

.heal-stg-menu {
    overflow: hidden;
    display: block;
    margin-top: 12px;
}

.heal-stg-menu ul li {
    background: #fff;
    position: relative;
}

.heal-stg-menu ul li.active i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 3px;
    height: 36px;
    background: #009983;
    vertical-align: middle;
}

.heal-stg-menu ul li a {
    display: block;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    position: relative;
}

.heal-stg-menu ul li a:hover {
    background: #009983;
}

.hstg {
    background: #ffffff;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    margin-top: 12px;
}

/*文章搜索页面显示*/
.listcontent .col-md-4 {
    padding: 0 !important;
}

.citem {
    margin-bottom: 20px;
    background: #fff;
    margin-right: 20px;
    border: solid 1px #e8e8e8;
}
.gaugecitem {

    background: #fff;
    margin-top: 20px;
    border: solid 1px #e8e8e8;
}

.citem .citemtop {
    width: 100%;
    height: 190px;
    position: relative;
    display: block;
    overflow: hidden;
}

.citem .citemtop img {
    width: 100%;
    height: 100%;
    background: #bfc1c2;
}

.citemtxt_jy {
    padding: 10px;
    min-height: 60px;
}

.citem .citemtitle {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.citem .citemtc {
    margin-top: 8px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #a0a0a0;
    overflow: hidden;
    background-repeat: no-repeat;

}

@font-face {
    font-family: 'iconfont';  /* project id 367852 */
    src: url('//at.alicdn.com/t/font_367852_bvbfsqjsfi6hia4i.eot');
    src: url('//at.alicdn.com/t/font_367852_bvbfsqjsfi6hia4i.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_367852_bvbfsqjsfi6hia4i.woff') format('woff'),
    url('//at.alicdn.com/t/font_367852_bvbfsqjsfi6hia4i.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_367852_bvbfsqjsfi6hia4i.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.yy-icon::before {
    content: '\e641';
    color: #d1d1d1;
    font-size: 14px;
    margin-right: 3px;
}

.citemsummary {
    font-size: 13px;
    color: #999999;
    line-height: 24px;
    margin-top: 10px;
    height: 72px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .citem {
        margin-right: 0 !important;
    }
}

.sea-bdb {
    border-bottom: 1px solid #eee;
}