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

.color_q_bule {
    background: #f2faff;
}

.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,
    .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 (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 .min_tit {
    display: block;
    font-size: 26px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #04aa8a;
    margin-bottom: 10px;
    font-family: "Permanent Marker", cursive;
}

.section-title .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
    font-family: "Teko", sans-serif;
    margin-bottom: 15px;
}

.section-title p {
    font-size: 16px;
    font-weight: 500;
    color: #646464;
    line-height: 26px;
    margin-bottom: 16px;
}

.br_img_box {
    position: relative;
}

.br_img1 {
    position: absolute;
    left: -8px;
    top: -27px;
    width: 257px;
    height: 257px;
    border-radius: 50%;
}

.br_img2 {
    position: relative;
    right: -260px;
    top: -122px;
    width: 134px;
    height: 134px;
    border-radius: 50%;
}

.br_img3 {
    position: absolute;
    left: 48px;
    bottom: -128px;
    width: 207px;
    height: 207px;
    border-radius: 50%;
}

.br_img4 {
    position: relative;
    left: 130px;
    bottom: -100px;
    width: 333px;
    height: 333px;
    border-radius: 50%;
}

.tit_reason {
    display: grid;
    column-gap: 12px;
    row-gap: 16px;
    place-items: center;
}

.tit_reason .li .a {
    display: block;
    position: relative;
    width: 100%;
    padding: 40px 26px;
    background-color: #fff;
    border: 1px solid #eee9e3;
    box-sizing: border-box;
}

.tit_reason .li a .tit {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #24201f;
    font-family: "Roboto", sans-serif;
    margin-left: 80px;
    margin-right: 40px;
    z-index: 2;
}

.tit_reason .li a .icon {
    bottom: 7px;
    width: 80px;
    height: 80px;
    font-size: 42px;
    left: -10px;
    line-height: 80px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #04aa8a;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.tit_reason .li a .down_up {
    position: absolute;
    right: 0;
    bottom: -5px;
    font-size: 60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #04aa8a;
}

