.setting li, li, ol, ul, ul.related-oper li {
  list-style: none
}
.widget {
  /*max-width: 656px;*/
  width: 100%;
  /*width: 20rem;*/
  height: 378px;
  background-color: #FFF;
  /*box-shadow: 2px 2px 10px #CCC;*/
  border: 1px solid #E6E6EB;
  border-radius: 4px;
  margin: 0;
}

/*.widget .title {*/
/*height: 3.25rem;*/
/*font-size: 1.125rem;*/
/*line-height: 1.125rem;*/
/*color: #333333;*/
/*border-bottom: 1px solid #E9E9E9;*/
/*padding: 1rem;*/
/*box-sizing: border-box;*/
/*position: relative;*/
/*}*/

.widget .title {
  /*height: 4.25rem;*/
  height: 67px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #333333;
  border-bottom: 1px solid #E9E9E9;
  /*padding: 1rem;*/
  padding: 16px 16px 15px;
  box-sizing: border-box;
  position: relative;
}

.widget .main-title {
  /*font-size: 1.125rem;*/
  /*line-height: 1.125rem;*/
  /*font-weight: normal;*/
  /*color: #333333;*/
  /*position: absolute;*/
  /*top: 1rem;*/
  font-size: 18px;
  color: #333333;
  line-height: 18px;
}

.widget .sub-title {
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #888888;
  position: absolute;
  bottom: 1rem;
}

.widget .title-select {
  width: 152px;
  height: 32px;
  float: right;
  margin-top: -18px;
}

.widget .container {
  padding: 0 1rem;
  width: auto;
}

.widget .footer {
  border-top: 1px solid #E9E9E9;
  /*height: 2.5rem;*/
  height: 47px;
  /*padding: 0.8125rem 1rem;*/
  padding: 15px 16px 16px;
  box-sizing: border-box;
  text-align: center;
}

.widget .footer .footer-text {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 0.875rem;
  color: #888888;
}

.contacts-title {
  height:auto!important;
}

.container .button-group {
  /*opacity: 0.5;*/
  background: rgb(248,248,250);
  height: 40px;
  /*text-align: center;*/
  padding-top: 8px;
  padding-left: 16px;
}
.contacts .container {
  padding: 0;
}

.contacts .el-button {
  border: 1px solid #5CB0E6;
  color: #5CB0E6;
}
.contacts .el-button:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #5CB0E6;
}
.contacts .title-select {
  margin-top: -25px;
}
.contacts .title-search {
  position: absolute;
  width: 152px;
  height: 32px;
  right: 177px;
  top: 9px;
}
.contacts .list-content {
  padding: 0 16px;
  height: 320px;
  overflow-y: hidden;
}
.contacts .list-content:hover{
  overflow-y: scroll;
}
/*滚动条 start*/

::-webkit-scrollbar {
  position: fixed;
  right:0;
  width: 8px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.298039215686275);
}

.contacts .list-content li{
  height: 63px;
  border-bottom: 1px solid #E6E6EB;;
}
.contacts .list-content li>div{
  width: 26.8%;
  display: inline-grid;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 8px 0;
}
.contacts .list-content li img{
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin-top: 8px;
  float: left;
  margin-right: 16px;
}
.contacts .list-content li .name{
  font-size: 16px;
  color: #333333;
}
.contacts .job {
  text-align: center;
}

.contacts .contacts-tel{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.contacts .contacts-tel .category{
  background: rgb(248,248,250);
  font-size: 16px;
  color: #666666;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border-bottom:1px solid #E6E6EB;
}


.contacts .contacts-tel .sub-category{
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.contacts .contacts-tel dd {
  margin: 8px 16px;
  border-bottom: 1px solid #E6E6EB;
  box-sizing: border-box;
  padding-bottom: 8px;
}

.contacts .contacts-tel dd .person{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.contacts .contacts-tel dd .person>span{
  display: inline-block;
  width: 30%;
}
