﻿.backdown {
    background-color: #f4f4f4;
    background-size: 100% 100%;
}
.smtitle {
    padding-top: 30px;
    font-size: 20px;
    font-weight: bolder;
    color: #6495ED;
}
.titleline {
    border-bottom: 1px #6495ED solid;
    margin: 0 -50px;
    padding-top: 10px;
}

.searchtips {
    background-color: #ffffff;
    border-radius: 15px 15px;
    box-shadow: 0px 0px 15px #c3d0e8;
    -webkit-border-radius: 10px 10x;
    padding: 10px 15px;
    margin-top: 50px;
    color: #9d9d9d;
    font-size: 14px;
    
}
    .searchtips .tiptitle {
        color: #6495ED;
        font-weight: bold;
    }
    .searchtips .tipdes {
        font-size: 14px;
        font-style: italic;
    }
    .searchtips img {
        padding-right: 5px;
    }
    .searchtips p {
        padding:5px 0;
    }
    .searchwz {
        position: relative;
        top: 50px;
    }
.searchdiv {
    position: relative;
    top: 72px;
    flex-direction: row;
    align-items: center;
}
    .searchdiv .searchinput {
        width: 900px;
        /* min-height: 50px;
        max-height: 60px;*/
        height: 50px;
        line-height: 50px;
        padding: 10px 0;
        outline: 0;
        /*border: 1px solid #a0b3d6;*/
        font-size: 16px;
        word-wrap: break-word;
        /*overflow-x: hidden;
        overflow-y: hidden;*/
        border-radius: 8px;
        /*background-color: #ffffff;
        display: inline-block;*/
        text-align: left;
        /*padding-left: 98px;*/
        color: #9d9d9d;
        background: url("/image/search/inputbg.png") no-repeat;
        background-size: cover;
    }
    .searchdiv .searchlogo {
        background: url(/image/search/logobai.png) no-repeat;
        display: inline-block;
        width: 149px;
        height: 39px;
        margin-right: 30px;
    }
    .searchdiv .searchbefore {
        display: inline-block;
        border-right: 1px #6495ED solid;
        font-size: 16px;
        position: relative;
        left: 10px;
        bottom: 3px;
        height: 37px;
        line-height: 37px;
        cursor: pointer;
        margin-right: 20px;
    }
    .searchdiv .searchafter {
        display: inline-block;
        font-size: 16px;
        position: relative;
        bottom: 6px;
        height: 37px;
        line-height: 37px;
        cursor: pointer;
        padding-left:10px;
    }
    .searchdiv .searchend {
        display: inline-block;
        position: relative;
        right: -23px;
        bottom: 6px;
        height: 37px;
        line-height: 37px;
        cursor: pointer;
    }
