.nav-history-list {
    margin-bottom: 20px;
}

.width981 {
    max-width: 981px;
    margin: 0 auto;
}

.nav-history-list>span {
    display: inline-block;
    padding: 4px 10px;
    color: #666;
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
}

.nav-history-list>span.action,
.nav-history-list>span:hover {
    color: #C13796;
}

.nav-history-list>span.action:before,
.nav-history-list>span:hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 24px;
    margin-left: -12px;
    left: 50%;
    background: #C13796;
}


/*global*/

.container-fluid {
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

.cl-cantainer {
    min-height: 80vh;
}


/*header*/

.cl-header {
    background-color: #fff;
    /*height: 80px;*/
    /*line-height: 80px;*/
    box-shadow: 0 5px 15px rgba(153, 153, 153, 0.1)
}

.header-content {
    position: relative;
}

.cl-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 300px;
    overflow: hidden;
}

.cl-logo img {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.navbar-toggler:not(:disabled):not(.disabled):focus {
    outline: none;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #FF9400;
    font-weight: bold;
}

.nav .nav-item a.active {
    color: #FF9400;
    font-weight: bold;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
}

.recommend-index {
    margin-bottom: 20px;
}

.carousel-inner {
    height: 20rem;
}

.cl-inner-footer {
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 1rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 16rem;
    height: 4rem;
    line-height: 4rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, rgba(0, 0, 0, .65)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65) 97%);
}

.recommend-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.carousel-indicators {
    bottom: -5px;
}


/*left*/

.cl-left {
    margin: 20px 0;
    padding: 0;
    padding-left: 15px;
}

.recommend-top {
    margin-bottom: 20px;
}

.recommend-bottom {
    display: flex;
    justify-content: space-between;
}

.recommend-item {
    width: 49%;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.recommend-item-bottom {
    position: absolute;
    top: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    left: 0;
    width: 100%;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, rgba(0, 0, 0, .65)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65) 97%);
}

.cl-artical-content,
.recommend-panel,
.comment {
    background-color: #fff;
    padding: 0 20px 20px 0;
}


/*card*/

.cl-card {
    background-color: #fff;
    margin: 0 0 20px 0;
}

.cl-card .cl-card-image {
    border: 1px solid #eaeaea;
    overflow: hidden;
    height: 150px;
    padding: 0;
}

.cl-card .cl-card-image img {
    width: 100%;
    max-width: 100%;
    min-height: 150px;
}

.cl-card .cl-card-more {
    margin: 0;
}

.cl-card .cl-card-more {
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.8;
}

.cl-card-main-title {
    height: 1.6rem;
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: 500;
}

.card-link .row {
    padding: 0;
    margin: 0;
}

a.card-link {
    display: inline-block;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
}

a.card-link:hover {
    background-color: #FF9400;
    color: #fff;
}

.cl-card-main-info {
    font-size: 1rem;
    opacity: 0.8;
    height: 3rem;
    overflow: hidden;
    margin: 0.5rem 0 2rem 0;
    font-weight: 300;
}


/*page*/

.pagination .page-item.active .page-link {
    background-color: #FF9400;
    border-color: #FF9400;
    color: #fff;
}

.pagination .page-item .page-link {
    color: #666;
}

.pagination {
    margin: 20px 0 0 0;
}

.pagination li.disabled .page-link {
    background-color: #eee;
    color: #999;
}

.pagination li.disabled {
    cursor: not-allowed;
}


/*right*/

.cl-right {
    margin: 20px 0;
}

.right-card-main {
    background-color: #fff;
    margin: 0 0 20px 0;
}

.cl-code {
    width: 80%;
    margin: 10px auto;
    padding: 0 0 10px 0;
}

.right-card-title {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    padding: 10px 0 5px 10px;
}

.cl-code p {
    color: #999;
    line-height: 1.2rem;
    margin-top: 10px;
    text-align: center;
}


/*right-recommended*/

.right-recommended {
    padding: 10px;
    height: 120px;
    overflow: hidden;
}

.right-recommended-list {
    list-style: none;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
}

.right-recommended-list i {
    color: #999;
    margin-right: 4px;
}

.right-recommended-list li {
    width: 100%;
    border-bottom: 1px dashed #eaeaea;
    color: #666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-weight: 300;
}


/*label*/

