@charset "UTF-8";

/* ----------------------------------------------------------------common-------------------------------------- */
.w320 {
    width: 320px;
}

.w870 {
    width: 870px;
}

.w296 {
    width: 296px;
}

.w880 {
    width: 880px;
}

.w1300 {
    width: 1300px;
}

.w300 {
    width: 300px;
}

.line4 {
    -webkit-line-clamp: 4;
}

.line5 {
    -webkit-line-clamp: 5;
}

.line6 {
    -webkit-line-clamp: 6;
}

.line7 {
    -webkit-line-clamp: 7;
}

.line8 {
    -webkit-line-clamp: 8;
}

.line9 {
    -webkit-line-clamp: 9;
}

.pt_pb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt_pb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt_pb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pt_pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt_pb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.bggr {
    background: #f8f8f8;
    /* background: #F7F8FC; */
}

.sub-bg {
    background: #f5f5f5;
}

.blue_d-bg {
    background: #F2F7F5;
}

.df {
    display: flex;
}

.box_shadow {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.ggrgs {
    color: #636673;
}

.img_cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.img_ctain {
    -o-object-fit: contain;
    object-fit: contain;
}

.img_c_t {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.g60 {
    color: #606370;
}

.color_white {
    color: #fff;
}

.color_green {
    color: #4baf47;
}

.grid-number1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-number2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-number3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-number4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-number5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-number6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid-number7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid-number8 {
    grid-template-columns: repeat(8, 1fr);
}

.grid-number9 {
    grid-template-columns: repeat(9, 1fr);
}

.m_auto {
    margin: 0 auto;
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-4-nopading {
    flex: 0 0 auto;
    width: 33.33333333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-6-nopading {
    flex: 0 0 auto;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-12-nopading {
    flex: 0 0 auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.shadow {
    box-shadow: 0 0 4px #ccc;
    transition: box-shadow 0.24s;
}

.container {
    max-width: 960px
}

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

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

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

.bor-bottom {
    border-bottom: 1px solid #d9d9d9;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.pos_re {
    position: relative;
}

.align-items-center {
    align-items: center;
}

.text-align-c {
    text-align: center;
}

.d_flex-direction {
    flex-direction: row-reverse;
}

.j-con-space-between {
    justify-content: space-between;
}

.j-con-space-center {
    justify-content: center;
}

.f-flex-direction {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}





/* 养生导航 */

.ys_nav_box {
    /* padding: 20px 0; */
    background: #f7f7f7;
    color: #333;
    border-bottom: 1px solid #eee;
}

.ys_conm_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ys_conm_nav .left_nav {
    width: 75%;
}

.ys_conm_nav .left_nav .home_a {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 27px;
    font-weight: bold;
    padding: 0px 15px;
    color: white;
    /* background: #48a8b1; */
}

.ys_conm_nav .left_nav .uls .li {
    position: relative;
    float: left;
}

.ys_conm_nav .left_nav .uls .li .a {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    color: #000000;
    font-size: 18px;
    padding: 0 15px;
}

.ys_conm_nav .left_nav .uls .li .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* padding: 7px; */
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    /* padding: 18px 20px 18px 18px; */
    left: -27px;
}

.sub-menu li {
    position: relative;
}

.sub-menu li a {
    display: block;
    /* text-align: center; */
    color: #646464;
    position: relative;
    padding: 0px 24px;
    line-height: 54px;
    font-size: 18px;
    margin-right: 3px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.sub-menu li a i {
    position: absolute;
    font-family: "font awesome 6 pro";
    left: -15px;
    font-size: 16px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: -1;
}

.sub-menu li:hover a {
    padding-left: 30px;
    color: #45b859;
}

.sub-menu li:hover a i {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    color: #45b859;
}

.ys_conm_nav .left_nav .uls .li:hover .a {
    color: #04aa8a;
}

.ys_conm_nav .left_nav .uls .li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.ys_conm_nav .left_nav .home_a a {
    color: #ff7f00;
}

.ys_conm_nav .right_nav {
    width: 20%;
}

.med_dr_search {
    position: relative;
    line-height: 50px;
}

.med_dr_search .search_frame {
    width: 260px;
    height: 34px;
    line-height: 34px;
    padding: 0 25px 0 18px;
    border: 1px solid #ddd;
    border: none;
    font-size: 16px;
    border-radius: 20px;
}

.med_dr_search .button_s {
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 34px;
    line-height: 34px;
    border: 0;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    color: #666;
    /* font-size: 20px; */
    background-color: white;
}

.med_dr_search .button_s i {
    font-size: 20px;
}

.med_dr_search .search_frame:focus {
    outline: none;
    font-size: 16px !important;
}
/* ----------------------------------------------------------------首页-------------------------------------- */
/* 八段锦是什么 */
.bdj_inter_box .title {
    position: relative;
    font-size: 40px;
    font-style: normal;
    line-height: 1.4;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.bdj_inter_box .section-title p {
    font-size: 16px;
    margin-bottom: 30px;
}

.bdj_inter_box {
    position: relative;
    padding: 40px 90px;
    background-color: #145a61;
    border-radius: 2rem;
    color: #fff;
}

.bdj_icon_right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bdj_icon_right i {
    font-size: 150px;
}

.bdj_inter_box .show_don {
    position: absolute;
    font-size: 50px;
    color: #38777c;
}

.bdj_inter_box .one {
    top: 24%;
    right: 40%;
    z-index: 2;
    -webkit-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -moz-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -ms-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -o-animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    animation: floating 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}

.bdj_inter_box .two {
    right: 14%;
    top: 34%;
    z-index: 1;
    -webkit-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -moz-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -ms-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -o-animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    animation: left-right 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}

.bdj_inter_box .three {
    right: 50%;
    top: 68%;
    z-index: 1;
    -webkit-animation: right-left 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -moz-animation: right-left 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -ms-animation: right-left 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    -o-animation: right-left 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
    animation: right-left 3s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}


.bdj_read_more a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    border: transparent;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-transform: capitalize;
    line-height: 1;
    border-radius: 7px;
    cursor: pointer;
    background-color: #74B74E;
    padding: 15px 20px;
    overflow: hidden;
    text-align: center;
}

.bdj_read_more a:after {
    position: absolute;
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 2;
}

.bdj_read_more a i {
    margin: 0 5px;
}

.bdj_read_more a:hover {
    color: #fff;
    transform: translateY(-3px);
}

.bdj_read_more a:hover::after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes floating {
    0% {
        transform: translateY(30px)
    }

    100% {
        transform: translateY(0px)
    }
}

@-moz-keyframes floating {
    0% {
        transform: translateY(30px)
    }

    100% {
        transform: translateY(0px)
    }
}

@-ms-keyframes floating {
    0% {
        transform: translateY(30px)
    }

    100% {
        transform: translateY(0px)
    }
}

@-o-keyframes floating {
    0% {
        transform: translateY(30px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes floating {
    0% {
        transform: translateY(30px)
    }

    100% {
        transform: translateY(0px)
    }
}

@-webkit-keyframes left-right {
    0% {
        transform: translateX(30px)
    }

    100% {
        transform: translateX(0px)
    }
}

@-moz-keyframes left-right {
    0% {
        transform: translateX(30px)
    }

    100% {
        transform: translateX(0px)
    }
}

@-ms-keyframes left-right {
    0% {
        transform: translateX(30px)
    }

    100% {
        transform: translateX(0px)
    }
}

@-o-keyframes left-right {
    0% {
        transform: translateX(30px)
    }

    100% {
        transform: translateX(0px)
    }
}

@keyframes left-right {
    0% {
        transform: translateX(30px)
    }

    100% {
        transform: translateX(0px)
    }
}



@-webkit-keyframes right-left {
    0% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(30px)
    }
}

@-moz-keyframes right-left {
    0% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(30px)
    }
}

@-ms-keyframes right-left {
    0% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(30px)
    }
}

@-o-keyframes right-left {
    0% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(30px)
    }
}

@keyframes right-left {
    0% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(30px)
    }
}

/* 八段锦健身功法带来的益处 */
.bdj_benefit_box .title {
    line-height: 1.3;
    font-weight: 700;
    font-size: 32px;
    color: #161915;
}

.bdj_benefit_box .bdj_button-next,
.bdj_benefit_box .bdj_button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #74B74E;
    border-radius: 7px;
    border: 1px solid #C6E2B6;
    transition: all .3s ease-out;
    cursor: pointer;
}

.bdj_benefit_box .bdj_button-prev {
    left: inherit;
    right: 70px;
}

.bdj_benefit_box .bdj_button-next {
    left: inherit;
    right: 0px;
}

.bdj_benefit_box .bdj_button-prev i {
    transform: rotate(-180deg);
    color: #fff;
    margin-bottom: 4px;
    font-size: 20px;
}

.bdj_benefit_box .bdj_button-next i {
    color: #fff;
    font-size: 20px;
}

.bdj_benefit_box .bdj_button-next::after {
    content: inherit
}

.bdj_benefit_box .bdj_button-prev::after {
    content: inherit
}


.bdj_benefit_cont .swiper-wrapper .swiper-slide .bdj_benefit {
    border-radius: 10px;
    padding: 32px 50px;
}

.bdj_benefit_cont .swiper-wrapper .swiper-slide:nth-child(odd) .bdj_benefit {
    background-color: #D2F7CF;
}

.bdj_benefit_cont .swiper-wrapper .swiper-slide:nth-child(even) .bdj_benefit {
    background-color: #FFDA84;
}

.bdj_benefit .tit {
    color: #161915;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}

.bdj_benefit dd {
    color: #161915;
    font-size: 16px;
    line-height: 1.6;
}

/* 八段锦动作 */
.bdj_action_icon i {
    font-size: 140px;
    color: #03a297;
}

.bdj_action_box .min_tit {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 17px;
    font-weight: 700;
    color: #03A297;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
}

.bdj_action_box .title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 34px;
    color: #023350;
    margin-top: 4px;
}

.bdj_action_box .tit_inter {
    font-size: 16px;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #757F95;
    line-height: 1.8;
}


.bdj_action_ul {
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
}

.bdj_action_ul .li {
    display: flex;
    gap: 18px;
    padding: 20px;
    background: #fff;
    border-radius: 50px 50px 50px 0;

}

.bdj_action_ul li .icons {
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    background: #03A297;
    border-radius: 50px 50px 50px 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.bdj_action_ul li .icons i {
    font-size: 46px;
    color: #fff;
}

.bdj_action_ul li .cont {
    flex: 1;
}

.bdj_action_ul li .cont dt {
    color: #023350;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.bdj_action_ul li .cont dd {
    color: #757F95;
    font-size: 16px;
    line-height: 1.8;
}

/* 辅助保健品 */
.bdj_see_more {
    font-weight: 500;
    color: #03a297;
    font-size: 16px;
    line-height: 1.8;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.bdj_products_ul {
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
}

.bdj_products_ul li {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.bdj_products_ul li:before {
    content: "";
    position: absolute;
    height: 80%;
    left: 0;
    right: 0;
    bottom: -50px;
    background: rgba(3, 162, 151, .08);
    border-radius: 20px;
    transition: all .3s ease-in-out;
    transform: skewY(15deg);
    z-index: -1;
}

.bdj_products_ul li a {}

.bdj_products_ul li a .product_img {
    width: 100%;
    height: 272px;
}

.bdj_products_ul li a .product_img img {}

.bdj_products_ul li a .product_cont .tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #023350;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.bdj_products_ul li a .product_cont .g {
    color: #03a297;
    font-size: 16px;
    font-weight: 500;
}

.bdj_products_ul li a .product_cont .ms {
    color: #023350;
    font-size: 17px;
}

.bdj_products_ul li a .product_cont .ms b {
    color: #fd6a6a;
}

.bdj_products_ul li:hover::before {
    height: 100%;
}

.bdj_products_ul li:hover a .product_cont .tit {
    color: #03a297;
}


/* 八段锦相关文章 */
.bdj_art_uls {
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
}

.bdj_art_uls li {
    padding: 24px;
    background-color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid transparent;
    box-shadow: 0 16px 48px 0 rgba(6, 35, 63, 0.03), 0px -16px 48px 0 rgba(6, 35, 63, 0.03);
    border-radius: 16px;
    transition: all .3s ease-out;
}

.bdj_art_uls li a b {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 5px;
    text-transform: capitalize;
    color: #161915;
    background: #D2F7CF;
    font-weight: 500;
    line-height: 1.625;
    font-size: 16px;
    margin-bottom: 15px;
}

.bdj_art_uls li a .tit {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    color: #161915;
}

.bdj_art_uls li a p {
    color: #757F95;
    font-size: 16px;
    line-height: 1.8;
}

.bdj_art_uls li a time {
    display: block;
    color: #6F7E6E;
    font-size: 14px;
    line-height: 1.625;
    margin-top: 20px;
}

.bdj_art_uls li:hover {
    border-color: #74B74E;
    box-shadow: none;
}

.bdj_art_uls li:hover a .tit {
    color: #145961;
}

/* ----------------------------------------------------------------文章列表-------------------------------------- */
.bdj_sidebar {
    background: #F5F7FA;
    padding: 30px;
    border-radius: 15px;
}

.bdj_sidebar .title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #023350;
}

.bdj_sidebar .title::before {
    position: absolute;
    content: '';
    width: 10px;
    border-bottom: 3px solid #03A297;
    bottom: 0;
    left: 0;
}

.bdj_sidebar .title::after {
    position: absolute;
    content: '';
    width: 25px;
    border-bottom: 3px solid #03A297;
    bottom: 0;
    left: 15px;
}

.art_sidebar_list {}

.art_sidebar_list .li {
    margin-bottom: 20px;
}

.art_sidebar_list .li a .tit {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: capitalize;
    color: #023350;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.art_sidebar_list .li a .times {
    font-size: 14px;
    font-weight: 500;
    color: #03A297;
}

.art_sidebar_list .li:hover a .tit {
    color: #03a297;
}

.keyword_sidebar {}

.keyword_sidebar a {
    background: #fff;
    color: #023350;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 8px;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.keyword_sidebar a:hover {
    background-color: #03a297;
    color: #fff;
}

/* ----------------------------------------------------------------文章详情-------------------------------------- */
.bdj_articl {}

.bdj_articl .times {
    display: block;
    color: #757f95;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bdj_articl .times i {
    margin-right: 5px;
    color: #03a297;
}

.bdj_articl h1 {
    font-size: 34px;
    color: #023350;
    margin-bottom: 20px;
    font-weight: 600;
}

.bdj_articl h2 {
    position: relative;
    background: #f5f7fa;
    border-left: 5px solid #03a297;
    padding: 10px;
    font-size: 20px;
    font-style: italic;
    margin: 20px 0;
    border-radius: 0;
    margin-bottom: 20px;
}

.bdj_articl h3 {
    padding-left: 30px;
    position: relative;
    color: #023350;
    margin-bottom: 15px;
    font-size: 18px;
}

.bdj_articl h3:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background: #03a297;
    left: 0;
    top: 12px;
}

.bdj_articl p {
    font-size: 16px;
    font-weight: 400;
    color: #757f95;
    line-height: 1.8;
    margin-bottom: 10px;
}

.bdj_other .tit {
    color: #023350;
    font-size: 28px;
}

/* ----------------------------------------------------------------icon-------------------------------------- */
@font-face {
    font-family: "ttk";
    /* Project id 4005981 */
    src: url('//at.alicdn.com/t/c/font_4005981_p0kzazfkb9h.woff2?t=1737787527089') format('woff2'),
    url('//at.alicdn.com/t/c/font_4005981_p0kzazfkb9h.woff?t=1737787527089') format('woff'),
    url('//at.alicdn.com/t/c/font_4005981_p0kzazfkb9h.ttf?t=1737787527089') format('truetype');
}

.ttk {
    font-family: "ttk" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shijian:before {
    content: "\e8b8";
}

.icon-xiangyoujiantou:before {
    content: "\e65f";
}

.icon-yundong-:before {
    content: "\ee42";
}

.icon-kechengtubiao-wushu:before {
    content: "\e755";
}

.icon-riqi:before {
    content: "\e659";
}

.icon-SVG-:before {
    content: "\e657";
}

.icon-baduanjin:before {
    content: "\e658";
}

.icon-ios-body-outline:before {
    content: "\f154";
}

.icon-baduanjin1:before {
    content: "\e675";
}

.icon-saladtomatoc:before {
    content: "\e6f3";
}

.icon-jianshen:before {
    content: "\e6e7";
}

.icon-jiantou_xiangyou:before {
    content: "\eb08";
}

/* 导航 */
.icon-yixuekepu:before {
    content: "\e608";
}

.icon-sousuo:before {
    content: "\e694";
}

.icon-xiala:before {
    content: "\e65c";
}

.icon-jiantou_xiangyou:before {
    content: "\eb08";
}