.searchafter a {
    line-height:24px;
    height:24px;
}
.searchafter .searchspan {
    background-color: #fff;
    font-size: 16px;
    color: #9d9d9d;
    border: 0;
    width: 141px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: -30px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


        /*下面三个样式是去掉一级分类鼠标经过、点击的样式*/
    .dropdown-submenu > a {
        cursor:auto;
    }
        .dropdown-submenu > a:visited {
            background-color: #fff;
            color: var(--bs-dropdown-link-color);
        }
        .dropdown-submenu > a:hover {
            background-color: #e9ecef;
        }
        
    .resultDiv {
        /*top: 20px;
    position: relative;*/
        padding-top: 20px;
        font-size: 14px;
        color: #777777;
        font-family: Microsoft YaHei;
        font-weight: 400;
    }
.leftResult {
    
}
    .leftResult ul {
        list-style-type:none;
        margin-bottom:0;
    }
        .leftResult ul > li {
            height:46px;
            line-height:46px;
        }
    .leftResult .title {
        background-color: #d1d6de;
        height: 58px;
        line-height: 58px;
        padding-left: 2rem;
        font-weight: 700;
        position: relative;
    }
    .leftResult .content {
    background-color:#fff;
    }
    .leftResult .typeDiv {
        border:0.5px solid #dcdddd;
    }
.typeDiv ul {
    padding-left: 0;
}
.typeDiv li {
    overflow: hidden;
    padding-left: 2rem;
    padding-right: 2rem;
    cursor: pointer;
}
    .typeDiv li:hover {
        background-color: #f4f4f4;
    }
.typeDiv a {
    cursor:pointer;
}
.leftResult .qita {
    color: #3767bf;
    text-decoration: none;
    cursor:pointer;
}

    /*倒三角*/
.dtriangleDiv {
    border: 6px solid transparent;
    border-top-color: #777777;
    height: 0;
    width: 0;
    position: absolute;
    right: 20px;
    top: 25px;
    cursor:pointer;
}
/*正三角*/
.ztriangleDiv {
    border: 6px solid transparent;
    border-bottom-color: #777777;
    height: 0;
    width: 0;
    position: absolute;
    right: 20px;
    top: 19px;
    cursor: pointer;
}
.tiaojianRow {
    border-bottom: 0.5px solid #6495ED;
    background-color: #f4f4f4;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
    .tiaojianRow span {
        background-color: #dbebff;
        height: 35px;
        line-height: 35px;
        border: 1px solid #dbebff;
        display: block;
        padding: 0 5px;
        margin-right: 10px;
    }
    .tiaojianRow img {
        cursor:pointer;
    }
.contentRow {
    width: 100%;
    height: 63px;
    /*line-height: 63px;*/
    background: #ffffff;
    border: 0.5px solid #dcdddd;
    margin: 10px 0;
    /*justify-content:center;
    align-items:center;*/
}
    .contentRow > div {
        width: 80px;
        margin-left: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .contentRow select {
    width:100px;
    height:42px;
    }
#resultSearch {
    background-color: #6495ED;
    height: 42px;
    width: 90px;
}
.tjRow {
    background: #d1d6de;
    border: 0.5px solid #dcdddd;
    height: 42px;
    line-height: 75px;
    width:100%;
    padding-left:15px;
}
    .tjRow .allcheck {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .tjRow .showList {
        color: #B28BBD;
        cursor: pointer;
    }
.resultRow {
   /* min-height:100%;*/
    width: 100%;
    background: #ffffff;
    border: 0.5px solid #dcdddd;
    padding:15px;
}
    .resultRow > div {
        padding-bottom: 12px;
        /*height:163px;*/
        line-height: 25px;
        border-bottom: 1px dashed #dedede;
    }
    .resultRow .title {
        color: #5d5d5d;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
        .resultRow .title:hover {
            color: #3767BF;
        }
.title .issu {
    border: 0.5px solid #dcdddd;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    font-weight: 500;
    font-style: italic;
    margin-left: 10px;
}
    .resultRow .option {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }
.option .autor {
    color: #3767BF;
}
.option .paper {
    font-style: italic;
}
.resultRow .zhaiyao {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    /*font-family: SimHei;*/
    font-weight: 400;
    color: #7c7c7c;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor:pointer;
}
    .resultRow .zhaiyao:hover {
        color: #3767BF;
    }
.resultRow .keyword {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor:pointer;
}
    .resultRow .keyword:hover {
        color: #3767BF;
    }
.datacopy {
    background-color: rgb(100, 149, 237);
    display: inline-block;
    margin-left: 15px;
    padding: 0 8px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}
.pageDiv {
    height: 50px !important;
    border: 0 !important;
    align-items: end;
}
.contentlist li {
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #7c7c7c;
}
.downTXTDIV {
    height:70px;
    line-height:70px;
    text-align:center;
    /*padding-right:150px;*/
}
    .downTXTDIV button {
        background-color: #6495ED;
        height: 42px;
        width: 90px;
    }

.exportType {
    display: inline-block;
    padding: 0 5px;
}
.titlesearch {
    padding-left: 10px;
    cursor: pointer;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.showRow {
    /* min-height:100%;*/
    width: 100%;
    background: #ffffff;
    padding: 0 15px;
    font-size:14px;
}

    .showRow > div {
        padding-top:10px;
        padding-bottom: 10px;
        /*height: 35px;
        line-height: 35px;*/
        border-bottom: 1px dashed #dedede;
    }

    .showRow .title {
        color: #5d5d5d;
        font-weight: 700;
        /*height: 40px;
        line-height: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;*/
    }
    .showRow .option {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }
    .showRow .zhaiyao {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        /*font-family: SimHei;*/
        font-weight: 400;
        color: #7c7c7c;
        line-height: 24px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
       /* -webkit-line-clamp: 2;*/
        -webkit-box-orient: vertical;
    }

    .showRow .keyword {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        /*-webkit-line-clamp: 1;*/
        -webkit-box-orient: vertical;
    }
.yinyong {
    text-align: right;
    padding-right: 10px;
}
    .yinyong img {
        width: 12px;
        cursor: pointer;
    }
    .shoucang img {
        cursor: pointer;
        width:18px;
        height:17px;
    }
.yymenutop {
    height: 47px;
    border-bottom: 1px solid #e0e0e0;
    border-bottom-color: rgba(0,0,0,.12);
    background-color: #f5f5f5;
    line-height: 47px;
    text-align: center;
}
.yinyongTit {
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}
.search_menu {
    display: inline-block;
}
    .search_menu span {
        padding: 0 10px 5px 10px;
        cursor: pointer;
    }
        .search_menu span:hover {
            border-bottom: 2px solid #ffc13d;
        }
.search_menu_select {
    border-bottom: 2px solid #ffc13d;
}
.searchall_menu {
    position: absolute;
    top: 46px;
    color: #fff;
}
.checktitle {
    line-height: 45px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}
    .checktitle .listtitle {
        padding-left: 10px;
        color: #6495ED;
    }
    .checktitle .spantitle {
        padding-left: 20px;
    }
.spantitle span {
    color:#ff0000;
}
.selectdata {
    width: 100%;
    height: 780px;
    overflow-y: auto;
}
    .selectdata li {
        line-height: 32px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #DDDDDD;
    }
    .selectdata li>span {
        padding-left:10px;
    }
.checkbotton {
    position: absolute;
    right: 20px;
    /*display: flex;
    justify-content: flex-end;
    padding-right: 50px;*/
}
    .checkbotton img {
        width:23px;
        height:23px;
    }
.stat_banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/image/searchStatistics/banner.png);
    height: 124px;
    margin: -6px 0 0 0;
    display: flex;
    padding: 30px 40px 0 40px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
    .stat_banner .jindu {
        display: flex;
        align-items: center;
        padding-top: 10px;
    }
.jindu > div {
    width: 20%;
    text-align: center;
}
    .stat_banner .linediv {
        border: 1px solid;
        height: 2px;
        width: 50%;
    }
.stat_banner .btnfx_no {
    background: #FFFFFF;
    width: 110px;
    height: 42px;
    color: #6495ED;
}
.stat_banner .btnfx_yes {
    background: #FFC64C;
    color: #ffffff;
    width: 110px;
    height: 42px;
}
.stat_banner .now {
    color: #FFE955;
    font-weight:bold;
}
.result_div {
    display: flex;
    min-height: 500px;
}
    .result_div .titleselect {
        padding-left: 10px;
        font-size: 16px;
        color: #777777;
        height: 60px;
        display: flex;
        align-items: center;
        box-shadow: 0px 10px 11px -10px rgba(110, 110, 110, 0.32);
    }
    .result_div .biandiv {
        width: 400px;
        min-width: 350px;
        height: auto;
    }
    .result_div .centerdiv {
        min-width: 700px;
        flex-grow: 1;
        height: auto;
        background: #FFFFFF;
    }
.centerdiv .title {
    box-shadow: 0px 0px 11px 2px rgba(100,149,237,0.32);
    padding-left: 5%;
    padding-right: 5%;
    font-weight: bold;
    color: #777777;
}
    .centerdiv .title > div {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .centerdiv .title > div>span {
        padding-left:5px;
    }
        .centerdiv .title > div > img {
            width:46px;
            height:30px;
        }
.centerdiv .content {
    height: 600px;
    padding: 20px;
}
    .centerdiv .content > div {
        height:100%;
    }
    .result_div .paperdata {
        color: #7C7C7C;
        border-bottom: 1px solid #7D7D7D;
        padding: 10px;
    }
    .result_div .paperdata > .paper_title {
        font-weight: bold;
        color: #5D5D5D;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        line-height: 40px;
        height: 40px;
    }
.selectwidth {
    width: 100px;
    height: 32px;
}
.val {
    width: 30px;
    display: inline-block;
}
    .val input {
        border: none;
        border-bottom: 1px solid #ABADA8;
        background: none;
        padding: 0.1em 0em;
        color: #E4531C;
        font-weight: bold;
        font-size: 1em;
        width: 2em;
        text-align: center;
        height: 20px;
    }
.slider {
    width: 100px;
    display: inline-block;
    padding: 0 6px;
}
    .slider div {
        background: #8FBF0B;
        border: none;
        height: 0.5em;
        margin-top: 0.5em;
    }
        .slider div .ui-slider-handle {
            background: #F4F3F1;
            width: 1em;
            height: 1em;
            border-radius: 1em;
        }

/*.resultRow {*/
    /* min-height: 100%; */
    /*width: 100%;
    background: #F4F4F4;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    border: 0;
}
    .resultRow .title {
        color: #5d5d5d;
        font-weight: 600;
        height: 30px;
        line-height: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .resultRow > div {*/
        /* height: 163px; */
        /*padding: 8px 0;
        line-height: 25px;
        border-bottom: 1px dashed #dedede;
    }
    .resultRow .title > div {
        display: flex;
    }
.title a {
    text-decoration: none;
    color: #7c7c7c;
}

.title a {
    text-decoration: none;
    color: #7c7c7c;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.resultRow .option {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.resultRow .zhaiyao {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    font-family: SimHei;
    font-weight: 400;
    color: #7c7c7c;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;*/
    /* -webkit-line-clamp: 10; */
    /*-webkit-box-orient: vertical;
}
.resultRow .keyword {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;*/
    /* -webkit-line-clamp: 1; */
    /*-webkit-box-orient: vertical;
}
.option .autor {
    color: #3767BF;
}
.option .paper {
    font-style: italic;
}
.option .autor {
    color: #3767BF;
}
.title .issu {
    border: 0.5px solid #dcdddd;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    font-weight: 500;
    font-style: italic;
    margin-left: 10px;
}*/