.label {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.label li a {
    display: block;
    border: 1px solid #dbdbdb;
    padding: 2px 10px;
    margin: 0 8px 8px 0;
    color: #666;
    font-weight: 300;
}

.label li a:hover {
    background-color: #FF9400;
    border-color: #FF9400;
    color: #fff;
}


/*footer*/

.cl-footer {
    background-color: #fbfbfb;
    text-align: center;
    padding: 2rem 0 1rem 0;
    margin: 1rem 0 0 0;
    border-top: 1px solid #f1f1f1;
    font-weight: 300;
    color: #999;
}

.cl-footer-link a {
    font-size: 20px;
    padding: 1rem 0;
    color: #666;
}

.cl-copyright {
    color: #666;
    font-size: 14px;
    line-height: 0.8em;
}


/*artical*/

.cl-artical-title {
    padding: 20px 0 0 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.cl-card-tag {
    color: #999;
    font-size: 0.9rem;
    font-weight: 300;
}

.cl-artical h1,
.cl-artical h2,
.cl-artical h3,
.cl-artical h4,
.cl-artical h5 {
    padding: 1.5rem 0 0.5rem 0;
}

.cl-artical h1 {
    font-size: 2rem;
}

.cl-artical h2 {
    font-size: 1.75rem;
}

.cl-artical h3 {
    font-size: 1.5rem;
}

.cl-artical h4 {
    font-size: 1.25rem;
}

.cl-artical h5 {
    font-size: 1rem;
}

.cl-artical {
    padding: 2.5rem 0 0 0;
    color: #666;
}

.cl-artical blockquote {
    font-size: 18px;
    padding: 2rem 1rem 2rem 2rem;
    border-left: 4px solid #FF9400;
    background-color: #f3f3f3;
    /*font-style: italic;*/
    font-weight: bold;
    line-height: 1.8em;
}

.cl-artical blockquote:before {
    content: " “ ";
    font-size: 60px;
    vertical-align: bottom;
    color: #FF9400;
}

.cl-artical ul,
.cl-artical ol,
.cl-artical li {
    font-size: 1rem;
    color: #666;
}

.cl-artical blockquote span {
    font-size: 36px
}

.cl-artical p img {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.cl-artical p {
    padding: 0.5rem 0;
    line-height: 1.8rem;
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
    font-weight: 400;
}

.cl-content-info {
    color: #999;
}


/*comment panel*/

.comment-panel {
    padding-bottom: 0.5rem;
    margin-top: 2rem;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}

.comment-secondary-panel {
    padding-bottom: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    background-color: #f4f4f4;
    position: relative;
}

.triangle-icon {
    position: absolute;
    left: 50px;
    top: -30px;
    color: #f4f4f4;
    font-size: 60px;
}

.comment-panel .comment-panel-portrait {
    position: absolute;
    top: 0;
    left: 0;
}

.comment-panel-portrait img {
    width: 60px;
    height: 60px;
}

.comment-panel .comment-panel-content {
    padding: 0 0 0 70px;
    width: 100%;
}

.comment-panel .comment-secondary-panel .comment-panel-content {
    padding: 0 0 10px 20px;
    width: 100%;
}

.comment-panel-content-item div {
    display: inline;
    padding: 0 0.5rem 0 0;
    font-size: 14px;
    color: #999;
}

.comment-panel-content-item .comment-author {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.comment-panel .comment-panel-content .comment-panel-content-main {
    margin-top: 0.5rem;
    color: #666;
}

.comment-panel .comment-panel-secondary {
    border: 1px solid #e5e5e5;
    padding: 0.5rem 0.5rem 0 0.5rem;
    margin: 0.5rem 0;
    background-color: #fffffb;
}

.text-primary {
    text-align: right;
}

.text-primary a {
    font-size: 14px;
    color: #666;
}

@media (min-width: 576px) {
    .ll-panel {
        max-width: 30%;
    }
}


/*comment form*/

.cl-comment-from {
    padding: 20px 0 0 0;
    margin: 20px 0;
}

.cl-comment-from .cl-textarea {
    /*height: 3rem;*/
    border: 1px solid #dfdfdf;
}

.cl-comment-from button {
    float: right;
    border: none;
    background-color: #FF9400;
    color: #fff;
    font-size: 16px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    margin-top: 10px;
}

.cl-comment-from button:hover {
    background-color: #f38d00;
}

.cl-comment-from>div>textarea {
    border: none;
    width: 100%;
    height: 100%;
    line-height: 3rem;
    padding: 0 1rem;
    box-sizing: border-box;
}

.cl-comment-from>div>textarea:focus,
.cl-comment-from button:focus {
    outline: none;
}

.comment-vcode {
    float: left;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.comment-vcode .vcode-img {
    height: 2.3rem;
    margin-top: -3px;
}

.comment-vcode input {
    padding: 0 0.5rem;
    height: 2.6rem;
    border: 1px solid #dfdfdf;
    outline: none;
}


/*recommend aritical*/

.recommend-panel {
    margin: 20px 0;
}

.recommend-panel a.recommend-panel-link {
    display: block;
}

.recommend-panel-bottom {
    padding: 0.5rem;
    font-size: 14px;
}

.ll-title {
    margin: 3rem 0 1rem 0;
    color: #333;
}

.recommend-panel-top {
    overflow: hidden;
    height: 12rem;
}

.recommend-panel-top img,
.recommend-item img,
.cl-card-image img {
    width: 100%;
    max-width: 100%;
    transition: 0.4s ease-out;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
}

.recommend-panel-top img:hover,
.recommend-item img:hover,
.cl-card-image img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

@media (max-width: 576px) {
    .cl-card-main {
        padding-left: 0;
        padding-right: 0;
        margin-top: 1rem;
    }
    .cl-card .cl-card-image {
        height: 200px;
    }
    .carousel-inner {
        height: 16rem;
    }
    .carousel-inner image {
        min-height: 16rem;
    }
    .cl-inner-footer {
        top: 12rem;
    }
    .recommend-item {
        height: 120px;
    }
    .recommend-item image {
        min-height: 120px;
    }
    .recommend-item-bottom {
        top: 80px;
    }
}


/* 大健康 */

.cl-artical-title {
    overflow: hidden;
    position: relative;
    padding: 8px 0 0 0;
    color: #333;
    text-align: center;
}

.cl-artical-title .cl-artical-title-en {
    color: #ffc952;
    font-size: 14px;
    vertical-align: bottom;
}

.artical-single-1 .cl-artical-title {
    color: #d0021b;
    text-align: left;
}

.artical-single-1 .cl-artical-title:after {
    content: " ";
    position: relative;
    display: inline-block;
    background: #e9e9e9;
    width: 100%;
    height: 6px;
    margin: 0 -100% -1px 25px;
}

.cl-breadcrumb-nav {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-right: -15px;
    margin-left: -15px;
}

.cl-breadcrumb-nav .choose {
    position: absolute;
    right: 0;
    top: 0;
    background: #C13796;
    color: #fff;
    padding: 4px 14px;
    border-radius: 4px;
    font-size: 14px;
}

.cl-breadcrumb-nav .fa-map-marker {
    color: #ff5f2e;
    margin-right: 3px;
}

.cl-breadcrumb-nav .line {
    color: #999999;
}

.cl-breadcrumb-nav a {
    display: inline-block;
    color: #C13796;
    margin-left: 3px;
    margin-right: 3px;
}

.cl-breadcrumb-nav a:hover {
    color: #169676;
}

.right-card-main {
    background: none;
}

.cl-artical-content {
    background: none;
}

.cl-left,
.cl-right {
    margin-top: 38px;
    padding-left: 0;
    padding-right: 0;
}

.cl-left {
    padding-right: 15px;
}

.cl-left-1202 {
    padding-right: 0px;
    padding-left: 25px;
}

.right-card-main {
    margin-bottom: 30px;
}

body {
    background: #f7f7f7;
}

.cl-header {
    position: relative;
    box-shadow: rgba(1, 1, 1, 0.1) 0px 3px 3px;
}


/* article  */

.right-card-nav {
    position: relative;
}

.right-card-nav:before {
    content: ' ';
    width: 1px;
    height: 38px;
    position: absolute;
    top: -38px;
    left: 0;
    background-color: #eaeaea;
}

.right-card-nav li a {
    position: relative;
    display: block;
    line-height: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 20px 20px 20px 35px;
    margin-bottom: 5px;
    background: #eaeaea;
    color: #333;
    border-left: 4px solid #eaeaea;
}

.right-card-nav li .fa {
    float: right;
}

.right-card-nav li a:before {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ddd;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -3px;
}

.right-card-nav li a:hover,
.right-card-nav .active a {
    background: #C13796;
    color: #fff;
    border-left: 4px solid #ff5f2e;
}

.right-card-nav .active a:before,
.right-card-nav .active a:before {
    background: #fff;
}

.right-card-img {
    height: 207px;
    overflow: hidden;
    color: #fff;
    padding: 23px 20px;
    background: url("../../attachment/20190814/289939095b9f4f58bc8dc8cb0001cc06.png");
    background-size: 100% 100%;
    border-radius: 5px;
}

.right-card-img .img-box h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    line-height: 2.1rem;
}

.right-card-img:hover {
    transform: scale(1.05);
}

.right-card-img .img-box p {
    margin-bottom: 18px;
}

.right-card-img .img-box span {
    display: block;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    background: #ff5f2e;
    border-radius: 5px;
}

.cl-artical-content {
    padding-right: 0;
}

.pagination .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    padding: 0.15rem .9rem;
    height: 24px;
    border-radius: 20px;
    background: #eee;
    border-color: #eee;
}

.pagination .page-item .fa {
    font-size: 12px;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background: #C13796;
    color: #fff;
    border-color: #C13796;
}

@media (max-width:750px) {
    .cl-artical {
        padding-top: .5rem;
    }
    .cl-artical-content {
        padding-bottom: 0;
    }
}