﻿/*全局样式
---------------------------------------------*/
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    color: #333;
    font: 14px/1.5 Arial,"Microsoft Yahei";
    text-align: center;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    min-width: 1423px;
    cursor: default;
}

.zr-flex {
    display: flex;
}

.zr-flex-column {
    flex-direction: column;
}

.zr-justify-center {
    justify-content: center;
}

.zr-align-center {
    align-items: center;
}

.zr-page-bg {
    background: #f9f9f9;
}

.zr-content-bg {
    /*background: #fff;*/
    padding: 0 10px;
    box-sizing: border-box;
    width: 1240px;
}

input, button, select, textarea, img, p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Microsoft YaHei','微软雅黑';
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #00998a;
        text-decoration: none;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

ol, ul, li, dl, dd {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

i, em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*html {
    height: 100%;
}*/

.main {
    min-height: calc(100vh - 493px);
    box-sizing: border-box;
    /*background: #fff;*/
    width: 1240px;
    padding: 0 10px;
    margin-bottom: 10px;
}

@media (max-width:1024px) {
    /*body {
        zoom: 75%;
        -moz-transform: scale(80%);
        -moz-transform-origin: 0 0;
        position: absolute;
        top: 0;
        left: 0;
    }*/


    .index-new-box {
        left: 3px !important;
    }

    .viewer-canvas {
        zoom: 133.33%;
    }
}

.star {
    background-image: url(/image/common/star.png);
    width: 16px;
    height: 16px;
    display: block;
}

.star-fill {
    background-image: url(/image/common/star-fill.png);
    width: 16px;
    height: 16px;
    display: block;
}

/*Clear Fix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

/*页面布局----------------------------------------------*/
.wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: left;
    background: #fff;
    /*overflow: hidden;*/
    box-sizing: border-box;
}

.main-backcolor .wrapper {
    background-color: initial;
}

.index-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: left;
    /*overflow: hidden;*/
    /*padding-right: 10px;*/
    box-sizing: border-box;
}

.section_header {
    position: relative;
    margin: 0 auto;
    /*max-width: 1440px;*/
    text-align: left;
    background: #fff;
}

.head-nav-box {
    position: relative;
    margin: 0 auto;
    text-align: left;
    background: #00998a;
}


.section {
    position: relative;
    margin: 0 auto;
    width: 1220px;
    min-width: 925px;
    max-width: 1220px;
    text-align: left;
}
/*.main{

    background:#f1f1f1
}
.main>.section{
    background:#fff;
    padding:0 10px

}*/
.left-790 {
    position: relative;
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
    width: 790px;
}

.left-400 {
    position: relative;
    float: left;
    margin: 0 0 0 6px;
    padding: 0;
    width: 400px;
}

.left-390 {
    position: relative;
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    width: 390px;
}

.left-465 {
    position: relative;
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
    width: 465px;
}

.left-730 {
    position: relative;
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
    width: 730px;
}

.left-840 {
    position: relative;
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
    width: 840px;
}

.left-350 {
    position: relative;
    float: left;
    margin: 0 0 0 6px;
    padding: 0;
    width: 350px;
}

.left-300 {
    position: relative;
    float: left;
    margin: 0 0 0 6px;
    padding: 0;
    width: 300px;
}

.left-220 {
    position: relative;
    float: left;
    margin: 0 0 0 6px;
    padding: 0;
    width: 220px;
}

.left-890 {
    position: relative;
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
    width: 890px;
}

.left-930 {
    position: relative;
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
    width: 930px;
}

.left-260 {
    position: relative;
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
    width: 260px;
}

.right-auto {
    position: relative;
    display: block;
    margin: 0 0 0 200px;
    overflow: hidden;
    _zoom: 1;
}
/*.left-400{ position:relative; float:left; margin:0 0 0 0px; padding:0; width:400px; }*/

/*页面标题----------------------------------------------*/
.slide-tit {
    border-bottom: 1px solid #f0f0f0;
    color: #ff5a00;
    line-height: 1em;
    font-size: 16px;
    font-weight: normal;
}

    .slide-tit strong {
        padding: 10px 0;
        float: right;
        color: #999;
        font-size: 12px;
        font-weight: normal;
    }

    .slide-tit span {
        position: relative;
        top: 1px;
        display: inline-block;
        padding: 10px 0;
        border-bottom: 1px solid #ff5a00;
    }

/*页面头部----------------------------------------------*/
/* #region 页面头部 header.aspx */
.header .top {
    height: 36px;
    background: #f9f9f9;
    color: #000;
    border: 1px solid #f0f0f0;
    color: #666666;
    font-size: 12px;
}

    .header .top .top-box {
        position: relative;
        margin: 0 auto;
        width: 1220px;
        min-width: 925px;
        max-width: 1220px;
        height: 36px;
        display: -webket-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: space-between;
    }

.app-text:hover + div.app-img-box {
    display: block;
}

.app-img-box {
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1000;
    display: none;
    width: 150px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 0px 1px #f0f0f0;
    box-sizing: border-box;
    text-align: center;
}

.app-item {
    box-sizing: border-box;
    font-size: 0;
    line-height: normal;
}

.app-img {
    margin: 5px 0;
    width: 120px;
    height: 120px;
}

.app-text-box {
    /*float: left;*/
}

.app-text-box-title {
    font-size: 14px !important;
    text-align: center;
    height: 22px;
    line-height: 22px;
    color: #333;
}

.header .top .user-box {
    line-height: 36px;
    text-align: right;
    float: right;
    font-size: 14px;
}

.user-box a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
}

.top span {
    height: 14px;
    width: 0;
    border-left: solid 1px #c4c4c4;
    margin: 0 10px;
}

.header .top .right-box {
    float: right;
    margin-right: 120px;
    line-height: 36px;
    display: -webket-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .header .top .right-box a {
        margin: auto 8px;
        color: #000;
        _display: inline;
        *zoom: 1;
    }

.header .head-top {
    height: 120px;
    line-height: 100px;
    background: #fff;
    color: #fcfbfb;
    font-size: 12px;
    position: relative;
    margin: 0 auto;
    width: 1220px;
    min-width: 925px;
    max-width: 1220px;
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
}

    .header .head-top > div {
        display: inline-block;
        vertical-align: middle;
        height: 90px;
        line-height: 90px;
    }

    .header .head-top .left-box {
        display: block;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

        .header .head-top .left-box .logo {
            margin-top: 10px;
            margin-left: 20px;
        }

        .header .head-top .left-box a:hover {
            color: #34ad2a;
        }

    .header .head-top .right-box {
        display: -webkit-box;
        display: flex;
        /*-webkit-box-pack: end;*/
        /*justify-content: flex-end;*/
        justify-content: space-between;
        float: right;
        text-align: right;
    }

        .header .head-top .right-box > div {
            display: inline-block;
            vertical-align: middle;
        }

        .header .head-top .right-box a {
            margin: auto 0px;
            margin-left: 15px;
            color: #fcfbfb;
            color: #333;
            _display: inline;
            *zoom: 1;
        }

            .header .head-top .right-box a:nth-child(1) {
                margin-left: 0px;
            }

            .header .head-top .right-box a .nick_name {
                display: inline-block;
                max-width: 5em;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                vertical-align: middle;
            }

        .header .head-top .right-box .search-box {
            height: 40px;
            overflow: hidden;
        }
            /*.header .head-top .right-box .search-box .type-box{ position:absolute; top:0; left:0;  bottom:0; width:80px; border:1px solid #ff7200; border-right:none; }
    .header .head-top .right-box .search-box .input-box{ position:absolute; top:0; left:80px; right:65px; bottom:0; border:1px solid #ff7200; border-left:none;}
    .header .head-top .right-box .search-box .input-box input{ display:block; margin:0; padding:5px 12px; width:280px; height:38px; line-height:38px; background:#fff;  color:#333; font-size:12px; box-sizing: border-box; outline: #ff7200; text-align: left;}
    .header .head-top .right-box .search-box .input-box input::-moz-placeholder{ color:#b3b3b3; opacity:1; }
    .header .head-top .right-box .search-box a{ display:block; position:absolute; top:0; right:0; bottom:0; padding:0; width:60px; height:40px; line-height:40px; color:#fff; font-size:16px; text-align:center; background:#ff7200; border:1px solid #ff7200; border-radius:0; cursor:pointer; -webkit-transition:all 0.2s linear; transition:all 0.2s linear; *top:1px; box-sizing: border-box; margin: 0; border-left: none; }
    .header .head-top .right-box .search-box a:hover{ background:#ff7200; border-color:#ff7200; -webkit-transition:all 0.3s linear; transition:all 0.3s linear; }
    .header .head-top .right-box .search-box a:hover i{ color:#fff !important; }*/
            .header .head-top .right-box .search-box .selecttype option {
                line-height: 30px;
            }

                .header .head-top .right-box .search-box .selecttype option:hover {
                    background: #32d600;
                }

            .header .head-top .right-box .search-box .selecttype::-ms-expand {
                display: none;
            }

            .header .head-top .right-box .search-box .selecttype {
                color: #444;
                background-color: #FFF;
                width: 70px;
                /*height: 36px;*/
                height: 40px;
                /*line-height: 100px;*/
                /*line-height: 36px;*/
                /*line-height: 40px;*/
                vertical-align: top;
                font-size: 14px;
                /*border: 2px solid #ff5c01;*/
                border: 2px solid #e5e5e5;
                border-right: 0px;
                background-color: #f8f8f8;
                color: #999;
                float: left;
                padding-left: 10px;
                outline: none;
                cursor: pointer;
                /*background: url(/image/footer/down.png) no-repeat right /20% 50%;*/
                background: url(/image/header/xiala-01.png) no-repeat 50px;
                -webkit-appearance: none;
                -moz-appearance: none;
                /*border-radius: 20px 0 0 20px;*/
                border-left: none;
            }

            .header .head-top .right-box .search-box input[type=text].txtSearch {
                margin: 0px !important;
                /*color: #444;*/
                color: #999;
                background-color: #FFF;
                width: 300px;
                /*height: 36px;*/
                height: 40px;
                /*line-height: 36px;*/
                vertical-align: top;
                font-size: 14px;
                float: left;
                /*border: 2px solid #ff5c01;*/
                border: 2px solid #e5e5e5;
                /*border-left: none;*/
                border-right: none;
                box-sizing: border-box;
                outline: none;
                padding-left: 20px;
                text-align: left;
                border-radius: 20px 0 0 20px;
            }

                .header .head-top .right-box .search-box input[type=text].txtSearch:hover {
                    margin: 0px !important;
                    border-right: 0px;
                    /*border-left: 0px;*/
                }

            .header .head-top .right-box .search-box a {
                text-align: center;
                margin: 0px;
                cursor: pointer;
                width: 58px;
                height: 40px;
                /*line-height: 40px;*/
                padding: 0;
                /*background: 0 0 #ff5c01;*/
                background: #32d600;
                font-size: 15px;
                font-weight: 400;
                outline: 0;
                border: none;
                color: #FFF;
                float: left;
                border: 2px solid #e5e5e5;
                box-sizing: border-box;
                border-left: none;
                border-radius: 0 20px 20px 0;
            }

                .header .head-top .right-box .search-box a i {
                    font-size: 24px;
                    line-height: 40px;
                    vertical-align: top;
                    display: inline-block;
                }

.header .head-nav {
    position: relative;
    height: 50px;
    margin: 0 auto;
    width: 1220px;
    min-width: 925px;
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0;
    /*justify-content:center;*/
}

.head-nav .nav-box {
    /*min-width: 800px;*/
}

.header .head-nav > div {
    display: inline-block;
}

.header .head-nav .nav-box ul {
    /*display: flex;
        display: -webket-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        align-items: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;*/
}

.header .head-nav .nav-box li {
    /*float: left;*/
    display: -webket-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    line-height: 65px;
    vertical-align: middle;
    float: left;
}
    /*.header .head-nav .nav-box li:nth-child(1) a:nth-child(1){padding-left: 0;}*/
    /*.header .head-nav .nav-box ul>:not(:first-child){  border-left:solid 1px #fff;  }*/
    .header .head-nav .nav-box li > a {
        color: #fff;
        font-size: 19px;
        padding: 0 15px;
        display: block;
        height: 100%;
        line-height: 1;
    }

        .header .head-nav .nav-box li > a:hover {
            background: #3db5aa;
        }

    .header .head-nav .nav-box li strong {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

.header-space {
    height: 22px;
    vertical-align: middle;
    width: 2px;
}

.nav-active {
    background-color: #5ce5b3;
}

.nav-active-space-hide {
    opacity: 0;
}


/* 下拉选择框 */
.history {
    position: absolute;
    width: 180px;
    padding: 0;
    margin: 0;
    top: 74px;
    left: 183px;
    z-index: 999;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 4px 6px;
    padding-bottom: 14px;
}

.history-border {
    border: solid 1px #e5e5e5;
}

.history-none-border {
    border: none !important;
}

.history-item {
    list-style: none;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    color: #000;
    padding: 5px;
    border-radius: 5px;
}

    .history-item:hover {
        background-color: #32d600;
        color: #fff;
    }

/* 搜索下拉选择框 */
.diy-select-content {
    width: 70px;
    text-align: center;
    display: inline-block;
    min-height: 40px;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.diy-content {
    height: 40px;
    font-size: 14px;
    color: #9a9a9a;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 37px;
    cursor: pointer;
    background: url(/image/header/xiala-01.png) no-repeat 50px;
    background-position: 95% 50%;
    text-align: left;
    padding-left: 15px;
}

/*.diy-options {
    display: none;
    border: solid 1px #e5e5e5;
    position: absolute;
    top: 74px;
    z-index: 999;
    background: #fff;
    font-size: 15px;
    color: #000;
    width: 110px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 4px 6px;
    padding-bottom: 14px;
}*/

.diy-options-item {
    cursor: pointer;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    line-height: 20px;
    border-radius: 5px;
}

    .diy-options-item:hover {
        background-color: #32d600;
        color: #fff;
    }


/* ----- header页面增加 ----  */
/* 历史纪录框 */
.header .history {
    position: absolute;
    width: 180px;
    padding: 0;
    margin: 0;
    top: 74px;
    left: 183px;
    z-index: 999;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 4px 6px;
    padding-bottom: 14px;
}

.header .history-none-border {
    border: none !important;
}

.header .history-item {
    list-style: none;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    color: #000;
    padding: 5px;
    border-radius: 5px;
}

    .header .history-item:hover {
        background-color: #32d600;
        color: #fff;
    }

/*搜索下拉选择框*/
.header .diy-select-content {
    width: 70px;
    text-align: center;
    display: inline-block;
    min-height: 40px;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.header .diy-content {
    height: 40px;
    font-size: 14px;
    color: #9a9a9a;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 37px;
    cursor: pointer;
    background: url(/image/header/xiala-01.png) no-repeat 50px;
    text-align: left;
    padding-left: 15px;
}

.header .diy-options {
    display: none;
    border: solid 1px #e5e5e5;
    /*border-top: none;*/
    position: absolute;
    top: 74px;
    z-index: 999;
    background: #fff;
    font-size: 15px;
    color: #000;
    width: 110px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 4px 6px;
    padding-bottom: 14px;
}

.header .diy-options-item {
    cursor: pointer;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    line-height: 20px;
    border-radius: 5px;
}

    .header .diy-options-item:hover {
        background-color: #3db5aa;
        color: #fff;
    }


.header .nav-active {
    background-color: #3db5aa !important;
    text-decoration: none;
}

.header .nav-box > ul {
    display: flex;
    height: 100%;
}

    .header .nav-box > ul li {
        float: none !important;
    }

        .header .nav-box > ul li > a {
            display: inline;
            padding: 12px 20px !important;
            margin: 0 !important;
            line-height: normal !important;
        }

.header .header_search {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,.5);
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.header .dialog_search {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 5px #eee;
    height: 70%;
    width: 50%;
    width: 800px;
    height: 570px;
    border-radius: 10px;
    overflow: hidden;
}

.header .dialog_search_header {
    height: 50px;
    line-height: 50px;
    /*background: #d1d1d1;*/
    position: relative;
    font-size: 22px;
}

.header .dialog_search_header_close {
    background: #d1d1d1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

    .header .dialog_search_header_close:hover {
        background: #aaa;
    }

.header .dialog_search_body {
    box-sizing: border-box;
    padding: 10px;
    flex: 1;
    background: #fff;
    width: 100%;
    padding: 0 50px;
}

    .header .dialog_search_body .head-top {
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
    }

        .header .dialog_search_body .head-top .right-box {
            justify-content: center !important;
            float: none !important;
        }

.header .head-nav .nav-box {
    /*min-width:none;*/
    height: 100%;
}

.header .txtSearchBtn {
    width: 65px !important;
    /*border-radius: 0 !important;*/
    background: #00998a !important;
    border: 0 !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

    .header .txtSearchBtn img {
        position: static !important;
    }

/*.header .txtSearch {
    border-radius: 0 !important;
}*/

.header #user-box {
    /*height: 100%;*/
    font-size: 14px;
    width: 280px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.header .head-top .right-box .user-box a:hover {
    color: #00998a;
}

.header #searchContent ul {
    display: flex;
    flex-wrap: wrap;
}

    .header #searchContent ul li {
        width: calc(100% / 3 - 20px);
        margin: 10px;
        box-sizing: border-box;
        padding: 8px;
        overflow: hidden;
        box-shadow: 0 0 4px rgba(0,0,0,.2);
        border-radius: 8px;
    }

        .header #searchContent ul li a {
            display: block;
            width: 100%;
            overflow: hidden;
        }

.header .search-content-img {
    display: block;
    width: 100%;
}

.header #searchContent ul li img {
    display: block;
    width: 100%;
    height: 120px;
}

.header #searchContent ul li h3 {
    display: -webkit-box;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    height: 55px;
}

.header .head-nav .nav-box li {
    position: relative;
}

    .header .head-nav .nav-box li > a {
        transition: all .3s;
        font-size: 19px;
        box-sizing: border-box;
    }

    .header .head-nav .nav-box li:hover > a > dl {
        max-height: 360px;
        box-shadow: 0 1px 5px 1px rgba(0,0,0,.4);
    }

    .header .head-nav .nav-box li > a > dl {
        transition: all .3s;
        position: absolute;
        flex-wrap: wrap;
        z-index: 9999;
        display: flex;
        /*display: none;*/
        /* width: 1400px; */
        background-color: rgba(255,255,255,.9);
        color: #000;
        left: 0px;
        top: 100%;
        line-height: 35px;
        box-sizing: border-box;
        /* transition: .8s top ease; */
        max-height: 0;
        width: 227px;
        overflow-y: hidden;
    }

        .header .head-nav .nav-box li > a > dl dd {
            font-size: 15px;
            transition: all .3s;
            width: calc(50% - 16px);
            margin: 0 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 400;
        }

            .header .head-nav .nav-box li > a > dl dd:hover {
                color: #00998a;
            }

            .header .head-nav .nav-box li > a > dl dd span {
                display: block;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        /* 科普园地 */
        .header .head-nav .nav-box li > a > dl#kpyd_nav_dl {
            width: 108px;
        }

            .header .head-nav .nav-box li > a > dl#kpyd_nav_dl dd {
                width: 100%;
                text-align: center;
            }
/* 科普园地 */

/* #region 页面头部 登录弹窗 */
.pop_login_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);
    backdrop-filter: saturate(180%) blur(10px);
}

    .pop_login_box .pop_main {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 500px;
        height: 460px;
        background-color: #fff;
        border-radius: 8px;
        padding-top: 68px;
        box-sizing: border-box;
    }

        .pop_login_box .pop_main .pop_close {
            position: absolute;
            right: -28px;
            top: -28px;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .pop_login_box .pop_main .pop_close i:before {
                content: "\e6b7";
                color: #fff;
                font-size: 22px;
            }


        .pop_login_box .pop_main .pop_main_top {
            height: 68px;
            width: 200px;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
        }

            .pop_login_box .pop_main .pop_main_top .code_name {
                font-size: 15px;
                position: absolute;
                right: 65px;
                padding: 2px 8px;
                background-color: #00998a99;
                color: #fff;
                border-radius: 4px;
                top: 19px;
                user-select: none;
            }

        .pop_login_box .pop_main .login_switch_box {
            position: absolute;
            z-index: 1;
            top: -1px;
            right: -1px;
            width: 68px;
            height: 68px;
            display: block;
            overflow: hidden;
            border-top-right-radius: 10px;
            box-sizing: border-box;
        }

            .pop_login_box .pop_main .login_switch_box::before {
                content: "";
                z-index: -1;
                position: absolute;
                top: 0;
                right: 0;
                width: 0;
                height: 0;
                border-top: 68px solid #00998a;
                border-left: 68px solid transparent;
                box-sizing: border-box;
            }

            .pop_login_box .pop_main .login_switch_box .login_switch {
                width: 68px;
                height: 68px;
                box-sizing: border-box;
                padding: 5px 5px 10px 10px;
                text-align: right;
                display: block;
            }

                .pop_login_box .pop_main .login_switch_box .login_switch i.icon {
                    display: inline-block;
                    cursor: pointer;
                    width: 28px;
                    height: 28px;
                    margin: 0;
                    padding: 0;
                    background-repeat: no-repeat;
                    background-size: contain;
                }

                .pop_login_box .pop_main .login_switch_box .login_switch i.login-code {
                    background-image: url(/image/login/login-code.svg);
                }

                .pop_login_box .pop_main .login_switch_box .login_switch i.login-psw {
                    background-image: url(/image/login/login-psw.svg);
                }

        .pop_login_box .pop_main .login_info {
            padding: 10px;
        }

            .pop_login_box .pop_main .login_info .info_title {
                font-size: 20px;
                line-height: 45px;
                color: #000;
                font-weight: 600;
            }

                .pop_login_box .pop_main .login_info .info_title .color_text {
                    color: #00998a;
                }

            .pop_login_box .pop_main .login_info .qrcode {
                display: block;
                width: 168px;
                height: 168px;
                margin: 32px auto;
                padding: 7px;
                border: 1px solid #eee;
                box-sizing: border-box;
                position: unset;
            }

                .pop_login_box .pop_main .login_info .qrcode .err-box,
                .pop_login_box .pop_main .login_info .qrcode .tips-box {
                    position: absolute;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    box-sizing: border-box;
                    background-color: rgba(255, 255, 255, .8);
                }

                .pop_login_box .pop_main .login_info .qrcode .err-box {
                    left: calc((100% - 148px)/2);
                    top: 165px;
                    width: 148px;
                    height: 148px;
                    padding: 7px;
                    display: none;
                }

                    .pop_login_box .pop_main .login_info .qrcode .err-box a {
                        padding: 5px 25px;
                        border-radius: 6px;
                        background-color: #4a4a4a;
                        color: #fff;
                        margin-top: 30px;
                    }

                .pop_login_box .pop_main .login_info .qrcode .tips-box {
                    left: 0;
                    top: 31px;
                    line-height: 30px;
                    width: 100%;
                    height: 212px;
                    font-weight: 600;
                    background-color: rgba(255, 255, 255, 1);
                    display: none;
                }

                    .pop_login_box .pop_main .login_info .qrcode .tips-box .success-icon {
                        width: 48px;
                        height: 48px;
                        margin: 22px auto 18px;
                        background: url(/image/login/success.svg) no-repeat center center / 100% 100%;
                    }

            .pop_login_box .pop_main .login_info #loading {
                display: block;
                text-align: center;
                line-height: 128px;
            }

            .pop_login_box .pop_main .login_info .code-login-info {
                text-align: center;
                color: #111;
                font-size: 14px;
                line-height: 20px;
            }

            .pop_login_box .pop_main .login_info .info-item input {
                width: 344px;
                height: 40px;
                border: 1px solid rgba(0,0,0,.08);
                border-radius: 4px;
                padding-left: 10px;
                outline: none;
                /* font-size: 18px; */
                float: initial;
                text-align: left;
            }

                .pop_login_box .pop_main .login_info .info-item input:hover {
                    border: 1px solid #00998a99;
                }

                .pop_login_box .pop_main .login_info .info-item input:focus {
                    border: 1px solid #00998a;
                }

            .pop_login_box .pop_main .login_info .register-btn {
                width: 389px;
                height: 40px;
                background-color: #00998a;
                border-radius: 4px;
                color: white;
                font-size: 16px;
                outline: none;
                cursor: pointer;
                transition: all .5s;
                float: initial;
            }

            .pop_login_box .pop_main .login_info .find-password {
                margin: 0 auto;
                margin-top: 5px;
                display: flex;
                justify-content: space-between;
                width: 389px;
            }

                .pop_login_box .pop_main .login_info .find-password .go-find-password {
                    color: #00998a;
                    cursor: pointer;
                }

                .pop_login_box .pop_main .login_info .find-password .org_en {
                    position: absolute;
                    top: 25px;
                    left: 25px;
                }
