.literature {
	--el-color-primary: #0093D5;
    --el-font-size-base: 0.875rem;
    width: 100%;
    flex: 1;
  }
  .literature .tabpanel .area_wd > .el-select-dropdown__item ::deep {
    font-size: 0.875rem !important;
}
  .literature .banner {
    width: 100%;
    height: 117px;
    background-color: #E5E5E5;
    position: relative;
  }
  .literature .banner-leftBack {
    width: 427px;
    height: 117px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .literature .banner-topLayer {
    width: 100%;
    height: 117px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .literature .banner-topLayer .options {
    width: 150px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    color: #636363;
    padding: 0 14px;
    box-sizing: border-box;
	  border: none;
  }
  .literature .banner-topLayer .searchView {
    width: 667px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 9;
  }
  .literature .banner-topLayer .searchView input {
    font-size: 1.125rem;
    color: #000000;
    flex: 1;
    min-width: 0;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 6px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .literature .banner-topLayer .searchView .btn {
    flex-shrink: 0;
    width: 118px;
    height: 48px;
    background-color: #0093D5;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
  }
  .literature .banner-topLayer .searchView .btn img {
    width: 17px;
    height: 17px;
  }
  .literature .banner-topLayer .searchView .btn span {
    margin-left: 2px;
    font-size: 1.125rem;
    color: #fff;
  }
  .literature .banner-topLayer .otherSearch {
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    border: 1px solid #C3CFD4;
    padding: 0 30px;
    margin-left: -10px;
    text-align: center;
    line-height: 50px;
    color: #0093D5;
    font-size: 1.125rem;
    border: none;
    z-index: 2;
    cursor: pointer;
  }
  .literature .tips {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(0, 147, 213, 0.5);
  }
  .literature .tips-center {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .literature .tips-center .title {
    font-size: 1rem;
    color: #0093D5;
  }
  .literature .tips-center .right {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .literature .tips-center .right-btn {
    cursor: pointer;
    padding: 8px 26px;
    background: #FFFFFF;
    box-shadow: 3px 3px 0px 0 rgba(174, 206, 219, 0.14);
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .literature .tips-center .right-btn:hover{background: #eefaff}
  .literature .tips-center .right-btn img {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .literature .centerPart {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
  }
  .literature .centerPart .left_part {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .literature .centerPart .left_part a {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    position: relative;
    top: inherit;
  }
  .literature .centerPart .left_part a > img {
    width: 19px;
    height: 35px;
  }
  .literature .centerPart .left_part a > .txt1 {
    font-size: 0.875rem;
    width: 300px;
    color: #737373;
  }
  .literature .centerPart .left_part a > .txt2 {
    font-size: 1rem;
    width: 300px;
    color: #272727;
  }
  .literature .centerPart .main {
    width: 1200px;
    display: flex;
    flex-direction: row;
  }
  .literature .centerPart .main-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .literature .centerPart .main-content .tag {
    padding: 2px 4px;
    font-size: 0.75rem;
    background-color: #E9EED5;
    margin-bottom: 20px;
    margin-left: 3px;
	  margin-right: 3px;
	  cursor: pointer;
  }
  .literature .centerPart .main-content .tag:hover {
	  outline: 1px dashed #000;
	}
	
	.literature .centerPart .main-content .highlight {
  background-color: rgba(250, 152, 24, 0.369);
  transition: opacity 1s ease-out;
}

.literature .centerPart .main-content .highlight.fade-out {
  background-color: rgba(250, 152, 24, 0);
}

  .literature .centerPart .main-content .txt1 {
    font-size: 1rem;
    color: #6993A6;
  }
  .literature .centerPart .main-content .txt2 {
    font-size: 1rem;
    color: #2B2B2B;
  }
  .literature .centerPart .main-content .title {
    font-family:  Times New Roman, Cambria, Liberation Serif, Hoefler Text, Georgia,Noto Serif, Liberation Serif;
    font-size: 2.5rem;
	  font-weight:  bold;
    color: #2B2B2B;
    line-height: 46px;
    text-align: left;
  }
  .literature .centerPart .main-content .txt3 {
    font-size: 1.125rem;
    color: #0093D5;
  }
  .literature .centerPart .main-content .txt4 {
    font-size: 1.125rem;
	  line-height: 23px;
    color: #000;
  }
  .literature .centerPart .main-content .button_exp:hover {
    background-color: #DDDDDD;
  }
  
  .literature .centerPart .main-content .second_title {
    font-size: 1.25rem;
    color: #2B2B2B;
    flex-shrink: 0;
    position: relative;
    font-weight: bold;
  }
  .literature .centerPart .main-content .second_title::after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 12px;
    background: radial-gradient(#A8C146 22%, #00B0B2 100%);
    opacity: 0.2;
  }
  .literature .centerPart .main-content .txt5 {
    font-size: 1.125rem;
    color: #555555;
    flex: 1;
    min-width: 0;
    margin-left: 10px;
    margin-top: 4px;
  }
  .literature .centerPart .main-btns {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
  }
  .literature .centerPart .main-btns .info {
    font-size: 1.125rem;
    color: #B7B7B7;
    font-weight: 600;
  }
  .literature .centerPart .main-btns .read_online {
    width: 168px;
    height: 48px;
    line-height: 48px;
    background-color: #0093d5;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 20px;
  }
  .literature .centerPart .main-btns .read_online:hover{
    background-color: #004a90;
  }
  .literature .centerPart .main-btns .free_full {
    width: 168px;
    height: 48px;
    line-height: 48px;
    background-color: #0093d5;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 1.25rem;
    color: #fff;
  }
  .literature .centerPart .main-btns .free_full:hover{
    background-color: #004a90;
  }
  .literature .centerPart .main-btns .kore {
    width: 168px;
    height: 48px;
    margin-top: 10px;
    cursor: pointer;
  }
  .literature .centerPart .main-btns .blue_btn {
    width: 168px;
    height: 48px;
    background-color: #0093D5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 1.25rem;
    color: #fff;
  }
  .literature .centerPart .main-btns .blue_btn:hover{
    background-color: #004a90;
  }
  .literature .centerPart .main-btns .blue_btn .img1 {
    width: 14px;
    height: 13px;
  }
  .literature .centerPart .main-btns .blue_btn .img2 {
    width: 15px;
    height: 17px;
  }
  .literature .footer1 {
    margin-top: 100px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #F4F9FB;
    border-bottom: 1px solid #0093D5;
    position: relative;
  }
  .literature .footer1-txt1 {
    font-size: 1rem;
    color: #373737;
  }
  .literature .footer1-txt2 {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
  }
  .literature .footer1::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #F4F9FB;
    border: 1px solid #0093D5;
    border-style: none none solid solid;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(-45deg);
  }
  .literature .footer2 {
    width: 100%;
    height: 240px;
    background-color: #F4F9FB;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .literature .footer2 .arrow_img {
    width: 21px;
    /* height: 38px; */
  }
  .literature .footer2 .txt_info {
    width: 450px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
  }

/* 下面是高亮 */
.literature_high_detail .banner {
  background-color: #212121;
}
.literature_high_detail .banner-topLayer .otherSearch {
  background-color: #666;
  color: #FFFF00;
}
.literature_high_detail .tips {
  background-color: #666;
}
.literature_high_detail .tips-center .title {
  color: #FFFF00;
}
.literature_high_detail .tips-center .right-btn {
  background-color: #212121;
  color: #FFFF00;
}
.literature_high_detail .centerPart {
  background-color: #212121;
}
.literature_high_detail .centerPart .left_part .txt1 {
  color: #FFFF00;
}
.literature_high_detail .centerPart .left_part .txt2 {
  color: #FFFF00;
}
.literature_high_detail .centerPart .main-content .txt1 {
  color: #FFFF00;
}
.literature_high_detail .centerPart .main-content .txt2 {
  color: #FFFF00;
}
.literature_high_detail .centerPart .main-content .txt3 {
  color: #FFFF00;
}
.literature_high_detail .centerPart .main-content .txt4 {
  color: #FFFF00;
}
.literature_high_detail .centerPart .main-content .txt5 {
  color: #FFFF00;
}
.literature_high_detail .centerPart .main-content .title {
  color: #FFFF00;
}
.literature_high_detail .centerPart .main-content .second_title {
  color: #fff;
}
.literature_high_detail .footer1 {
  background-color: #666;
}
.literature_high_detail .footer1-txt1 {
  color: #FFFF00;
}
.literature_high_detail .footer1-txt2 {
  color: #FFFF00;
}
.literature_high_detail .footer2 {
  background-color: #666;
}
.literature_high_detail .footer2 p, .literature_high_detail .footer2 span {
  color: #FFFF00 !important;
}
.popver{
  width: 100%;
  border-bottom: 1px solid rgba(0, 147, 213, 0.5);
  /* padding-bottom: 2px; */
  box-sizing: border-box;

}
.popver .title{
  font-size: 16px;
  color: #0093D5;
  border-bottom: 2px solid #0093D5;
  padding-bottom: 2px;
  width: 90px;
}

.ul_list li{
  list-style-type: none;
  font-size: 16px;
  color: #474747;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 8px;
}
.ul_list li.active::before{
  margin-top: 8px;
  display: block;
  content: '';
  width: 8px;
  height: 4px;
  background: #0093D5;
  border-radius: 2px;
  margin-right: 4px;
}
/* .ul_list li .second{
  margin-left: 10px;
} */
.ul_list li .second li{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 8px;
  min-width: 0;
}
.ul_list li .second li.dot::before{
  margin-top: 8px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #0093D5;
  border-radius: 3px;
  margin-right: 4px;
  flex-shrink: 0;
}


.share{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.share .title{
  font-weight: bold;
  font-size: 18px;
  color: #0A0A0A;
  text-align: left;
}
.share-link{
  flex: 1;
  min-width: 0;
  margin-top: 6px;
  font-size: 16px;
  color: #474747;
  height: 37px;
  padding: 0 9px;
  box-sizing: border-box;
}
.share-link:focus{
  outline: 1px dashed #939393; /* 2px 宽的虚线，颜色为黑色 */
  outline-offset: 4px; /* 边框与输入框边缘的距离为2px */
}
.share-btn{
  width: 68px;
  height: 37px;
  background-color: #1FA0DA;
  outline: none;
  border: none;
  cursor: pointer;
  /* margin-top: 10px; */
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 7px;
}
.row{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

/* 应用于屏幕宽度小于600px的设备 */
@media (max-width: 1500px) {
  .literature .centerPart .left_part {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    background-color: rgb(255, 255, 255,0.949);
    box-shadow: 0px 0px 10px 0px rgba(4, 4, 4, 0.11);    
  }
  .literature .centerPart .left_border{
    border-radius: 0 5px 5px 0;
  }
  .literature .centerPart .right_border{
    border-radius: 5px 0px 0 5px;
  }
}

.my-header {
  display: flex;
  flex-direction: column;
  position: relative;
}
.head-title{
  font-weight: bold;
  font-size: 18px;
  color: #0A0A0A;
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  box-sizing: border-box;
  text-align: center;
}
.free-title{
  font-weight: bold;
  font-size: 16px;
  color: #0093D5;
}

.list_popup {
  position: fixed;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
  min-width: 120px;
  white-space: nowrap;
}

.list_popup::before, .list_popup::after {
  content: "";
  position: absolute;
  right: 5%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.list_popup::before {
  top: -11px;
  border-bottom: 10px solid #ccc;
  z-index: 110;
}
.list_popup::after {
  top: -8px;
  border-bottom: 9px solid white;
  z-index: 130;
}
.list_popup_text {
  position: fixed;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
  min-width: 120px;
  white-space: nowrap;
}

.list_popup_text::before, .list_popup_text::after {
  content: "";
  position: absolute;
  right: 5%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.list_popup_text::before {
  top: -11px;
  border-bottom: 10px solid #ccc;
  z-index: 110;
}
.list_popup_text::after {
  top: -8px;
  border-bottom: 9px solid white;
  z-index: 130;
}

.popver{
  width: 100%;
  border-bottom: 1px solid rgba(0, 147, 213, 0.5);
  /* padding-bottom: 2px; */
  box-sizing: border-box;

}
.popver .title{
  font-size: 16px;
  color: #0093D5;
  border-bottom: 2px solid #0093D5;
  padding-bottom: 2px;
  width: 90px;
}
.literature .tabpanel {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.literature .tabpanel input {
    font-size: 0.875rem;
}
.literature .tabpanel .subject1 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #000000;
}
.literature .tabpanel .subject2 {
  font-size: 1rem;
  color: #000000;
  width: 100px;
}
.literature .tabpanel .subject3 {
  font-size: 1rem;
  color: #2B2B2B;
}
.literature .tabpanel .area_wd {
  width: 374px;
}
.list_popup {
  position: fixed;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
  min-width: 120px;
  white-space: nowrap;
}

.list_popup::before, .list_popup::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.list_popup::before {
  top: -11px;
  border-bottom: 10px solid #ccc;
  z-index: 110;
}
.list_popup::after {
  top: -8px;
  border-bottom: 9px solid white;
  z-index: 130;
}
.list_popup_text {
  position: fixed;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
  min-width: 120px;
  white-space: nowrap;
}

.list_popup_text::before, .list_popup_text::after {
  content: "";
  position: absolute;
  left: 90%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.list_popup_text::before {
  top: -11px;
  border-bottom: 10px solid #ccc;
  z-index: 110;
}
.list_popup_text::after {
  top: -8px;
  border-bottom: 9px solid white;
  z-index: 130;
}

.popver{
  width: 100%;
  border-bottom: 1px solid rgba(0, 147, 213, 0.5);
  /* padding-bottom: 2px; */
  box-sizing: border-box;

}
.popver .title{
  font-size: 16px;
  color: #0093D5;
  border-bottom: 2px solid #0093D5;
  padding-bottom: 2px;
  width: 90px;
}

.ul_list li{
  list-style-type: none;
  font-size: 16px;
  color: #474747;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 8px;
}
.ul_list li.active::before{
  margin-top: 8px;
  display: block;
  content: '';
  width: 8px;
  height: 4px;
  background: #0093D5;
  border-radius: 2px;
  margin-right: 4px;
}
/* .ul_list li .second{
  margin-left: 10px;
} */
.ul_list li .second li{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 8px;
  min-width: 0;
}
.ul_list li .second li.dot::before{
  margin-top: 8px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #0093D5;
  border-radius: 3px;
  margin-right: 4px;
  flex-shrink: 0;
}