.expertLib_color {
  color: #0250A9;
}

.expertLib_bg_color {
  background-color: #0250A9;
}

.expertLib_hotText span, .expertLib_hotText a {
  color: #A1A1A1 !important;
}

.expertLib_bg_box .content_top .rightBox .inuptBox {
  border: 2px solid #002147;
}

.expertLib_bg_box .content .content_top_list .center_list .active_li {
  color: #2F72A8;
}

.expertLib_bg_box .content_top_list .center_list li:hover {
  color:  #2F72A8;
}

.expertLib_bg_box .content_top .goRoomList span:hover {
  color:  #2F72A8;
}

.expertLib_bg_box .content_top .goRoomA:hover .infoBox {
  border-bottom: 1px solid  #2F72A8;
}

.expertLib_bg_box .content {
  border-bottom: 2px solid #002147;
}
.expertLib_bg_box .bottom {
  height: 0;
}

.expertLib_bg_box #kkpager {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 51px;
}
.expertLib_bg_box .expert_icon {
  width: 16px !important;
  height: 16px !important;
}

.expertLib_bg_box .expertLib_library,
.expertLib_bg_box .expertLib_forum {
  display: none;
}

.main .expertLib_library .list {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0 51px;
}

.expert {
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 381px;
  height: 159px;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  margin: 0 12px 16px 0;
  padding: 10px 17px 10px 7px;
}

.expert .left {
  width: 136px;
  height: 136px;
}
.expert .left img {
  width: 136px;
  height: 136px;
}

.expert .right {
  height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 12px;
  color: #333;
}

.expert .right .name {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}

.expert .right .line {
  position: relative;
  width: 190px;
  height: 1px;
  background-color: #f0f0f0;
  margin-bottom: 7px;
}

.expert .right .progress_line {
  width: 56px;
  height: 1px;
  background-color: #002147;
}

.expert .right .post {
  font-size: 14px;
  padding-bottom: 7px;
}

.expert .right .school {
  font-size: 12px;
  color: #999;
  line-height: 18px;
}

.expert .right .tag {
  color: #002147;
  font-size: 12px;
}

.main .expertLib_forum {
  padding: 34px 0 0;
}

.main .expertLib_forum .activity {
  margin: 0 0 34px 52px;
}

.main .expertLib_forum a:nth-child(3n+1) .activity {
  margin: 0 0 34px;
}

.main .expertLib_forum .activity .title {
  position: relative;
  color: #333;
  font-size: 16px;
  padding-left: 11px;
  line-height: 16px;
}

.main .expertLib_forum .list {
  display: flex;
  flex-wrap: wrap;
}

.main .expertLib_forum .activity .title::after {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  content: '';
  width: 3px;
	height: 14px;
  background-color: #0250a9;
}

.main .expertLib_forum .activity .activity_img {
  position: relative;
  width: 362px;
  height: 200px;
  overflow: hidden;
  margin: 12px 0;
}

.main .expertLib_forum .activity .activity_img .tag {
  position: absolute;
  top: 12px;
  left: -40px;
  width: 120px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #ae1414;
  color: #fff;
  font-size: 12px;
  transform: rotate(-50deg);
}

.main .expertLib_forum .activity .activity_bottom {
  display: flex;
  border: 1px solid #0250A9;
  font-size: 12px;
}

.main .expertLib_forum .activity .activity_bottom .time {
  margin-left: -1px;
  position: relative;
  width: 60%;
  background-color: #0250A9;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  height: 30px;
  box-sizing: border-box;
}

.main .expertLib_forum .activity .activity_bottom .time::after {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  content: "";
  border-width: 15px 6px;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
}

.main .expertLib_forum .activity .activity_bottom .address {
  width: 40%;
  background-color: #fff;
  color: #999;
  padding: 8px 0;
  text-align: center;
  height: 30px;
  box-sizing: border-box;
}

/* 专家详情页 */
.expertLib_bg_box .expert_detail {
  margin: 40px auto 0;
  width: 1190px;
  min-width: 1190px;
  background-color: #ffffff;
  padding: 0 22px 60px 22px;
}
.expertLib_bg_box .expert_detail .title {
  font-size: 30px;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.expertLib_bg_box .expert_detail .info {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  font-size: 12px;
  color: #999999;
  margin: 44px auto 46px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}
.expertLib_bg_box .expert_detail .info .left_info {
  display: flex;
  align-items: center;
  color: #999999;
}
.expertLib_bg_box .expert_detail .info .left_info div {
  margin-right: 40px;
  /* max-width: 280px; */
  height: 14px;
  max-height: 14px;
  overflow: hidden;
}
.expertLib_bg_box .expert_detail .info div:last-child {
  margin-right: 0;
}
.expertLib_bg_box .expert_detail .info a {
  /* margin-left: 5px; */
  font-size: 12px;
  color: #999999;
}
.expertLib_bg_box .expert_detail .info .jump_a .detail_jump_a {
  margin-left: 5px;
}
/* .expertLib_bg_box .expert_detail .info .jump_a a {
  margin-left: 5px;
} */
.expertLib_bg_box .expert_detail_tag {
  margin: 40px 0 10px;
  padding-left: 10px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #0250A9;
  border-left: 3px solid #0250A9;
}

.expertLib_bg_box .expert_detail .detail {
  font-size: 16px;
  color: #666666;
  /* text-indent: 32px; */
  line-height: 32px;
  word-wrap: break-word;
	word-break: break-all;
}
.expertLib_bg_box .expert_detail .info .right_info {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
}
.expertLib_bg_box .expert_detail .key_words {
  color: #0250A9;
  font-weight: bold;
  margin: 0 4px 0 30px;
  /* margin: 0 4px 0 12px; */
}

.expertLib_library #kkpager span.curr{
  background: #002147;
  border: 1px solid #002147;
}

.achievements_bg_color {
    background-color: #002147;
}

.expertLib_bg_box a:hover .a_span {
    color: #2F72A8 !important;
}

.content_top .logoBox .title {
    width: 275px;
}
