.leftNav{
  width: 180px;
  background: #fff;
  min-height: 300px;
  float: left;
}
.rightContent{
  float: left;
  width: 999px;
  min-height: 300px;
  margin-left: 20px;
}
.navBox{
  width: 100%;
  background: #fff;
  padding-left: 10px;
  line-height: 40px;
}
.thisContent{
  width: 100%;
  background: #fff;
  margin-top: 20px;
  min-height: 220px
}
.thisContent .article{
  padding: 20px;
}
.titleBox{
  border-bottom: 1px solid #dddddd;
}
.titleBox .title-text{
  display: inline-block;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.searchBox{
  position: relative;
  top: -2px;
  text-align: right;
}
.item {
  margin-top: 10px;
  margin-right: 40px;
}
.leader-list{
  padding: 8px;
}
.leader-list .prime-leader{
  margin-top: 10px;
}
.leader-list .prime-leader .activeItem .el-button{
  border-radius: 20px;
  color:#fff ;
  background: #245399;
  padding:8px 15px ;
}
.el-badge__content{
  background: #FE8F00;
}
.el-badge__content.is-fixed{
  right: 22px;
}
.leader-list .prime-leader  .el-button{
  border-radius: 20px;
  color:#245399 ;
  background: #fff;
  padding:8px 15px ;
  border: none;
}
.other-leader{
  margin-top: 20px;
}
.replied{
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #1677FF;
  border-radius: 50%;
  margin-right: 8px;
}
.haveInHand{
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #52C41A;
  border-radius: 50%;
  margin-right: 8px;
}
.toBeAnswered{
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #C8C8C8;
  border-radius: 50%;
  margin-right: 8px;
}
.seeBox{
  font-size: 16px;
  font-weight: bold;
  color: #245399;
  cursor: pointer;
}
.returnBox .el-button{
  background: #ECF5FF;
  border: 1px solid #C6E2FF;
  border-radius: 4px;
  color: #409EFF;
}
.headline{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
}
.formItem{
  margin-top: 10px;
}
.formItem label{
  display: inline-block;
  /*width: 78px;*/
  font-size: 16px;
  text-align: right;
  font-weight: 400;
  color: #909399;
  line-height: 30px;
}
.formItem span{
  font-weight: 400;
  color: #606266;
  line-height: 30px;
}
.formItem .replyContent{
  color: #3475B4;
}

.dividingLine{
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed  #CCCCCC;
  margin-top: 30px;
  margin-bottom:30px;
}
.personaCenter ul li{
  list-style: none;
}
.personaCenter ul li .menu-item-name{
  width: 68px;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 48px;
}
