﻿@charset "utf-8";
.common_color, .has_account a.common_color {
    color: #ff79a1
}

.common_bg, .common_page a.nowpage, .common_page a:hover, .vip_left_nav li.vip_left_btn1:hover, .vip_left_nav li.vip_left_btn1.nowpage, .vip_left_nav li.vip_left_btn2:hover, .vip_left_nav li.vip_left_btn2.nowpage, .vip_left_nav li.vip_left_btn3:hover, .vip_left_nav li.vip_left_btn3.nowpage, .vip_left_nav li.vip_left_btn4:hover, .vip_left_nav li.vip_left_btn4.nowpage, .vip_add_address a.common_bg, .vip_login li input.common_bg, .level_bg p.common_bg, .scrollbutton.smallImgUp:hover, .scrollbutton.smallImgDown:hover, .star_score_box p.common_bg, .view_img_btns input, .view_imgs .prev:hover, .view_imgs .next:hover, .zxbm {
    background-color: #ff79a1
}

.common_border_color, .type_choose span.border_color, .type_choose2 span.border_color, .view_imgs .listBox .on img {
    border-color: #ff79a1
}

.product_about_top span.on {
    border-top-color: #ff79a1
}

a.pg-color:hover {
    color: #ff79a1;
}


/* ×ÓÒ³»ù´¡¼Ü¹¹ */
.main {
    width: 1320px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative; /* padding-bottom: 13px; */
}

#contentLeft {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 319px
}

#contentRight {
    float: right;
    width: 980px;
    height: auto;
    overflow: hidden
}

/*.left{float:left;margin-left:-296px;width:280px;height:auto;overflow:hidden;}*/
.right {
    overflow: hidden;
}

.right_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    font: 14px/30px "microsoft yahei";
    padding: 16px 0
}

.right_con div, .right_con p {
    font-size: 14px;
}