.cont_inner {
    height: 0px;
    margin-right: 30px;
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.tit_reason .li:hover a .cont_inner {
    height: 72px;
}

.hg_more .more_to {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background-color: #04aa8a;
    padding: 14px 40px 14px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    font-weight: 700;
}

.hg_more .more_to::before {
    content: "";
    background-color: #303334;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.hg_more .more_to::after {
    content: "";
    background-color: #303334;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.hg_more .more_to:hover {}

.hg_more .more_to:hover::before {
    width: 100%;
}

.hg_more .more_to:hover::after {
    width: 100%;
}


/*壮阳补肾身体有什么好处 */
.zybs_tit_img {
    width: 170px;
    /* height: 170px; */
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid #04aa8a;
    margin-right: 36px;
}

.section-title .describe {
    flex: 1;
}

.accordion {
    width: 100%;
    /* max-width: 600px; */
    margin: 20px auto;
}

.accordion-item {
    margin-bottom: 8px;
    /* border-radius: 8px; */
    overflow: hidden;
    /* background-color: #f5f5f5; */
    transition: background-color 0.3s ease;
}

.accordion-item.active {
    /* background-color: #e0e0e0; */
}

.accordion-header {
    /* width: 100%; */
    font-size: 18px;
    padding: 15px 15px;
    font-weight: 600;
    display: flex;
    color: #0d1b3b;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: #ffffff;
    border: none;
    cursor: pointer;
}

.accordion-header:hover {
    background: #04aa8a;
    color: #fff;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 18px 22px 0px 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #555;
    transition: all 0.3s ease-in-out;
}

.accordion-item .accordion-content p {
    color: #666;
}

.accordion-item.active .accordion-header {
    position: relative;
    background: #04aa8a;
    color: #fff;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    padding: 15px 20px;
}

.icon {
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.accordion-item.active .icon {
    transform: rotate(45deg);
}

/* 壮阳补肾食物 */
.zybs_action_ul {
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
}

.zybs_action_ul .li {
    position: relative;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    padding: 45px 40px 35px;
    overflow: hidden;
    /* 	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #F2F4EC; */
    background-color: #eff4ec;
}

.zybs_action_ul .li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.zybs_action_ul .li::before {
    content: "";
    position: absolute;
    right: -413px;
    bottom: 0;
    width: 297px;
    height: 100%;
    background-color: #e6ede5;
    -webkit-transform: skewX(-49deg);
    transform: skewX(-49deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 1;
}

.zybs_action_ul .li::after {
    content: "";
    position: absolute;
    right: -336px;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #04aa8a;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 2;
}

.zybs_action_ul .li a .icon_box {
    position: relative;
    margin-bottom: 20px;
}


.zybs_action_ul .li a .icon_box i {
    position: relative;
    width: 96px;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 50%;
    margin-right: 0;
    color: #04aa8a;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.zybs_action_ul .li a .icon_box i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dashed #04aa8a;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.zybs_action_ul .li a .icon_box .number {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #04aa8a;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: -4px;
    z-index: 2;
}

.zybs_action_ul .li a .cont .tit {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    z-index: 3;
}

.zybs_action_ul .li a .cont p {
    position: relative;
    color: #6A6F78;
    font-size: 16px;
    z-index: 3;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.zybs_action_ul .li:hover::before {
    width: 264%;
}

.zybs_action_ul .li:hover::after {
    width: 100px;
}

.zybs_action_ul .li:hover a .cont .tit {
    color: #151515;
}

/* 相关保健品 */
.zybs_kp_list a .inner_box {
    position: relative;
    margin-top: 80px;
    padding: 0 40px 45px;
    background-color: #fff;
    text-align: center;
}

.zybs_kp_list a .inner_box::before {
    background-color: #fff;
    bottom: 99.92%;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
}

.zybs_kp_list a .inner_box .inner_img {
    position: relative;
    margin-top: -80px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 6px solid #04aa8a;
    margin-bottom: 10px;
    text-align: center;
}

.zybs_kp_list a .inner_box .inner_img img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.zybs_kp_list a .inner_box .tit {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px 0;
    color: #24201f;
}

.zybs_kp_list a .inner_box .text {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    z-index: 1;
    color: #6a6f78;
}

.zybs_kp_list a .inner_box b {
    margin-bottom: 10px;
    color: #24201f;
    font-size: 14px;
    font-weight: 500;
    color: #c69453;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.zybs_kp_list a .inner_box i {
    color: #048e9a;
    font-size: 14px;
}

.zybs_kp_list:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.zybs_kp_cnt {
    position: relative;
}

.zybs_kp_cnt .zybs_kp_pagination {
    position: relative;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    height: 5px;
    width: 40px;
    margin: 0 5px;
    border-radius: unset;
    background-color: #525252;
    border: 1px solid #EBEBED;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.swiper-pagination-bullet-active {
    background-color: #d19453;
}


/* 相关文章 */
.zybs_art_img {
    width: 200px;
    /* height: 170px; */
    border-radius: 10px;
    overflow: hidden;
    border: 4px solid #04aa8a;
}

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

.zybs_art_uls .li {
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #04aa8a;
    padding: 15px 20px 33px;
    position: relative;
    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;
    margin-bottom: 20px;
}

.zybs_art_uls .li a {}

.zybs_art_uls .li a .tit {
    padding: 8px 0px 0px;
    font-size: 22px;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    color: #333;
    margin: 0 0 10px;
}

.zybs_art_uls .li a .times time {
    color: #666;
}

.zybs_art_uls .li a .times time i {
    color: #1ccabd;
}

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

.zybs_art_uls .li a .show_more {
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    color: #04aa8a;
    font-weight: 600;
    background-color: #F1F1F1;
    border-style: none;
    transition: all .3s ease-out;
    border-radius: 0px 30px 0px 30px;
    padding: 10px 20px 10px 20px;
}

.zybs_art_uls .li:hover a .show_more {
    color: #fff;
    background: #04aa8a;
}

/* ----------------------------------------------------------------文章列表-------------------------------------- */
.zybs_sidebar {
    padding: 20px 20px 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.zybs_sidebar .title {
    font-size: 24px;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    color: #333;
    margin: 0 0 10px
}

.art_sidebar_list {}

.art_sidebar_list .li {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    padding: 13px 0 12px;
    margin-top: 0;
    -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 {}

.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 {
    padding-left: 10px;
}

.keyword_sidebar {
    margin-top: 30px;
}

.keyword_sidebar a {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 10px;
    margin: 0 2px 5px 0;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    border: 2px solid #04aa8a;
    background: #04aa8a;
    transition: all .8s ease-in-out;
}

.keyword_sidebar a:hover {
    color: #fff;
    border: 2px solid #093e62;
    background: #093e62;
}

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .br_img1 {
        position: absolute;
        left: -78px;
        top: -27px;
        width: 240px;
        height: 240px;
        border-radius: 50%;
    }

    .br_img2 {
        position: relative;
        right: -198px;
        top: -54px;
        width: 134px;
        height: 134px;
        border-radius: 50%;
    }

    .br_img3 {
        position: absolute;
        left: -32px;
        bottom: -188px;
        width: 177px;
        height: 177px;
        border-radius: 50%;
    }

    .br_img4 {
        position: relative;
        left: 30px;
        bottom: -170px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
    }
}

@media (min-width:1200px) {
    .br_img1 {
        position: absolute;
        left: -8px;
        top: -27px;
        width: 257px;
        height: 257px;
        border-radius: 50%;
    }

    .br_img2 {
        position: relative;
        right: -290px;
        top: -102px;
        width: 134px;
        height: 134px;
        border-radius: 50%;
    }

    .br_img4 {
        position: relative;
        left: 70px;
        bottom: -160px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
    }
}

@media (min-width:1400px) {
    .br_img1 {
        position: absolute;
        left: -8px;
        top: -27px;
        width: 257px;
        height: 257px;
        border-radius: 50%;
    }
}

/* ----------------------------------------------------------------icon-------------------------------------- */
@font-face {
    font-family: "ttk";
    /* Project id 4005981 */
    src: url('//at.alicdn.com/t/c/font_4005981_kn3tuzq9v0q.woff2?t=1739860503369') format('woff2'),
    url('//at.alicdn.com/t/c/font_4005981_kn3tuzq9v0q.woff?t=1739860503369') format('woff'),
    url('//at.alicdn.com/t/c/font_4005981_kn3tuzq9v0q.ttf?t=1739860503369') 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-zhongchengyao:before {
    content: "\e66a";
}

.icon-shenzang:before {
    content: "\e668";
}

.icon-shenneike:before {
    content: "\e669";
}


.icon-gan:before {
    content: "\e6a0";
}

.icon-gangongneng:before {
    content: "\e667";
}

.icon-xiala1:before {
    content: "\e677";
}

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

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

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

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