

.sidebar-bg {
    width: 200px;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: auto;
}

.sidebar-bg .result-side-nav {
    color: white;
    border: none;
}
.sidebar-close-box{
    padding: 0 15px;
}
.sidebar-close{
    background-color: #336699;
    color: white;
    margin: 15px 0 15px;
}
.sidebar-close:focus ,  .sidebar-close:hover{
    color: white;
}


.result-title {
    height: 40px;
    background-color: #336699;
    padding: 0 15px;
    color: white;
}

.result-title span {
    line-height: 40px;
    cursor: pointer;
}

/*左侧导航*/
.journal-side-nav > li {
    border-bottom: 1px solid #ccc;
}

.journal-side-nav > li:last-child {
    border-bottom: none;
}

.journal-nav-title {
    padding: 10px 15px;
    display: block;
    position: relative;
}

a:hover, a:focus, a:active {
    color: #333;
}
.journal-nav-title span{
    color: #333;
}
.journal-nav-title span:last-child {
    color: white;
    position: absolute;
    right: 15px;
    line-height: 14px;
    height: 14px;
}

.sub-nav {
    background-color: white;
}

.sub-nav > li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}
.sub-nav > li>a{
    color: #333;
}
.sub-nav > li:last-child {
    border-bottom: none;
}

.sub-nav li a:hover, .sub-nav li a:focus {
    color: #336699;
}

/*right*/
/*标题*/
.result-search-title {
    background-color: white;
    box-shadow: 0 0 1px 0 #ccc;
    padding: 10px 15px;
}

.result-search-title .journal-search {
    font-size: 14px;
    margin-top: 5px;
}

.result-search-title i {
    font-size: 14px;
    font-style: normal;
    display: block;
    margin-top: 5px;
}

.result-search-title i:nth-child(2) {
    margin-left: 15px;
}

.result-search-title i span {
    color: #336699;
}
.journal-form label{
    font-weight: 400;
    padding-top: 5px !important;
}
.journal-btn {
    line-height: 17px;
    height: 30px;
    background-color: #336699 !important;
    color: white;
}
.journal-btn:focus , .journal-btn:hover{
    color: white;
}
.qx-checkbox {
    margin-top: 6px;
}

/*摘要*/
.journal-title {
    padding: 15px;
}

.letter-box a {
    padding: 0 2px;
}


/*期刊侧导航*/
.journal-side-nav {
    width: 100%;
    background: #e5e5e5;
    border: 1px solid #ccc;
}