/* ²úÆ· */
.product1, .product2, .product3, .product4, .product5, .product6, .product7, .product7 li, .product8, .product8 li {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product1 li, .product2 li, .product3 li, .product4 li, .product5 li, .product6 li {
    width: 24%;
    float: left;
    height: 240px;
    overflow: hidden;
    position: relative;
    margin-right: 1%;
    background: #ECECED
}

.product1 li > a, .product2 li > a, .product6 li > a {
    display: block;
    width: 88%;
    margin: 3px auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.product1 li > a > img, .product2 li > a > img, .product3 li img, .product4 li div a img, .product5 li div a img, .product6 li a img {
    display: block;
    width: 100%;
    height: 161px;
}

.product1 li > p, .product2 li > p, .product3 li > p, .product4 li > p, .product5 li > p, .product6 li > p {
    width: 100%;
    margin: 0 auto;
    height: 52px;
    line-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: 14px/35px "microsoft yahei";
    background: #F77A9E;
    color: #ECECED;
    font-size: 16px;
}

.product2 li > a > span {
    display: block;
    position: absolute;
    width: 90%;
    padding: 5%;
    left: 0;
    top: 0;
    font: 14px/30px "microsoft yahei";
    color: #fff;
    background: url(../img/blackbg.png) 0 0 repeat;
    height: 90%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    filter: alpha(opacity=0);
    opacity: 0;
}

.product2 li > a:hover span {
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    filter: alpha(opacity=100);
    opacity: 1;
}

.product3 li > div {
    width: 88%;
    margin: 3px auto;
    height: auto;
    position: relative;
}

.product3 li > div > p, .prod-zoom {
    position: absolute;
    background: url(../img/product_zoom.png) 0 0 no-repeat;
    width: 53px;
    height: 53px;
    left: 50%;
    top: 50%;
    margin: -26px 0 0 -26px;
    cursor: pointer;
    z-index: 1;
    top: -100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.product3 li > div:hover p, .prod7-left:hover p, .prod8-left:hover p {
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.product4 li div {
    width: 88%;
    padding: 4px;
    margin: 3px auto;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.product4 li div a, .product5 li div a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.product5 li div {
    width: 90%;
    padding: 10px 0;
    margin: 3px auto;
    position: relative;
}

.product5 li div p, .product5 li div:hover p, .product6 li, .product6 li:hover {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pro5-border1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border-top: 2px solid transparent;
}

.pro5-border2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 2px solid transparent;
}

.pro5-border3 {
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    border-right: 2px solid transparent;
}

.pro5-border4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid transparent;
}

.product5 li div:hover p.pro5-border1, .product5 li div:hover p.pro5-border4 {
    width: 100%;
}

.product5 li div:hover p.pro5-border2, .product5 li div:hover p.pro5-border3 {
    height: 100%;
}

.product6 {
    padding-top: 12px;
}

.product6 li {
    position: relative;
    top: 0
}

.product6 li:hover {
    top: -12px;
}

.product7 li, .product8 li {
    padding-bottom: 16px;
}

.prod7-left {
    float: left;
    width: 31.25%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.prod7-left a, .prod8-left a {
    display: block;
    height: auto;
    overflow: hidden;
}

.prod7-left a img, .prod8-left a img {
    display: block;
}

.product7 li > p {
    float: left;
    width: 63.4375%;
    margin-left: 3.4375%;
    font: 16px/36px "microsoft yahei";
    color: #9a9a9a;
    height: 36px;
    overflow: hidden;
}

.product7 li > p > a, .product8 li > p a {
    float: left
}

.product7 li > p > span, .product8 li > p span {
    float: right;
}

.prod7-right {
    float: left;
    width: 63.4375%;
    margin-left: 3.4375%;
    height: 120px;
    overflow: hidden;
    font: 14px/30px "microsoft yahei";
    color: #7c7c7c;
}

.product8 li > p {
    width: 100%;
    height: 36px;
    overflow: hidden;
    font: 16px/36px "microsoft yahei";
    color: #9a9a9a;
}

.prod8-left {
    float: left;
    width: 200px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-right: 1.875%;
}

.prod8-right {
    float: left;
    width: 70.125%;
    height: 120px;
    overflow: hidden;
    font: 14px/30px "microsoft yahei";
    color: #7c7c7c;
}

/* Í¼Æ¬·Å´ó²¿·Ö */
#picShow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../img/blackbg.png) 0 0 repeat;
    left: 0;
    top: 0;
    z-index: 9999
}

.pic_show_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.pic_show_box img {
    display: block;
    margin: 93px auto 0;
    border: 5px solid rgba(255, 255, 255, .2);
}

#pic_quit {
    position: absolute;
    background: url(../img/quit.png) 0 0 no-repeat;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    cursor: pointer
}

#lbtn {
    display: block;
    position: absolute;
    background: url(../img/leftbtn1.png) 0 0 no-repeat;
    width: 53px;
    height: 53px;
    top: 287px;
    left: 65px;
}

#rbtn {
    display: block;
    position: absolute;
    background: url(../img/rightbtn1.png) 0 0 no-repeat;
    width: 53px;
    height: 53px;
    top: 287px;
    right: 65px;
}

.pic_show_box p {
    width: 593px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font: 18px/106px "microsoft yahei";
    color: #0c4201;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pic_show_box p a {
    color: #fff;
}

/* ÐÂÎÅ */
.news {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news li {
    width: 100%;
    height: 35px;
    border-bottom: 1px dashed #999999;
    overflow: hidden;
    background: url(../img/icons1.jpg) 8px center no-repeat;
    text-indent: 27px;
    font: 16px/35px "microsoft yahei";
    color: #1d1d1d;
}

.news li a {
    float: left;
    text-decoration: underline;
}

.news li a:hover {
    color: #333;
}

.news li span {
    float: right;
    color: #666666;
    font-weight: 100;
}

.news li.blank {
    margin-bottom: 26px;
}

.news p {
    line-height: 26px;
    color: #666666;
}

.news1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 12px auto;
}

.news1 li {
    width: 100%;
    padding: 10px 0;
    height: 50px;
    font: 16px/30px "microsoft yahei";
    color: #737373; /* background:#fff; */
    border-bottom: 1px solid #d6bae4;
}

