@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-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.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;
}

.bgbl {
    background: #edf5f6;
}

.huise-bg {
    background-color: #F8F7F0;
}

.color_q_bule {
    background: #f2faff;
}

.bg_jb_green {
    background: linear-gradient(174deg, rgba(217, 233, 213, 1) 0%, rgba(215, 231, 211, 1) 17%, rgba(239, 243, 232, 1) 35%, rgba(248, 247, 240, 1) 65%, rgba(248, 247, 240, 1) 100%);
}

.bg_bqx {
    background: #F1F6F4;
}

.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-8 {
    flex: 0 0 auto;
    padding: 0 24px;
    width: 66.66666667%;
    -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-8-nopading {
    flex: 0 0 auto;
    width: 66.66666667%;
    -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;
}

.col-lg-6-p15 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -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,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (max-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}


.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;
}

.text-align-e {
    text-align: end;
}

.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;
}

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

/* 养生导航 */

.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;
}

/* ----------------------------------------------------------------首页-------------------------------------- */

/* 补气血是什么*/
.section-title {}

.section-title .title {
    font-size: 54px;
    font-weight: 600;
    color: #1d1d1d;
}


.section-title .title span {
    position: relative;
    z-index: 2;
    padding: 0 10px;
    color: #448c74;
}

.section-title .title span::after {
    content: "";
    background: rgba(68, 140, 116, 0.27);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34%;
    width: 100%;
    z-index: -1;
}

.section-title p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-weight: 300;
    color: #1d1d1d;
    margin-top: 20px;
}

.section-title p i {
    color: #1D8F2C;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    /* line-height: 31px; */
    margin-right: 10px;
}

.br_img_box {
    position: relative;
    width: 451px;
    height: 451px;
}

.br_img_box img {
    position: relative;
    border-radius: 50%;
    z-index: 1;
}

.br_img_box::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(30%);
    transform: translateY(-50%) translateX(30%);
    height: 400px;
    width: 400px;
    background-color: #448c74;
    border-radius: 50%;
}

.section-title .min_tit {
    color: #448c74;
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 23px;
    letter-spacing: 1px;
    border-radius: 30px;
    border: 1px solid #448c74;
    display: inline-block;
}

/* 更多 */
.bqx_more {
    display: block;
}

.bqx_more a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 29px;
    border-radius: 5px;
    font-size: 16px;
    overflow: hidden;
    background: #448c74;
    color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.bqx_more a i {
    transform: translateX(-15px);
    transition-duration: .3s;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bqx_more a span {
    transform: translateX(15px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bqx_more a:hover {
    background-color: #FF970D;
}

.bqx_more a:hover span {
    color: #FFF;
    transform: translateX(0px);
}

.bqx_more a:hover i {
    color: #FFF;
    transform: translateX(0px);
    opacity: 1;
}

/* 补气血有什么好处 */
.good_img_box img {
    border-radius: 20px;
}

.bqx_good_uls {
    display: grid;
    column-gap: 12px;
    row-gap: 16px;
}

.bqx_good_uls .li {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
    /* margin-bottom: 30px; */
    padding: 40px 40px 20px;
    background: #f9f9f7;
    border: 1px solid #e9e9e9;
    cursor: pointer;
}

.bqx_good_uls .li .icon,
.bqx_good_uls .li .icon i {
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 55px;
    position: relative;
    margin-bottom: 50px;
    color: #63ab45;
}

.bqx_good_uls .li .icon::before {
    content: '';
    width: 50px;
    height: 50px;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: white;
    position: absolute;
    left: 15px;
    bottom: -10px;
    border-radius: 50%;
}

.bqx_good_uls .li .cont .tit {
    line-height: 1.44;
    font-size: 24px;
    font-weight: 500;
    color: #1c231f;
}

.bqx_good_uls .li .cont p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-weight: 300;
    color: #1d1d1d;
    margin-top: 20px;
}

.bqx_good_uls .li:hover {
    background: white;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 60px rgba(208, 208, 208, 0.25);
    box-shadow: 0 10px 60px rgba(208, 208, 208, 0.25);
}

.bqx_good_uls .li:hover .icon i {
    color: #f7921e;
}

.bqx_good_uls .li:hover .icon::before {
    background: rgba(247, 146, 30, 0.1);
}

/*补气血吃什么食物 */

.bqx_foods {}

.bqx_foods .li {
    display: flex;
    justify-content: space-between;
    gap: 34px;
    padding: 15px 0;
    border-top: 1px solid #EAEAEC;
}

.bqx_foods .li:first-child {
    border-top-width: 0;
}

.bqx_foods .li i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 600;
    font-size: 40px;
    background-color: #448c74;
    text-align: center;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFFFFF;
    border-radius: 100%;
    transition: .5s;
}

.bqx_foods .li .cont {
    flex: 1;
}

.bqx_foods .li .cont .tit {
    display: block;
    font-weight: 500;
    color: #45474F;
    font-size: 24px;
    margin-bottom: 8px;
}

.bqx_foods .li .cont p {
    color: #45474f;
    font-size: 16px;
}

/*补气血保健品推荐 */
.bqx_button-prev,
.bqx_button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(34, 36, 41, 0.5);
    border-radius: 50%;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bqx_button-prev i {
    transform: rotate(-180deg);
    color: #767676;
    margin-bottom: 4px;
    font-size: 30px;
}

.bqx_button-next i {
    color: #767676;
    font-size: 30px;
}

.bqx_kp_cnt .swiper-slide a {
    display: block;
    position: relative;
    padding: 50px 20px;
    /* padding: 15px 20px; */
}

.bqx_kp_cnt .image_box {
    position: relative;
}

.bqx_kp_cnt .image_box::before {
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -30px;
    right: 90px;
    border: 2px solid #efeae4;
    border-radius: 10px;
    content: "";
    -webkit-transform: skew(17deg);
    transform: skew(17deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bqx_kp_cnt .image_box img {
    position: relative;
    z-index: 1;
    width: 368px;
    height: 358px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.bqx_kp_cnt .info_box {
    padding: 25px 0px 10px;
}

.bqx_kp_cnt .info_box em {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #d27b3a;
}

.bqx_kp_cnt .info_box .tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
    color: #000000;
    -webkit-transition: all .3sease-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 .3sease-out 0s;
}

.bqx_kp_cnt .swiper-slide a::after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
    z-index: 2;
}

.bqx_kp_cnt .swiper-slide a:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.bqx_kp_cnt .swiper-slide a:hover .image_box::before {
    border: 2px solid #232331;
}

.bqx_kp_cnt .swiper-slide a:hover .image_box img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

/*补气血相关文章 */
.bqx_art_list {}

.bqx_art_uls {
    display: grid;
    column-gap: 12px;
    row-gap: 16px;
}

.bqx_art_uls .li {
    border: 1px solid #EDEEEE;
    padding: 29px 66px 26px 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.bqx_art_uls .li a {}

.bqx_art_uls .li a .times {
    font-size: 14px;
    font-weight: 400;
    /* line-height: 17.68px; */
    color: #081E2A;
    position: relative;
}

.bqx_art_uls .li a time {}

.bqx_art_uls .li a time i {
    color: #4DA528;
    margin-right: 6px;
    font-size: 16px;
}

.bqx_art_uls .li a .tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 10px;
    margin-bottom: 12px;
    text-transform: inherit;
}

.bqx_art_uls .li a p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #838384;
    margin-bottom: 13px;
}

.bqx_art_uls .li a .more {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #081E2A;
}

.bqx_art_uls .li a .more i {
    font-size: 20px;
}

.bqx_art_uls .li:hover {
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.11);
}

