.rightItem {
  position: relative;
  padding-left: 150px;
  width: 92%;
}

.rightItem .rightspan {
  float: left;
  width: calc(100% - 48px);
}

.rightItem .a-margin10 {
  margin-bottom: 0;
  border: none;
  display: block;
  position: relative;
  height: 30px;
  float: none;
  vertical-align: middle;
  float: left;
  background-image: url(../images/dotted-line.png);
  background-repeat: repeat-x;
  background-position: left 26px center;
}

.rightItem::after {
  content: "";
  display: block;
  clear: both;
}

.rightItem .yearMark {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  color: #000;
  float: left;
}

.yearMark img {
  position: relative;
  top: -8px;
  z-index: 10;
}

.w20_line {
  line-height: 14px;
  padding: 0 8px;
  background: #fff;
  color: #c1c1c1;
  display: inline-block;
  margin-top: 7px;
  float: left;
  /*! margin-left: 0; */
}

.rightItem .cateItem {
  margin-bottom: 10px;
  position: relative;
}

.rightItem .cateItem::after {
  content: "";
  display: block;
  clear: both;
}

.cateItem .cateMark {
  /* position: absolute;
    left: 0;
    top: 0; */
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #666666;
  vertical-align: middle;
}

.rightItem .bold {
  font-weight: bold;
  background: #fff;
  padding-right: 10px;
  /*! position: absolute; */
  /* left: 0; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* z-index: 5; */
  background: #fff;
}

.rightItem .jcr-top-mark {
  /*! position: absolute; */
  /* left: 37px; */
  /* top: 50%; */
  /*! transform: translateY(-50%); */
  /* z-index: 100; */
  background: #fff;
  padding-right: 5px;
}

.rightItem .name {
  float: right;
  background: #fff;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.rightItem .null {
  float: right;
  background: #fff;
  padding-left: 10px;
  color: #999;
  width: 100%;
  position: relative;
  display: block;
  text-align: right;
}

.null::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 96%;
  height: 1px;
  transform: translateY(-50%);
  z-index: 100;
  background-image: url(../images/dotted-line.png);
  background-repeat: repeat-x;
  background-position: left 26px center;
}