.news1 li a {
    float: left;
    margin-left: 12px;
}

.news1 li span {
    float: right;
    margin-right: 12px;
}

.news2 li {
    border-bottom: 1px solid #ccc;
}

.news3 li {
    border-bottom: 1px dashed #ccc;
}

#news5 li.news4-bg {
    background: #eee;
}

/* #news5 font{-webkit-transition:all 0.1s ease-in-out 0s;-moz-transition:all 0.1s ease-in-out 0s;-ms-transition:all 0.1s ease-in-out 0s;transition:all 0.1s ease-in-out 0s;}
.news_fadein li{-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);-ms-transform:rotateX(90deg);transform:rotateX(90deg);}
.news_fadein li.show-animation{-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);}
.news_fadein li.show-animation:nth-child(1){-webkit-transition-delay: 100ms;-moz-transition-delay: 100ms;-ms-transition-delay: 100ms;transition-delay: 100ms;}
.news_fadein li.show-animation:nth-child(2){-webkit-transition-delay: 200ms;-moz-transition-delay: 200ms;-ms-transition-delay: 200ms;transition-delay: 200ms;}
.news_fadein li.show-animation:nth-child(3){-webkit-transition-delay: 300ms;-moz-transition-delay: 300ms;-ms-transition-delay: 300ms;transition-delay: 300ms;}
.news_fadein li.show-animation:nth-child(4){-webkit-transition-delay: 400ms;-moz-transition-delay: 400ms;-ms-transition-delay: 400ms;transition-delay: 400ms;}
.news_fadein li.show-animation:nth-child(5){-webkit-transition-delay: 500ms;-moz-transition-delay: 500ms;-ms-transition-delay: 500ms;transition-delay: 500ms;}
.news_fadein li.show-animation:nth-child(6){-webkit-transition-delay: 600ms;-moz-transition-delay: 600ms;-ms-transition-delay: 600ms;transition-delay: 600ms;}
.news_fadein li.show-animation:nth-child(7){-webkit-transition-delay: 700ms;-moz-transition-delay: 700ms;-ms-transition-delay: 700ms;transition-delay: 700ms;}
.news_fadein li.show-animation:nth-child(8){-webkit-transition-delay: 800ms;-moz-transition-delay: 800ms;-ms-transition-delay: 800ms;transition-delay: 800ms;}
.news_fadein li.show-animation:nth-child(9){-webkit-transition-delay: 900ms;-moz-transition-delay: 900ms;-ms-transition-delay: 900ms;transition-delay: 900ms;}
.news_fadein li.show-animation:nth-child(10){-webkit-transition-delay: 1000ms;-moz-transition-delay: 1000ms;-ms-transition-delay: 1000ms;transition-delay: 1000ms;}
.news_fadein li.show-animation:nth-child(11){-webkit-transition-delay: 1100ms;-moz-transition-delay: 1100ms;-ms-transition-delay: 1100ms;transition-delay: 1100ms;}
.news_fadein li.show-animation:nth-child(12){-webkit-transition-delay: 1200ms;-moz-transition-delay: 1200ms;-ms-transition-delay: 1200ms;transition-delay: 1200ms;}
.news_fadein li.show-animation:nth-child(13){-webkit-transition-delay: 1300ms;-moz-transition-delay: 1300ms;-ms-transition-delay: 1300ms;transition-delay: 1300ms;}
.news_fadein li.show-animation:nth-child(14){-webkit-transition-delay: 1400ms;-moz-transition-delay: 1400ms;-ms-transition-delay: 1400ms;transition-delay: 1400ms;}
.news_fadein li.show-animation:nth-child(15){-webkit-transition-delay: 1500ms;-moz-transition-delay: 1500ms;-ms-transition-delay: 1500ms;transition-delay: 1500ms;}
.news_indent li a{text-indent:0;-webkit-transition:all 0.1s ease-in-out 0s;-moz-transition:all 0.1s ease-in-out 0s;-ms-transition:all 0.1s ease-in-out 0s;transition:all 0.1s ease-in-out 0s;}
.news_indent li:hover a{text-indent:20px;-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;-ms-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s;} */
/* ÏêÏ¸Ò³ */
.view-title {
    width: 100%;
    text-align: center;
    font: 20px/36px "microsoft yahei";
    color: #333;
    padding: 14px 0 0;
    margin-bottom: 10px;
}

