/* 主页 头部样式 */
.header-wrapper {
  width: 100%;
  background-color: #f2f2f2;
  height: 82px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 5;
}
.jufa-header {
  background-color: #f2f2f2;
  width: 1168px;
  margin: 0 auto;
  height: 82px;
}
.jufa-logo-wrapper {
  display: inline-block;
  float: left;
  margin-top: 23px;
}
.jufa-logo-wrapper .jufa_logo {
  display: inline-block;
  width: 113px;
  cursor: pointer;
}
.jufa-logo-wrapper .baike_logo {
  display: inline-block;
  width: 107px;
  cursor: pointer;
}
.jufa-logo-wrapper .line {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #1c64b9;
  margin: 0 20px;
  position: relative;
  top: 7px;
}

.jufa-search-wrapper {
  float: right;
  margin-top: 23px;
}
.jufa-search-wrapper .search-inner {
  width: 342px;
  height: 38px;
  background: #efefef;
  border-radius: 19px;
  border: 1px solid #e7e7e7;
  padding: 3px 0;
}
.jufa-search-wrapper .search_input {
  height: 20px;
  line-height: 20px;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #273d67;
  background-color: #efefef;
  width: 71%;
  margin-left: 22px;
}
.jufa-search-wrapper .search_btn {
  width: 68px;
  height: 30px;
  background: #1c64b9;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  border: 0;
  border-radius: 19px;
}
.jufa-user-wrapper {
  float: right;
}

.header-wrapper .jufa-Unified-vip span {
  color: #d1a677;
}
.header-wrapper .jufa-msgManage_wrapper .jufa-msgManage_link {
  background: url(/static/Public/images/LawyerBaike/lawyerDetail_02.png) no-repeat;
}
.jufa-header-user {
  margin-top: 23px;
}
.jufa-Unified-vip {
  line-height: 35px;
}
.jufa-msgManage_wrapper {
  margin-top: 4px;
}

/* 粘贴 消息列表样式 */
.jufa-msgManage_wrapper {
  height: 45px;
}
.jufa-msgManage_wrapper.hover:hover .jufa_znx {
  display: block;
}

.jufa-msgManage_wrapper .jufa_znx {
  display: none;
  position: absolute;
  top: 34px;
  right: 20px;
  width: 250px;
  background-color: #fff;
  border: 1px solid #dddddd;
  cursor: default;
  z-index: 110;
  border-radius: 8px;
}

.jufa-msgManage_wrapper .jufa_znx_item_top {
  height: 20px;
}

.jufa-msgManage_wrapper .jufa_znx_title {
  height: 40px;
  line-height: 40px;
  color: #101010;
  font-size: 14px;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
}

.jufa-msgManage_wrapper .jufa_znx_new {
  font-size: 9px;
  background-color: #ee502f;
  color: #fff;
  padding: 1px 4px;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  position: relative;
  top: -10px;
  margin-left: 5px;
}

.jufa-msgManage_wrapper span.news_count {
  background-color: transparent;
  color: #101010;
}

.jufa-msgManage_wrapper .news_count font {
  color: #ff9f24;
}

.jufa-msgManage_wrapper .jufa_znx_item {
  border-bottom: 1px solid #ddd;
  padding: 9px 12px 10px 15px;
}

.jufa-msgManage_wrapper .jufa_znx_item:last-child {
  border-bottom: none;
}

.jufa-msgManage_wrapper span.jufa_znx_item_title {
  font-size: 12px;
  display: inline-block;
  max-width: 175px;
  font-weight: 600;
  color: #111e36;
  line-height: 20px;
}

.jufa-msgManage_wrapper span.jufa_znx_item_time {
  font-size: 12px;
  color: #999999;
  float: right;
}

.jufa-msgManage_wrapper .jufa_znx_item_content {
  max-height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 4px 0;
  color: #101010;
  font-size: 12px;
  position: relative;
}

.jufa-msgManage_wrapper a.jufa_znx_item_toDetail {
  margin-top: 4px;
  color: #1c64b9;
  font-size: 12px;
}

.jufa-msgManage_wrapper .jufa_znx_toCenter {
  background-color: #ebf3fd;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #1c64b9;
  font-size: 14px;
  border-top: 1px solid #cfe3fd;
  display: block;
  border-radius: 0 0 8px 8px;
}

.jufa_znx a:hover {
  color: #ff9f24;
  transition: 0.5s;
}
#menu3 {
  left: -427px;
}
/* 众城清泰 */
.backjufaanli{
  background: #1c64b9;
  border-color: #1c64b9;
  color: #fff;
  border: 0;
  padding: 8px 12px;
  border-radius: 2px;
}