.red-bg1 {
    background: #096ea2
}
/*按钮红色*/
.red-bg2 {
    background: #096ea2
}
/*tab套色*/
.red-bg3 {
    background: #0b82c0
}

.red-bg4 {
    background: #0b82c5
}

.red-bg5 {
    background: #0b82c9
}

.red-bg6 {
    background: #5cabd4
}

.blue-bg {
    background: #337ab7;
    border: 1px solid #0068b7
}

    .blue-bg:hover {
        background: #286090;
        border: 1px solid #204d74
    }

.red-bg {
    background: #096ea2;
    border: 1px solid #006aa1;
}
    /*按钮红色*/
    .red-bg:hover {
        background: #006aa1;
        border: 1px solid #006aa1;
    }
/*按钮红色*/
.blue2 {
    background: #5bc0de;
    border: 1px solid #46b8da;
    cursor: default;
}

    .blue2:hover {
        background: #31b0d5;
        border: 1px solid #269abc;
    }

.yellow {
    background: #f0ad4e;
    border: 1px solid #eea236;
}

    .yellow:hover {
        background: #ec971f;
        border: 1px solid #d58512;
    }

.red2 {
    background: #d9534f;
    border: 1px solid #d43f3a;
}

    .red2:hover {
        background: #c9302c;
        border: 1px solid #ac2925;
    }

.green {
    background: #5cb85c;
    border: 1px solid #4cae4c;
}

    .green:hover {
        background: #449d44;
        border: 1px solid #398439;
    }

.gray {
    background: #f1f1f1;
    border: 1px solid #ddd;
}

    .gray:hover {
        background: #fff;
        border: 1px solid #ddd;
    }

.tip-bg {
    background: #fbfe04
}

.tip {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #030303;
}


.wit-bg {
    background: #fdfdfd
}

.f5-bg {
    background: #fff !important;
}

.d-bg {
    background: #f4f4f4 !important;
}

.bg-e {
    background: #f6f6f6;
}

.bg-f {
    background: #fff;
}

.bg-fc {
    background: #fcfcfc;
}

/* font */
.font24 {
    font-size: 24px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}

.color1 {
    color: #fff
}

.color2 {
    color: #5d5d5d
}

.color3 {
    color: #777 !important;
}

.org-color {
    color: #006aa1
}

.color-red {
    color: #006aa1 !important;
}

.yell-color {
    color: #f0ad4e
}

.green-color {
    color: #5cb85c
}

.green2-color {
    color: #00dfb9
}

.blue-color {
    color: #337ab7
}