.view-date {
    width: 100%;
    text-align: center;
    font: 12px/24px "microsoft yahei";
    color: #999;
}

.view-date span {
    margin: 0 7px;
}

.view-share {
    width: 140px;
    margin: 0 auto;
}

.view-pages {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.view-pages p {
    width: 100%;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px dashed #ddd;
}

.view-back {
    display: block;
    width: 100px;
    height: 30px;
    margin: 10px auto;
    text-align: center;
    font: 14px/30px "microsoft yahei";
}

/* left-type */
#left-type {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#left-type li {
    width: 100%;
    font-family: "microsoft yahei";
    margin-top: 10px;
    /*border-bottom: 1px solid #fff;*/
    position: relative;
}

#left-type li a {
    color: #666666;
    display: block;
    width: 297px;
    height: 47px;
    line-height: 47px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "宋体";
    font-size: 16px;
    margin: 0 auto;
    padding: 0 30px;
    background: #fff;
}

#left-type li .active {
    background: #FF79A1 !important;
    color: #fff !important;
}

#left-type li .img_active {
    background: url(../img/article/right_check.png) !important;;
    background-size: 21px 21px !important;;
}

#left-type li .img {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 13px;
    right: 30px;
    background: url(../img/article/right.png);
    background-size: 21px 21px;
}


#left-type li a:hover {
    color: #fff;
    background: #FF79A1;
}

#left-type li a:hover ~ .img {
    background: url(../img/article/right_check.png);
    background-size: 21px 21px;
}

#left-type > li > ul > li > a {
    color: #666;
    font-size: 14px;
    background: #f7f7f7;
    margin: 0 8px;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
    font-weight: normal;
}

#left-type > li > ul > li > ul > li > a {
    text-indent: 40px;
}

#left-type > li > ul > li > ul > li > ul > li > a {
    text-indent: 55px;
}

#left-type > li > ul > li > ul > li > ul > li > ul > li > a {
    text-indent: 70px;
}

#left-type li ul {
    display: none
}

#left-type li ul.show > li > ul {
    display: block;
}

#left-type li a.on {
    background: url(../img/0014521_03.jpg);
    color: #fff;
}

#left-type > li > ul > li > a:hover {

}

#left-type > li > ul:last-child li a {
    border-bottom: 0;
}

/* ÕûÌåÐÞ¸ÄÑÕÉ« */
.pg-color {
    color: #ECECED;
}

.pg-border-color, .product4 li div:hover {
    border-color: #632781;
}

.pg-color:hover {
    color: #512d84
}

/* view */
.view h1 {
    width: 100%;
    font: 20px/30px "microsoft yahei";
    color: #343434;
}

.date {
    width: 100%;
    text-align: center;
    font: 12px/32px "microsoft yahei";
    color: #7d7d7d
}

.page {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    position: relative
}

.page p {
    width: 100%;
    height: 28px;
    font: 12px/28px "microsoft yahei";
    color: #1d1d1d;
    overflow: hidden;
}

.page p a {
    color: #1d1d1d
}

.page p a:hover, .back:hover {
    text-decoration: underline
}

.back {
    font: 14px/39px "microsoft yahei";
    color: #fff;
    background: #ff79a1;
    width: 138px;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
    text-align: center;
}

.view img {
    max-width: 100%;
    display: inline
}

.view div {
    font-size: 14px;
}

.pdf_down {
    display: block;
    background: url(../img/pdf.jpg) 0 0 no-repeat;
    width: 224px;
    height: 46px;
    margin: 10px auto;
    font: 14px/46px "microsoft yahei";
    color: #fff;
    text-indent: 74px;
}

.white-bg {
    background: #fff;
    padding: 10px 0;
}

#allmap {
    margin: 20px 0;
}

.boxcen {
    line-height: 28px;
}