/* ----------------------------------------------------------------文章列表-------------------------------------- */
.bqx_sidebar {
    padding: 34px 30px;
    background-color: #F4F6F8;
}

.bqx_sidebar .title {
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
    margin-bottom: 22px;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.bqx_sidebar .title::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background-color: #4DA528;
    left: 0;
}

.art_sidebar_list .li {
    padding: 10px 0;
    border-bottom: 1px solid #999;
}

.art_sidebar_list .li a .times {
    font-size: 14px;
    font-weight: 500;
    /* line-height: 26px; */
    color: #666;
}

.art_sidebar_list .li a .times i {
    color: #4DA528;
}

.art_sidebar_list .li a .tit {
    font-size: 15px;
    font-weight: 500;
    line-height: 25.8px;
    color: #081E2A;
    -webkit-transition: all .3sease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.art_sidebar_list .li:hover a .tit {
    color: #4DA528;
}

.keyword_sidebar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.keyword_sidebar a {
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #FFF;
    color: #4F545A;
    padding: 10px 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
}

.keyword_sidebar a:hover {
    background-color: #4DA528;
    color: #FFF;
}

/* ----------------------------------------------------------------文章详情-------------------------------------- */

.bqx_articl .times {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.9px;
    color: #83827F;
    position: relative;
}

.bqx_articl .times i {
    color: #4DA528;
    font-size: 17px;
    margin-right: 7px
}

.yg_articl img {
    display: block;
    border-radius: 15px;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /* height: auto; */
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 20px;
}

.bqx_articl h1 {
    color: #131b13;
    font-weight: 600;
    font-size: 42px;
    margin: 20px 0;
}

.bqx_articl p {
    color: #4f545a;
    margin-bottom: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.bqx_articl h2 {
    font-size: 27px;
    font-weight: 600;
    /* line-height: 53px; */
    color: #000;
    margin-bottom: 32px;
}

.bqx_articl h3 {
    display: flex;
    position: relative;
    color: #000000;
    margin-bottom: 15px;
    font-size: 18px;
}

.bqx_articl h3 em {
    font-size: 12px;
    background-color: #FFF;
    border-radius: 100%;
    padding: 5px 8px;
    color: #4DA528;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.09);
    display: inline-block;
    margin-right: 14px;
    margin-left: 5px;
}

.bqx_articl h3 span {
    flex: 1;
}

.yg_other .tit {
    padding-left: 15px;
    position: relative;
    margin-bottom: 22px;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.yg_other .tit::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background-color: #4DA528;
    left: 0;
}

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

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

.icon-duigoux:before {
    content: "\ec9e";
}

.icon-rili:before {
    content: "\e67f";
}

.icon-rili1:before {
    content: "\e680";
}

.icon-rili2:before {
    content: "\e681";
}

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

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

.icon-a-kepuzixun2x:before {
    content: "\e632";
}

.icon-yixuekepu:before {
    content: "\e608";
}

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

.icon-gengduo4:before {
    content: "\e66b";
}

.icon-gengduo5:before {
    content: "\e67e";
}