/* animate*/
.nav-top li a span, a, .author-box, a.blue, a.red3, .list-box, a.del-item1, a.del-item1 span, .userimg-box a img, .mynay li a .tab-mask, .list-title,
.form-so .inp2, .btn-red, .slideBox ul li a span {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*rest css*/
a {
    text-decoration: none !important;
    color: #000;
}

    a:hover {
        text-decoration: none !important;
        color: #777;
    }

    a.ee {
        color: #aaa !important;
    }

    a:hover.ee {
        color: #5f5f5f !important;
    }

    a.line-ico {
        display: inline-block;
        border: 1px solid #4cae4c;
        color: #4cae4c;
        padding: 0 10px;
        margin-left: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    a:hover.line-ico {
        display: inline-block;
        border: 1px solid #4cae4c;
        color: #fff;
        background: #4cae4c;
        padding: 0 10px;
        margin-left: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    a.line-ico2 {
        display: inline-block;
        border: 1px solid #0b82c0;
        color: #0b82c0;
        padding: 0 10px;
        margin-left: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    a:hover.line-ico2 {
        display: inline-block;
        border: 1px solid #0b82c0;
        color: #fff;
        background: #0b82c0;
        padding: 0 10px;
        margin-left: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    a.line-ico3 {
        display: inline-block;
        /* background: #f0ad4e; */
        border: 1px solid #eea236;
        color: #f0ad4e;
        padding: 0 5px;
        margin-left: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    a:hover.line-ico3 {
        display: inline-block;
        color: #fff;
        background: #ec971f;
        border: 1px solid #d58512;
        padding: 0 5px;
        margin-left: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    a.line-ico4 {
        display: inline-block;
        background: #ececec;
        border: 1px solid #b3b3b3;
        color: #666;
        padding: 0 5px;
        margin-left: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    a:hover.line-ico4 {
        display: inline-block;
        color: #b3b3b3;
        border: 1px solid #b3b3b3;
        padding: 0 5px;
        margin-left: 5px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.fontico {
}
a.topred {
    color: #bd1f28 !important;
}

a:hover.topred {
    color: #000 !important;
}
a.red {
    color: #096ea2 !important;
}

a:hover.red {
    color: #000 !important;
}

a.wit {
    color: #ddd !important;
}

a:hover.wit {
    color: #fff !important;
}

a.redtext {
    color: #096ea2 !important;
}

a:hover.redtext {
    color: red !important;
}

a.greentext {
    color: #4cae4c !important;
}

a:hover.greentext {
    color: #6bd36b !important;
}

a.yellowtext {
    color: #f0ad4e !important;
}

a:hover.yellowtext {
    color: #ffbe63 !important;
}

a.red3 {
    color: #777 !important;
}

a:hover.red3 {
    color: #bd1f28 !important;
    text-decoration: underline !important;
}

a.blue {
    color: #337ab7 !important;
    font-weight: bold;
    text-transform: uppercase;
}

a:hover.blue {
    color: #286090 !important;
    text-decoration: underline !important;
}

b {
    font-weight: normal;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.panel-heading {
    padding: 11px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    ;
    border-top-left-radius: 0px !important;
    ;
    border-top-right-radius: 0px !important;
    ;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #bd1f28;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #bd1f28;
}
/*.modal-dialog{margin-top: 260px!important;}*/
.nav-top, .nav-top a, .nav-top span, dl, dd, dt {
    padding: 0;
    margin: 0;
}

    .nav-top li {
        list-style: none;
    }

.clearfix:after, .clearfix:before {
    content: ""; /*加一段内容*/
    display: table; /*创建匿名的表格单元，触发bfc*/
}

.clearfix:after {
    clear: both; /*清除浮动*/
}

.clearfix {
    zoom: 1; /*为IE6，7的兼容性设置*/
}

.pt10 {
    padding-top: 10px
}

.pb10 {
    padding-bottom: 10px
}

.pl10 {
    padding-left: 10px
}

.pr10 {
    padding-right: 10px
}

.pl5 {
    padding-left: 5px
}

.pr5 {
    padding-right: 5px
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

.pt20 {
    padding-top: 20px
}

.pt40 {
    padding-top: 40px
}

.pb20 {
    padding-bottom: 20px
}

.pl20 {
    padding-left: 20px
}

.pr20 {
    padding-right: 20px
}

.pd20 {
    padding: 20px;
}

.ml20 {
    margin-left: 20px;
}

.pd35 {
    padding: 35px;
}

.ml50 {
    margin-left: 50px;
}

.pl60 {
    padding-left: 60px;
}

.pt150 {
    padding-top: 15px
}

.pt15 {
    padding-top: 15px
}

.pb15 {
    padding-bottom: 15px
}

.pl15 {
    padding-left: 15px
}

.pr15 {
    padding-right: 15px
}

.pd15 {
    padding: 15px;
}

.ml15 {
    margin-left: 15px;
}

.pt5 {
    padding-top: 5px;
}

.height40 {
    height: 40px;
    line-height: 40px;
}

.height96 {
    padding: 30px;
}
/* layout-css */
body {
    background: #f7f7f7;
}

body {
    font-family: "Microsoft YaHei",Lucida Sans Unicode,Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    /*line-height: 1.42857143;*/
    line-height: 1.8;
    /*
    color: #202b33;
    */
    color: #222;
    padding: 0;
    margin: 0;
}

.warp {
    margin: 0 auto;
    background: transparent;
    width: 1000px;
    min-width: 980px;
}

.box100 {
    width: 100%;
    display: block;
}

.box80 {
    width: 80%;
    margin: 0 auto;
}

.box10 {
    width: 10%;
    margin: 0 auto;
}

.left-bar {
    width: 26%;
}

.right-bar {
    width: 72%;
}

.pos {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    overflow: hidden;
}



/* ============head============= */
.banner img {
    width: 100%;
    display: block;
    z-index: 1;
}

.pos .user-box {
    position: absolute;
    right: 0;
    top: 10px;
}

.logined {
    height: 40px;
    width: 230px;
    padding-left: 5px;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.box180 {
    width: 170px;
    overflow: hidden;
}

.loginame {
    width: 100%;
    display: block;
    overflow: hidden;
}

.loginimg {
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin-top: 4px;
    background: url("../images/scholar-bg2.jpg") no-repeat;
    background-size: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 10px;
}

    .loginimg img {
        width: 32px;
        height: 32px;
    }


.pos .soso {
    position: absolute;
    right: 0;
    top: 78px;
    width: 410px;
}

.pos .sosonew {
    position: absolute;
    right: 0;
    top: 42px;
    width: 410px;
}

.sel-text {
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: left;
}

.form-so {
    height: 36px;
    border: 1px solid #096ea2;
    background: #fff;
    position: relative;
    width: 300px;
    border-radius: 4px;
}

    .form-so .sel {
        width: 100px;
        height: 30px !important;
        line-height: 30px !important;
        border: 1px solid #fff !important;
        text-align: center;
        position: absolute;
        top: 36px;
        left: 0;
        z-index: 8888;
    }

.sel-list, .sel-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 8888;
}

.sel-list {
    width: 100px;
    position: absolute;
    left: -1px;
    top: 33px;
    display: none;
    background: #096ea2;
    padding-top: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
}

    .sel-list li a {
        display: block;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #fff;
    }

        .sel-list li a:hover {
            height: 36px;
            line-height: 36px;
            text-align: center;
            background: rgba(255,255,255,0.2);
            color: #fff;
            cursor: pointer;
        }

.form-so .inp {
    width: 180px;
    border: 1px solid #fff;
    color: #666;
    outline: none !important;
    position: absolute;
    left: 100px;
    top: 5px;
}

.form-so .inp2 {
    width: 40px;
    border: 0px solid #096ea2;
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    *height: 36px;
    text-align: center;
    overflow: hidden;
    background: #096ea2;
}

    .form-so .inp2:hover {
        font-size: 19px;
    }
.btn-bluebg {
    width: 40px;
    border: 0px solid #096ea2;
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    *height: 36px;
    text-align: center;
    overflow: hidden;
    background: #096ea2;
}
.btn-red {
    width: 100px;
    background: #096ea2;
    border: none;
    height: 36px;
    line-height: 36px;
    font-family: "Microsoft YaHei",Lucida Sans Unicode,Verdana, Helvetica, Arial, sans-serif;
    outline: medium;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .btn-red:hover {
        background: #036699;
        font-size: 17px;
        box-shadow: 0 0 5px rgba(0,0,0,0.3)
    }

.btn-dw {
    position: absolute;
    right: 0;
    top: 0;
}

.pos .nav-top {
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 2;
}

.nav-top li {
    float: left;
}

    .nav-top li a {
        display: block;
        color: #096ea2;
        width: 100px;
        height: 24px;
        line-height: 24px;
        border-right: 1px solid #dddddd;
        text-align: center;
        text-decoration: none;
    }

        .nav-top li a:hover {
            display: block;
            color: #000;
            width: 100px;
            height: 24px;
            line-height: 24px;
            border-right: 1px solid #dddddd;
            text-align: center;
            border-bottom: 0px solid #096ea2;
            font-weight: bold;
        }

        .nav-top li a span {
            display: block;
            position: absolute;
            left: 0;
            bottom: -12px;
            width: 0;
            height: 2px;
            border-bottom: 3px solid #096ea2;
        }

        .nav-top li a:hover span {
            display: block;
            position: absolute;
            left: 0;
            bottom: -12px;
            width: 100px;
            height: 2px;
            border-bottom: 3px solid #096ea2;
        }

/* ===========index=============*/
.login-logo {
    position: absolute;
    top: -120px;
    left: 50%;
    margin-left: -40%;
    width: 80%;
}

.myclose {
    position: absolute;
    top: -10px;
    right: 10px;
    color: #096ea2;
    font-size: 40px;
}

.ver-send {
    height: 36px;
    display: block;
    line-height: 36px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    background: #096ea2;
}

    .ver-send:hover, .ver-send:active {
        color: #f5f5f5;
    }

.error {
    color: #bd1f28;
}

.box42 {
    width: 44%;
}

.box54 {
    width: 54%;
}

.pos .more {
    position: absolute;
    top: -25px;
    right: 0;
    width: 60px;
}

.text-elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.line-b2 {
    border-bottom: 1px solid #efefef;
}

.index-list4, .index-list4 li, .index-list3, .index-list3 li, .index-list2, .index-list2 li, .index-list1, .index-list1 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.index-list1 {
    width: 100%;
}

    .index-list1 li {
        width: 25%;
        float: left;
    }

        .index-list1 li a {
            position: relative;
            display: block;
            width: 117px;
            background: rgba(0,0,0,.5);
            height: 26px;
            line-height: 26px;
            text-align: center;
        }

            .index-list1 li a img {
                width: 100%;
            }

            .index-list1 li a span {
                position: absolute;
                left: 0;
                bottom: 0;
                display: block;
                width: 117px;
            }

.index-list4 {
    padding-top: 20px;
}

    .index-list4 li {
        float: left;
        width: 47%;
        overflow: hidden;
        padding-left: 2%;
        line-height: 30px;
    }

        .index-list4 li a {
            display: block;
        }

            .index-list4 li a:hover {
                font-size: 16px;
            }

.index-list-disease {
    padding-top: 20px;
}

.index-list-disease li {
  float: left;
  width: 50%;
  overflow: hidden;
  padding-left: 2%;
  line-height: 30px;
  padding-bottom:8px;
}

 .index-list-disease li a {
   display: block;
}

.index-list-one {
    padding-top: 10px;
}

    .index-list-one li {
        float: left;
        width: 100%;
        overflow: hidden;
        padding-left: 2%;
        line-height: 30px;
    }

        .index-list-one li a {
            display: block;
        }

            .index-list-one li a:hover {
                font-size: 16px;
            }

.height50 {
    height: 56px;
    line-height: 56px;
}

.list-tit, .list-tit li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .list-tit li {
        float: left;
    }

        .list-tit li a {
            padding: 0 10px;
            border-right: 1px solid #ddd;
        }

            .list-tit li a:hover {
                padding: 0 10px;
                border-right: 1px solid #ddd;
                color: #096ea2;
                font-size: 16px;
            }

.info-item {
    line-height: 16px !important;
    height: 32px;
    overflow: hidden;
}

.slideBox {
    width: 100%;
    height: 332px;
    position: relative;
    overflow: hidden;
}

    .slideBox ul {
        padding: 0;
        margin: 0;
        clear: both;
        list-style: none;
        position: relative;
        width: 200%;
    }

        .slideBox ul li {
            list-style: none;
            text-align: center;
            /* background: #0e90d2;*/
            float: left;
            width: 12.5%;
            margin-bottom: 10px;
            overflow: hidden;
        }

            .slideBox ul li div {
                padding: 0 5px 5px 5px
            }

            .slideBox ul li a {
                display: block;
                width: 100%;
                overflow: hidden;
                position: relative;
            }

                .slideBox ul li a img {
                    display: block;
                    width: 100%;
                    height: 144px;
                }

                .slideBox ul li a span {
                    position: absolute;
                    bottom: 0px;
                    z-index: 1000;
                    width: 100%;
                    text-align: center;
                    display: block;
                    background: rgba(0,0,0,.35);
                    height: 26px;
                    line-height: 26px;
                    color: white;
                }

                .slideBox ul li a:hover span {
                    height: 80px;
                    line-height: 80px;
                    font-size: 16px;
                }

.spanBox, .spanBox1 {
    position: absolute;
    width: 300px;
    height: 20px;
    bottom: 0px;
    left: 50%;
}

    .spanBox span, .spanBox1 span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #0b82c0;
        border-radius: 10px;
    }

.slideBox .spanBox .active, .slideBox .spanBox1 .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #0b82c0;
}

.font33 {
    font-size: 35px;
    line-height: 35px;
}

.slideBox1 {
    width: 100%;
    height: 352px;
    position: relative;
    overflow: hidden;
}

    .slideBox1 ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        width: 100%;
        clear: both
    }

        .slideBox1 ul li {
            list-style: none;
            text-align: center;
            /* background: #0e90d2;*/
            padding-top: 10px;
            float: left;
            width: 20%;
            height: 120px;
            overflow: hidden;
            position: relative;
            border-bottom: 1px solid #ddd;
        }

            .slideBox1 ul li a {
                display: block;
            }




/* ============left-bar========= */

.line {
    border: 1px solid #efefef;
}

.pos .line-b {
    border-bottom: 1px solid #efefef;
    position: absolute;
    bottom: 26px;
    width: 100%;
    height: 1px;
}

.crumbs {
    height: 50px;
    line-height: 50px;
}

.panel-body {
    overflow: visible !important;
}

.list-cont {
    height: 158px;
    overflow: hidden;
}

.pos .left-more {
    border-bottom: 1px solid #efefef;
    display: block;
    position: absolute;
    left: 0;
    bottom: -0px;
    width: 100%;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
}

.list-checkbox, .list-title, .list-num {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.list-checkbox {
    width: 20px;
    overflow: hidden;
}

.list-title {
    display: block;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}



.list-num {
    display: block;
    width: 24%;
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    color: #096ea2;
}

 

.line-left {
    border-left: 1px solid #efefef;
    padding-left: 10px;
}

/* right-bar */
.so-text {
    padding-left: 60px;
    padding-right: 30px;
}

.pos .searchico {
    position: absolute;
    left: 0px;
    top: -18px;
    font-size: 40px;
}

.pos .so-dw {
    position: absolute;
    left: -50px;
    top: -18px;
    font-size: 40px;
}

.wid30 {
    width: 50% !important;
}

.condition-box {
    padding: 20px 0 20px 120px;
}

.condition-title {
    position: absolute;
    left: 0;
    _left: -120px;
    top: 20px;
}

.height26 {
    display: block;
    height: 20px;
    line-height: 18px;
}

/*right-bar pager*/
.inp31 {
    height: 31px;
    border: 1px solid #ddd;
    width: 45px;
}

.btn-my {
    height: 29px;
    color: #fff;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.height31 {
    line-height: 31px;
}
/*list-box*/
.list-box, .list-box li {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}

.list-box {
    clear: both;
    border-bottom: 1px #ddd dashed;
    padding-top: 30px;
}

    .list-box:hover {
        clear: both;
        border-bottom: 1px #ddd dashed;
        padding-top: 30px;
        background: #f7f7f7;
        cursor: pointer;
    }

    .list-box li {
        clear: both;
        padding-top: 7px;
    }

.text-item, .text-cont {
}

.text-item {
    width: 14%;
    position: relative;
    text-align: right;
}

    .text-item .sel-dw {
        position: absolute;
        top: 0px;
        left: 0;
    }

    .text-item .sel-dw2 {
        position: absolute;
        top: 5px;
        left: 0;
    }

.text-cont {
    width: 84%;
}

.link-btn, .link-btn:hover {
    display: block;
    height: 20px;
    line-height: 18px;
    padding: 0 10px;
    margin-right: 6px;
    float: left;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.link-btn1, .link-btn1:hover {
    display: inline-block;
    height: 20px;
    padding: 0 10px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.author-box {
    height: 20px;
    overflow: hidden;
    padding-right: 20px;
}

.pos .text-down, .pos .text-up {
    position: absolute;
    right: 0;
    top: -10px;
    width: 20px;
    text-align: right;
}

.abstract {
    overflow-y: scroll;
    height: 60px;
}

.operation-box {
    padding: 15px 0;
}

.pos .wechat {
    position: absolute;
    top: -170px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    background: #fff;
    z-index: 99999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: none;
}

    .pos .wechat img {
        width: 100%;
    }

a:hover.greentext .wechat {
    display: block;
}
/* footer */
.footer {
    height: 120px;
    background: #096ea2;
    margin-top: 50px;
}

.footerinner {
    background: #096ea2 url('/PublicApi/SitePhoto/BottomLogo') no-repeat 20px center !important;
    height: 120px;
    line-height: 12px;
    text-align: right;
    color: #fff;
}

.footer2 {
    height: 30px;
    background: #096ea2;
}

.pos .footer-txt {
    position: absolute;
    right: 100px;
    top: 30px;
}

.pos .footer-txt2 {
    position: absolute;
    right: 0px;
    top: 50px;
}

.line-b1 {
    border-bottom: 1px #efefef dashed;
}

/*rightTool*/
.right-tool {
    width: 298px;
    height: 100%;
    position: fixed;
    right: -298px;
    top: 0;
    z-index: 8888;
    background: rgba(221,221,221,0.5);
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3)
}

.tool-lista, .tool-lista li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tool-lista {
    background: rgba(0,0,0,0.1)
}

a.del-item1 {
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    overflow: hidden;
    margin-top: 10px;
    background: rgba(252,252,252,1);
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

    a.del-item1:hover {
        border: 1px #777 solid
    }

    a.del-item1 span {
        width: 100%;
        text-align: center;
        position: absolute;
        top: -40px;
        margin-left: -15px;
        background: rgba(0,0,0,0.8);
        display: block;
    }

    a.del-item1:hover span {
        width: 100%;
        position: absolute;
        top: 0px;
        margin-left: -15px;
        background: rgba(0,0,0,0.8);
        display: block;
        text-align: center;
    }

.right-tool-ico {
    width: 50px;
    height: 120px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99999
}

.contrast-ico, .top-ico1, .filter-ico {
    width: 50px;
    height: 50px;
    display: block;
    background: #096ea2 !important;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.top-ico {
    position: fixed;
    right: 0;
    bottom: 160px;
}
/*.del-item{font-weight: bold; color: #000;display: inline-block; width: 12px; line-height: 12px; padding: 0; margin: 0 10px 0 0;}
.del-item:hover{font-weight: bold; display: inline-block;
    width: 12px; color: #fff;line-height: 12px; padding: 0; margin: 0;
    background: #096ea2;
    border-radius: 2px;
}*/

/*content*/
.pt90 {
    padding-top: 75px;
    padding-bottom: 50px;
}

.cont-left {
    width: 86%;
    border-right: 1px solid #efefef;
}

.pos .cont-right {
    width: 18%;
    position: absolute;
    left: 86%;
    top: 125px;
}

.h1 {
    font-size: 24px;
    line-height: 30px;
}

.cont-list, .cont-list li {
    list-style: none;
}

.cont-list {
    margin-left: -12%;
    padding-top: 20px;
    padding-right: 30px;
    font-size: 14px;
}

    .cont-list li {
        padding-top: 10px;
        clear: both;
    }

.line-h26 {
    line-height: 26px;
}

.ico-btn {
    width: 22px;
    height: 22px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dw1 {
    margin: -6px 0 0 2px !important;
}

.dw2 {
    margin: 0 0 0 2px !important;
}

.dw3 {
    margin: 0 0 0 4px !important;
}

sup {
    color: #bd1f28;
}

/*scholar-list*/
.plr3 {
    padding: 0 3px;
}

.scholar-list, .scholar-list li {
    list-style: none;
}

    .scholar-list li {
        padding-top: 40px;
        clear: both;
    }

.box19 {
    width: 19%;
}

.img-box {
    width: 118px;
    height: 144px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/scholar-bg.jpg")
}

    .img-box img {
        width: 100%;
    }

.brief-box {
    height: 78px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.scholar-down {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 8px;
    line-height: 8px;
    overflow: hidden;
    text-align: center;
}

.box50 {
    width: 50%;
    overflow: hidden;
}

.box25 {
    width: 25%;
    overflow: hidden;
}

.box12 {
    width: 12%;
    overflow: hidden;
    text-align: center;
}

.line-right {
    border-right: 1px solid #efefef;
}

.line-right2 {
    border-right: 1px solid #efefef;
}

.mt-10 {
    margin-top: -20px;
}

.height20 {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

.scholar-name {
    height: 38px;
    font-size: 24px;
    overflow: hidden;
    display: block;
    margin-top: -10px;
}


/*scholar-cont*/
.school-bg {
    background: #fff url("../images/shool-bg.jpg") no-repeat top center;
    padding-top: 46px;
}

.h106 {
    height: 90px;
}

.scholar-bar {
    background: url("../images/scholar-bar.jpg") repeat-x left top;
}

.box18 {
    width: 28%;
    overflow: hidden;
}


.newh33 {
    height: 36px;
    line-height: 33px;
    border-top: 2px solid #bd1f28;
    box-shadow: 0 3px 2px rgba(0,0,0,0.10);
    z-index: 10;
    border-bottom: 1px solid #fff;
}

.box60 {
    width: 59%
}

.box40 {
    width: 40%;
    padding-left: 15%;
}



.box86 {
    width: 88%;
    margin: 0 0 0 80px;
}

.box33 {
    width: 35%;
    padding-left: 120px;
}

.box66 {
    width: 64.5%;
}

.font20 {
    font-size: 20px;
    font-weight: 300;
}



.line-right3 {
    border-right: 1px solid #fff;
    height: 33px;
}

.line-right4 {
    border-right: 1px solid #ddd;
}

.line-left3 {
    border-left: 1px solid #d9d9d9;
    height: 33px;
}

.line-height33 {
    line-height: 33px !important;
}

.scholar-barnav .nav-tabs > li {
    height: 36px;
}

    .scholar-barnav .nav-tabs > li > a {
        line-height: 14px;
        padding: 10px 5px !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .scholar-barnav .nav-tabs > li > a strong {
            padding-left: 5px;
        }

        .scholar-barnav .nav-tabs > li > a:hover {
            height: 36px;
        }

.scholar-barnav .nav-tabs .active a {
    height: 42px;
}

.box-left15 {
    padding-left: 120px !important;
}

.userimg-box {
    width: 140px;
    height: 140px;
    overflow: hidden;
    position: absolute;
    z-index: 12;
    background: #fff url("../images/scholar-bg2.jpg") no-repeat center center;
    text-align: center;
    border: 8px solid #ddd;
    left: -40px;
    top: -43px;
    -webkit-border-radius: 55%;
    -moz-border-radius: 55%;
    border-radius: 55%;
}

    .userimg-box a img {
        width: 100%;
    }

    .userimg-box a:hover img {
        width: 105%;
    }

.line-h12 {
    line-height: 18px;
}

.follow-ico, .follow-ico:active {
    display: block;
    width: 39px;
    height: 33px;
    overflow: hidden;
    text-align: center;
    background: #006aa1;
    color: #fff !important;
    padding: 0 5px;
    margin: 0 10px;
}

    .follow-ico:hover {
        color: #fa9292 !important;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

.max40 {
    max-width: 280px;
    max-height: 36px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 2px;
}

.line-h24 {
    line-height: 24px;
}

.box93 {
    width: 93%;
    margin: 0 auto;
}

.height46 {
    height: 46px;
}

.mynay, .mynay li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .mynay li {
        width: 20%;
        float: left;
        text-align: center;
        border-right: 1px solid #f5f5f5;
        position: relative;
    }

        .mynay li a {
            color: #fff;
            width: 100%;
            display: block;
            height: 100%;
            line-height: 13px;
            padding: 10px 0 5px 0;
        }

            .mynay li a span {
                display: block;
            }

            .mynay li a .tab-mask {
                background: rgba(255,255,255,0);
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 0;
            }

            .mynay li a:hover .tab-mask {
                background: rgba(255,255,255,0.2);
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }

.color4 {
    color: rgba(255,255,255,0.5);
}

.chart-box1 {
    width: 100%;
    height: 230px;
    overflow: hidden;
}
/*mechanism-list*/
.mech-list, .mech-list li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mech-list {
    width: 90%;
    margin: 0 auto 40px auto;
    height: 256px
}

    .mech-list li {
        float: left;
        width: 10%;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

.hot-box {
    background: #fff;
    padding-bottom: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
}


.rightarrowbtn {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display:block;
}

.hot-img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

    .hot-img img {
        width: 100%;
    }

.hot-num {
    width: 35px;
    line-height: 35px;
    padding-top: 180px;
    margin: 10px auto;
    background: #d9534f;
}

.unm9 {
    padding-top: 15px;
}

.unm8 {
    padding-top: 30px;
}

.unm7 {
    padding-top: 45px;
}

.unm6 {
    padding-top: 60px;
}

.unm5 {
    padding-top: 75px;
}

.unm4 {
    padding-top: 80px;
}

.unm3 {
    padding-top: 90px;
}

.unm2 {
    padding-top: 100px;
}

.unm1 {
    padding-top: 110px;
}

/*mechanism-cont*/
.height152 {
    height: 152px;
    background: #bd1f28 url("../images/bg2.jpg") no-repeat top center;
    margin-bottom: 20px;
}

.box38 {
    width: 38%;
}

.box49 {
    width: 55%;
}

.line-t {
    border-top: 1px solid #f84259;
}

.num-bg1, .num-bg2 {
    padding-top: 40px;
    width: 100%;
}

.num-bg1 {
    background: url("../images/num1.png") no-repeat 120px 40px;
}

.num-bg2 {
    background: url("../images/num2.png") no-repeat 120px 40px;
}

.pl40 {
    padding-left: 40px;
}

.color5 {
    color: #ff66ff;
}

.follow-ico2 {
    width: 34px;
    height: 34px;
    line-height: 30px;
    border: 1px solid #ddd;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .follow-ico2:hover {
        background: #f84259;
        color: #fff;
        border: 1px solid #ff98a5;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
.follow-rightarrowblue {
    width: 23px;
    height: 23px;
    line-height: 18px;
    border: 1px solid #096ea2;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 30px;
    background-color: #096ea2;
    color: #fff;
}
    .follow-rightarrowblue:hover {
        background: #096ea2;
        color: #fff;
        border: 1px solid #ff98a5;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
.line-h30 {
    line-height: 30px;
}

.lighter1 {
    font-weight: lighter !important;
}

.scholar-tit {
    font-size: 15px;
    font-weight: bold;
    padding-left: 15px;
    margin: 20px 0;
    border-left: 4px solid #dd514c;
    height: 16px;
    line-height: 18px;
    overflow: hidden;
}
/*achievement-cotrast*/
.pos .text-dw {
    position: absolute;
    left: 30px;
    top: 35px;
}

.ontrast-tab {
    padding-left: 300px;
}

    .ontrast-tab a, a.current {
        font-size: 14px;
        margin-left: 15px;
        float: left;
        padding: 5px 10px;
        background: #f1f1f1;
        border: 1px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

a.current {
    background: #ff703e;
    border: 1px solid #ff703e;
    color: #fff;
}

.ontrast-tab-box {
    border-top: 0;
}

    .ontrast-tab-box ul, .ontrast-tab-box ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .ontrast-tab-box ul {
        padding: 30px;
        clear: both;
        overflow: hidden;
        display: none;
    }

        .ontrast-tab-box ul li {
            width: 20%;
            float: left;
        }
/*table{table-layout:fixed;}*/
/*table tr td:first-child,table tr td:first-child{width:120px;}*/

.table1 td, .table1 th {
    text-align: center;
    padding: 12px 5px !important;
    vertical-align: center;
}

.ontrast-thead th, .ontrast-thead td {
    border-top: none !important;
    background: #fff !important;
    font-weight: bold;
    padding: 15px 0 !important;
}

.table1 tr th:nth-child(1) {
    width: 120px;
    text-align: left;
}

.table1 tr td:nth-child(2) {
    background: #e3e3e3;
}

.table1 tr td:nth-child(3) {
    background: #f1f1f1;
}

.table1 tr td:nth-child(4) {
    background: #e3e3e3;
}

.table1 tr td:nth-child(5) {
    background: #f1f1f1;
}

.table1 tr td .author-top {
    clear: both;
    width: 100%;
}

.block1 {
    clear: both;
}

    .block1 span {
        display: block;
        text-align: left;
        line-height: 30px;
        width: 49.5%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.table1 tr td .author-top div.fl, .table1 tr td .author-top div.fr {
    width: 60%;
    text-align: left;
    padding: 0px 5px 6px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table1 tr td .author-top div.fr {
    width: 39%;
}

a.add-item {
    color: #bd1f28
}

a:hover.add-item {
    color: #00AA88
}

.table2 td {
    text-align: center;
    padding: 5px 0px !important;
    vertical-align: center;
}

/*atlats-list*/
.atlas-checkbox-group {
    height: 20px;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}

.atlas-a {
    font-size: 12px;
}

    .atlas-a:hover {
        font-size: 14px;
    }

.atlas-from, .atlas-from li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.atlas-from {
    margin: 0 auto;
    background: #fcfcfc;
    padding: 20px;
    border: 1px solid #efefef
}

    .atlas-from li {
        clear: both;
    }

        .atlas-from li p {
            display: block;
            margin-top: 0;
            padding: 0 0 0 4px;
        }

input {
    border: 1px solid #ddd;
}

.bold-no {
    font-weight: normal !important;
}

.atlas-checkbox-w70 {
    width: 70px;
}

.atlas-checkbox-w195 {
    width: 195px;
}

.atlas-checkbox-w95 {
    width: 95px;
}

.atlas-checkbox-w110 {
    width: 110px;
}

.atlas-checkbox-w100p {
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.atlas-checkbox-w50p {
    width: 50%;
    height: 20px;
    overflow: hidden;
}

.atlas-checkbox-w25p {
    width: 25%;
    height: 20px;
    overflow: hidden;
}

.atlas-checkbox-w33p {
    width: 33%;
    height: 20px;
    overflow: hidden;
}

.atlas-checkbox-w20p {
    width: 20%;
    height: 20px;
    overflow: hidden;
}
/*achievements-cont*/
.mr-auto {
    margin: 0 auto !important;
}

.mode-form1, .mode-form1 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .mode-form1 li {
        clear: both !important;
        padding-left: 120px;
        padding-bottom: 15px;
        position: relative;
    }

        .mode-form1 li label {
            display: block;
            font-size: 12px;
            height: 20px;
            line-height: 12px !important;
            padding: 0;
            margin: 0;
            padding-top: 10px;
            font-weight: normal;
        }

.box-100x {
    width: 120px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.box-200x {
    width: 220px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.info-tip {
    height: 20px;
    line-height: 12px !important;
    padding-top: 10px;
}

.box70 {
    width: 70%;
}

.height36 {
    height: 36px;
    line-height: 34px;
}

.drop-box {
    position: relative;
    border: 1px solid #ddd;
    height: 36px;
}

.drop-txt {
    line-height: 34px;
    cursor: pointer;
    background: #fff;
}

.drop-menu1 {
    width: 100%;
    max-height: 180px;
    overflow-y: auto;
    background: #096ea2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.drop-dw {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 8888;
}

.drop-menu1, .drop-menu1 li {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 8888;
}

    .drop-menu1 li {
        padding: 0 10px;
        color: #fff;
        cursor: pointer;
        height: 36px !important;
        line-height: 34px;
    }

        .drop-menu1 li:hover {
            padding: 0 10px;
            background: #cd4f56;
        }

.ico-dw {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 34px;
    font-size: 18px;
}

.add-btn {
    border: 1px solid #ccc;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    margin-right: 10px;
    text-align: center;
}

.line-red {
    border: 1px solid #096ea2;
}

.box30 {
    width: 29.8%;
}

.font34 {
    font-size: 34px;
}

.myscroll {
    height: 108px;
    overflow-y: auto;
}

label {
    font-weight: normal !important;
}

#YRKey, #ADKey1, #Subjects {
    padding-top: 10px;
}

label input[type=checkbox] {
    padding-right: 10px !important;
}


/*email verify*/
.verify {
    padding-top: 100px;
    width: 666px;
}

.line-t {
    border-top: 1px solid #efefef;
}

.red-color6 {
    color: #f52756;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

/*export导出*/
.export-tab {
}

.export-box {
    min-height: 400px;
}

.export-tab a, .ico-box a {
    display: block;
}

.export-tab a {
    height: 46px;
    line-height: 46px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

    .export-tab a:hover {
        height: 46px;
        line-height: 46px;
        border-right: 4px solid #096ea2;
    }

a.exp-cur {
    height: 46px;
    line-height: 46px;
    background: #fafafa;
    border-right: 4px solid #096ea2;
    color: #096ea2;
}

.ico-box a {
    height: 40px;
    line-height: 40px;
    float: left;
    padding-left: 26px;
    padding-right: 20px;
    position: relative;
}

    .ico-box a i {
        position: absolute;
        left: 0;
        top: 2px;
    }

.export-item, .export-item li, .custom, .custom li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.export-item {
    padding: 20px 0;
}

.custom {
    padding: 20px;
}

    .custom li {
        float: left;
        width: 20%;
    }

.export-item li {
    padding-left: 40px;
    padding-top: 10px;
    border-bottom: 1px solid #f4f4f4;
}

    .export-item li label, .custom li label {
        display: block;
        position: relative;
    }

        .export-item li label input, .custom li label input {
            position: absolute;
            left: -20px;
            top: 0;
        }
/*export导出2*/
.fc-bg {
    background: #fcfcfc;
}

/*subject-list.html*/
.subject-p {
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 20px;
}

.box20 {
    width: 20%;
    display: block;
}

.b {
    font-weight: bold;
}

.subject-p b {
    display: block;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}

.triangle1 {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 49%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #5f5f5f;
}

/*achievements-list2*/
.circle {
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: #d9534f;
    color: #fff;
    /*background: #5bc0de; color: #fff;*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; /*position: absolute; left: 0; top: 10px;*/
    display: block;
}

.left-listnew {
    padding: 0;
}

    .left-listnew .panel-default {
        border: 0px;
        box-shadow: none;
    }

    .left-listnew .panel-body {
        padding: 15px 0 0 0;
    }

.panel-new {
    box-shadow: none;
    margin-bottom: 10px
}

    .panel-new .panel-body {
        padding: 15px 0 0 0;
    }

.panel-heading2 {
    border-bottom: 1px solid #f4f4f4 !important;
    padding-bottom: 10px;
}
/*
.left-listnew a.collapsed{background: #096ea2; color: #fff; }
*/
.mytree-open, .mytree-off {
    height: 13px;
    width: 13px;
    margin-top: 7px;
    overflow: hidden;
    display: block;
}

.mytree-open {
    background: url("../images/tree.jpg") no-repeat left top;
}

.mytree-off {
    background: url("../images/tree.jpg") no-repeat right top;
}

.groupby-panel {
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}

.line-circle {
    border: 2px solid #006aa1;
    color: #006aa1;
    padding: 3px 3px 1px 3px;
    font-size: 20px;
    margin-left: -5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.export-qu {
    padding-left: 40px;
}

.export-title {
    margin-left: -40px;
}

.line-t2 {
    border-top: 1px solid #efefef;
}

.check-list ul, .check-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.check-list li {
    width: 19.5%;
    overflow: hidden;
    float: left;
}

    .check-list li label {
        display: block;
        padding-left: 20px;
       /* height: 24px;
        line-height: 24px;*/
        position: relative;
    }

        .check-list li label input {
            position: absolute;
            left: 0;
            top: 2px;
        }

.my-tabs {
}


/* total.html */
.total-h {
    height: 30px;
    line-height: 30px;
}

.total-title {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .total-title:hover {
        font-size: 14px;
    }

.line-dot {
    border-left: 1px dashed #8c8c8c;
}

.box88 {
    width: 88%;
}

.box33a {
    width: 33%;
}

.total-data div {
    height: 18px;
    line-height: 18px;
    float: left;
}

.color6 {
    color: #fdbe3d
}

.total-data div:nth-child(even) .color6 {
    color: #aed139
}

.total-qrcode {
    position: absolute;
    right: 20px;
    top: 0;
}

.total-export {
    display: block;
    height: 32px;
    line-height: 32px;
    width: 70px;
    background: #f1f1f1;
    color: #dd514c;
    position: absolute;
    right: 0;
    top: -3px;
    border: 1px solid #dd514c;
}

.color7 {
    color: #df5847;
}

.table-box {
    width: 100%;
    overflow-x: auto;
}

.total-dot {
    border-radius: 10px;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
}

.line-block {
    border: 1px solid #555;
}

.line-white {
    border: 1px solid #fff;
}

.table5 td {
    border-bottom: 1px solid #359ddd;
    text-align: center;
}

.table5 > thead > tr > th {
    vertical-align: bottom;
    text-align: center;
    border-top: 2px solid #59abde !important;
    border-bottom: 2px solid #59abde;
}

table.table5 > tbody + tbody {
    border-top: 2px solid #f3bcbb;
}

.table5 > tbody > tr:nth-of-type(odd) {
    background: #d4edfd;
}

table.table5 .table-hover > tbody > tr:hover {
    background-color: #d4edfd !important;
}

.mr40 {
    margin-top: 50px;
}

/*subject3-1*/
.sub-dw {
    position: absolute;
    top: 8px;
    right: 15px;
}

.redline-b {
    border-bottom: 1px solid #de303a;
}

.redline-4b {
    border-bottom: 4px solid #de303a;
}

.box-154x {
    width: 20%;
    display: block;
}

.briefing {
    height: 210px;
    overflow-y: auto;
    line-height: 21px;
}

    .briefing p {
        padding: 0;
        margin: 0;
    }

.box-100s {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
}

    .box-100s img {
        width: 100%;
    }

.box90 {
    width: 90%;
    margin: 0 auto;
}

.sub-list {
    padding-bottom: 30px;
    width: 90%;
    margin: 0 auto;
}

    .sub-list li {
        width: 10%;
        float: left;
        list-style: none;
        text-align: center;
        overflow: hidden;
    }

/* news.html */
.ico11 {
    width: 68px;
    height: 52px;
    margin-right: 10px;
    background: #ccc url("../images/ico11.png");
    background-size: 100%;
}

.news-bg {
    background: url("../images/news.png") no-repeat 0 100px;
}

.news3-list, .news3-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .news3-list li {
        position: relative;
        padding-left: 105px;
        padding-right: 30px;
    }

        .news3-list li a {
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .news3-list li .data-format {
            position: absolute;
            left: 30px;
            top: 20px;
        }

.cont-p {
    display: block;
    max-height: 60px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.font36 {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

.line-b4 {
    border-bottom: 4px solid #f7f7f7;
}

.line-b5 {
    border-bottom: 1px solid #e5d8d8
}

.line-b3 {
    border-bottom: 1px solid #f5f5f5
}

.line-b6 {
    border: 1px solid #f5f5f5
}

.news-btn {
    display: block;
    padding: 5px 20px;
    border: 1px solid #eee;
}
/* esi-list.html */
.esi-list, .esi-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
}

    .esi-list li a {
        display: block;
        float: left;
        width: 14.2%;
        height: 24px;
        line-height: 24px;
        margin-bottom: 10px;
        overflow: hidden;
    }

.btn-esi {
    display: block;
    width: 70%;
    background: #fa4c4d;
    border-left: 10px solid #dd0011;
    color: #fff;
}

.toggle-btn {
    height: 12px;
    width: 80px;
    margin: 0 auto;
    background: #fff;
}

    .toggle-btn a {
        width: 80px;
        display: block;
        position: absolute;
        left: 25px;
        top: -14px;
    }


.t-right-bar {
    position: fixed;
    right: 0;
    bottom: 10%;
    width: 48px;
    height: 48px;
    z-index: 9000;
    cursor: pointer;
}

    .t-right-bar > div {
        float: left;
        height: 36px;
        margin-bottom: 1px;
        border-radius: 20px 0 0 20px;
        color: #fff;
        padding-left: 100%;
        clear: both;
        white-space: nowrap;
        font-size: 13px;
        line-height: 36px;
        font-style: normal;
        background-color: #aaa;
        background-repeat: no-repeat;
        background-position: 12px center;
        transition: transform .2s cubic-bezier(.215, .61, .355, 1), padding .2s cubic-bezier(.215, .61, .355, 1), margin .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.215, .61, .355, 1)
    }

        .t-right-bar > div.active, .t-right-bar > div:hover {
            transform: translateX(-100%);
            padding-left: 45px;
            padding-right: 10px;
            margin-left: 48px;
            background-color: #096ea2;
            text-decoration: none;
            color: #fff
        }

    .t-right-bar .t-bar-support {
        background-image: url(../img/icon/support_1.svg);
        background-position: 14px center;
    }

    .t-right-bar .t-bar-rocket {
        background-image: url(../images/fanhuidingbucopy.png);
        background-position: 19px center;
    }

.t-bar-support a {
    color: white;
}

    .t-bar-support a:hover {
        color: #fff
    }


.ico-box {
    border: 1px solid #f5f5f5;
    width: 36px;
    height: 36px;
    padding: 4px 0 0 6px;
    text-align: center;
    border-radius: 30px;
    background: #f7f7f7;
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
}

    .ico-box span {
        display: block;
        width: 70px;
        position: absolute;
        right: -80px;
        top: 5px;
        font-size: 12px;
        text-align: left;
    }

.color-gray {
    color: #ccc !important;
}


/* search.html */
.input-box3 {
    height: 34px;
    border: 1px solid #eee;
    margin: 0 5px;
    position: relative;
}

.w80 {
    width: 10%;
}

.w120 {
    width: 20%;
}

.w500 {
    width: 53%;
}

.input-box3 select, .input-box3 input {
    position: absolute;
    left: 0px;
    border: 1px solid transparent;
    width: 100%;
    padding: 0 5px;
    outline: none;
}

.input-box3 select {
    top: 6px;
}

.input-box3 input {
    top: 4px;
}

.add-ico, .minus-ico {
    display: block;
    width: 35px;
    height: 28px;
    margin-left: 5px;
    border-radius: 4px;
    background: #e0e0e0;
    position: absolute;
    top: 1px;
    text-align: center;
    font-size: 30px;
    line-height: 24px;
}

.minus-ico {
    right: -5px;
    font-size: 40px;
}

.pl100 {
    padding-left: 100px;
}

.advanced1 {
    position: absolute;
    left: 0px;
    top: 0;
}

/*科室介绍*/
.h256 {
    height: 256px;
    background: #1b5b87 url("../images/bg2_blue.jpg") no-repeat top center;
    margin-bottom: 20px;
}

.pt80 {
    padding-top: 80px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.h268 {
    height: 268px;
}
.h320 {
    height: 320px;
    /*    background: #bd1f28 url("images/bg2.jpg") no-repeat top center;*/
    margin-bottom: 20px;
}

.warp1 {
    width: 1200px !important;
    min-width: 1200px !important;
}

.dept-title {
    font-size: 20px;
    color: #fff;
    background: url(/images/icon-dept.png) 50px 12px no-repeat;
    margin-top: 20px;
}

.box59 {
    width: 59%;
}

.data-box {
    width: 80px;
    height: 57px;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 30px;
    overflow: hidden;
    margin-top: 26px;
}

.dtl-txt {
    color: #c0232c;
    cursor: pointer
}

    .dtl-txt:hover {
        color: #f69a63;
        cursor: pointer
    }

.dept-intro {
    min-height: 74px;
}


.left-dept {
    width: 30.5%;
}

.right-dept {
    width: 65.9%;
    margin-left: 40px;
}


.model-tit {
    font-size: 18px;
    color: #000;
}

    .model-tit span {
        margin-left: 10px;
        color: #999;
    }

.bg-gray {
    background-color: #fbfbfb;
}

.data-group, .data-img {
    list-style: none;
    marign: 0;
    padding: 0;
}

.data-group {
    padding: 45px 30px 20px 30px;
    width: 360px;
}

    .data-group li {
        float: left;
        width: 80px;
        margin-right: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 14px;
    }

.group1 {
    background-color: #73c177;
    color: #fff;
    padding: 7px 0;
}

.group2 {
    background-color: #ffaf3a;
    color: #fff;
    padding: 7px 0;
}

.group3 {
    background-color: #f66d63;
    color: #fff;
    padding: 7px 0;
}

.group4 {
    background-color: #33b5e5;
    color: #fff;
    padding: 7px 0;
}

.group5 {
    background-color: #096ea2;
    color: #fff;
    padding: 7px 0;
}

.group6 {
    background-color: #3372e5;
    color: #fff;
    padding: 7px 0;
}

.data-img {
    width: 768px;
    overflow: hidden;
}

    .data-img li {
        float: left;
        text-align: center;
    }

.img-gp {
    width: 158px;
    height: 188px;
    background-color: #f5f5f5;
}

    .img-gp img {
        max-height: 188px;
        width: 158px;
    }

.data-img li a {
    font-size: 15px;
}

.no-info {
    text-align: center;
    min-height: 225px;
    padding-top: 20px;
}

.overflow-hidden {
    overflow: hidden;
}

.orgauthorslideBox {
    width: 100%;
    height: 235px;
    position: relative;
    overflow: hidden;
}

    .orgauthorslideBox ul {
        padding: 0;
        margin: 0;
        clear: both;
        list-style: none;
        position: relative;
        width: 200%;
    }

        .orgauthorslideBox ul li {
            list-style: none;
            text-align: center;
            float: left;
            width: 12.5%;
            height: 235px;
            overflow: hidden;
            position: relative;
        }

    .orgauthorslideBox .spanBox .active, .orgauthorslideBox .spanBox1 .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #bd1f28;
    }
/*弹出框*/
.dept-dtl {
    width: 600px;
    border: 1px solid #efefef;
    padding: 40px;
}

.dtl-tit {
    margin-bottom: 20px;
}

    .dtl-tit h4 {
        font-size: 20px;
    }

.dtl-close {
    float: right;
    margin-top: -35px;
    font-size: 16px;
    color: #999;
    cursor: pointer
}

.dept-dtl p {
    font-size: 14px;
}

.indent24 {
    text-indent: 24px;
}

.dtl-con {
    max-height: 760px;
    overflow: auto;
    min-height: 400px;
}

.dept-txt {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    margin: 0 40px;
    padding: 10px 0;
    font-weight: bold;
    color: #0b82c0;
}

.dept-img {
    margin: 25px 0 25px 40px;
    width: 370px;
    height: 215px;
}

    .dept-img img {
        width: 370px;
        height: 215px;
    }

.journal-img {
    margin: 25px 0 25px 40px;
    
    height: 215px;
}

    .journal-img img {
        
        height: 215px;
    }

/*打印公章*/
.printzhang {
    /*background: url(/PublicApi/SitePhoto/PrintZhang) top right no-repeat;*/
    position: relative;
    width: 150px;
    height: 150px;
    top: -80px;
    right: -650px;
    opacity: 0.5;
    z-index: 100;
}


/*对标首页*/
.home-bg {
    background: #fff url("../images/home-bg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 13rem;
    padding-bottom: 15rem;
}

.mau {
    margin: 0 auto;
}

.txt-dw {
    position: absolute;
    top: 3.6rem;
    left: 50%;
    margin-left: -11rem;
}

.color-gary {
    color: #736c6c
}

/*对标机构*/
.organ-list {
    position: absolute;
    left: 45%;
    top: -18px;
    /*padding: 10px 20px;*/
    background: url("../images/tit-bg.png") no-repeat;
    height: 30px;
    width: 110px;
    line-height: 30px;
    color: #006aa1;
    font-size: 16px;
    font-weight: bold
}

    .organ-list span {
        position: absolute;
        top: 0;
        left: 30px;
    }

    .organ-list .tit1 {
        left: 30px;
    }

    .organ-list .tit2 {
        left: 23px;
    }

.list-deta {
    list-style: none;
    width: 100%;
    padding: 0 0 0 20px !important;
    margin: 0
}

    .list-deta li {
        float: left;
        width: 33.3%;
        padding: 10px 0;
    }

/*我的报告*/
.report {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .report li {
        width: 50%;
        float: left;
        padding: 20px 30px;
    }

.btn-download {
    cursor: pointer;
}

/*报告详情*/
.report-head {
    border-left: 6px solid #096ea2;
    padding-left: 20px;
}

.btn-report {
    padding: 8px 80px;
    color: #fff;
    font-size: 16px;
}

    .btn-report:hover {
        color: #fff;
    }

/*z专题库*/
ul, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.del-advanced {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 36px;
}

.add-advanced {
    position: absolute;
    right: 50px;
    top: 0;
    line-height: 36px;
}


.soso-list li {
    padding-bottom: 10px;
}

.sel-box {
    width: 100%;
    margin-right: 10px;
    height: 36px;
    border: 1px solid #e2ecf6 !important;
    outline: none;
    background: rgba(255,255,255,1);
    /* box-shadow:inset 0px 0px 8px 0px rgba(13,91,174,0.1) */
}



.lh30 {
    height: 36px;
    line-height: 36px;
}

.red-color {
    color: #096ea2;
}

.pb10 {
    padding-bottom: 10px;
}

.input-box {
    width: 100%;
    padding-right: 90px;
    margin: 0px 0;
    height: 36px;
}

    .input-box input {
        border: 1px solid #e2ecf6 !important;
        outline: none;
        padding-left: 10px;
        height: 36px;
        margin-right: 10px;
        background: #fff; /* box-shadow:inset 0px 0px 8px 0px rgba(13,91,174,0.1) */
    }

.mybtn1, .mybtn2, .mybtn3 {
    outline: none;
    height: 30px;
    line-height: 27px;
    padding: 0 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.tab-nav a.cur, .mybtn1, .mybtn2, .mybtn3 {
    color: #fff;
}

.mybtn1 {
    background: #444444;
    border: 1px solid #444;
}

.mybtn2 {
    background: #096ea2;
    border: 1px solid #096ea2;
}

.mybtn3 {
    background: #ea951b;
    border: 1px solid #ea951b;
}

.tab-nav a {
    height: 30px;
    line-height: 27px;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .warp {
        margin: 0 auto;
        background: transparent;
        width: 1200px;
        min-width: 1000px;
    }

    .box86 {
        width: 90%;
        margin: 0 0 0 80px;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }
}