/* con1 */
.con1 {
    width: 1002px;
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
}

.con1-left {
    width: 319px;
    height: auto;
    overflow: hidden;
}

.left-title1 {
    width: 100%;
    height: 63px;
    background: url(../img/left_title1.jpg) 0 0 repeat-x;
    background: url(../img/sub_common_title_bg_03.png) no-repeat center center #632781;
    text-align: center;
    font: 18px/63px "microsoft yahei";
    color: #fff;
}

.class_up {
    display: block;
    background: url(../img/left_top.jpg) 0 0 no-repeat;
    width: 319px;
    height: 19px;
    margin: 12px auto 0;
}

.class_down {
    display: block;
    background: url(../img/left_bottom.jpg) 0 0 no-repeat;
    width: 239px;
    height: 19px;
    margin: 8px auto 12px;
}

.con1_class {
    width: 319px;
    height: auto;
    min-height: 100px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: #EAEAEA;
}

.con1_class > ul {
    width: 100%;
    padding-bottom: 20px
}

.con1_class ul li {
    width: 319px;
    overflow: hidden;
    font: 14px/41px "microsoft yahei";
    color: #1d1d1d;
    padding: 0 0px;
}

.con1_class ul li a {
    color: #1d1d1d;
}

/* .con1_class>ul li a:hover { background:url(../img/arrow1.png) 10px center no-repeat #ededed;} */

.jiage_xiugai {
    margin-top: 10px;
    text-align: center;
}

.jiage_xiugai span {
    color: #1a1a1a;
    text-decoration: line-through;
    margin-right: 25px;
}

.jiage_xiugai strong {
    font-weight: normal;
    color: #e50000;
    margin-right: 25px;
}

.jiage_xiugai b {
    color: #323232;
    font-weight: normal;
}

.jiage_xiugai a {
    margin-top: 13px;
    font-size: 18px;
    border-radius: 0;
}

.jiage_xiugai_new {
    margin-top: -3px;
    text-align: left;
    padding-left: 31px;
}

.jiage_xiugai_new a {
    display: inline-block;
    width: 86px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    margin-left: 10px;
}

.pro_view {
    text-align: center;
    margin: 10px 0;
}

.zxbm {
    display: inline-block;
    width: 220px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}

.zxbm:hover {
    text-decoration: underline;
}

.leftmap {
    border: 1px solid #82cee8;
}

.zhuanjia {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.zhuanjia li .box {
    width: 462px;
    height: 260px;
    background: #F590AE;
    border-radius: 20px;
    float: left;
    margin: 10px;
    padding: 19px;
    display: flex;
    justify-content: space-between;
}

.zhuanjia li .box img {
    width: 170px;
    height: 222px;
}

.zhuanjia .box .intro {
    width: 225px;
    height: 222px;
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #fff;
}
.zhuanjia .box .intro .name{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-size: 22px;
}
.zhuanjia .box .intro .info{
    width: 225px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 16px;
}
.zhuanjia .box .intro .link{
    font-size: 14px;
    color: #fff;
}

.jiankang {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.jiankang li{
    border-bottom: 1px dashed #ccc;
}
.jiankang li .box {
    margin: 10px;
    /*padding: 19px;*/
    display: flex;
    justify-content: left;
    gap: 10px;
}

.jiankang li .box img {
    width: 222px;
    height: 158px;
}

.jiankang .box .intro {
    /*width: 225px;*/
    display: flex;
    flex-direction: column;
    align-items: start;
}
.jiankang .box .intro .name{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-weight: 530;
    font-size: 20px;
    color: #333333;
}
.jiankang .box .intro .info{
    width: 739px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 16px;
}
.jiankang .box .intro .link,.jiankang .box .intro .info-time{
    font-size: 14px;
    color: #999;
    background-color: #f8f6f6;
    padding: 5px 10px 5px 35px;
}
.jiankang .box .intro .info-time{
    background-image: url(../img/jiankang/time.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 50%;
}
.jiankang .box .intro .link{
    background-image: url(../img/jiankang/right.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 50%;
}
