﻿.magnificationmodal {
    background: rgba(0, 0, 0, .8);
    height: 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.mfm_r {
    height: 100%;
    position: relative;
    width: 100%
}

.mfm_r .mfm_rcur,
.mfm_r {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.mfm_r .mfm_rcur {
    background: rgba(0, 0, 0, .5);
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    letter-spacing: 1px;
    position: absolute;
    right: 80px;
    top: 40px;
    width: 120px
}

.mfm_r .mfm_rimg {
    max-height: 100%;
    max-width: 1160px
}

@media (max-width:1500px) {
    .mfm_r .mfm_rimg {
        max-width: 1000px
    }
}

.mfm_r .prve {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    justify-content: center;
    left: 80px;
    margin-top: -40px;
    outline: none;
    position: absolute;
    top: 50%;
    width: 80px
}

.mfm_r .prve:hover .cuticon {
    color: #fff
}

.mfm_r .prve .cuticon {
    color: hsla(0, 0%, 100%, .6);
    font-size: 40px;
    transform: rotate(180deg)
}

.mfm_r .prved {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    border: none;
    border-radius: 50%;
    cursor: not-allowed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    justify-content: center;
    left: 80px;
    margin-top: -40px;
    outline: none;
    position: absolute;
    top: 50%;
    width: 80px
}

.mfm_r .prved .cuticon {
    color: hsla(0, 0%, 100%, .6);
    font-size: 40px;
    transform: rotate(180deg)
}

.mfm_r .next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-top: -40px;
    outline: none;
    position: absolute;
    right: 80px;
    top: 50%;
    width: 80px
}

.mfm_r .next:hover .cuticon {
    color: #fff
}

.mfm_r .next .cuticon {
    color: hsla(0, 0%, 100%, .6);
    font-size: 40px
}

.mfm_r .nextd {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    border: none;
    border-radius: 50%;
    cursor: not-allowed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-top: -40px;
    outline: none;
    position: absolute;
    right: 80px;
    top: 50%;
    width: 80px
}

.mfm_r .nextd .cuticon {
    color: hsla(0, 0%, 100%, .6);
    font-size: 40px
}

.line1,
.line2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.line2 {
    -webkit-line-clamp: 2
}

.line3 {
    -webkit-line-clamp: 3
}

.line3,
.line4 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

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

.line5 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.selectnone {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

:focus {
    outline: none
}

.img_radius {
    overflow: hidden
}

.img_radius img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.zhishi {
    background: #fff;
    position: relative
}

.zhishi .page_banner {
    background: -webkit-gradient(linear, left top, left bottom, from(#eff7ff), to(rgba(239, 247, 255, 0)));
    background: linear-gradient(180deg, #eff7ff, rgba(239, 247, 255, 0));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 187px;
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%
}

.zhishi .page_banner img {
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 780px
}

.layout_content {
    margin: 0 auto;
    position: relative;
    width: 780px
}

.layout_content .article_title {
    color: #333;
    font-size: 30px;
    line-height: 40px;
}

.layout_content .article_tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 59px
}

.layout_content .article_tags .tag {
    color: #fff;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 16px
}

.layout_content .article_tags .tag:first-child {
    background: #305173
}

.layout_content .article_tags .tag:nth-child(2) {
    background: #8ba6bc
}

.layout_content .article_tags .tag:nth-child(3) {
    background: #66b4ad
}

.layout_content .article_tags .tag:nth-child(4) {
    background: #a5cceb
}

.layout_content .article_tags .tag:nth-child(5) {
    background: #305173
}

.layout_content .detail_change {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    justify-content: flex-end
}

.layout_content .detail_change .detail_change_pre {
    margin-right: 10px
}

.layout_content .detail_catalog {
    background: #f0f8ff;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    width: 780px
}

.layout_content .detail_catalog .catalog_bg {
    background: url(../image/catalog_bg.png) no-repeat 50%/cover;
    bottom: 26px;
    height: 148px;
    position: absolute;
    right: 32px;
    width: 148px
}
.detail_catalog .detail_catalog_view .catalog_h2{
    padding-left: 15px;
}

.layout_content .detail_catalog .detail_catalog_view {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.layout_content .detail_catalog .detail_catalog_view .label {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    height: 24px;
    line-height: 24px
}

.layout_content .detail_catalog .detail_catalog_view .catalog_link {
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

.layout_content .detail_catalog .detail_catalog_view .catalog_link.level1 {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    margin-top: 24px
}

.layout_content .detail_catalog .detail_catalog_view .catalog_link.level2 {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    height: 21px;
    line-height: 21px;
    margin-top: 10px;
    padding-left: 32px
}

.layout_content .detail_content {
    margin-top: 40px
}

.layout_content .detail_content .detail_content_tags {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
}

.layout_content .detail_content .detail_content_tags .tag_view {
    flex: 1
}

.layout_content .detail_content .detail_content_tags .tag_view .tags_box {
    margin: 0
}

.layout_content .detail_content .detail_content_tags .update_time {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    height: 16px;
    line-height: 16px;
    margin-left: 16px
}

.layout_content .detail_page_change {
    background: url(../image/change_detail_bg.png) no-repeat 50%/cover;
    border-radius: 8px 8px 8px 8px;
    margin-top: 24px;
    padding: 20px 20px 4px
}

.layout_content .detail_page_change .article {
    color: #333;
    display: block;
    font-size: 16px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 26px;
}
.layout_content .detail_page_change .article .fonts{
    color: #0e89d1;
    font-size: 18px;
    font-style: normal;
    left: 0;
    position: absolute;
    top: 2px;
}

.layout_content .detail_page_change .article:hover {
    color: #0e89d1
}

.layout_content .detail_page_change .article.prve-article:before {
    content: "\e66b"
}

.layout_content .detail_page_change .article.next-article:before,
.layout_content .detail_page_change .article.prve-article:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0e89d1;
    font-family: iconfont !important;
    font-size: 14px;
    font-style: normal;
    left: 0;
    position: absolute
}

.layout_content .detail_page_change .article.next-article:before {
    content: "\e795"
}

.layout_content .related_recommendation {
    background: #fff;
    border-radius: 8px 8px 8px 8px;
    margin-top: 16px;
    padding: 24px 20px
}

.layout_content .related_recommendation .label {
    align-items: center;
    border-bottom: 2px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px
}

.layout_content .related_recommendation .label span {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    height: 24px;
    line-height: 24px
}

.layout_content .related_recommendation .label a {
    color: #333;
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    margin-left: 16px;
}

.layout_content .related_recommendation .label .recommend_words {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px
}

.layout_content .related_recommendation .label .recommend_words a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    height: 19px;
    line-height: 19px;
    margin-right: 16px
}

.layout_content .related_recommendation .label .recommend_words a:hover {
    color: #0e89d1
}

.layout_content .related_recommendation .recommend_view {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px
}

.layout_content .related_recommendation .recommend_view .recommend_link {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    height: 19px;
    line-height: 19px;
    margin-bottom: 20px;
    padding-left: 14px;
    position: relative;
    width: 345px
}

.layout_content .related_recommendation .recommend_view .recommend_link:before {
    background: #ccc;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: calc(50% - 2px);
    width: 4px
}

.layout_content .related_recommendation .recommend_view .recommend_link:nth-last-child(-n+2) {
    margin-bottom: 0
}

.layout_content .related_recommendation .recommend_view .recommend_link:hover {
    color: #0e89d1
}

.layout_content .related_recommendation .recommend_view_flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px
}

.layout_content .related_recommendation .recommend_view_flex .recommend_view_flex_item .recommend_link {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    height: 19px;
    line-height: 19px;
    margin-bottom: 20px;
    padding-left: 14px;
    position: relative;
    width: 345px
}

.layout_content .related_recommendation .recommend_view_flex .recommend_view_flex_item .recommend_link:before {
    background: #ccc;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: calc(50% - 2px);
    width: 4px
}

.layout_content .related_recommendation .recommend_view_flex .recommend_view_flex_item .recommend_link:nth-last-child(-n+1) {
    margin-bottom: 0
}

.layout_content .related_recommendation .recommend_view_flex .recommend_view_flex_item .recommend_link:hover {
    color: #0e89d1
}

.layout_content .related_recommendation .recommend_view_flex .recommend_view_flex_item .recommend_link:hover span {
    color: #0e89d1 !important
}

.layout_content .related_recommendation .switch_articles {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.layout_content .related_recommendation .switch_articles .switch_item {
    align-items: center;
    background: #eff7ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    width: 345px
}

.layout_content .related_recommendation .switch_articles .switch_item:before {
    background: #0e89d1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px
}

.layout_content .related_recommendation .switch_articles .switch_item a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 19px;
    line-height: 19px
}

.layout_content .fixed_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    left: calc(50% - 488px);
    position: fixed;
    top: 681px;
    width: 50px
}

.layout_content .fixed_left .fixed_left_btn {
    background: #135f9b;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    font-size: 13px;
    height: 50px;
    margin-bottom: 2px;
    width: 50px
}

.layout_content .fixed_left .fixed_left_btn:first-child {
    background: #135f9b
}

.layout_content .fixed_left .fixed_left_btn:nth-child(2) {
    background: #72c676
}

.layout_content .fixed_left .fixed_left_btn:nth-child(3) {
    background: #ef9901
}



.line1,
.line2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.line2 {
    -webkit-line-clamp: 2
}

.line3 {
    -webkit-line-clamp: 3
}

.line3,
.line4 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

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

.line5 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.selectnone {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

:focus {
    outline: none
}

.img_radius {
    overflow: hidden
}

.img_radius img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.artcilecontent {
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 1px
}

 .artcilecontent p {
    color: #333;
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 16px
}

 .artcilecontent span {
    font-size: inherit;
    line-height: 27px;
    margin: 0
}

 .artcilecontent h2 {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 20px 0;
    overflow: hidden;
    padding-left: 16px;
    position: relative;
    word-break: break-all
}

 .artcilecontent h2:first-child {
    margin-top: 0
}

 .artcilecontent h2:after {
    background: #0e89d1;
    border-radius: 3px;
    content: "";
    height: 22px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 3px;
    width: 6px
}

 .artcilecontent h3 {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    margin: 20px 0;
    overflow: hidden;
    word-break: break-all
}

 .artcilecontent h5 {
    background: rgba(0, 124, 255, .05);
    border-left: 2px solid #0e89d1;
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 20px 0;
    padding: 20px 20px 20px 18px;
    word-break: break-all
}

 .artcilecontent ul {
    margin: 16px 0;
    padding-left: 48px
}

 .artcilecontent ul li {
    list-style-type: disc !important
}

 .artcilecontent ol {
    margin: 16px 0;
    padding-left: 24px
}

 .artcilecontent ol li {
    list-style-type: none !important
}

 .artcilecontent li,
 .artcilecontent li p {
    color: #7f7f7f;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 10px;
    word-break: break-all
}

 .artcilecontent li span {
    color: #7f7f7f;
    font-size: 15px;
    line-height: 27px
}

 .artcilecontent img {
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    max-width: 50%;
    min-width: 50%;
    outline: none;
    vertical-align: top
}

 .artcilecontent video {
    height: auto !important;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    width: 100% !important
}

 .artcilecontent video::-webkit-media-controls {
    overflow: hidden !important
}

 .artcilecontent video::-webkit-media-controls-enclosure {
    margin-left: auto;
    width: calc(100% + 32px)
}

 .artcilecontent a:first-child {
    color: #0e89d1;
    font-size: inherit
}

 .artcilecontent table {
    color: #333;
    font-size: 15px;
    line-height: 27px;
    margin: 20px 0;
    width: 100% !important;
    border-collapse: collapse;
}

 .artcilecontent table caption {
    padding: 10px 20px
}

 .artcilecontent thead {
    background: rgba(0, 124, 255, .05)
}

 .artcilecontent td, .artcilecontent th {
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    word-break: break-all
}

 .artcilecontent h6 {
    background: rgba(0, 124, 255, .05);
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 20px 0;
    padding: 50px 20px 20px;
    position: relative
}

 .artcilecontent h6:after {
    color: #0e89d1;
    content: "Tips:";
    font-size: 18px;
    font-weight: 700;
    left: 20px;
    position: absolute;
    top: 15px
}

 .artcilecontent .catalogbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0
}

 .artcilecontent .catalogname {
    background: #f5f5f5;
    color: #7f7f7f;
    font-size: 15px;
    letter-spacing: 10px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    padding: 10px 0;
    writing-mode: vertical-rl
}

 .artcilecontent .cataloginfo {
    flex: 1;
    padding-left: 20px
}

 .artcilecontent .catalogtitle {
    color: #333;
    font-size: 17px;
    padding-top: 20px
}

 .artcilecontent .cataloglist {
    color: #333;
    font-size: 15px;
    line-height: 27px
}

 .artcilecontent .longreferencebox {
    background: rgba(0, 124, 255, .05);
    border: 2px dashed #0e89d1;
    border-radius: 4px;
    margin: 20px 0;
    padding: 0 30px 0 40px;
    position: relative
}

 .artcilecontent .longreferencebox:before {
    background: url() 50%/cover no-repeat;
    content: "";
    height: 28px;
    left: 6px;
    position: absolute;
    top: 8px;
    width: 28px
}

 .artcilecontent .longreferencetitle {
    color: #fc6815;
    font-size: 15px;
    line-height: 27px;
    padding: 20px 0 15px;
    word-break: break-all
}

 .artcilecontent .longreferencedescribe {
    border-top: 2px dashed #e5e5e5;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0 20px;
    word-break: break-all
}

 .artcilecontent .dialoguebox {
    margin: 20px 0
}

 .artcilecontent .dialogueuser {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px
}

 .artcilecontent .dialogueusermsg {
    background: #f5f5f5;
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    line-height: 27px;
    max-width: 60%;
    padding: 12px 20px;
    word-break: break-all
}

 .artcilecontent .dialogueuserinfo {
    margin-left: 20px
}

 .artcilecontent .dialogueuseravatar {
    border-radius: 50%;
    height: 50px;
    margin: 0 auto;
    width: 50px
}

 .artcilecontent .dialogueusername {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    text-align: center
}

 .artcilecontent .dialogueplatform {
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

 .artcilecontent .dialogueplatforminfo {
    margin-right: 20px
}

 .artcilecontent .dialogueplatformavatar {
    border-radius: 50%;
    height: 50px;
    margin: 0 auto;
    width: 50px
}

 .artcilecontent .dialogueplatformname {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    text-align: center
}

 .artcilecontent .dialogueplatformmsg {
    background: rgba(0, 124, 255, .05);
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    line-height: 27px;
    max-width: 60%;
    padding: 12px 20px;
    word-break: break-all
}

 .artcilecontent .briefbox {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 20px 0;
    padding: 20px 20px 12px
}

 .artcilecontent .brieftitle {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
    overflow: hidden;
    padding-left: 16px;
    position: relative;
    word-break: break-all
}

 .artcilecontent .brieftitle:after {
    background: #0e89d1;
    border-radius: 3px;
    content: "";
    height: 22px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 3px;
    width: 6px
}

 .artcilecontent .brieflists {
    border-bottom: 1px dashed #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px
}

 .artcilecontent .brieflists:last-child {
    border: none
}

 .artcilecontent .brieflist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    width: 50%
}

 .artcilecontent .briefname {
    color: #333;
    font-size: 15px;
    line-height: 27px;
    width: 80px;
    word-break: break-all
}

 .artcilecontent .briefcontent {
    -webkit-box-flex: 1;
    color: #7f7f7f;
    flex: 1;
    font-size: 15px;
    line-height: 27px;
    padding: 0 20px;
    word-break: break-all
}

 .artcilecontent .visiting_time {
    border-collapse: collapse;
    border-spacing: 0;
    width: 758px !important
}

 .artcilecontent .visiting_time td,
 .artcilecontent .visiting_time th,
 .artcilecontent .visiting_time tr {
    font-size: 14px;
    padding: 5px 0
}

 .artcilecontent .recommendbox {
    margin: 20px 0;
    padding: 0 50px
}

 .artcilecontent .recommendcenter {
    background: #f5f5f5;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px
}

 .artcilecontent .recommendcover {
    border-radius: 16px;
    height: 80px;
    width: 80px
}

 .artcilecontent .recommendinfo {
    -webkit-box-flex: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1
}

 .artcilecontent .recommendleft {
    flex: 1;
    margin: 0 12px
}

 .artcilecontent .recommendname {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px
}

 .artcilecontent .recommendtagbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    margin-top: 8px
}

 .artcilecontent .recommendtag {
    align-items: center;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 0 8px
}

 .artcilecontent .recommendtag:first-child {
    border: 1px solid rgba(255, 94, 0, .5);
    color: #ff5e00
}

 .artcilecontent .recommendtag:nth-child(2) {
    border: 1px solid rgba(31, 181, 99, .5);
    color: #1fb563
}

 .artcilecontent .recommendtag:nth-child(3) {
    border: 1px solid rgba(51, 133, 255, .5);
    color: #3385ff
}

 .artcilecontent .recommendtag:nth-child(4) {
    border: 1px solid rgba(255, 170, 0, .5);
    color: #fa0
}

 .artcilecontent .recommendcount {
    color: #999;
    font-size: 14px;
    font-weight: 400
}

 .artcilecontent .recommenddemo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #ff5c00;
    border-radius: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    justify-content: center;
    padding: 0 24px
}

 .artcilecontent .Modular-Information {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    font-size: 12px;
    margin: 10px auto;
    overflow: hidden;
    padding: 0 !important
}

 .artcilecontent .Modular-Information dl.dinfor {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden
}

 .artcilecontent .Modular-Information dl.dinfor dd,
 .artcilecontent .Modular-Information dl.dinfor dt {
    border-left: 1px solid #e5e5e5;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-left: -1px
}

 .artcilecontent .Modular-Information dl.dinfor dd a:hover,
 .artcilecontent .Modular-Information dl.dinfor dt a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

 .artcilecontent .Modular-Information dl.dinfor dt {
    background: #f2f2f2;
    text-align: center;
    width: 70px
}

 .artcilecontent .Modular-Information dl.dinfor dd.short {
    text-indent: 15px;
    width: 248px
}

 .artcilecontent .Modular-Information dl.dinfor dd.long {
    text-indent: 15px
}

 .artcilecontent .shoufei {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: auto;
    margin: 20px 0;
    overflow: hidden;
    padding: 0 !important;
    width: auto
}

 .artcilecontent .shoufei table {
    border-spacing: 0;
    margin: 0;
    width: 100%
}

 .artcilecontent .shoufei table tr td {
    border: 1px solid #ddd;
    border-left: none;
    border-top: none;
    color: #888;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 10px;
    text-align: left;
    vertical-align: center;
    width: auto
}

 .artcilecontent .shoufei table .title_top {
    border-bottom: 1px solid #0e89d1;
    color: #333;
    font-size: 18px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: center
}

 .artcilecontent .shoufei table .title_one td {
    background: rgba(0, 124, 255, .05);
    border: 1px solid #0e89d1;
    color: #333;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    vertical-align: center
}

 .artcilecontent .shoufei table .title_two td {
    background: #fff;
    color: #333;
    font-size: 13px;
    padding: 5px 10px;
    text-align: left;
    vertical-align: center
}

 .artcilecontent .shoufei table .border_ {
    border-left: none
}

 .artcilecontent .Article-Tips {
    background: rgba(0, 124, 255, .05);
    border-radius: 4px;
    line-height: 27px;
    margin: 20px 0;
    padding: 10px 20px !important
}

 .artcilecontent .Article-Tips div {
    color: #0e89d1;
    font-size: 18px;
    font-weight: 700
}

 .artcilecontent .Article-Tips p {
    color: #333;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 10px;
    text-indent: 2em
}

 .artcilecontent .y-row {
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    min-width: 600px
}

 .artcilecontent .func-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 21px 0;
    width: 100%
}

 .artcilecontent .func-title {
    background: #f5f5f5;
    color: #999;
    font-size: 14px;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    width: 18px
}

 .artcilecontent .func-bd {
    padding: 0 0 0 20px;
    text-align: left
}

 .artcilecontent .func-module {
    color: #666;
    font-size: 14px;
    line-height: 28px
}

 .artcilecontent .func-module h3 {
    color: #333;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 16px;
    padding-top: 20px
}

 .artcilecontent .func-module ul {
    padding: 0
}

 .artcilecontent .func-module ul li {
    color: #333;
    font-size: 15px;
    line-height: 27px;
    list-style-type: none !important;
    margin-bottom: 16px
}

 .artcilecontent .y-row ul {
    margin: 0;
    padding: 0
}

 .artcilecontent .y-row ul li {
    list-style-type: none !important
}

 .artcilecontent .Modular-HospitalDirectories .clearfix {
    zoom: 1
}

 .artcilecontent .Modular-HospitalDirectories .clearfix:after {
    clear: both;
    content: " ";
    display: block;
    overflow: hidden
}

 .artcilecontent .Modular-HospitalDirectories {
    width: 100%
}

 .artcilecontent .Modular-HospitalDirectories .title span {
    color: #333;
    font-size: 15px;
    line-height: 27px
}

 .artcilecontent .Modular-HospitalDirectories span {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 27px
}

 .artcilecontent .Modular-HospitalDirectories ul {
    margin: 0;
    padding: 0
}

 .artcilecontent .Modular-HospitalDirectories li {
    list-style-type: none !important;
    margin-bottom: 0
}

 .artcilecontent .Modular-HospitalDirectories .English {
    overflow: hidden;
    padding: 10px 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
    word-break: break-all
}

 .artcilecontent .Modular-HospitalDirectories .Abbreviation,
 .artcilecontent .Modular-HospitalDirectories .Chinese {
    overflow: hidden;
    padding: 10px 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 25%;
    word-break: break-all
}

 .artcilecontent .Modular-HospitalDirectories .title {
    background: rgba(0, 124, 255, .05)
}

 .artcilecontent .Modular-HospitalDirectories span {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5
}

 .artcilecontent .Modular-HospitalDirectories span:last-child {
    border-right: 1px solid #e5e5e5
}

 .artcilecontent .Modular-HospitalDirectories li:last-child span {
    border-bottom: 1px solid #e5e5e5
}

 .artcilecontent .baikeListOne {
    padding: 0 15px
}

 .artcilecontent .baikeListOne .baikeListOne-title {
    background: #edf2f5;
    border-bottom: 1px solid #bcc5cc;
    border-top: 2px solid #9aa5ad;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
    text-align: center
}

 .artcilecontent .baikeListOne .baikeListOne-list {
    margin: 0;
    padding: 0
}

 .artcilecontent .baikeListOne .baikeListOne-list:after {
    clear: both;
    content: " ";
    display: block;
    overflow: hidden
}

 .artcilecontent .baikeListOne .baikeListOne-list li {
    color: #5b5f65;
    float: left;
    height: 25px;
    line-height: 25px;
    list-style-type: none !important;
    width: 32%
}

 .artcilecontent .baikeListOne .baikeListOne-list li a {
    color: #136ec2;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none
}

 .artcilecontent .baikeListOne .baikeListOne-list li a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

 .artcilecontent .baikeListOne .baikeListOne-list li .time {
    font-size: 12px
}

 .artcilecontent .baikeListOne .baikeListOne-list li .split {
    font-size: 14px;
    padding: 0 5px
}

.line1 {
    -webkit-line-clamp: 1
}

.line1,
.line2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.line2 {
    -webkit-line-clamp: 2
}

.line3 {
    -webkit-line-clamp: 3
}

.line3,
.line4 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

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

.line5 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.selectnone {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

:focus {
    outline: none
}

.img_radius {
    overflow: hidden
}

.img_radius img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.tags_box {
    margin-bottom: 6px;
    margin-top: 16px
}

.tags_box .swiper-container {
    overflow: hidden;
    width: 100%
}

.tags_box .tag {
    background: #eef6ff;
    border-radius: 10px;
    color: #0e89d1;
    display: block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    opacity: .66;
    padding: 0 10px;
    width: auto
}

.tags_box .tag a {
    color: #0e89d1;
    max-width: 105px
}
.zhishi_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
}
.zhishi_info .fonts{
    margin-right: 4px;
}
.zhishi_info .divider {
    background: #ccc;
    height: 12px;
    margin: 0 10px;
    width: 1px;
}