.journal {
	--el-color-primary: #0093D5;
    --el-font-size-base: 0.875rem;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .journal .search .tabpanel .subject2 {
    font-size: 1rem;
    color: #000000;
    width: 100px;
  }
  .journal .search .tabpanel .subject3 {
    font-size: 1rem;
    color: #2B2B2B;
  }
  .journal .search .tabpanel .area_wd {
    width: 374px;
  }
  .journal .tabpanel input {
    font-size: 0.875rem;
}
  .journal-wd {
    width: 1200px;
    margin: 0 auto;
  }
  .journal .title {
    font-family: Cambria, Liberation Serif, Hoefler Text, Georgia, Times New Roman, Noto Serif, Liberation Serif;
    font-size: 2.5rem;
    color: #000;
    font-weight: bold;
  }
  .journal .book_img {
    width: 20px;
    height: 18px;
  }
  .journal .desc {
    font-size: 1rem;
    color: #2B2B2B;
    margin-left: 6px;
  }
  .journal .nav {
    width: 100%;
    margin-top: 34px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 147, 213, 0.5);
  }
  .journal .nav-tabs {
    width: 1200px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .journal .nav-tabs .item {
    cursor: pointer;
    margin-right: 40px;
    font-size: 1.125rem;
    color: #0093D5;
    margin-right: 45px;
  }
  .journal .nav-tabs .active {
    font-weight: bold;
  }
  .journal .nav-tabs .active_line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 69px;
    height: 2px;
    background-color: #0093D5;
    transition-duration: 300ms;
    transition-property: left;
    transition-timing-function: ease-in-out;
  }
  .journal .table {
    width: 1200px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
  }
  .journal .table-left {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  .journal .table-left .option {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .journal .table-left .option .second {
    margin-left: 20px;
  }
  .journal .table-left .option .txt2 {
    font-size: 1.125rem;
    color: #000;
    font-weight: bold;
  }
  .journal .table-left .option .txt3 {
    font-size: 1rem;
    color: #000;
  }
  .journal .table-left .option .txt4 {
    font-size: 0.875rem;
    color: #B7B7B7;
  }
  .journal .table-left .txt1 {
    font-size: 1.25rem;
    color: #2B2B2B;
    font-weight: bold;
  }
  .journal .table-left .filters {
    width: 272px;
    height: 36px;
    line-height: 36px;
    background-color: #0093D5;
    text-align: center;
    font-size: 0.875rem;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .journal .table-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    margin-left: 40px;
  }
  .journal .table-right .btns {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid rgba(0, 147, 213, 0.5);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .journal .table-right .btns-part {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .journal .table-right .btns-part .common {
    cursor: pointer;
    padding: 8px 26px;
    background: #FFFFFF;
    box-shadow: 4px 4px 0px 0 rgba(174, 206, 219, 0.14);
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: var(--el-font-size-base);
  }
.journal .table-right .btns-part .common:hover{background: #eefaff}
  .journal .table-right .btns-part .common img {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .journal .table-right .btns-part .sort {
    font-size: 1rem;
    color: #7B7B7B;
  }
  .journal .table-right .paging {
    width: 100%;
    height: 56px;
    background-color: rgba(244, 249, 251, 0.5);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .journal .table-right .paging-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 24px;
  }
  .journal .table-right .paging-left .txt1 {
    font-size: 1rem;
    color: #373737;
    font-weight: bold;
  }
  .journal .table-right .paging-left .txt2 {
    font-size: 1.125rem;
    color: #888888;
    margin-left: 10px;
  }
  .journal .table-right .paging-right {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .journal .table-right .paging-right .info {
    color: #888888;
    font-size: 1rem;
  }
  .journal .table-right .paging-right input {
    width: 43px;
    height: 25px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    margin: 0 20px;
  }
  .journal .table-right .list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .journal .table-right .list-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
  .journal .table-right .list-item .bar {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
  }
  .journal .table-right .list-item .bar-index {
    color: #0093D5;
    font-size: 1rem;
    margin-top: 10px;
  }
  .journal .table-right .list-item .bar-option {
    padding: 6px;
    background-color: #F0F5F7;
    font-size: 1rem;
    color: #0093D5;
  }
  .journal .table-right .list-item .content {
    /* flex: 1; */
    margin-left: 20px;
    min-width: 0;
    /* display: flex; */
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(150, 182, 196, 0.3);
  }
  .journal .table-right .list-item .content-tit {
    font-size: 1.125rem;
    color: #0093D5;
    line-height: 22px;
    text-align: left;
  }
  .journal .table-right .list-item .content-author {
    margin-top: 16px;
    font-size: 0.875rem;
    color: #5D7274;
  }
  .journal .table-right .list-item .content-location {
    margin-top: 14px;
    font-size: 0.875rem;
    color: #6993A6;
  }
  .journal .table-right .list-item .content-location .other {
    color: #2B2B2B;
  }
  .journal .table-right .list-item .content-desc {
    font-size: 0.875rem;
    color: #5B5B5B;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .journal .about {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .journal .about .main_img {
    width: 273px;
    height: 372px;
  }
  .journal .about .intro {
    flex: 1;
    min-width: 0;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
  }
  .journal .about .intro-xitem {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 10px;
  }
  .journal .about .intro-xitem .label {
    width: 200px;
    font-size: 1rem;
    color: #323232;
    font-weight: bold;
  }
  .journal .about .intro-xitem .txt_info {
    flex: 1;
    min-width: 0;
    margin-left: 24px;
    font-size: 1rem;
    color: #323232;
  }
  .journal_high{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #212121;
    margin-bottom: 50px;
  }
  .journal_high p{
    color: #FFFF00 !important;
  }
  .journal_high span{
    color: #FFFF00 !important;
  }
  .journal_high p{
    color: #FFFF00 !important;
  }
  .journal_high span{
    color: #FFFF00 !important;
  }
  .select-button {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  cursor: pointer;
}

.select-options {
  position: absolute;
  width: 140px;
  border: 1px solid #0093d587;
  background-color: #fff;
}

.select-option {
  padding: 8px;
  cursor: pointer;
  font-size: 0.875rem;
  color: #5B5B5B;
}

.select-option:hover {
  background-color: #f0f0f0;
}

.select-option-active {
  background-color: #f0f0f0;
  color: #409eff;
  font-weight: bold;
}
.top_info {
    width: 100%;
    height: 46px;
    background-color: rgba(241, 246, 219, 0.85);
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.25rem;
    padding: 10px 0px;
  }
  .no-underline-hover {
    cursor: pointer;
    text-decoration: underline;
  }
  .no-underline-hover:hover {
    cursor: pointer;
    text-decoration: none;
  }
.top_info .color1 {
    margin-left: 10px;
    color: #696969;
  }
.top_info .color2 {
    color: #1FA0DA;
  }
.top_info img {
    width: 18px;
    height: 18px;
    margin-left: 16px;
  }