
.link{
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    background: #FFF;
}

.linkList li {
    width: 21%;
    height: 85px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin: 0 2%;
    display: inline-block;
}

.linkList li a {
    width: 100%;
    height: 100%;
}
.linkList_figure {
    text-align: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.linkList_font{
    font-size: 14px;
    widows: 100%;
    height: 20px;
    line-height: 20px;
}
.blue {
    background-color: #4ec0e5 !important;
}
.green{
    background-color: #a8c712
}
.orange{
    background-color: #f59908
}
.light_blue {
    background-color: #42c5bd
}
.violet{
    background-color: #BE77FF
}
.mt10{
    margin-top: 10px;
}
.layui-card-body{
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    padding: 10px 15px 5px 15px;
}
.about_title{
    width: 96%;
    overflow: hidden;
    height: 30px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    padding:10px 2% 5px 2%;
}
.about_title h3{
    font-size: 16px;
    line-height: 30px;
}
.about_title span a{
    float: right;
    color: #999;
    font-size: 12px;
    line-height: 30px;
}
.doctorList {
    width: 96%;
    padding:0 2%;
}
.doctorList ul li{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 10px;
}
.doctorList li a {
    display: block;
    height: 80px;
    overflow: hidden;
}
.doctorList li .pic {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 10px;
    float: left;
}
.doctorList li .pic img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: block;
}
.doctorList .divText {
    overflow: hidden;
    height: 60px;
    text-align: left;
    padding-top: 10px;
}
.doctorList .divText h3 {
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.doctorList .divText h3 b {
    font-weight: normal;
    padding-left: 10px;
    font-size: 12px;
    color: #4ec0e5;
}
.doctorList .divText p {
    height: 36px;
    line-height: 18px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
    padding-top: 4px;
}
.product {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 10px 5px 0;
}
.product dd {
    display: inline;
    float: left;
    width: 50%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.product dd a {
    display: block;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.product dd .pic {
    position: relative;
    background: url(../images/loading.gif) no-repeat center center;
}
.product dd .pic:after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 75.265%;
}
.product dd .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 3px;
}
.product dd span {
    line-height: 35px;
    display: block;
    text-align: center;
    height: 35px;
    overflow: hidden;
    clear: both;
    white-space: nowrap;
    text-overflow: ellipsis
}