/* 2022.10.18 专家主页改版 */
.scholar-box {
  width: 100%;
  min-height: 520px;
  background-image: url(../images/scholar_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 512px;
  background-color: #f9f9f9;
  padding-bottom: 30px;
}

.scholar-box + .xzzybox-contian {
  margin-top: -120px;
}

.scholar-box + .xzzybox-contian .container {
  padding-top: 35px !important;
}

.scholar-info {
  margin-top: 45px;
  color: #fff;
  margin-bottom: 30px;
}

.scholar-top {
  line-height: 24px;
  margin-bottom: 30px;
}

.scholar-top > span {
  display: block;
  float: left;
  margin-right: 10px;
}

.scholar-top .scholar-name {
  font-size: 20px;
  margin-right: 10px;
}

.scholar-top .scholar-depart,
.scholar-top .scholar-mark {
  height: 26px;
  font-size: 14px;
  padding: 0 8px;
  border: 1px solid #fff;
  border-radius: 5px;
  min-width: 60px;
  text-align: center;
}

.scholar-top .scholar-depart {
  border-radius: 26px;
}

.scholar-top::after,
.scholar-achi::after,
.achi-number .number-item::after {
  content: "";
  display: block;
  clear: both;
}

.scholar-achi .achi-total-box,
.scholar-achi .achi-number,
.scholar-achi .scholar-cover {
  float: left;
}

.scholar-achi .achi-total-box {
  width: 110px;
  height: 220px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
}

.achi-total {
  position: absolute;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.achi-total p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.achi-total .total {
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 28px;
  margin-top: 5px;
  font-weight: normal;
}

.achi-total > a:hover {
  text-decoration: underline;
}

.achi-h {
  width: 90px;
  height: 30px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  z-index: 1000;
  left: 10px;
  bottom: 15px;
  text-align: center;
  line-height: 30px;
  color: #afa291;
  font-weight: bold;
  font-size: 16px;
}

.scholar-achi .achi-number {
  width: calc(100% - 300px);
  padding: 8px 30px;
  font-size: 16px;
}

.achi-number .number-item {
  line-height: 26px;
}

.number-item .number-name {
  float: left;
  font-weight: bold;
  margin-right: 20px;
}

.number-item .item-list {
  overflow: hidden;
}

.item-list .list-p {
  margin-bottom: 18px;
}

.list-p .num-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  white-space: nowrap;
}

.num-item > a {
  font-weight: bold;
  color: #fff;
}

.num-item > a:hover {
  text-decoration: underline;
}

.number-line {
  width: 80%;
  margin-bottom: 15px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.scholar-cover .cover-img {
  width: 190px;
  height: 230px;
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}

.scholar-cover img {
  width: 170px;
  height: 210px;
}

.scholar-cover .goto-home {
  display: block;
  width: 91px;
  height: 27px;
  background-image: url(../images/goto-home.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 91px 27px;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 24px;
  line-height: 27px;
}

.time-line-box {
  margin-top: 20px;
}

.time-line-bg {
  position: relative;
  min-height: 140px;
  padding-left: 30px;
  padding-top: 5px;
}

.time-line-bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  left: -28px;
  top: 0;
  width: 40px;
  height: 34px;
  background-image: url(../images/tline_icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px 34px;
  overflow: hidden;
}

.time-line-bg::after {
  content: "";
  display: block;
  position: absolute;
  left: -14px;
  top: 0;
  z-index: 500;
  width: 4px;
  height: 100%;
  background-color: #afa191;
}

.line-title b {
  float: left;
  font-size: 20px;
  font-weight: bold;
}

.line-title .more-link {
  float: right;
  display: block;
  width: 80px;
  height: 32px;
  background-color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  border-radius: 32px;
}

.line-title .more-link:hover {
  background-color: #afa191;
  color: #fff;
}

.line-title .change_field_year {
  float: right;
  width: 80px;
}

.line-title::after,
.time-line-content::after {
  content: "";
  display: block;
  clear: both;
}

.time-line-bg .time-line-content {
  padding: 18px 0 40px;
}

.time-line-content .content_detail {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

.content_detail.info,
.content_detail.job {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

.content_detail.info {
  width: 80%;
}

.info .info-content::after {
  content: "";
  display: block;
  clear: both;
}

.info .info-item {
  margin-bottom: 25px;
  clear: both;
}

.info .info-item.wper50 {
  width: 49.5%;
  display: inline-block;
  vertical-align: middle;
}

.info .info-item > span {
  float: left;
  width: 100px;
  box-sizing: border-box;
}

.info .info-item.wper50:nth-of-type(2n) > span {
  width: 150px;
}

.span-title {
  color: #7a7a7a;
}

.info .info-item > p {
  overflow: hidden;
}

.info .info-item::after {
  content: "";
  display: block;
  clear: both;
}

.info .info-less {
  position: relative;
  text-indent: 2em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.info .info-more {
  display: inline-block;
}

.info-more-icon {
  position: absolute;
  right: 0;
  top: 96px;
  z-index: 1000;
  width: 95px;
  height: 32px;
  text-align: left;
  line-height: 32px;
  font-size: 16px;
  color: #afa191;
  background-color: #fff;
  cursor: pointer;
  background-image: url(../images/info-more.png);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 10px auto;
  text-indent: 0;
  padding-left: 8px;
}

.info-more-icon::after {
  content: "查看更多";
  position: absolute;
  z-index: 1000;
  left: 8px;
  top: 0;
  height: 32px;
  line-height: 32px;
}

.info-less-icon {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 0;
  background-image: url(../images/info-less.png);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 10px auto;
  text-indent: 0;
  padding-left: 8px;
}

.info-less-icon::after {
  content: "收起内容";
  position: absolute;
  z-index: 1000;
  left: 8px;
  top: 0;
  height: 32px;
  line-height: 32px;
}

.content_detail.info::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.content_detail.info::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #b3a594;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
}

.content_detail.info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #f9f9f9;
}

.content_detail.job {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.content_detail.reward {
  min-width: 700px;
  max-width: 60%;
}

.content_detail.reward .reward-item {
  font-size: 16px;
  margin-bottom: 15px;
}

.content_detail.reward .reward-item:last-of-type {
  margin-bottom: 0;
}

.content_detail.reward .reward-item::after {
  content: "";
  display: block;
  clear: both;
}

.reward-item .reward-name {
  float: left;
  max-width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reward-item .reward-time {
  float: right;
  color: #666;
  max-width: 90px;
}

.rep-work .rep-work-item {
  margin-bottom: 25px;
}

.rep-work .rep-work-item:last-of-type {
  margin-bottom: 0;
}

.content_detail.rep-work .p_list_end {
  font-size: 16px;
  overflow: visible;
}

.rep-work .p_list_end::after {
  content: "";
  display: block;
  clear: both;
}

.content_detail.rep-work .rep-work-title {
  display: block;
  float: left;
  max-width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rep-work-title:hover {
  font-weight: bold;
  color: #afa291;
}

.rep-work .mark_icon_box {
  float: right;
  display: block;
}

.mark_icon_box .mark_hight {
  position: relative;
}

.mark_hight .mark_tooltip {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 8px;
  min-width: 150px;
  color: #333;
  border-radius: 5px;
  font-size: 14px;
}

.mark_tooltip > b {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}

.mark_tooltip .mark_year {
  line-height: 20px;
  text-align: center;
  word-wrap: break-word;
}

.mark_hight:hover .mark_tooltip {
  display: block;
}

.rep-work-info {
  margin-top: 8px;
  font-size: 16px;
  font-style: oblique;
  color: #666;
}

.content_detail.achi-static {
  width: 890px;
  height: 350px;
}

.content_detail.swiper_field {
  width: 1100px;
  height: 300px;
}

.swiper_field .carousel-inner {
  height: 250px;
  margin: 0 45px;
}

.swiper_field .carousel-inner .item {
}

.swiper_field .carousel-inner .item::after {
  content: "";
  display: block;
  clear: both;
}

.field-carousel-item {
  width: 32%;
  float: left;
  height: 220px;
  margin-top: 30px;
  padding: 0 20px 0 50px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.field-carousel-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1000;
  width: 1px;
  height: 160px;
  background-color: #e5e5e5;
}

.item .field-carousel-item:last-of-type::after {
  background-color: transparent;
}

.field-carousel-item .field-period {
  font-size: 22px;
  margin-bottom: 20px;
}

.swiper_field .carousel-control {
  background-image: none;
  top: 50%;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
}

.swiper_field .carousel-control img {
  width: 44px;
  height: 44px;
}

.swiper_field .carousel-control.right {
  right: 30px;
}

.swiper-field-list .field-span {
  display: block;
  float: left;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 42px;
  font-size: 16px;
}

.swiper-field-list::after {
  content: "";
  display: block;
  clear: both;
}

.content_detail.author_circular_chart {
  width: 750px;
  height: 450px;
}

.content_detail {
  display: inline-block;
  width: 100%;
  min-width: 650px;
}

.job-list .job-item,
.honor-list .honor-item {
  margin-bottom: 20px;
  font-size: 16px;
}

.job-list .job-item:last-of-type,
.honor-list .honor-item:last-of-type {
  margin-bottom: 0;
}

.job-list .job-item::after,
.honor-list .honor-item::after {
  content: "";
  display: block;
  clear: both;
}

.job-item .job-time {
  float: left;
  width: 220px;
}

.job-item .job-name {
  overflow: hidden;
}

.job-name .position {
  margin-left: 30px;
}

.honor-item .honor-time {
  float: right;
}

.honor-item .honor-name {
  float: left;
}

/*  */

/* 2023.02.03 左侧JCR导航增加区分一类二类样式 */
.cate-check-nav {
  margin-top: 15px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-content: center;
  position: relative;
}

.cate-check-nav::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 14px;
  overflow: hidden;
  background-color: #c3c3c3;
}

.cate-check-nav .cate-nav {
  font-weight: bold;
}

.cate-nav.checked {
  color: #1984d6;
}

.cate-check-nav .gray-line {
  width: 1px;
  height: 14px;
  overflow: hidden;
  margin-top: 3px;
  background-color: #c3c3c3;
}

.cate-check-nav .cate-nav > input[type="radio"] {
  margin-right: 5px;
  margin-top: 0;
}

/* 2022.02.16 预警图标 */
.bKwhite {
  margin-top: 20px;
}

.aimg .warn_icon {
  position: relative;
  bottom: 2px;
  width: 20px;
  height: auto;
}

/* 新banner处检索 */
.banner-search-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  margin: 0 auto;
  height: 140px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  padding: 0 50px;
}

.bannser-search {
  flex: 1;
  display: inline-flex;
  display: -webkit-inline-flex;
  margin-right: 10px;
  position: relative;
}

.bannser-search > .form-control,
.bannser-search .banner-btn {
  height: 60px;
  border: none;
  font-size: 16px;
  border-radius: 0;
}

.bannser-search .tipSearch {
  top: 60px;
  left: 134px;
  width: calc(100% - 268px);
}

.bannser-search > select.form-control {
  width: 134px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right: 1px solid #ccc;
  position: relative;
}

.bannser-search > input.form-control {
  flex: 1;
}

.bannser-search input::placeholder {
  font-size: 16px;
}

.bannser-search .banner-btn {
  width: 134px;
  background-color: #a79a8a;
  color: #fff;
  font-size: 20px;
  margin-right: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.banner-hbtn {
  width: 134px;
  height: 60px;
  border-radius: 5px;
  color: #fff;
  background-color: #b87e57;
}

/* 2024.07.12 */

.t-detail {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

.t-detail > span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  font-size: 12px;
  color: #999;
}

.a_link .t-h1 a.doi-color {
  display: inline;
  width: auto;
  padding-right: 0;
  font-size: 12px;
  color: #86705d;
  text-decoration: underline;
}

.t-detail .t-o {
  max-width: 440px;
}

.t-detail .t-r {
  width: 100px;
}

.end-con-right .expert-boxright {
  overflow: visible;
  padding-left: 0;
}

.end-con-right .expert-boxright::after {
  content: "";
  display: block;
  clear: both;
}

.end-con-right .expert-boxright .dbjg1 select.form-control {
    border: none;
    border-radius: 0 !important;
}

.top_search .form-group.inline-form {
  margin-top: 25px;
  margin-bottom: 40px;
  float: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  width: 100%;
}

.inline-form select.form-control {
  width: 150px;
  margin-right: 5px;
}

.inline-form .ele-form {
  width: 600px;
  margin-right: 5px;
  position: relative;
}

.inline-button {
  padding: 0 15px;
  background-color: #e0e0e0;
  line-height: 34px;
  margin-left: 12px;
  display: inline-block;
  border-radius: 5px;
}