html::-webkit-scrollbar {
    width: 3px;
}

html::-webkit-scrollbar-track {
    /* background: linear-gradient(0deg, rgba(255, 0, 0, 1) 0%, rgba(7, 0, 211, 1) 100%); */
    background: #01b88d;
}

html::-webkit-scrollbar-thumb {
    background: transparent;
    box-shadow: #f5f5f5;
}

* {
    margin: 0;
    padding: 0;
}

html {
    background: #f5f5f5;
    overflow-y: scroll;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

input {
    outline: none;
}

.top_c {
    width: 100%;
    height: 40px;
    background: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.top_nav {
    overflow: hidden;
}

.top_l {
    float: left;
    line-height: 40px;
}

.top_l img {
    vertical-align: text-bottom;
}

.top_l a {
    color: #999999;
    font-size: 16px;
}

.top_r {
    float: right;
}

.top_r ul {
    overflow: hidden;
}

.top_r li {
    float: left;
    margin: 10px 0;
    padding-left: 10px;
}

.top_r a {
    color: #999999;
}

.top_r .top_r_l {
    padding-right: 10px;
    border-right: 1px solid #c5c5c5;
}

.top_r img {
    vertical-align: middle;
}

.logo_c {
    padding: 35px 0;
    background: #fff;
}

.logo_search {
    overflow: hidden;
}

.logo {
    float: left;
    height: 85px;
}

.logo img {
    float: left;
}

.logo span {
    float: left;
    font-size: 36px;
    font-weight: 500;
    margin-left: 15px;
    padding-left: 10px;
    margin-top: 30px;
    /* border-left: 1px solid #000; */
}

.text {
    position: absolute;
    width: 1200px;
    text-align: center;
    bottom: 80px;
    color: #fff;
}

.text li {
    line-height: 35px;
}

.text h2 {
    font-size: 35px;
    font-weight: 500;
}

.text p {
    font-size: 16px;
    font-weight: 100;
}

.con {
    background: #f5f5f5;
    padding: 15px 0;
}

.con_title {
    overflow: hidden;
}

.con_title h2 {
    float: left;
    font-weight: 500;
    padding: 5px 0;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #059ddf, #5eb95b) 4;
}

.con_title span {
    float: right;
    color: #b3b3b3;
    line-height: 44px;
}

.train {
    overflow: hidden;
    margin: 40px 0;
}

.train_more {
    margin-right: 15px;
}

.train_l {
    width: 1200px;
    overflow: hidden;
    float: left;
}


/* .train_con {
    height: 640px;
} */

.train_list {
    margin-top: 15px;
}

.train_list ul {
    overflow: hidden;
}

.train_list li {
    float: left;
    width: 285px;
    background: #fff;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
    transition: box-shadow .5s linear;
}

.train_list li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.train_img {
    width: 285px;
    height: 180px;
    position: relative;
}

.train_img span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.train_text {
    padding: 0 12px;
    overflow: hidden;
}

.train_text p {
    font-size: 18px;
    margin: 15px 0;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.train_text h4 {
    float: left;
    font-size: 14px;
    margin: 15px 0;
    color: #b9b9b9;
    font-weight: normal;
}

.train_text span {
    float: right;
    font-size: 14px;
    margin: 13px 0;
    border: 1px solid #6ebd6b;
    color: #6ebd6b;
    padding: 2px 5px;
    border-radius: 10px;
}

.train_r {
    float: left;
    width: 290px;
    margin-left: 10px;
}

.show_li {
    overflow: hidden;
    margin: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.show_li ul {
    overflow: hidden;
    float: left;
}

.show_li span {
    float: right;
    color: #b3b3b3;
    line-height: 44px;
}

.show_li li {
    float: left;
    margin-left: 40px;
    padding: 5px 0;
    cursor: pointer;
}

.show_li li:hover {
    border-bottom: 2px solid #00a364;
    color: #00a364;
}

.show_li .show_li_fir {
    margin-left: 0;
}

.train_list_cur {
    display: none;
}


/* .wenda {
    background-color: #fff;
    border-radius: 5px;
}

.wenda ul li {
    padding: 0 20px 10px;
    border-bottom: #aaa solid 1px;
}

.wenda ul li a h3 {
    color: #969696;
    font-size: 18px;
    line-height: 50px;
}

.wenda ul li a h3:hover {
    color: #000000;
    font-size: 18px;
    line-height: 50px;
}

.wenda ul li a p {
    color: #333333;
    font-size: 13px;
    line-height: 25px;
} */


/* .kepuwenzhang ul li {
    width: 800px;
    background: #fff;
    border-radius: 8px;
    margin: 0 5px 20px;
    padding: 0 15px 10px;
}

.kepuwenzhang ul li a h3 {
    color: #969696;
    font-size: 18px;
    line-height: 50px;
}

.kepuwenzhang ul li a h3:hover {
    color: #000000;
    font-size: 18px;
    line-height: 50px;
}

.kepuwenzhang ul li a p {
    color: #333333;
    font-size: 15px;
    line-height: 25px;
} */


/* 文章、问答 */

.content {
    display: flex;
    flex-wrap: wrap;
}

.panel {
    width: calc(50% - 7.5px);
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .1);
    transition: box-shadow .5s linear;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.panel:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.item_wz {
    display: flex;
    padding: 20px;
}

.el_wz_img {
    width: 200px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.el_wz_img img {
    object-fit: cover;
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.main_wz {
    padding: 9px 0 9px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.text_cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
}

.title_wz {
    font-size: 20px;
    color: #333;
}

.intro {
    color: #999;
    line-height: 24px;
    padding-top: 10px;
    flex: 1;
    -webkit-line-clamp: 2;
    font-size: 14px;
}

.other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    line-height: 26px;
    font-size: 14px;
}

.date_wz {
    color: #666;
}

.jishu_wz {
    color: #999;
}

.left {
    flex: 1;
}

.panel {
    width: calc(95% - 7.5px);
}

.wz_t {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    display: inline-block;
    font-weight: 700;
}

.category {
    min-height: 0;
    margin-bottom: 0;
}

.right {
    width: 330px;
    background: #fff;
    padding: 25px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    height: fit-content;
}

.hot_Wz a {
    color: #333;
}

.wz_i {
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    /* display: flex; */
    align-items: center;
    overflow: hidden;
}

.tag {
    width: 25px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
    margin-right: 10px;
    color: #fff;
    background: #ddd;
    float: left;
}

.wz_i span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
}

.wz_i a {
    color: #333;
    font-size: 14px;
}

.before {
    color: #fff;
    background: #04ba8f;
}


/* 专家介绍 */

.w-1200 {
    margin: 20px auto;
    font-size: 16px;
    width: 1200px;
}

.m-content {
    /* border: solid #CCC 1px; */
    padding: 0 20px 20px;
}

.m-c-pos {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    padding-left: 8px;
    border-bottom: 1px solid #e9e9e9;
}

.m-c-pos a {
    color: #0e050a;
}

.m-c-title {
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    margin: 10px 0 0;
    color: #000;
}

.m-c-title a {
    color: #0e050a;
}

.m-c-subdoctitle {
    font-size: 22px;
    line-height: 60px;
    text-align: center;
}

.m-c-des {
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    color: #999999;
}

.m-c-con p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #000;
}

.m-c-con img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.attachments {
    margin-top: 30px;
}

.code {
    margin: 50px auto 30px;
    text-align: center;
}

.code img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.code p {
    margin-top: 16px;
    font-size: 14px;
}

.share {
    text-align: center;
}

.m-content {
    margin: 0 20px 20px 20px;
}

.copyright {
    border-top: 1px solid #eee;
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 13px;
}

@media (max-width: 375px) {
    .des-long {
        display: none;
    }
    .des-short {
        display: inline;
    }
    .w-xl {
        border: none;
    }
}

@media (max-width: 999px) {
    .header {
        display: none;
    }
    .main>.right {
        display: none;
    }
    .main {
        width: 100%;
    }
    .main>.left {
        width: 100%;
        margin: 0;
    }
    .m-c-pos {
        padding-left: 15px;
        display: inline-block;
    }
    .m-c-title {
        line-height: 38px;
        font-size: 24px;
        padding-left: 8px;
    }
    .m-c-des {
        font-size: 12px;
        padding: 0 15px;
    }
    .m-c-con {
        padding: 0 15px;
    }
    .m-c-con img {
        max-width: 95%;
    }
    .m-c-s-qrcode img {
        max-width: 95%;
    }
    .m-c-s-qrcode {
        width: 156px;
    }
    .qr-item.page-share {
        display: none;
    }
    .qr-item.page-share {
        margin-left: 0px;
    }
    .m-r-n-item {
        overflow: hidden;
    }
    .m-r-footer a {
        width: 300px;
        height: 69px;
        background-size: cover;
        margin-top: 20px;
    }
}

.canyuhuodong ul li a {
    float: left;
    margin-right: 20px;
    padding: 5px 12px;
    background: #fff;
    border-radius: 8px;
    color: #000;
}

.canyuhuodong ul li a:hover {
    color: #01b88d;
}