/* #endregion 页面头部 登录弹窗 */


/* #region 页面头部 注册弹窗 */
.pop_register_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);
    backdrop-filter: saturate(180%) blur(10px);
}

    .pop_register_box .pop_main {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 500px;
        height: 500px;
        background-color: #fff;
        border-radius: 8px;
        box-sizing: border-box;
    }

        .pop_register_box .pop_main .pop_close {
            position: absolute;
            right: -28px;
            top: -28px;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .pop_register_box .pop_main .pop_close i:before {
                content: "\e6b7";
                color: #fff;
                font-size: 22px;
            }

        .pop_register_box .pop_main .register_info {
            padding: 15px 20px;
        }

            .pop_register_box .pop_main .register_info .info_title {
                font-size: 20px;
                line-height: 45px;
                color: #000;
                font-weight: 600;
            }

            .pop_register_box .pop_main .register_info .register-hint {
                text-align: right;
            }

            .pop_register_box .pop_main .register_info .register-info {
                margin: 20px 0;
            }

                .pop_register_box .pop_main .register_info .register-info .register-info-item {
                    margin: 10px auto;
                    width: 390px;
                }

                    .pop_register_box .pop_main .register_info .register-info .register-info-item label {
                        width: 4em;
                    }

                    .pop_register_box .pop_main .register_info .register-info .register-info-item input {
                        font-size: 16px;
                        font-family: 微软雅黑;
                        width: 310px;
                        border: 1px solid rgba(0,0,0,.08);
                        border-radius: 4px;
                        /* 处理引用分页控件后样式冲突 */
                        float: initial;
                        margin: initial;
                        line-height: initial;
                        text-align: initial;
                        color: initial;
                        background: initial;
                        /* 处理引用分页控件后样式冲突 */
                    }

                        .pop_register_box .pop_main .register_info .register-info .register-info-item input:hover {
                            border: 1px solid #00998a99;
                        }

                        .pop_register_box .pop_main .register_info .register-info .register-info-item input:focus {
                            border: 1px solid #00998a;
                        }

            .pop_register_box .pop_main .register_info .register-btn {
                height: 40px;
                border-radius: 4px;
                /* 处理引用分页控件后样式冲突 */
                float: initial;
                margin: initial;
                line-height: initial;
                text-align: center;
                /* 处理引用分页控件后样式冲突 */
            }

            .pop_register_box .pop_main .register_info .register-isAgree {
                margin-top: 10px;
                line-height: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .pop_register_box .pop_main .register_info .register-isAgree input {
                    margin-right: 5px;
                    /* 处理引用分页控件后样式冲突 */
                    float: initial;
                    line-height: initial;
                    text-align: initial;
                    color: initial;
                    background: initial;
                    width: auto;
                    height: auto;
                    border: initial;
                    /* 处理引用分页控件后样式冲突 */
                }

                .pop_register_box .pop_main .register_info .register-isAgree a {
                    color: #00998a;
                    cursor: pointer;
                }


/* #endregion 页面头部 注册弹窗 */

/* #endregion 页面头部 header.aspx */

/*页面底部----------------------------------------------*/

/* #region 页面底部 - footer.aspx */
.footer .selec-box {
    width: 1220px;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 10px;
}

.footer .selec {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 180px;
    padding: 10px 19px;
    margin-left: 20px;
    border-radius: 4px;
    border: 1px solid #e3e0e0;
    font-size: 14px;
    color: #818181;
    font-family: "微软雅黑";
    cursor: pointer;
    margin-top: 3px;
}

    .footer .selec:last-of-type {
        margin-right: 0px;
    }

    .footer .selec .selec-icon {
        margin-top: -20px;
        float: right;
    }

    .footer .selec ul {
        height: 0px;
        text-align: center;
        font-weight: lighter;
    }

    .footer .selec .name {
        display: inline-block;
        text-align: left;
        width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .footer .selec .font {
        color: #cccccc;
    }

.footer .linkcategory {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 160px;
}

.footer .selec ul {
    position: absolute;
    display: inline-block;
    height: 0;
    overflow-y: auto;
    z-index: 100px;
    right: 0px;
    left: 0px;
    top: 43px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    transform: translate3d(0, 1px, -2px);
    cursor: pointer;
    transition: all 0.5s ease;
}

    .footer .selec ul li {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

        .footer .selec ul li:hover {
            color: #fff;
            background-color: #286abf;
        }

.footer .foot-box {
    display: flex;
    align-items: center;
}

.footer .fl {
    float: none !important;
    flex: 1;
    display: flex !important;
    align-items: center;
}

.footer .foot-box .logo {
    margin-right: 40px;
}

.footer .fr {
    float: none !important;
    width: auto !important;
    margin-left: 50px;
}
/* #endregion 页面底部 - footer.aspx */

/* index2样式 */
.right-box2 {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.entrance {
    margin-left: 100px;
    /*height: 100px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    justify-content: space-evenly;
    -webkit-box-pack: center;
}

    .entrance > div {
        width: 100px;
        height: 30px;
        line-height: 30px;
        border-radius: 20px;
        margin: 5px 0;
    }

.expert-entrance-btn, .medical-entrance-btn {
    width: 100px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin: 0 !important;
}

.expert-entrance {
    background-color: #ffb657;
}

    .expert-entrance:hover {
        background-color: #ffa633;
    }

.medical-entrance {
    background-color: #a3acff;
}

    .medical-entrance:hover {
        background-color: #8a95ff;
    }

.head-nav-box2 {
    display: -webkit-box;
    display: flex;
}

.health-knowledge {
    /*width: 280px;*/
    text-align: center;
    line-height: 65px;
    height: 65px;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    margin-left: 20px;
}

    .health-knowledge a {
        /*width: 280px;*/
        color: #00998a;
        text-decoration: none;
        padding: 10px 0;
        border-bottom: 1px #00998a solid;
    }
/* index2样式 */
.main-width {
    width: 100%;
}

.main-backcolor:nth-child(odd) {
    background-color: #fff;
}

.main-backcolor:nth-child(even) {
    background-color: #eef8f9;
    background-color: #fff;
}


.main-backcolor:nth-child(odd) .video_box .video_item {
    background-color: #fff;
}

.main-backcolor .section-backcolor .add-hight .left-465, .main-backcolor .section-backcolor .add-hight .left-730 {
    margin-top: 20px !important;
}

.section-backcolor {
    /*background-color: #fff;*/
    /*padding-left: 10px;*/
    padding: 0;
    box-sizing: border-box;
    margin-top: 10px;
    padding-bottom: 10px;
}

/*.section-backcolor > .wrapper > div:nth-child(3n) {
        margin-right: 0 !important;
    }*/

.add-hight {
    height: 680px;
}

/*.slideshow-img-box {
    height: 360px;
    width: 100%;
    overflow: hidden;
}

    .slideshow-img-box li {
        height: 500px;
        position: absolute;
        opacity: 0;
        width: 100%;
        min-width: 1423px;
        overflow: hidden;
        background-position: calc(50% - 18px) !important;
    }

.slideshow-img-switching {
    opacity: 1;
    z-index: 1;
    -moz-animation: all linear 0.5s;
    -webkit-animation: all linear 0.5s;
    -ms-animation: all linear 0.5s;
    -o-animation: all linear 0.5s;
    transition: all linear 0.5s;
}

.slideshow-img-switching-1 {
    opacity: 0;
    z-index: -2;
    -moz-animation: all linear 0.5s;
    -webkit-animation: all linear 0.5s;
    -ms-animation: all linear 0.5s;
    -o-animation: all linear 0.5s;
    transition: all linear 0.5s;
}

.slideshow-img img {
    height: 100%;
    width: 1920px;
    max-width: 1920px;
}

.slideshow-content-box {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
}

.slideshow-content {
    margin: 0 auto;
    width: 1220px;
    min-width: 925px;
    max-width: 1220px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

    .slideshow-content > div {
        display: inline-block;
    }*/




/* #region 栏目标题样式 */


.item_title {
    width: 100%;
    margin: 20px auto;
    border-bottom: 2px solid #e8e8e8;
    height: 42px;
    line-height: 42px;
    margin-top: 14px;
    position: relative;
    border: 0 !important;
}

.item_title_line {
    /*height: 3px;
    width: 40px;
    border-radius: 2px;
    background: #00998a;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);*/
}

.item_title_subject {
    margin-top: 0;
}

.item_title .title, .news-only-img-box .title {
    font-size: 16px;
    color: #00998a;
    float: left;
    /*font-weight: bold;*/
    height: 40px;
    line-height: 50px;
    border-bottom: 3px solid #00998a;
    padding: 0 10px;
}

.left-260 .item_title {
    margin-bottom: 5px;
}

    .left-260 .item_title .title,
    .left-260 .news-only-img-box .title {
        color: #fff;
        background-color: #3db5aa;
        border-bottom: none;
        width: 100%;
        box-sizing: border-box;
        height: 35px;
        line-height: 35px;
        margin-top: 8px;
    }

.item_title .title-1 {
    font-size: 18px;
    /*color: #00998a;*/
    color: #333;
    float: left;
    font-weight: bold;
    height: 40px;
    line-height: 50px;
    padding: 0 10px;
    height: 50px !important;
    font-size: 26px !important;
}
/* .item_title p{ margin-left:20px;} */
.item_title .more {
    font-size: 14px;
    color: #999999;
    width: 60px;
    height: 40px;
    line-height: 45px;
    float: right;
    text-align: center;
}

.item_title_span {
    color: #00998a;
}

.item_title .title-1 {
    height: 50px !important;
    font-size: 26px !important;
}

    .item_title .title-1 p {
        letter-spacing: 2px;
    }

.more a {
    color: #999999;
    /*font-weight: bold;*/
    display: block;
}

    .more a:hover {
        color: #00998a;
    }
/* #endregion 栏目标题样式 */



.select-box {
    position: absolute;
    bottom: 10px;
    /*left: 50%;*/
    z-index: 100;
    cursor: pointer;
}

.select-list {
    display: -webkit-box;
    display: flex;
}

.select-list-item {
    margin: 5px;
    border-radius: 50%;
    /*border: 1px solid #6E8890;*/
    height: 10px;
    width: 10px;
    cursor: pointer;
    float: left;
    background: #6E8890;
}

.sel {
    /*border: 1px solid #6E8890;*/
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.sel-active {
    background-color: #00998a;
    transition: all 0.5s;
}

.slideshow-right {
    width: 250px;
    height: 360px;
    /*display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;*/
    /*float: right;*/
    padding: 15px 0;
    position: absolute;
    top: 0;
    right: calc((100% - 1220px)/2);
    z-index: 100;
}

.slideshow-right-box {
    width: 250px;
    height: 330px;
    margin: auto 0;
    border-radius: 15px;
    background: rgb(255,255,255);
    /*filter: Alpha(opacity = 90);*/
    background: rgba(255, 255, 255,0.9);
    /*opacity: 0.9;*/
    /*display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;*/
    padding: 20px 10px;
    box-sizing: border-box;
}

.slideshow-right-top {
    margin: 20px 0;
}

.slideshow-right-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .slideshow-right-img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.slideshow-right-btn {
    margin-top: 35px;
}

    .slideshow-right-btn button {
        height: 38px;
        width: 180px;
        margin: 0 auto;
        margin-top: 10px;
        border-radius: 10px;
        display: block;
        outline: none;
        cursor: pointer;
    }

.slideshow-login-btn {
    background-color: #fff;
    border: 1px solid #32d600;
}

    .slideshow-login-btn:hover {
        background-color: #32d600;
        color: #fff;
    }

.slideshow-register-btn {
    background-color: #32d600;
    color: #fff;
}

/**** 首页为您推荐 ****/
/* 知识 */
.index-recommend-content-title-box {
    border: none;
    border-bottom: 2px solid #e8e8e8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
}

.index-recommend-title-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
}





.index-recommend-img-item-imgbox {
    display: inline-block;
    float: left;
}



/* 专家 */
.index-recommend-right-content-title-box {
    border: none !important;
}

.index-recommend-right-item-box {
    width: 360px;
    box-sizing: border-box;
}

.index-recommend-right-item-list {
    width: 350px;
    box-sizing: border-box;
}

.index-recommend-right-item > a {
    display: block;
    font-size: 0;
}

.index-recommend-right-item .recommend-item-img-box {
    display: inline-block;
}

.index-recommend-right-item .recommend-item-info {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

    .index-recommend-right-item .recommend-item-info .recommend-item-text {
        margin-top: 5px;
    }

    .index-recommend-right-item .recommend-item-info .recommend-item-unit {
        margin: 5px 0;
    }

    .index-recommend-right-item .recommend-item-info .recommend-item-adept {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 225px;
        height: 21px;
        white-space: nowrap;
    }

/* ************************* */


/*.index-knowledge-box {
    padding-right: 10px;
}*/

.left-390 .index-slides-news-box li:hover .title h2 {
    color: #00998a;
}


#web_resource_list_container .index-knowledge-item .list-dot-box {
    height: 25px;
    line-height: 25px;
    float: left;
    display: list-item;
    list-style: none;
}

    #web_resource_list_container .index-knowledge-item .list-dot-box .dot {
        vertical-align: middle;
        margin: 8px 10px 15px 5px;
        width: 8px;
        height: 8px;
        display: inline-block;
        background-color: #d8d8d8;
        border-radius: 8px;
    }
/* ************************************* */
.section2-box {
    width: 100%;
    /*min-width: 1423px;*/
    /*margin-top: 10px;*/
}

.section2-box2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
}

.section2 {
    margin-top: 10px;
    margin: 0 auto;
    width: 1220px;
    min-width: 925px;
    max-width: 1220px;
    display: -webkit-box;
    display: flex;
    /*justify-content: space-between;*/
    -webkit-box-lines: multipe;
    flex-wrap: wrap;
}

.recommend-title-box {
    height: 78px;
    line-height: 78px;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

/* 首页专家推荐 */
.index-recommend {
    padding-left: 0px;
    padding-right: 0px;
    height: 360px;
    font-size: 0;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}

.index-recommend-item {
    display: -webkit-box;
    display: flex;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 250px;
    padding: 5px 8px;
    height: 104px;
    margin: 0 auto;
    margin-bottom: 16px;
    display: inline-block;
    margin: 0 10px 16px 0;
}

    .index-recommend-item > a {
        display: block;
        font-size: 0;
    }

.index-recommend-item-img-box {
    height: 92px;
    margin-right: 15px;
    display: inline-block;
    width: 72px;
    min-width: 72px;
}

    .index-recommend-item-img-box img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

.index-recommend-item-info {
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: normal;
    height: 96px;
    max-width: 136px;
    display: inline-block;
    vertical-align: top;
}

.index-recommend-item-text {
    font-size: 0;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}

.index-recommend-item-name {
    min-width: 3em;
    margin-right: 15px;
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.index-recommend-item-unit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 145px;
    font-size: 14px;
    line-height: 16px;
    margin: 2px 0;
    color: black;
}

.index-recommend-item-adept {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 145px;
    font-size: 10px !important;
    line-height: 17px;
    max-height: 51px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666666;
    /*height: 50px;*/
}

/* ************************************* */

/* #region 防病专题 小标题 */

.left-930 a.index-video-title-list {
    font-size: 14px;
    color: #333;
    padding: 5px 11px;
    margin: 0 5px;
    line-height: 16px;
    /*line-height: normal;
    height: 16px;*/
    font-weight: normal;
    background-color: #e5e5e5;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.left-930 .index-video-title-list:hover {
    color: #fff;
    background-color: #00998a !important;
}

.left-930 .index-video-title-list-active {
    color: #fff !important;
    background-color: #00998a !important;
}
/* #endregion 防病专题 小标题 */


/* 首页健康评测 */
.index-assess-box {
    margin: 0 0 0 20px;
}

.index-assess-list {
    /*padding: 20px 5px 5px 5px;*/
    text-align: center;
    /*margin: 0 0 10px;*/
    /*background: #fff;*/
    box-sizing: border-box;
    /*height: calc(100% - 60px);*/
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.assess-item {
    margin-bottom: 16px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
}
.assess-item:last-child {
    margin-bottom:0;
}
    .assess-item div {
        transition: all 0.3s 0.2s;
        border-radius: 12px;
    }

    .assess-item:hover div {
        transition: all 0.5s 0s !important;
        border-radius: 12px;
    }

/*.assess-item:nth-child(1):hover div {
        box-shadow: 0 0 15px 3px rgb(168, 176, 255);
    }

    .assess-item:nth-child(2):hover div {
        box-shadow: 0 0 15px 5px rgb(123, 225, 255);
    }

    .assess-item:nth-child(3):hover div {
        box-shadow: 0 0 15px 5px rgb(255, 192, 110);
    }

    .assess-item:nth-child(4):hover div {
        box-shadow: 0 0 15px 3px rgb(153, 252, 124);
    }*/

/* ************************************* */

.recommend-title-text {
    margin: 0 20px;
}

.line {
    width: 132px;
    height: 2px;
    background-color: #e8e8e8;
}

.recommend-content-box {
    display: -webkit-box;
    display: flex;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-bottom: 20px;
}

    .recommend-content-box > div {
        float: left;
    }

    .recommend-content-box .recommend-content-left .recommend-list-box .recommend-list-left .recommend-img-item .recommend-img-item-imgbox img {
        transition: all 0.8s ease-in 0.3s;
    }

    .recommend-content-box .recommend-content-left .recommend-list-box .recommend-list-left .recommend-img-item .recommend-img-item-imgbox {
        overflow: hidden;
    }

    .recommend-content-box .recommend-content-left .recommend-list-box .recommend-list-left .recommend-img-item > a:hover .recommend-title {
        color: #00998a;
    }

    .recommend-content-box .recommend-content-left .recommend-list-box .recommend-list-left .recommend-img-item > a:hover .recommend-text {
        color: #333333;
    }

    .recommend-content-box .recommend-content-left .recommend-list-box .recommend-list-left .recommend-img-item .recommend-img-item-imgbox:hover img {
        /*transform: scale(1.05);
        transition: all 0.3s ease-in;*/
    }

.recommend-content-left {
    width: 100%;
    /*height: 420px;*/
    background-color: #fff;
    box-sizing: border-box;
}

.recommend-content-title-box {
    height: 40px;
    border-bottom: solid 1px #e8e8e8;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.recommend-content-title-box-1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .recommend-content-title-box-1 p {
        padding: 0 10px;
        display: inline-block;
    }


/*  */

.column-line {
    width: 4px;
    height: 22px;
    background: #00998a;
    display: inline-block;
    vertical-align: sub;
}

.recommend-content-title {
    font-size: 18px;
    /*border-left: solid 4px #00998a;*/
    text-align: left;
    padding-left: 10px;
}

.recommend-content-right {
    width: 380px;
    height: 420px;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 10px;
    box-sizing: border-box;
    /*margin-left: 10px;*/
    margin-left: 14px;
}






.recommend-title-text-box {
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,.2);
}

.recommend-title {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 45px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 15px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}

.recommend-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 170px;
    /*height: 55px;*/
    line-height: 18px;
}

.recommend-item-box {
    height: 360px;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
}

.recommend-item-box-1 {
    height: 350px;
    padding: 0 5px;
    /*display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;*/
}

.recommend-text-item {
    display: -webkit-box;
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
}

    .recommend-text-item::before {
        content: "\02022";
        color: #00998a;
        padding-right: 10px;
        height: 24px;
        line-height: 24px;
        vertical-align: top;
        font-size: 36px;
    }

    .recommend-text-item a {
        font-size: 14px;
        /*font-weight: 600;*/
        width: calc(100% - 23px);
        display: flex;
        flex-direction: column;
    }

        .recommend-text-item a span {
            color: #333;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            min-height: 21px;
        }

        .recommend-text-item a .r_title {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 5px;
            line-height: 24px;
            color: #000;
        }

        .recommend-text-item a:hover span.r_title {
            color: #00998a;
        }

.text-item-time {
    position: absolute;
    top: 0;
    right: 20px;
    color: #888;
}

.recommend-item-list {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.recommend-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


/*底部样式*/
/*.footer{ margin-top:20px; background:#f7f7f7;border-top:1px solid #00998a; font-weight: 100;}*/
.footer {
    margin-top: 10px;
    /*background: url("/image/footer/footer.jpg") no-repeat;*/
    background: #00998a;
}

    .footer .foot-box {
        width: 1220px;
        margin: 0 auto;
        text-align: left;
        color: #fff;
    }

        .footer .foot-box .fl {
            width: 690px;
        }

        .footer .foot-box .fl {
            float: left;
        }

        .footer .foot-box .fl, .fr {
            display: inline;
        }

            .footer .foot-box .fl .title {
                padding: 30px 0px 15px 0;
            }

                .footer .foot-box .fl .title span:first-of-type {
                    margin-right: 10px;
                    font-weight: bold;
                    font-size: 24px;
                    color: #286abf;
                }
            /*.footer .foot-box {display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 160px;}*/
            .footer .foot-box .fl .phone p {
                font-size: 24px;
                color: #818181;
                line-height: 40px;
            }

        .footer .foot-box .fr {
            float: right;
        }

        .footer .foot-box .fr {
            width: 450px;
        }

            .footer .foot-box .fr .title {
                padding: 30px 0px 20px 0px;
                font-size: 14px;
                line-height: 20px;
                color: #818181;
            }

            .footer .foot-box .fr p {
                font-size: 14px;
                color: #fff;
            }

    .footer .footer-img-box {
        float: right;
        display: block;
        width: 132px;
        height: 132px;
        background-color: #fff;
        padding: 8px;
        box-sizing: border-box;
        border-radius: 4px;
    }

        .footer .footer-img-box img {
            width: 100%;
            height: 100%;
            /*margin: 5px;*/
        }


.foot {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    font-weight: 100;
}

.footer_ts_content {
    /*color:#00998a;
    font-weight:bold;*/
    color: #fff;
}
/*
    .footer .foot-nav{ height:56px; line-height:56px;  }
    .footer .foot-nav a{ margin:auto 8px; font-size:14px; }
    .footer .foot-nav a:hover{ }
    .footer .foot-nav strong{  font-size:14px; font-weight:700; }
    .footer .foot-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .footer .foot-box .copyright{ display:block;  font-size:12px; }
    .footer .foot-box .copyright p{ line-height:2.0em; }
    .footer .foot-box .copyright p.gray , .foot-box a{ color:#999; }
    .foot-box a:hover{color: #00998a;}*/

.banner-box {
    position: relative;
    margin: 0;
    width: 1220px;
    height: 220px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
}

.banner2 {
    width: 100% !important;
    max-width: 1920px !important;
    height: 200px;
    margin: 0 auto;
}

.banner-box2 {
    position: relative;
    margin: 0;
    width: 100% !important;
    height: 200px !important;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin-top: 0;
}

.banner-img {
    width: 1920px;
    height: 200px;
}

.banner-box img {
    _width: 100%;
    _height: 100%;
}


/*幻灯片样式*/
.focus-box {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    _position: relative;
}

    .focus-box .slides {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        zoom: 1;
        overflow: hidden;
    }

        .focus-box .slides:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .focus-box .slides li {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .focus-box .slides li img {
                min-width: 100%;
                min-height: 100%;
                _width: 100%;
                _height: 100%;
            }

            .focus-box .slides li .note-bg {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 50px;
                background: #000;
                filter: alpha(Opacity=60);
                -moz-opacity: 0.6;
                opacity: 0.6;
                _background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
                _background: url(none) 0 0 repeat #000;
            }

            .focus-box .slides li .note-txt {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                padding: 10px;
                height: 24px;
                line-height: 24px;
                color: #fff;
                font-size: 16px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                text-shadow: 2px 1px 3px black;
            }

    .focus-box .flex-control-nav {
        position: absolute;
        right: 5px;
        bottom: 10px;
        display: block;
        z-index: 4;
    }

        .focus-box .flex-control-nav li {
            margin: 0 5px 0 0;
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

            .focus-box .flex-control-nav li a {
                display: block;
                width: 8px;
                height: 8px;
                text-indent: -9999px;
                border: 1px solid #fafafa;
                border-radius: 8px;
                cursor: pointer;
                overflow: hidden;
            }

    .focus-box .flex-control-paging li a:hover {
        background: #333;
    }

    .focus-box .flex-control-paging li a.flex-active {
        background: #c81623;
        border-color: #c81623;
        cursor: default;
    }


/*新闻样式*/

/*文章-仅标题列表样式*/
.news-box {
    margin: 0 0 10px;
    padding: 20px 20px 5px 5px;
    background: #fff;
}

    .news-box .news-list {
        padding-bottom: 0;
    }

        .news-box .news-list li {
            display: block;
            line-height: 35px;
            overflow: hidden;
            margin: 4px 0;
        }

            .news-box .news-list li:after {
                content: ".";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }
            /* .news-box .news-list li .title{} */
            .news-box .news-list li .date {
                float: right;
            }

            .news-box .news-list li a {
                display: block;
                /*display: -webkit-box;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-align-items: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;*/
                font-weight: initial;
                font-weight: lighter;
                height: 35px;
                line-height: 35px;
            }

                .news-box .news-list li a div {
                    display: inline-block;
                    /*display: -webkit-box;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-box-align: center;
                    -moz-align-items: center;
                    -webkit-align-items: center;
                    align-items: center;*/
                    height: 35px;
                    line-height: 35px;
                }

.news-title {
    width: 250px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.date {
    float: right;
    color: #888888;
}

.news-box .news-list li .dot {
    width: 5px;
    height: 5px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: #d8d8d8;
    margin-right: 10px;
}


/*文章-图片+标题+描述列表样式*/
.slides-news-box {
    margin: 0 0 0px;
    background: transparent;
}

    .slides-news-box .side-img-list {
        padding-bottom: 0;
        /*padding-left: 5px;*/
    }

.left-390 .slides-news-box .side-img-list li img {
    transition: all 0.8s ease-in 0.3s;
}

    .left-390 .slides-news-box .side-img-list li img:hover {
        /*transform: scale(1.05);
        transition: all 0.3s ease-in;*/
    }

.left-390 .slides-news-box .side-img-list li:hover .title h2 {
    color: #00998a;
}

.left-790 .slides-news-box .illenss {
    padding-bottom: 0;
    display: -webket-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .left-790 .slides-news-box .illenss li {
        display: block;
        padding-bottom: 13px;
        _border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
        width: 380px;
    }

        .left-790 .slides-news-box .illenss li:nth-of-type(even) {
            margin-left: 20px;
        }

        .left-790 .slides-news-box .illenss li b {
            width: 160px;
            height: 90px;
        }

.side-img-list-content-box {
    height: 90px;
    overflow: hidden;
}

.left-390 .slides-news-box .side-img-list li {
    padding: 0;
}

.slides-news-box .side-img-list li {
    display: block;
    padding: 20px 9px;
    overflow: hidden;
    transition: all 0.5s 0.2s;
    border: 1px #e6e6e6 solid;
    border-radius: 5px;
    margin: 10px 0;
    background: #f6f6f6;
}

.left-930 .slides-news-box .side-img-list li a {
    display: block;
    width: 100%;
    height: 122px;
    display: flex;
    align-items: center;
}

.item .slides-news-box .side-img-list li:hover,
.left-930 .slides-news-box .side-img-list li:hover {
    /*transition: all 0.5s;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    box-shadow: 0 0 5px 4px #f1efef;*/
}

    .item .slides-news-box .side-img-list li:hover .title h2,
    .item .slides-news-box .side-img-list li:hover .title span,
    .left-930 .slides-news-box .side-img-list li:hover .title h2,
    .left-930 .slides-news-box .side-img-list li:hover .title span {
        color: #00998a;
    }


    .item .slides-news-box .side-img-list li:hover img,
    .left-930 .slides-news-box .side-img-list li:hover img {
        /*transform: scale(1.05);
        transition: all 0.3s ease;*/
    }

.slides-news-box .side-img-list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.slides-news-box .side-img-list li b {
    position: relative;
    display: block;
    float: left;
    margin-right: 16px;
    width: 180px;
    min-width: 180px;
    height: 120px;
    border: 1px solid #e8e8e8;
    font-style: normal;
    overflow: hidden;
}

    .slides-news-box .side-img-list li b a {
        display: block;
    }

    .slides-news-box .side-img-list li b img {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s ease !important;
    }

.slides-news-box .side-img-list li .content_box {
    height: 100%;
    display: inline-block;
    flex: 1;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    padding-right: 20px;
    width: calc(100% - 180px - 120px - 18px);
}

#subject_content_list_container.side-img-list li .content_box {
    height: 100%;
    width: 370px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.slides-news-box .side-img-list li .title {
    height: 36px;
    line-height: 36px;
}

.left-930 > .item .slides-news-box .side-img-list li .title {
    height: auto;
    line-height: 24px;
    margin-bottom: 5px;
    position: relative;
}

.slides-news-box .side-img-list li .title h2 {
    float: left;
    font-size: 18px;
    color: #111111;
    max-width: 100%;
    /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.left-930 > .item .slides-news-box .side-img-list li .title h2 {
    float: none;
    font-size: 18px;
    /*color: #555;*/
    max-width: 100%;
    /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#subject_content_list_container.side-img-list li .title {
    height: auto;
    line-height: 24px;
    margin-bottom: 5px;
}

    #subject_content_list_container.side-img-list li .title h2 {
        float: none;
        font-size: 18px;
        color: #111111;
        max-width: 100%;
        /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.slides-news-box .side-img-list li .title .date {
    float: right;
    font-size: 14px;
}

.slides-news-box .side-img-list li .note {
    margin-top: 20px;
    height: 50px;
}

    .slides-news-box .side-img-list li .note p {
        display: block;
        font-size: 14px;
        max-height: 50px;
        line-height: 20px;
        font-weight: 500;
        color: #666;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-wrap: break-word;
    }

.left-930 > .item .slides-news-box .side-img-list li .date {
    float: none;
    width: 120px;
    min-width: 120px;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px dashed #a6a6a6;
}

    .left-930 > .item .slides-news-box .side-img-list li .date > div:nth-child(2n+1) {
        font-size: 28px;
        font-weight: bold;
        color: #f79c42;
    }

    .left-930 > .item .slides-news-box .side-img-list li .date > div:nth-child(2n) {
        font-size: 15px;
    }

#subject_content_list_container.side-img-list li .date {
    /*float: none;
    position: absolute;
    bottom: 0;
    left: 0;*/
    float: none;
    width: 120px;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px dashed #a6a6a6;
}

    #subject_content_list_container.side-img-list li .date > div:nth-child(2n+1) {
        font-size: 28px;
        font-weight: bold;
        color: #f79c42;
    }

    #subject_content_list_container.side-img-list li .date > div:nth-child(2n) {
        font-size: 15px;
    }
/*图文列表样式*/
.side-img-box {
    position: relative;
    width: 465px;
    height: 380px;
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .side-img-box em {
        position: absolute;
        display: none;
        margin: -30px auto auto -30px;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        font-style: normal;
        filter: alpha(Opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

        .side-img-box em i {
            color: #fff;
            font-size: 60px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            background-image: url("/image/play.png");
            background-repeat: no-repeat;
            display: block;
        }

    .side-img-box a:hover em {
        display: block;
    }

    .side-img-box .abs-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        background: #000 !important;
        filter: alpha(Opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        _background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    }

    .side-img-box .hover-color {
        width: 465px;
        height: 380px;
        position: absolute;
        border-radius: 10px;
        top: 0;
        background: rgba(0,0,0,0);
    }

    .side-img-box:hover em {
        opacity: 1;
        z-index: 5;
    }

    .side-img-box:hover .hover-color {
        background: rgba(0,0,0,.5);
    }

    .side-img-box .info {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: left;
    }

        .side-img-box .info h3 {
            padding-left: 5px;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            text-shadow: 2px 1px 3px #000;
        }
    /*.side-img-box .info p{ padding:0 15px; color:#eee; font-size:12px; }*/
    .side-img-box .img-box {
        overflow: hidden;
        height: 100%;
        border-radius: 10px;
        transition: all 0.2s;
    }

        .side-img-box .img-box img {
            min-width: 100%;
            min-height: 100%;
            width: 100%;
            height: 100%;
        }
/*图片列表样式*/
.index-video-right {
    margin-left: 22px;
    width: 710px;
}

.video-list {
    /* margin: -15px 0 0 -20px; */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .video-list:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .video-list .nodata {
        color: #999;
        line-height: 80px;
        text-align: center;
    }

    .video-list li {
        position: relative;
        float: left;
        /* margin: 15px 0 0 23px; */
        width: 24%;
        margin-right: calc((100% - (24% * 4)) / 3);
        margin-top: calc((1220px - (1220px / 100 * 24 * 4))/3);
        height: auto;
        background: #fff;
        /* overflow: auto; */
        _display: inline;
        transition: all 0.5s;
        border-radius: 10px;
        box-shadow: 0 0 5px 4px #f1efef;
    }

        .video-list li:nth-child(4n) {
            margin-right: 0;
        }

        /*.video-list li:hover {
            transition: all 0.5s;
            transform: translateY(-2px);
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            box-shadow: 0 0 5px 4px #f1efef;
        }*/

        .video-list li .hover-color {
            width: 100%;
            height: calc(1220px / 100 * 24 / 16 * 9);
            position: absolute;
            /*border-radius: 10px;*/
            top: 0;
            background: rgba(0,0,0,0);
            border-radius: 6px 6px 0 0;
        }

        .video-list li:hover {
            transition: all 0.5s;
            /*transform: translateY(-3px);
            -webkit-transform: translateY(-3px);
            -moz-transform: translateY(-3px);*/
            border-radius: 4px;
        }

            .video-list li:hover img {
                transform: scale(1.02);
                transition: all 0.3s ease;
            }

            .video-list li:hover em {
                opacity: 1;
                z-index: 5;
                display: block;
            }

            .video-list li:hover .hover-color {
                /*background: rgba(0,0,0,.5);*/
            }



        .video-list li .img-box {
            display: block;
            position: relative;
            width: 100%;
            height: calc(1220px / 100 * 24 / 16 * 9);
            overflow: hidden;
            /*border-radius: 10px;*/
            border-radius: 6px 6px 0 0;
        }

            .video-list li .img-box .abs-txt {
                position: absolute;
                top: 8px;
                left: 0;
                display: inline-block;
                padding: 0 6px;
                color: #fff;
                font-size: 12px;
                line-height: 24px;
                background: #c81623;
                text-align: center;
                border-radius: 0 3px 3px 0;
            }

            .video-list li .img-box img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .video-list li .info {
            display: block;
            text-align: left;
            margin: 15px;
        }

            .video-list li .info h3 {
                display: block;
                line-height: 20px;
                height: 40px;
                font-size: 12px;
                font-weight: normal;
                overflow: hidden;
            }

            .video-list li .info p {
                display: block;
                line-height: 28px;
                color: #999;
                font-size: 12px;
            }

                .video-list li .info p.price {
                    padding-top: 10px;
                    line-height: 18px;
                }

                    .video-list li .info p.price b {
                        margin-right: 2px;
                        color: #f40;
                        font-size: 16px;
                    }

                .video-list li .info p strong {
                    float: right;
                    font-weight: normal;
                }

                .video-list li .info p span.price {
                    color: #fb2104;
                    font-size: 14px;
                    font-weight: 600;
                }

        .video-list li em {
            position: absolute;
            /*display: none;*/
            margin: -60px auto auto -30px;
            top: 50%;
            left: 50%;
            width: 60px;
            height: 60px;
            font-style: normal;
            filter: alpha(Opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            display: none;
        }

            .video-list li em i {
                color: #fff;
                font-size: 60px;
                width: 60px;
                height: 60px;
                line-height: 60px;
                background-image: url("/image/play.png");
                background-repeat: no-repeat;
                display: block;
            }

        .video-list li a:hover em {
            display: block;
        }

        .video-list li .abs-bg {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 40px;
            background: #000 !important;
            opacity: 0.6;
            filter: alpha(opacity=60);
            -moz-opacity: 0.3;
            background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

        .video-list li .remark {
            width: 100%;
            /* height: 40px; */
            line-height: 24px;
            text-align: left;
            overflow: hidden;
            /* text-shadow: 2px 1px 3px #000; */
            padding: 0 10px;
            box-sizing: border-box;
            padding-bottom: 10px;
        }

            .video-list li .remark h3 {
                /* padding: 0px 15px 0; */
                /* color: #fff; */
                height: 40px;
                font-size: 14px;
                font-weight: normal;
                /* white-space: nowrap; */
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                line-height: 20px;
                margin-top: 5px;
                word-break: break-all;
                white-space: pre-line;
            }

            .video-list li .remark p {
                /* padding: 0 15px; */
                height: 24px;
                color: #888;
                font-size: 13px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                text-align: right;
                margin-top: 0;
            }


/*首页专家推荐*/
.expert-recommendation {
    width: 390px;
    height: 280px;
    background-color: #e6f7ff;
    border: 1px solid #d2e4ec;
    padding: 15px;
    box-sizing: border-box;
}

.expert-recommendation-top {
    display: -webket-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    color: #00998a;
}

.expert-recommendation-title-img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

.expert-recommendation-box {
    width: 344px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.expert-recommendation-list {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.expert-recommendation-item {
    width: 344px;
    height: 90px;
    background-color: white;
    border: solid 1px #cdcdcd;
    border-radius: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    margin-top: 10px;
    display: flex;
    display: -webket-flex;
    display: -webkit-box;
    display: -ms-flexbox;
}

.expert-recommendation-info {
    margin-left: 20px;
    color: #333;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

    .expert-recommendation-info div {
        width: 100%;
    }

.expert-recommendation-item-img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.expert-recommendation-name {
    display: -webket-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 6px;
}

    .expert-recommendation-name > div {
        width: 50%;
    }

.expert-name {
    font-size: 16px;
    font-weight: 600;
}

/*图片列表样式*/
.img-list {
    /*margin: -15px 0 0 -15px;*/
    width: 930px;
    *display: inline-block;
}


.img-list-subject li, .video-list-video li {
    /*margin: 15px 0 0 9px !important;*/
}

.img-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.img-list .nodata {
    color: #999;
    line-height: 80px;
    text-align: center;
}

.img-list li {
    position: relative;
    float: left;
    /*margin: 15px 0 0 20px;*/
    width: 217px;
    height: auto;
    background: #fff;
    overflow: auto;
    _display: inline;
    margin-top: 10px;
    transition: all 0.5s;
}

    /*.img-list li:hover {
        transition: all 0.5s;
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        border-radius: 10px;
        box-shadow: 0 0 5px 3px #e8e4e4;
    }*/

    .img-list li:hover img {
        /*transform: scale(1.05);
        transition: all 0.3s ease;*/
    }

    .img-list li .img-box {
        display: block;
        position: relative;
        /*width: 220px;*/
        width: 180px;
        height: 120px;
        overflow: hidden;
    }

        .img-list li .img-box .abs-txt {
            position: absolute;
            top: 8px;
            left: 0;
            display: inline-block;
            padding: 0 6px;
            color: #fff;
            font-size: 12px;
            line-height: 24px;
            background: #c81623;
            text-align: center;
            border-radius: 0 3px 3px 0;
        }

        .img-list li .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s ease;
        }

    .img-list li .info {
        display: block;
        text-align: left;
        margin: 15px;
    }

        .img-list li .info h3 {
            display: block;
            line-height: 20px;
            height: 40px;
            font-size: 12px;
            font-weight: normal;
            overflow: hidden;
        }

        .img-list li .info p {
            display: block;
            line-height: 28px;
            color: #999;
            font-size: 12px;
        }

            .img-list li .info p.price {
                padding-top: 10px;
                line-height: 18px;
            }

                .img-list li .info p.price b {
                    margin-right: 2px;
                    color: #f40;
                    font-size: 16px;
                }

            .img-list li .info p strong {
                float: right;
                font-weight: normal;
            }

            .img-list li .info p span.price {
                color: #fb2104;
                font-size: 14px;
                font-weight: 600;
            }

    .img-list li .abs-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        background: #000 !important;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .img-list li .remark {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        overflow: hidden;
        text-shadow: 2px 1px 3px #000;
    }

        .img-list li .remark h3 {
            padding: 0px 15px 0;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .img-list li .remark p {
            padding: 0 15px;
            color: #eee;
            font-size: 12px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }



.location {
    padding: 5px 10px;
    width: calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 12px;
    text-align: left;
}

    .location a {
        margin: 0 5px;
    }
    .location span + a {
        margin-left: 0;
    }
    .location span:nth-child(1) + span{
        margin-left: 0;
    }
    .location span:nth-child(1) ~ span > a{
        margin: 0;
    }
    .location span {
        /*color: #666;*/
        margin: 0 5px;
        color: #333;
    }
    .location span:nth-child(1) {
        margin-right:0;
    }


/*资讯类标题样式*/
.news_category_title {
    width: 100%;
    margin: 0 auto;
    /*border-bottom: 2px solid #e8e8e8;*/
    height: 42px;
    line-height: 42;
}

.news_category_title_bottom {
    width: 100%;
    margin: 0 auto;
    /*border-bottom: 2px solid #00998a;*/
    border-bottom: 2px solid #e8e8e8;
}

.news_category_title .title {
    font-size: 16px;
    color: #333;
    /*width: 120px;*/
    float: left;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
}

.news_category_title p {
    /*margin-left: 20px;*/
}

.news_category_title .more {
    font-size: 14px;
    width: 60px;
    height: 42px;
    line-height: 42px;
    float: right;
    text-align: center;
}

    .news_category_title .more:hover a {
        color: #00998a;
    }

.left-930 > .item:nth-last-child(1) {
    margin-bottom: 30px;
}
/*.news_category_title .more a {
        color: #00998a !important;
    }*/
/*新闻分类样式*/
.news-category-box {
    width: 99%;
    margin: 0 auto;
    border: 1px solid #eee;
    border-top: 6px solid #00998a;
    min-height: 42px;
    line-height: 42;
}

    .news-category-box .category-list {
        display: block;
        line-height: 38px;
        padding: 21px 5px 0px 20px;
    }

        .news-category-box .category-list li {
            margin-bottom: 14px;
            /*display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;*/
        }

/*图文新闻列表，左侧图片-右侧新闻*/
.news-img-box {
    margin: 0 0 27px;
    /*padding: 20px 0 5px 0;*/
    background: #fff;
    padding-bottom: 20px;
}

    .news-img-box .left-img {
        float: left;
        width: 190px;
        height: 190px;
        margin-right: 20px;
    }

        .news-img-box .left-img img {
            float: left;
            width: 100%;
            height: 100%;
        }

    .news-img-box .right-news-list {
        padding-bottom: 0;
        padding-top: 10px;
    }

        .news-img-box .right-news-list li {
            display: block;
            line-height: 38px;
            border-bottom: 1px solid #f0f0f0;
            overflow: hidden;
            margin-bottom: 5px;
        }

            .news-img-box .right-news-list li:after {
                content: ".";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

        .news-img-box .right-news-list .title {
        }

        .news-img-box .right-news-list .date {
            float: right;
        }

        .news-img-box .right-news-list .dot {
            width: 5px;
            height: 5px;
            margin-left: 5px;
            display: inline-block;
            vertical-align: middle;
            background-color: #d8d8d8;
            margin-right: 10px;
        }

.dot + span {
    width: 160px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

/*新闻列表，仅图片*/
.news-only-img-box {
    margin: 0 0 15px;
    /*padding: 10px 20px 5px 0px;*/
    padding-right: 0;
    background: #fff;
}

    .news-only-img-box .news-only-img-list {
        padding-bottom: 0;
        /*padding-top: 20px;*/
        padding-top: 0px;
    }

        .news-only-img-box .news-only-img-list li {
            display: block;
            /*line-height: 150px;
            height: 150px;*/
            position: relative;
            margin: 0 0 10px 0px;
            font-size: 0;
            transition: all 1s ease-in-out;
        }

            .news-only-img-box .news-only-img-list li:hover {
                /*transition: all 0.5s;
                transform: translateY(-3px);
                -webkit-transform: translateY(-3px);
                -moz-transform: translateY(-3px);
                box-shadow: 0 0 5px 3px #e8e4e4;
                border-radius: 4px;*/
            }

                .news-only-img-box .news-only-img-list li:hover img {
                    /*transform: scale(1.05);
                    transition: all 0.3s ease;*/
                }

        .news-only-img-box .news-only-img-list a {
            display: block;
        }

        .news-only-img-box .news-only-img-list .img-box {
            position: relative;
            width: 260px;
            /*height: 150px;*/
            height: calc(260px / 1.7777777);
            overflow: hidden;
        }

            .news-only-img-box .news-only-img-list .img-box img {
                margin: 0;
                padding: 0;
                /*border: 1px solid #ebebeb;*/
                width: 100%;
                /*height: 100%;*/
                box-sizing: border-box;
                transition: all .3s ease;
                object-fit: cover;
                object-position: top;
                aspect-ratio: 16 / 9;
            }

            .news-only-img-box .news-only-img-list .img-box .abs-bg {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 40px;
                background: #000;
                filter: alpha(Opacity=60);
                -moz-opacity: 0.6;
                opacity: 0.6;
            }

        .news-only-img-box .news-only-img-list .info {
            width: 100%;
            height: 30px;
            line-height: 26px;
            text-align: center;
        }

            .news-only-img-box .news-only-img-list .info h3 {
                padding-left: 5px;
                font-size: 14px;
                font-weight: normal;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }


/*内容标题样式*/
.summary {
    margin: 0;
    padding: 20px 0px 0 0px;
}

    .summary:after {
        clear: none;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .summary h2 {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 800px;
        padding: 0;
        color: #333;
        font-size: 24px;
        font-weight: 300;
        line-height: 1.5em;
        text-align: center;
    }

    .summary .info {
        margin: 0 0 10px;
    }

        .summary .info span {
            margin-right: 10px;
            color: #b0b0b0;
            font-size: 14px;
            line-height: 14px;
        }

        .summary .info .info-date {
            vertical-align: middle;
        }

        .summary .info .info-source {
            display: inline-block;
            max-width: 35em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
        }

        .summary .info span i {
            margin-right: 5px;
            display: inline-block;
            font-size: 16px;
        }

    .summary .note {
        margin-top: 10px;
        padding: 15px 20px;
        background: #f5f5f5;
        line-height: 22px;
        color: #757575;
        font-size: 16px;
    }

.album-list {
    padding-bottom: 15px;
    box-sizing: border-box;
}
/*内容详细样式*/
.content {
    margin-top: 20px;
    padding: 0 0px 15px;
    /*font-size: 16px;*/
    line-height: 2em;
    word-wrap: break-word;
    /*text-indent: 2em;*/
    font-size: initial;
    min-height: 15`0px;
}

    .content img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

    .content h2, .entry h3, .entry h4 {
        margin: 0.8em auto;
        padding-bottom: 5px;
        border-bottom: 1px solid #f6f6f6;
        color: #333;
    }

    .content h2 {
        font-size: 1.2em;
    }

    .content h3, .entry h4 {
        font-size: 16px;
    }

    .content .comment_count {
        color: #DC2523;
    }

    .content ul, .entry ol {
        margin: 1em;
        padding: 0;
    }

    .content li {
        margin-left: 1em;
        list-style: inherit;
    }

    .content ol li {
        margin-left: 2em;
        list-style: inherit;
        text-indent: 0;
    }

    /*.content ul li {
        list-style: disc outside none;
    }

    .content ol li {
        list-style: decimal outside none;
    }*/

    .content p {
        /*display: inherit;*/
        margin: 1em 0;
        color: #333;
        word-wrap: break-word;
        /*font-size: 16px !important;*/
    }

        /*.content p span {
            font-size: 16px !important;
        }*/
        .content p em {
            font-style: initial;
        }

    .content a {
        text-decoration: underline;
    }

    .content code {
        display: block;
        padding: 0.5em;
        background: #eee;
        border-radius: .5em;
        color: #777;
        font-family: 'courier new';
        font-size: 16px;
        line-height: 1.7em;
    }

    .content table {
        margin: 10px auto;
        border-collapse: collapse;
        /*border-left: 1px solid #eee;
        border-top: 1px solid #eee;*/
    }

        .content table th {
            background: #F9F9F9;
            text-align: center;
        }

        .content table td, .entry table th {
            /*border-bottom: 1px solid #eee;
            border-right: 1px solid #eee;*/
            padding: 0.35em 0.5em;
            border: 1px solid #eee;
        }

/*内容相册样式*/
..album-list {
    position: relative;
    margin: 0 50px;
}

.album-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.album-list ul {
    margin: 0 0 0 -15px;
    *zoom: 1;
}

.album-list li {
    float: left;
    width: 25%;
}

    .album-list li a {
        display: block;
        margin: 15px 0 0 15px;
        padding: 1px;
        border: 1px solid #e8e8e8;
    }

        .album-list li a img {
            display: block;
            width: 100%;
            height: auto;
        }

.album-list ul.ul-one {
    display: flex;
    justify-content: center;
}

    .album-list ul.ul-one li {
        width: auto;
        max-width: 80%;
    }

        .album-list ul.ul-one li a {
            margin: 0;
        }

            .album-list ul.ul-one li a img {
                object-fit: cover;
                aspect-ratio: auto;
            }

.album-list ul.ul-two {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .album-list ul.ul-two li {
        width: auto;
        max-width: 80%;
        /*margin: 5px auto;*/
        float: none;
        display: inline-block;
    }

        .album-list ul.ul-two li a {
            margin: 0;
        }

            .album-list ul.ul-two li a img {
                object-fit: cover;
                aspect-ratio: auto;
            }

.album-list ul.ul-more {
}

    .album-list ul.ul-more li {
    }

        .album-list ul.ul-more li img {
            aspect-ratio: 4 / 3;
            object-fit: cover;
        }

/*视频容器*/
.video-box {
    position: relative;
    margin: 20px auto;
    width: 785px;
    height: 441px;
    _clear: both;
    _display: inline;
}

.audio-box {
    position: relative;
    margin: 20px auto;
    width: 330px;
    height: 54px;
    _clear: both;
    _display: inline;
}

/*文章评论样式*/
.comment-box {
    position: relative;
    padding: 0 0px 20px;
}

.comment-box {
    margin: 0;
    padding: 15px 0;
}

    .comment-box .form-box {
        margin: 0;
        padding: 15px 0;
    }

        .comment-box .form-box .avatar-box {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 55px;
            height: 55px;
            border: 0;
            border-radius: 55px;
            background: #fafafa;
            overflow: hidden;
        }

            .comment-box .form-box .avatar-box i {
                color: #999;
                font-size: 55px;
                line-height: 1.2em;
            }

            .comment-box .form-box .avatar-box img {
                width: 100%;
                height: 100%;
            }

        .comment-box .form-box .conn-box {
            position: relative;
            margin-left: 70px;
        }

            .comment-box .form-box .conn-box .editor {
                position: relative;
                /*margin-right: 18px;*/
            }

                .comment-box .form-box .conn-box .editor textarea {
                    display: inline;
                    margin: 0;
                    padding: 8px;
                    width: 100%;
                    height: 80px;
                    border: 1px solid #e8e8e8;
                    line-height: 20px;
                    outline: none;
                    resize: vertical;
                    max-height: 140px;
                    min-height: 80px;
                    box-sizing: border-box;
                }

            .comment-box .form-box .conn-box .subcon {
                padding-top: 15px;
                color: #999;
                font-size: 12px;
                height: 36px;
                line-height: 34px;
            }

                .comment-box .form-box .conn-box .subcon .submit {
                    float: right;
                    display: inline-block;
                    width: 84px;
                    height: 36px;
                    line-height: 34px;
                    color: #fff;
                    font-size: 12px;
                    background: #00998a;
                    vertical-align: middle;
                    cursor: pointer;
                }

                .comment-box .form-box .conn-box .subcon strong {
                    color: #333;
                    font-weight: normal;
                }

                .comment-box .form-box .conn-box .subcon .code {
                    margin-right: 5px;
                    padding: 7px;
                    width: 80px;
                    height: 20px;
                    line-height: 20px;
                    border: 1px solid #e8e8e8;
                    color: #000;
                    box-sizing: content-box;
                }

                .comment-box .form-box .conn-box .subcon a img {
                    vertical-align: middle;
                }

    .comment-box .list-box li {
        padding: 17px 0;
        border-top: 1px solid #f7f7f7;
    }

        .comment-box .list-box li .avatar-box {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 55px;
            height: 55px;
            border: 0;
            border-radius: 55px;
            background: #fafafa;
            overflow: hidden;
        }

            .comment-box .list-box li .avatar-box i {
                color: #999;
                font-size: 55px;
                line-height: 1.2em;
            }

            .comment-box .list-box li .avatar-box img {
                width: 100%;
                height: 100%;
            }

        .comment-box .list-box li .inner-box {
            position: relative;
            margin-left: 70px;
        }

            .comment-box .list-box li .inner-box .info {
                padding-bottom: 3px;
            }

                .comment-box .list-box li .inner-box .info span {
                    margin-right: 5px;
                    color: #999;
                    font-size: 12px;
                }

            .comment-box .list-box li .inner-box p {
                color: #333;
                font-size: 14px;
                line-height: 1.8em;
            }

        .comment-box .list-box li .answer-box {
            clear: both;
            margin: 10px 0 0 70px;
            padding: 10px;
            background: #fafafa;
            border: 1px solid #e6e6e6;
            border-radius: 3px;
        }

            .comment-box .list-box li .answer-box .info {
                margin-bottom: 5px;
                padding: 0;
                color: #1e7bb3;
                font-size: 12px;
                border: none;
            }

                .comment-box .list-box li .answer-box .info span.right {
                    float: right;
                    color: #999;
                }

            .comment-box .list-box li .answer-box p {
                color: #555;
                font-size: 14px;
                line-height: 1.8em;
            }

/*分页样式*/
.pageNavBar {
    background-color: #FFF;
    height: 40px;
    text-align: right;
    vertical-align: middle;
    padding-right: 7px;
    padding-left: 10px;
    border-top: solid 0px #DDD;
}

.pagelist {
    clear: both;
    display: block;
    margin: 3px 0 20px 1px;
}

    .pagelist:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .pagelist .l-btns {
        display: block;
        float: left;
        /*margin: 2px 5px 0 4px;*/
        margin: 2px 5px 0 0px;
        padding: 0 10px;
        border: 1px solid #dbdbdb;
        height: 28px;
        overflow: hidden;
    }

        .pagelist .l-btns span {
            font-size: 14px;
            color: #333;
            line-height: 28px;
        }

        .pagelist .l-btns .pagenum {
            display: inline-block;
            margin: 0 5px;
            padding: 0 5px;
            border: 1px solid #dbdbdb;
            border-top: 0;
            border-bottom: 0;
            width: 30px;
            height: 28px;
            line-height: 28px;
            font-size: 14px;
            color: #333;
            text-align: center;
            vertical-align: top;
            overflow: hidden;
            outline: none;
        }

div.default {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",Verdana;
    font-size: 14px;
}

    div.default a, div.default span {
        display: block;
        float: left;
        margin: 2px 0 0 -1px;
        padding: 4px 12px;
        line-height: 20px;
        height: 20px;
        border: 1px solid #e1e1e1;
        background: #fff;
        color: #333;
        text-decoration: none;
    }

        div.default span:first-child {
            border-left: 1px solid #e1e1e1;
        }

        div.default a:hover {
            color: #666;
            background: #eee;
        }

        div.default span.current {
            /*color: #01478d;*/
            color: #333333;
            background: #eee;
            border-color: #e1e1e1;
        }

        div.default span.disabled {
            color: #999;
            background: #fff;
        }

/*表单样式*/
.msg-box {
    display: block;
    margin: 0;
    padding: 6px;
    border: 1px solid #fbf2b5;
    background: #fcfbda;
}

    .msg-box i {
        display: block;
        float: left;
        margin: 4px 0 0;
        font-size: 12px;
        color: #A094A9;
        width: 18px;
        height: 18px;
        text-align: center;
        vertical-align: middle;
    }

    .msg-box p {
        margin-left: 18px;
        line-height: 24px;
        color: #A4A147;
        font-size: 12px;
    }

.form-box {
    margin: 0 50px;
    padding: 5px 0 30px;
}

    .form-box .form-group {
        margin: 0;
        padding: 10px 0;
        clear: both;
    }

        .form-box .form-group .tips {
            margin-left: 16%;
            color: #666;
            font-size: 12px;
            line-height: 20px;
        }

        .form-box .form-group dt {
            display: block;
            float: left;
            padding-right: 2%;
            width: 14%;
            line-height: 40px;
            text-align: right;
            color: #888;
        }

        .form-box .form-group dd {
            display: block;
            position: relative;
            margin-left: 16%;
            line-height: 40px;
        }

            .form-box .form-group dd img {
                vertical-align: middle;
            }

            .form-box .form-group dd a.send {
                display: inline-block;
                padding: 0 10px;
                color: #555;
                border: 1px solid #e0e0e0;
                height: 40px;
                line-height: 40px;
                color: #333;
            }

                .form-box .form-group dd a.send.gray {
                    color: #999;
                }

            .form-box .form-group dd .input {
                display: inline-block;
                padding: 0 10px;
                width: 50%;
                height: 40px;
                line-height: 20px;
                border: 1px solid #e0e0e0;
                outline: none;
            }

                .form-box .form-group dd .input.code {
                    width: 80px;
                }

            .form-box .form-group dd .select {
                display: inline-block;
                padding: 10px;
                height: 40px;
                line-height: 20px;
                border: 1px solid #e0e0e0;
            }

            .form-box .form-group dd .textarea {
                display: inline-block;
                padding: 10px;
                width: 50%;
                height: 80px;
                line-height: 20px;
                border: 1px solid #e0e0e0;
                vertical-align: middle;
                overflow: auto;
            }

            .form-box .form-group dd .submit {
                border-radius: 5px;
                display: inline-block;
                margin: 0 0 0 0px;
                padding: 10px 46px;
                width: auto;
                height: auto;
                line-height: 20px;
                color: #fff;
                font-size: 14px;
                border: 1px solid #00998a;
                background: #00998a;
                cursor: pointer;
            }

            .form-box .form-group dd .button {
                display: inline-block;
                margin: 0 0 0 5px;
                padding: 10px 46px;
                width: auto;
                height: auto;
                line-height: 20px;
                color: #666;
                font-size: 14px;
                border: 1px solid #eee;
                background: #eee;
                cursor: pointer;
            }

            .form-box .form-group dd label.mart {
                margin-right: 5px;
                cursor: pointer;
            }
    /*全屏样式*/
    .form-box.full {
        padding: 0 0 50px;
    }

        .form-box.full .form-group dt {
            width: 40%;
        }

        .form-box.full .form-group dd {
            margin-left: 42%;
        }

            .form-box.full .form-group dd .input {
                width: 40%;
            }

                .form-box.full .form-group dd .input.code {
                    width: 80px;
                }
/* 个人中心 */
.attention-box {
    border: solid 2px #f0f0f0;
}

.personal-list {
    border-left: solid 2px #f0f0f0;
    min-height: 1000px;
    box-sizing: border-box;
}

.personal-menu {
    border-top: #00998a 5px solid;
    border-right: none;
    margin: 0;
}

    .personal-menu > div {
        margin-top: 30px;
        height: 40px;
        line-height: 40px;
    }

    .personal-menu a {
        font-size: 16px;
        font-weight: 500;
    }

.personal-box {
    display: -webkit-box;
    display: flex;
    padding-top: 40px;
}

.personal-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 2px #f0f0f0;
    margin: 0 30px 0 40px;
}

.personal-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}

.personal-info {
    width: 380px;
}

    .personal-info div {
        display: inline;
        margin-right: 80px;
        line-height: 30px;
    }

.icon-arrow-right-fill {
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent transparent #00998a;
    vertical-align: sub;
    margin: 0 20px 0 30px;
    float: left;
    margin-top: 9px;
}

.min-arrow {
    border: 8px solid;
    border-color: transparent transparent transparent #00998a;
    margin: 0 10px 0 28px;
}

.personal-menu-active {
    color: #00998a;
    font-weight: bold;
}

.attention-title {
    padding-left: 20px;
    margin: 20px;
    font-size: 16px;
    border-left: #00998a 3px solid;
    height: 20px;
    line-height: 20px;
    color: #00998a;
    font-weight: bold;
}

.recommendation_title {
    font-size: 16px;
    margin: 22px 0 26px 0;
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
}

.attention_content {
    padding: 0 20px;
}

    .attention_content > div {
        border-left: none;
        border-right: none;
    }

.attention-text {
    padding-bottom: 0;
}

.attention-btn {
    background-color: #00998a;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    position: absolute;
    top: -10px;
    right: 0px;
    min-width: 55px;
    text-align: center;
    white-space: nowrap;
}

.collect-item {
    border: none;
    padding: 0 20px;
    /*margin-bottom: 10px;*/
}

.collect-lists .collect-item-box {
    border: none;
    border-bottom: solid 1px #f0f0f0;
}
/*.collect-lists>div.collect-item-box:nth-last-child(1){
    border:none;
}*/

.collect-img {
    width: 190px;
    height: 110px;
    min-width: 190px;
    min-height: 110px;
}

.collect-content {
    width: 80%;
    line-height: 25px;
    height: 100px;
}

.collect-content-text {
    max-height: 75px;
    overflow: hidden;
}

.collect-date {
    float: right;
}


.sub-tit {
    margin: 0 50px 10px;
    padding-top: 35px;
    height: 42px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
}

    .sub-tit a.add {
        display: block;
        margin-right: 10px;
        float: right;
        color: #00998a;
        font-size: 14px;
        line-height: 42px;
    }

        .sub-tit a.add i {
            display: inline-block;
            margin-right: 5px;
            color: #00998a;
            font-size: 14px;
        }

    .sub-tit ul {
        display: inline-block;
    }

        .sub-tit ul li {
            margin: 0;
            padding: 0;
            display: inline-block;
            *display: inline;
            *zoom: 1;
        }

            .sub-tit ul li a {
                display: inline-block;
                padding: 0 15px;
                line-height: 42px;
            }

            .sub-tit ul li.selected a {
                border-bottom: 2px solid #00998a;
                color: #00998a;
            }

/*会员头像容器*/
.avatar-box {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    height: 80px;
    border: solid 2px #f0f0f0;
    line-height: 80px;
    /*border-bottom: #00998a 5px solid;*/
}

    .avatar-box .img-box {
        position: relative;
        /*display: block;
        float: left;*/
        margin-right: 10px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

        .avatar-box .img-box img {
            /*padding: 2px;*/
            width: 100%;
            height: 100%;
            /*border: 1px solid #f5f5f5;*/
            border-radius: 50%;
            background: #fff;
            /*box-sizing:border-box;*/
        }

        .avatar-box .img-box i {
            color: #ccc;
            font-size: 54px;
            line-height: 78px;
            background: #fff;
        }

    .avatar-box h3 {
        margin: 0;
        color: #333;
        font-size: 14px;
        width: 100px;
        font-weight: normal;
        line-height: 19px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

    .avatar-box p {
        color: #666;
        font-size: 12px;
        line-height: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .avatar-box p b {
            color: #23ac38;
            font-weight: normal;
        }
/*会员中心导航*/
.center-nav {
    padding: 25px 20px 10px;
    border: solid 2px #f0f0f0;
    border-top: #00998a 5px solid;
    margin-top: 15px;
}

    .center-nav ul li {
        padding: 0;
        overflow: hidden;
    }

        .center-nav ul li h2 {
            margin-top: 10px;
            margin-bottom: 30px;
            color: #333;
            font-size: 14px;
            font-weight: normal;
            line-height: 20px;
        }

            .center-nav ul li h2 i {
                display: inline-block;
                margin-left: 40px;
                color: #666;
                font-size: 14px;
                line-height: 20px;
            }

            .center-nav ul li h2 a {
                font-weight: 300;
                font-size: 16px;
            }

        .center-nav ul li .list {
            margin: 0 0 15px 26px;
            font-size: 12px;
        }

            .center-nav ul li .list p {
                margin-top: 5px;
            }

            .center-nav ul li .list a {
                display: block;
                height: 24px;
                line-height: 24px;
                color: #757575;
            }

                .center-nav ul li .list a i {
                    float: right;
                    line-height: 24px;
                    color: #999;
                    font-size: 12px;
                }

                .center-nav ul li.selected .list a, .center-nav ul li .list a:hover {
                    color: #23ac38;
                }


.icon-arrow-right-fill {
    display: inline-block;
    width: 0;
    border: 10px solid;
    border-color: transparent transparent transparent #00998a;
    vertical-align: sub;
    margin: 0 20px 0 30px;
    float: left;
    margin-top: 9px;
}

.center-head {
    margin: 15px 50px 0;
    padding: 15px;
}

    .center-head .img-box {
        display: block;
        float: left;
        width: 116px;
        height: 116px;
        text-align: center;
        border-radius: 110px;
        background: #fff;
        overflow: hidden;
    }

        .center-head .img-box img {
            padding: 2px;
            width: 110px;
            height: 110px;
            border: 1px solid #f5f5f5;
            border-radius: 110px;
            background: #fff;
        }

        .center-head .img-box i {
            color: #ccc;
            font-size: 110px;
            line-height: 1.3em;
        }

    .center-head .list-box {
        position: relative;
        display: block;
        margin-left: 135px;
    }

        .center-head .list-box h3 {
            display: block;
            color: #333;
            font-size: 16px;
            font-weight: normal;
            line-height: 42px;
            font-weight: 600;
        }

        .center-head .list-box ul:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .center-head .list-box ul li {
            display: block;
            float: left;
            width: 38.32%;
            color: #848484;
            font-size: 14px;
            line-height: 32px;
        }

            .center-head .list-box ul li p {
                text-align: center;
            }

            .center-head .list-box ul li .link-btn {
                display: inline-block;
                padding: 5px 15px;
                color: #fff;
                font-size: 12px;
                line-height: 18px;
                background: #6caa4b;
                vertical-align: middle;
            }

.center-info {
    position: relative;
    margin: 0 50px 0;
    padding: 15px 30px;
    background: #fff;
}

    .center-info ul:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .center-info ul li {
        display: block;
        float: left;
        width: 50%;
        _width: 49.8%;
        line-height: 30px;
        color: #999;
    }

.center-tit {
    margin: 0 50px;
    padding: 10px 15px;
    background: #fafafa;
    line-height: 24px;
}

    .center-tit span {
        float: right;
        font-size: 14px;
    }

    .center-tit h3 {
        color: #000;
        font-size: 14px;
        font-weight: 300px;
        font-weight: normal;
    }

        .center-tit h3 i {
            margin-right: 5px;
            font-size: 14px;
        }
/*表格样式*/
.table-wrap {
    margin: 0 50px 20px;
}

.ftable {
    margin: 15px 0;
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.mtable {
    margin: 15px 0;
    width: 100%;
    background: #fff;
    _width: auto;
}

    .mtable th, .ftable th {
        padding: 0.8em;
        color: #6e717a;
        font-size: 13px;
        font-weight: 400;
        background: #fbfbfb;
        border-bottom: 1px solid #e8e8e8;
    }

    .mtable td, .ftable td {
        padding: 0.8em;
        color: #333;
        font-size: 13px;
        border-bottom: 1px solid #F3F3F3;
    }

        .ftable td .img {
            padding: 1px;
            width: 60px;
            height: 60px;
            border: 1px solid #e8e8e8;
        }

        .ftable td s {
            color: #999;
            text-decoration: line-through;
        }

    .mtable .tr_odd_bg, .ftable .tr_odd_bg {
        background: #f9f9f9;
    }
/*会员列表页码样式*/
.page-foot {
    clear: both;
    height: 35px;
    line-height: 35px;
}

    .page-foot .btn-box a {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 15px;
        line-height: 20px;
        border: 1px solid #eee;
        font-size: 12px;
        vertical-align: middle;
    }

    .page-foot .right {
        float: right;
    }
/*头像容器*/
.avatar-wrap {
    margin: 0 15px;
    background: #fafafa;
}

    .avatar-wrap:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .avatar-wrap .avatar-box {
        padding: 10px 25px;
        border-bottom: 1px solid #e0e0e0;
        height: 60px;
    }

        .avatar-wrap .avatar-box .img-box {
            position: relative;
            display: block;
            float: left;
            margin-right: 10px;
            width: 60px;
            height: 60px;
            overflow: hidden;
        }

            .avatar-wrap .avatar-box .img-box img {
                padding: 2px;
                width: 54px;
                height: 54px;
                border: 1px solid #f5f5f5;
                border-radius: 60px;
                background: #fff;
            }

            .avatar-wrap .avatar-box .img-box i {
                color: #ccc;
                font-size: 54px;
                line-height: 54px;
            }

        .avatar-wrap .avatar-box h3 {
            margin: 0;
            color: #333;
            font-size: 14px;
            font-weight: normal;
            line-height: 32px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .avatar-wrap .avatar-box p {
            color: #666;
            font-size: 14px;
            line-height: 20px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .avatar-wrap .avatar-box p i {
                color: #23ac38;
                font-style: normal;
            }
/*头像上传*/
.cropper-wrap {
    margin-top: 20px;
}

    .cropper-wrap .cropper-box {
        position: relative;
        float: left;
        margin-right: 20px;
        padding: 1px;
        width: 350px;
        height: 350px;
        text-align: center;
        border: 1px solid #f0f0f0;
        border-radius: 2px;
        background: #f4f4f4;
        text-align: center;
        vertical-align: middle;
    }

        .cropper-wrap .cropper-box div {
            margin: auto;
            vertical-align: middle;
        }

    .cropper-wrap .cropper-view {
        float: left;
        width: 184px;
    }

        .cropper-wrap .cropper-view .img-box {
            /*padding: 1px;*/
            width: 180px;
            height: 180px;
            border: 1px solid #f0f0f0;
            border-radius: 90px;
            background: #fff;
            overflow: hidden;
        }

            .cropper-wrap .cropper-view .img-box img {
                display: block;
                width: 180px;
                height: 180px;
                /*border-radius:90px;
                background-color:#fff;*/
            }

        .cropper-wrap .cropper-view .btn-box p {
            margin: 8px 0;
            text-align: center;
            color: #333;
            font-size: 13px;
            line-height: 24px;
        }

            .cropper-wrap .cropper-view .btn-box p.tip {
                text-align: left;
                color: #999;
                font-size: 13px;
                line-height: 22px;
            }

        .cropper-wrap .cropper-view .btn-box .btn {
            width: 100%;
            line-height: 34px;
            height: 36px;
            border: 1px solid #d70029;
            background: #d70029;
            cursor: pointer;
            color: #fff;
        }
/*以下部分是WebUploader必须的*/
.webuploader-container {
    position: relative;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    line-height: 32px;
    height: 32px;
    border: 1px solid #00998a;
    border-radius: 2px;
    cursor: pointer;
    background: #00998a;
    color: #fff;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    *display: inline;
}

.webuploader-pick-hover {
    opacity: 0.9;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

.upload-box {
    position: relative;
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

    .upload-box .upload-btn {
        display: inline-block;
        height: 32px;
        zoom: 1;
        *display: inline;
    }

    .upload-box .upload-progress {
        position: absolute;
        top: 0;
        left: 0;
        padding: 2px 5px;
        width: 115px;
        height: 28px;
        border: 1px solid #d7d7d7;
        background: #fff;
        overflow: hidden;
    }

        .upload-box .upload-progress .txt {
            display: block;
            padding-right: 10px;
            font-weight: normal;
            font-style: normal;
            font-size: 11px;
            line-height: 18px;
            height: 18px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .upload-box .upload-progress .bar {
            position: relative;
            display: block;
            width: 112px;
            height: 4px;
            border: 1px solid #1da76b;
        }

            .upload-box .upload-progress .bar b {
                display: block;
                width: 0%;
                height: 4px;
                font-weight: normal;
                text-indent: -99em;
                background: #28B779;
                overflow: hidden;
            }

        .upload-box .upload-progress .close {
            position: absolute;
            display: block;
            top: 1px;
            right: 1px;
            width: 14px;
            height: 14px;
            text-indent: -99em;
            background: url(../images/sprite.gif) 0 -240px no-repeat;
            cursor: pointer;
            overflow: hidden;
        }

/* 专家中心 */
.expert-recommendation {
    width: 390px;
    height: 280px;
    background-color: #e6f7ff;
    border: 1px solid #d2e4ec;
    padding: 15px;
    box-sizing: border-box;
}

.expert-recommendation-top {
    display: -webkit-box;
    display: flex;
    font-size: 18px;
    color: #00998a;
    -webkit-box-align: center;
    align-items: center;
}

.expert-recommendation-title-img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

.expert-recommendation-item {
    width: 344px;
    height: 90px;
    background-color: white;
    border: solid 1px #cdcdcd;
    border-radius: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    margin-top: 10px;
}

.expert-recommendation-info {
    margin-left: 20px;
    color: #333;
}

.expert-recommendation-item-img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.expert-recommendation-name {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 150px;
    margin-bottom: 6px;
}

.expert-name {
    font-size: 16px;
    font-weight: 600;
}

.subject {
    display: -webkit-box;
    display: flex;
    width: 100%;
    _height: 150px;
    border: solid 1px #f0f0f0;
    margin-top: 10px;
    padding: 15px;
    box-sizing: border-box;
}

.subject_box {
}

.subject-scope {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

    .subject-scope ul {
        margin: 0;
    }

.subject_title {
    white-space: nowrap;
}

.subject_box_item {
    margin: 0 15px 10px 0;
    float: left;
    height: 22px;
}

    .subject_box_item a {
        cursor: pointer;
        height: 22px;
        padding: 5px;
    }

.subject_list_header {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
    border: solid 1px #f0f0f0;
    box-sizing: border-box;
}

.remove-martop {
    margin-top: 0;
}

.subject_list_header_title {
    background-color: #00998a;
    padding: 0 10px;
    color: white;
    height: 100%;
}

.subject_list_header_screen {
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
}

.screen_name {
    padding-left: 8px;
    border: solid 1px #eee;
    background-color: #fff;
    color: #777;
    width: 120px;
    display: inline-block;
    box-sizing: border-box;
}

.subject_item_box {
    border-bottom: solid 1px #f0f0f0;
}

    .subject_item_box div:nth-child(1) {
        border-top: none;
    }

.subject_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px;
    color: #777;
    position: relative;
    min-height: 80px;
    /*height: 80px;*/
    position: relative;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
    border-top: dashed 1px #f0f0f0;
}

.collect-lists .subject_item:hover .subject_item_left .attention-text h2 {
    color: #00998a;
}

.subject_item:hover {
    background-color: #f5f5f5;
}

.subject_item > a:hover {
    color: #333 !important;
}

.subject_item:hover .martop1-title span {
    color: #00998a !important;
}

.subject_item:hover .subject_item_left_content > .martop:nth-child(1) span {
    color: #00998a !important;
}

.subject_item_active {
    background-color: #00998a;
    color: white;
}

.expert_item {
    color: #777;
    display: block;
}

.subject_item_active:hover {
    color: white;
}

.subject_item_left {
    display: -webkit-box;
    display: flex;
    display: inline-block;
}

    .subject_item_left > a {
        display: inline-block;
        float: left;
    }

        .subject_item_left > a:nth-child(2):hover {
            color: #777777;
        }

    .subject_item_left > img {
        display: inline-block;
        float: left;
        object-fit: cover;
        object-position: top;
        aspect-ratio: 3 / 4;
        border-radius: 5px;
    }

    .subject_item_left > div {
        display: inline-block;
        float: left;
    }


.subject_item_left_img {
    width: 80px;
    min-width: 80px;
    height: 100px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.subject_item_left_content {
    margin-left: 20px;
    max-width: 786px;
}

.font_size {
    font-size: 18px;
    margin-right: 10px;
}

.rig {
    margin-right: 15px;
}

.martop {
    margin-top: 5px;
}

.be_adept {
    max-height: 40px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    /*width: 675px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-right: 80px;
}

.subject_item_right {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    border: 1px solid #fff;
    border-radius: 15px;
    min-width: 50px;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #00998a;
    padding: 3px 10px;
    text-align: center;
}

.subject_item_right-bottom-delete {
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    min-width: 64px;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 16px;
    text-align: center;
}

.subject_item_right span {
    color: #fff;
    font-size: 13px;
}

.subject_right_list_box {
    /*border: solid 2px #f0f0f0;*/
    margin-bottom: 40px;
}

.subject_right_list_title {
    background-color: #f5f5f5;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    font-size: 16px;
}

.left-260 .subject_right_list_box .recommend-item-1 {
    margin: 5px auto;
}

.recommend-item-1:hover,
.recommend-item:hover,
.index-recommend-item:hover {
    /*background-color: #f5f5f5;*/
}

.recommend-item-1 > a:hover,
.recommend-item > a:hover,
.index-recommend-item > a:hover {
    color: #333;
}

    .recommend-item-1 > a:hover .recommend-item-text,
    .recommend-item > a:hover .recommend-item-text,
    .index-recommend-item > a:hover .index-recommend-item-text {
        color: #00998a;
    }

.subject_right_list {
    padding: 5px 5px 5px 20px;
}

.subject_right_list_item {
    /*margin: 10px 0;*/
    margin: 10px;
}

.page_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
}



/* 专家中心详情 */
.expert_item_info_box {
    background-color: #00998a;
    padding: 20px 40px;
    margin: 30px 0;
    margin-top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #fff;
    position: relative;
    height: 150px;
}

.expert_item_info {
    display: -webkit-box;
    display: flex;
    height: 150px;
    font-size: 0;
}

    .expert_item_info > img, .expert_item_info > div {
        display: inline-block;
    }

.expert_item_img {
    width: 120px;
    /*width: 150px;*/
    height: 150px;
    border-radius: 5px;
}

.expert_item_name {
    margin-left: 30px;
    vertical-align: top;
}

.expert_item_name_text .item_name {
    font-size: 22px;
}

.expert_item_name_text span {
    font-size: 15px;
}

.expert_item_name_text {
    margin: 10px 0;
}

.item_name {
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
}

.expert_item_attention_box {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    height: 150px;
    position: absolute;
    right: 40px;
    top: 20px;
}

.expert_item_attention, .expert_item_attention_message {
    border: solid 1px #fff;
    padding: 3px 10px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: bold;
    /*width: 64px;*/
    width: 5em;
    box-sizing: border-box;
    text-align: center;
}

    .expert_item_attention:hover,
    .expert_item_attention_message:hover {
        background-color: #5ce5b3;
    }

.expert_item_attention_message {
    position: absolute;
    bottom: 60px;
    right: 0;
}

.expert_item_describe {
}

.expert_item_describe_item {
    /*display: -webkit-box;
    display: flex;*/
    margin: 15px 0;
    position: relative;
    /*-webkit-box-align: center;
    align-items: center;*/
    min-height: 42px;
    margin-bottom: 25px;
}

    .expert_item_describe_item > div {
        display: inline-block;
    }

.expert_item_describe_title {
    border-left: 3px solid #00998a;
    padding-left: 5px;
    font-size: 18px;
    margin-right: 20px;
    width: 40px;
}

.expert_item_describe_unfold {
    color: #00998a;
    position: absolute;
    /*bottom: 0px;
    right: 40px;*/
    bottom: -1em;
    right: 10px;
    cursor: pointer;
}

.expert_item_describe_text {
    color: #777;
    text-align: center;
}

.popular_science_list {
    margin: 10px 0;
    padding-top: 60px;
}

.popular_science_list_title_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-right: 40px;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 3px #f5f5f5;
}

.popular_science_list_title_box_1 {
    display: -webkit-box;
    display: flex;
    padding-right: 40px;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 2px #f5f5f5;
}

.popular_science_list_title {
    display: -webkit-box;
    display: flex;
}

.popular_science_list_title_1 {
    display: -webkit-box;
    display: flex;
    position: relative;
    margin-right: 50px;
    cursor: pointer;
}

.popular_science_list_title_name {
    color: #000;
    padding: 0px 10px;
    font-weight: bold;
    border-bottom: solid 3px #00998a;
    margin-right: 20px;
    height: 40px;
}

.popular_science_list_title_name_1 {
    color: #000;
    padding: 0px 10px;
    font-weight: bold;
    /*margin-right: 20px;*/
    height: 38px;
}

.popular_science_list_title_name_active {
    border-bottom: solid 3px #00998a;
}

.popular_science_list_title_text {
    font-size: 8px;
    color: #777;
}

.popular_science_list_title_text_1 {
    font-size: 12px;
    color: #777;
}

.text_num {
    color: green;
}

.popular_science_list_look_all_btn {
    color: #00998a;
    font-size: 10px;
}

.popular_science_list_item {
    padding: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 20px;
    line-height: 20px;
}

.science_list {
    display: block;
    border-bottom: dashed 1px #999;
    padding: 20px 0 30px 0;
}

.popular_science_list_item_title {
    display: -webkit-box;
    display: flex;
}

.popular_science_list_item_title_text {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_text {
    max-width: 350px;
}

.popular_science_list_item_info {
    display: -webkit-box;
    display: flex;
}

.science_list_info {
    justify-content: flex-end;
}

.popular_science_list_item_sort {
    color: #00998a;
    margin-right: 10px;
}

.popular_science_list_item_title_stick {
    margin: 0 20px;
    background-color: red;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 13px;
}

.popular_science_list_item_info_text {
    margin-right: 10px;
    color: #999;
    font-size: 13px;
}

.classify {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px;
}

.list_li {
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    padding: 0;
    margin: 0;
}

/* 专家中心科普文章 */
.article_box {
    text-align: center;
    width: 80%;
    margin: 30px auto;
}

.article_info {
    margin-top: 10px;
    color: #777;
}

.article_author {
    margin-right: 20px;
}

.article_author_name {
    color: #000;
}

.article_text {
    text-align: left;
    margin-top: 30px;
    min-height: 200px;
}

.article_collect {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #adadad;
}

.article_comment {
    margin-left: 10%;
}

.article_comment_title {
    text-align: left;
    background-color: #f5f5f5;
    height: 30px;
    line-height: 30px;
}

.article_comment_publish {
    display: -webkit-box;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.article_comment_input {
    width: 80%;
    height: 80px;
    border: solid 2px #f0f0f0;
    margin: 0 20px;
    resize: none;
}

.article_comment_btn {
    background-color: #00998a;
    width: 60px;
    height: 30px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.article_comment_list {
    margin-left: 10%;
    margin-bottom: 40px;
}

.article_comment_list_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 60px;
    border-bottom: dashed 1px #f0f0f0;
    padding: 20px 0;
}

.article_comment_item_info {
    display: -webkit-box;
    display: flex;
}

.article_comment_pic {
    width: 60px;
    height: 60px;
    border: solid 1px #f0f0f0;
    margin: 0 10px;
}

.article_comment_name {
    font-size: 10px;
    color: #777;
}

.article_comment_content {
    margin-top: 20px;
}

.article_comment_item_time {
    font-size: 13px;
    color: #777;
}

/* 注册页 */
.register-body {
    height: 100vh;
    height: 100%;
    /*display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;*/
    width: 100%;
    overflow-y: hidden;
}

.background-img-box {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    min-width: 1423px;
}

.background-img {
    display: block;
    outline: none;
    border: 0;
    height: 100%;
    width: 100%;
}

.register-box {
    /*display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;*/
    width: 80%;
    min-width: 600px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.register-left {
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 100%;
    position: relative;
    float: left;
    width: 600px;
    width: calc(100% - 480px);
}

.register-logo {
    position: absolute;
    top: 5%;
    left: -5%;
}

.register-slogan {
    color: #fff;
    text-align: left;
    position: absolute;
    top: 45%;
    left: 10%;
}

    .register-slogan h1 {
        /*font-size: 48px;*/
    }

    .register-slogan p {
        /*font-size: 30px;*/
    }

.register-text-box h1 {
    font-size: 40px;
    margin-bottom: 7px;
}

.register-text-box p {
    font-size: 16px;
    text-align: left;
    letter-spacing: 1px;
}

.register-get-info {
    width: 480px;
    height: 554px;
    background: rgb(255, 255, 255);
    filter: Alpha(opacity = 80);
    background: rgba(255, 255, 255,0.8);
    /*opacity: 0.8;*/
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -277px;
    margin-top: calc(-554px / 2);
}

.login-info {
    height: 380px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -190px;
}

.register-head {
    text-align: left;
}

.register-hint-text {
    color: #999999;
}

.go-login {
    color: #00998a;
    cursor: pointer;
}

.register-title {
    font-size: 32px;
    color: black;
    font-weight: 600;
}

.register-info {
    text-align: left;
    margin: 40px 0;
    font-size: 14px;
}


.info-item {
    margin: 30px 0;
    position: relative;
    white-space: nowrap;
}

    .info-item label {
        margin-right: 10px;
        color: #333333;
        width: 3em;
        text-align: justify;
        text-align-last: justify;
        display: inline-block;
    }

    .info-item input, .get-verification {
        width: 344px;
        height: 40px;
        border: 1px solid #c9c9c9;
        border-radius: 10px;
        padding-left: 10px;
        outline: none;
        /*font-size:18px;*/
    }

        .info-item input::placeholder {
            color: #cccccc;
        }

    .info-item > a > img {
        vertical-align: middle;
    }

.register-info-item {
    margin: 20px 0;
}

    .register-info-item label {
        text-align: justify;
        width: 56px;
        display: inline-block;
        text-align-last: justify;
    }

    .register-info-item input {
        width: 335px;
    }

.exclamation {
    position: absolute;
    line-height: 18px;
    font-weight: 600;
    color: #666;
    border: 1px solid #666;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    right: 20px;
    top: 11px;
}

    .exclamation:hover {
        color: red;
        border-color: red;
    }

.get-verification {
    width: 126px;
    background-color: white;
    padding: 0;
    margin-left: 5px;
    color: #333333;
    cursor: pointer;
}

.register-btn {
    width: 389px;
    height: 50px;
    background-color: #00998a;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    transition: all .5s;
}

    .register-btn:hover {
        background-color: #00998a88;
    }

.login-box {
    display: none;
    flex-flow: column;
    justify-content: space-between;
    width: 350px;
    height: 380px;
    background-color: white;
    z-index: 100;
    position: sticky;
    top: 200px;
    left: 38%;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    box-shadow: #999 0 0 1px 0;
}

.login-line {
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
    width: 100%;
}

.login-box input {
    border: 1px solid #e8e8e8;
    padding-left: 10px;
    text-align: left;
    box-sizing: border-box;
}

.login-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    width: 80%;
    margin: 10px auto;
}

.login-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
}

.close {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 500;
    color: #adadad;
}

.close-btn {
    cursor: pointer;
    width: 18px;
    transition: all .3s;
}

    .close-btn:hover {
        color: #00998a;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.login-footer {
    background-color: #f5f5f5;
    text-align: right;
    padding: 0 10px;
}

.login-background {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #000;
    filter: alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.login-btn {
    background-color: #00998a;
    color: white;
    font-size: 16px;
}





/*搜索页面*/
.search-section {
    position: relative;
    margin: 0 auto;
    text-align: left;
}

.search-header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    width: 100%;
    height: 60px;
    min-width: 750px;
    background: #fff;
    /*box-shadow: 0 0 6px 0 #222;*/
    box-shadow: 0 0 3px 0 #222;
    white-space: nowrap;
}

    .search-header .left-box {
        float: left;
        margin: 9px 5px 0 30px;
    }

    .search-header .center-box {
        float: left;
        margin: 14px 10px 0 20px;
    }

        .search-header .center-box .search-box {
            width: 600px;
        }

            .search-header .center-box .search-box input[type=text].txtSearch {
                margin: 0px !important;
                color: #444;
                background-color: #FFF;
                width: 400px;
                height: 16px;
                padding: 9px 16px;
                vertical-align: top;
                font-size: 14px;
                float: left;
                border: 1px solid #ff5c01;
            }

                .search-header .center-box .search-box input[type=text].txtSearch:hover {
                    margin: 0px !important; /*border-right: 0px; border-left: 0px;*/
                }

            .search-header .center-box .search-box a {
                text-align: center;
                margin: 0px;
                cursor: pointer;
                width: 88px;
                height: 36px;
                line-height: 36px;
                padding: 0;
                background: 0 0 #ff5c01;
                font-size: 15px;
                font-weight: 400;
                outline: 0;
                border: none;
                color: #FFF;
                float: left;
            }

.search-tab {
    text-align: left;
    float: none;
    /*padding: 68px 0 0 88px;*/
    padding: 64px 0 0 88px;
    height: 38px;
    min-width: 750px;
    background: #f8f8f8;
    zoom: 1;
}

    .search-tab a {
        display: inline-block;
        /*width: 75px;*/
        color: #666;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        padding-bottom: 5px;
        box-sizing: border-box;
        height: 38px;
        line-height: 38px;
        margin: 0 10px;
    }

    .search-tab .select {
        /*border-bottom: solid 3px #0096a5;*/
        border-bottom: solid 3px #00998a;
    }

.search-main {
    padding-left: 80px;
}

/*网站  专家首页样式Begin*/

.nav-find-list {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    width: 790px;
    margin: 0 auto;
    text-align: center;
}

    .nav-find-list > a {
        display: inline-block;
    }

.assess-nav-list {
    margin: 80px 0;
    width: auto;
    height: 250px;
    text-align: center;
}

.assess-nav-list-item {
    flex-direction: column;
    height: auto !important;
    width: 203px !important;
    width: calc(1220px / 6) !important;
}

    .assess-nav-list-item:hover .assess-find-imgbox {
        transition: all 0.5s;
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
    }

    .assess-nav-list-item:hover .assess-nav-list-item-name {
        transition: all 0.5s;
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        font-weight: bold;
        font-size: 20px;
    }

    .assess-nav-list-item > div {
        display: block !important;
        margin: 10px auto;
    }

.assess-nav-list-item-name {
    /*margin-left: 15px;*/
    margin: 10px 0;
    flex-grow: 0 !important;
    transition: all 0.5s;
}

.assess-find-imgbox {
    width: 100px !important;
    height: 100px !important;
    transition: all 0.5s;
}

.nav-find-item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    height: 90px;
    margin: 0 25px;
    box-sizing: border-box;
    min-width: 160px;
    padding: 10px;
    color: #000;
    border-bottom: solid 3px transparent;
}

    .nav-find-item > div {
        display: inline-block;
        line-height: 90px;
        vertical-align: middle;
    }

.nav-find-item-active {
    border-bottom: solid 3px #00998a;
}

.nav-find-imgbox {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
}

    .nav-find-imgbox img {
        width: 100%;
        height: 100%;
    }

.nav-find-item-name {
    font-size: 18px;
    margin-left: 10px;
    white-space: nowrap;
    flex-grow: 1;
    text-align: center;
}

.dot-line {
    width: 1px;
    height: 60px;
    background-color: #f0f0f0;
    display: inline-block;
    vertical-align: middle;
    /*margin-top: -100px;*/
}

.illenss-box, .region-box .content-list-item:nth-last-child(1) {
    margin-bottom: 30px;
}

.content-list-item {
    margin-top: 15px;
    border-bottom: 1px solid #dddddd;
}

.content-list-item-title {
    height: 40px;
    line-height: 40px;
    display: flex;
    display: -webket-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    font-size: 16px;
}

    .content-list-item-title > div {
        display: inline-block;
        line-height: 40px;
        vertical-align: middle;
    }

.content-list-item-option-item {
    display: inline-block;
}

.line-blue {
    height: 22px;
    width: 4px;
    background-color: #00998a;
    margin-right: 15px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.content-list-item-option {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multipe;
    /*padding-left: 20px;*/
    padding-left: 3em;
    padding-bottom: 10px;
}

.content-list-item-option-item {
    /* padding: 5px 0; */
}

.content-list-item-option-box ul li:nth-last-child(1) ::after {
    content: "";
}

.content-list-item-option-item ::after {
    content: "|";
    color: #adadad;
    margin: 0 10px;
}

/*.content-list-item-option li:nth-last-child(1) {
            color: red
        }*/

.content-list-item-option-item a {
    height: 26px;
    line-height: 26px;
    color: #000;
    font-size: 14px;
}

    .content-list-item-option-item a:hover {
        color: #00998a;
    }
/*网站  专家首页样式End*/

/* 网站返回顶部 */
.back-top-btn {
    /*display: none;*/
    position: fixed;
    bottom: 20px;
    right: -60px;
    width: 50px;
    padding: 1px;
    border: solid 1px #f79c42;
    transition: all 0.5s linear;
    text-align: center;
    z-index: 10;
}

.back-top-btn1 {
    /*display: none;*/
    position: fixed;
    bottom: 20px;
    right: -60px;
    width: 50px;
    padding: 1px;
    border: solid 1px #00998a;
    transition: all 0.5s linear;
    text-align: center;
    z-index: 1;
}

.back-top-btn2 {
    /*display: none;*/
    position: fixed;
    bottom: 20px;
    right: -60px;
    width: 50px;
    padding: 1px;
    border: solid 1px #00998a;
    transition: all 0.5s linear;
    text-align: center;
    z-index: 1;
}

.back-top-btn-text {
    background: #00998a;
    color: #fff;
    padding: 4px 5px;
}

.back-top-btn:hover {
    border: solid 1px #00998a;
}

.back-top-btn:hover {
    border: solid 1px #f2b117;
}

    .back-top-btn:hover .back-top-btn-text {
        background: #f2b117;
    }

back-top-btn1:hover, .back-top-btn2:hover {
    border: solid 1px #3db5aa;
}

    .back-top-btn1:hover .back-top-btn-text,
    .back-top-btn2:hover .back-top-btn-text {
        background: #3db5aa;
    }

.back-top-btn .back-top-btn-text {
    background: #f79c42;
}

/*  */
.clearfix .img-list {
    width: 100%;
}

.img-list .weblink-list-li {
    /*border:1px solid;*/
    text-align: center;
    /*width: 150px !important;*/
    width: calc(100% / 6) !important;
    /*margin: 0 10px;*/
    /*padding: 10px 15px 15px;*/
    overflow: inherit !important;
    display: inline-block;
    vertical-align: top;
}

    .img-list .weblink-list-li:hover {
        transition: all 0.5s;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        border-radius: 10px;
        box-shadow: none;
    }

    .img-list .weblink-list-li a {
        display: block;
        /*width: 180px;*/
    }

.weblink-list-li-img-box {
    text-align: center;
    /*width: 180px !important;
    height: 180px !important;*/
    width: auto !important;
    height: auto !important;
}

    .weblink-list-li-img-box img {
        width: 140px !important;
        height: 140px !important;
        transition: all 0.5s;
        margin-top: 20px;
    }

.img-list .weblink-list-li a div h3 {
    height: 48px;
    width: calc(100% - 50px);
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.weblink-list-li:hover h3 {
    color: #000;
}

.weblink-list-li :hover img {
    /*width: 150px !important;
    height: 150px !important;*/
    /*transform: scale(1.05);
    transition: all 0.3s;*/
}


/* 首页右侧健康资讯 */

.index-new-right {
    width: 290px;
    height: 340px;
    position: absolute;
    top: calc((100% - 340px)/2);
    right: calc((100% - 1220px)/2);
    z-index: 100;
    background: url(/image/common/index_new_bj.png?vCode=11) no-repeat 100% 100%;
}

.index-new-box {
    width: 290px;
    height: 295px;
    position: absolute;
    bottom: 8px;
    left: 4px;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.index-new-box-top {
    height: 160px;
}

    .index-new-box-top a {
        cursor: pointer;
        font-size: 0;
        position: absolute;
        width: 280px;
        height: 160px;
        left: 0;
        top: 0px;
        overflow: hidden;
    }

        .index-new-box-top a:hover .index-new-box-top-img {
            /*transform: scale(1.05);
            transition: all 0.3s ease-in;*/
        }

.index-new-box-top-img, .index-new-box-top-img img {
    width: 100%;
    height: 100%;
    transition: all 0.8s ease-in 0.3s;
}

.index-new-box-top-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.4);
    padding: 5px 10px;
    box-sizing: border-box;
}
/*.index-new-box-top-text {
    display: inline-block;
    width: 112.5px;
    height: 100%;
    vertical-align: top;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}*/

.index-new-box-top-text-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 17px;
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.index-new-box-top-text span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    line-height: 8px;
    color: #999;
}

.index-new-box-bottom {
    padding: 11px 0px 9px;
    height: 116px;
    box-sizing: border-box;
    overflow: hidden;
}

.index-new-box-bottom-item {
    /*height: 55px;*/
    height: 29px;
    text-align: left;
    padding-left: 5px;
}

    .index-new-box-bottom-item::before {
        /*width: 8px;
        height: 18px;
        background: url(/image/common/index_new.png) no-repeat center center;
        content: "";
        display: inline-block;
        vertical-align: top;
        margin-right: 3px;*/
    }

/*.index-new-box-bottom-item-date {
    position: absolute;
    left: 0px;
    top: 0;
}*/
.index-new-box-bottom-item-date::after {
    width: 8px;
    height: 18px;
    background: url(/image/common/index_new.png) no-repeat center center;
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    /*margin-right:1px;*/
    position: relative;
}

.index-new-box-bottom-item a {
    display: inline-block;
    /*width: 240px;*/
    /*width:100%;*/
    cursor: pointer;
}

    .index-new-box-bottom-item a:hover .index-new-box-bottom-item-title {
        color: #01a104;
    }

    .index-new-box-bottom-item a .index-new-box-bottom-item-title {
        text-align: left;
        /*overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
        font-size: 12px;
        color: #666;
        line-height: 18px;
    }

.index-new-box-bottom-item-date {
    line-height: 18px;
    vertical-align: top;
    font: 12px !important;
    color: #888 !important;
}

    .index-new-box-bottom-item-date span {
        position: absolute;
        bottom: 0;
        right: 0;
        font: 14px/1.5 Arial,"Microsoft Yahei";
        font-size: 12px;
        line-height: 8px;
        color: #999;
    }
/* 首页右侧健康资讯结束 */

.avatar-box .text-ov {
    white-space: nowrap;
    display: inline-block;
    width: calc(100%);
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

/*首页 热门专题开始  */


.hot-add-hight {
    height: 260px;
}

.index-hot-subject-box {
    margin-top: 20px;
    width: 100%;
}

.slideshow-hotsubject-box {
    margin: -15px 0 0 -20px;
    *display: inline-block;
}

    .slideshow-hotsubject-box li {
        position: relative;
        float: left;
        margin: 10px 0 0 20px;
        width: 285px;
        height: 170px;
        background: #fff;
        overflow: auto;
        _display: inline;
        transition: all 0.5s;
    }

.expert_type_1 {
    margin-right: 3px;
    display: inline-block;
    background: url(/image/common/expert_type_sheng.png?vCode=27) 0 0 no-repeat;
    width: 72px;
    height: 16px;
}

.expert_type_2 {
    margin-right: 3px;
    display: inline-block;
    background: url(/image/common/expert_type_shi.png?vCode=27) 0 0 no-repeat;
    width: 72px;
    height: 16px;
}

.expert_type_3 {
    margin-right: 3px;
    display: inline-block;
    background: url(/image/common/expert_type_xian.png?vCode=27) 0 0 no-repeat;
    width: 72px;
    height: 16px;
}

.expert_type_99 {
    margin-right: 3px;
    display: inline-block;
    background: url(/image/common/expert_type_wps.png?vCode=28) 0 0 no-repeat;
    width: 72px;
    height: 16px;
}

.header_list_position {
    position: sticky !important;
    top: 0 !important;
    z-index: 111 !important;
    margin: 0 -10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-bottom: 1px solid #e6e6e6 !important;
    border-radius: 0 !important;
}

/* #region 卡片_导航 */
.card_nav-box {
    padding-bottom: calc((100% - 31%* 3) / 4);
}

    .card_nav-box .card_nav-ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .card_nav-box .card_nav-ul li {
            height: 204px;
            overflow: hidden;
            border-radius: 10px;
            width: 31%;
            margin: calc((100% - 31%* 3) / 4);
            margin-bottom: 0;
        }

            .card_nav-box .card_nav-ul li:nth-child(3n-1) {
                margin-left: 0;
                margin-right: 0;
            }

            .card_nav-box .card_nav-ul li a {
                display: flex;
                height: 100%;
                position: relative;
            }

                .card_nav-box .card_nav-ul li a .img-box {
                    width: 100%;
                    height: 100%;
                    border-radius: 10px;
                }

                    .card_nav-box .card_nav-ul li a .img-box img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        transition: all 0.5s ease;
                    }

                .card_nav-box .card_nav-ul li a .remark {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%,-50%);
                    width: 100%;
                    height: 100%;
                    text-align: center;
                    padding: 10px 10%;
                    box-sizing: border-box;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .card_nav-box .card_nav-ul li a .remark h3 {
                        color: #fff;
                        font-size: 30px;
                        font-weight: bold;
                        text-shadow: 1px 1px black;
                        letter-spacing: 4px;
                    }

/* #endregion 卡片_导航 */


/* #region 卡片_内容 */
.card_content-box {
    padding-bottom: calc((100% - 31%* 3) / 4);
}

    .card_content-box .card_content-ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .card_content-box .card_content-ul li {
            width: 31%;
            margin: calc((100% - (31% * 3)) / 4);
            background: none;
            border-radius: 10px;
            box-sizing: border-box;
            box-shadow: 0 0 5px 4px #f1efef;
            padding: 0px;
            margin-bottom: 0;
        }

            .card_content-box .card_content-ul li:nth-child(3n-1) {
                margin-left: 0;
                margin-right: 0;
            }

            .card_content-box .card_content-ul li a {
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

                .card_content-box .card_content-ul li a .img-box {
                    width: 100%;
                    height: auto;
                    border-radius: 10px 10px 0 0;
                    overflow: hidden;
                    position: relative;
                }

                    .card_content-box .card_content-ul li a .img-box img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        aspect-ratio: 16/9;
                        object-position: top;
                    }

                .card_content-box .card_content-ul li a em {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 60px;
                    height: 60px;
                    font-style: normal;
                    filter: alpha(Opacity=60);
                    -moz-opacity: 0.6;
                    opacity: 0.6;
                    /*display: none;*/
                    transform: translate(-50%, -50%);
                }

                    .card_content-box .card_content-ul li a em i {
                        color: #fff;
                        font-size: 60px;
                        width: 60px;
                        height: 60px;
                        line-height: 60px;
                        background-image: url("/image/play.png");
                        background-repeat: no-repeat;
                        display: block;
                    }

                    .card_content-box .card_content-ul li a .hover-color {
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        left:0;
                        background: rgba(0,0,0,0);
                    }

            /*.card_content-box .card_content-ul li:hover em {
                opacity: 1;
                z-index: 5;
                display: block;
            }*/

            /*.card_content-box .card_content-ul li:hover .hover-color {
                background: rgba(0,0,0,.3);
            }*/

                .card_content-box .card_content-ul li a .remark {
                    width: 100%;
                    line-height: 24px;
                    text-align: left;
                    overflow: hidden;
                    padding: 0 10px;
                    box-sizing: border-box;
                    padding-bottom: 10px;
                }

                    .card_content-box .card_content-ul li a .remark h3 {
                        height: 40px;
                        font-size: 14px;
                        font-weight: normal;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        line-height: 20px;
                        margin-top: 5px;
                        word-break: break-all;
                        white-space: pre-line;
                    }

                    .card_content-box .card_content-ul li a .remark p {
                        height: 24px;
                        color: #888;
                        font-size: 13px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        text-align: right;
                        margin-top: 0;
                    }
/* #endregion 卡片_内容 */
