.c{
  width: 1200px;
  margin: 0 auto;
}
body{
  background-color: rgb(245, 245, 245);
}
.input .el-input.el-input--suffix::-webkit-scrollbar-thumb{
  border-radius: 20px;
}
.el-pagination.is-background{
  width: fit-content;
  margin: 0 auto;
  padding: 40px;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
  background-color:#E93A44;
}
.banner{
  width: 100%;
  height: 250px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner.news{
  width: 100%;
  background: url('../../../assets/topeople.png') center no-repeat;
}
.banner.guanli{
  background: url('../../../assets/guanli.png') center no-repeat;

}
.banner-top{
  font-size: 26px;
}
.banner-text{
  padding: 20px;
  font-size: 20px;
}
.guanliNav{
  width: 100%;
  background-color: #fff;
}
.changeGuanli{
  display: flex;

}
.changeGuanli-item{
  font-size: 18px;
  width: fit-content;
  padding: 20px 0px 20px 0;
  margin-right: 50px;
  cursor: pointer;
  color: #999999;

}
.changeGuanli-item.color{
  color: #000000;
  border-bottom: 4px solid #E93A44;
}
.c.bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 84px;
}
.news{
  width:880px;
  background-color: #fff;
}
.news .newsItem{
  width: 840px;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(232, 232, 232);
}
.news .newsItem .newsImage{
  display: block;
  width: 180px;
  height: 120px;
}
.c.bottom .news .newsItem .newsInner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 620px;
  height: 120px;
}
.news .newsItem .newsInner .newsTitle{
  width: 100%;
  color: #000000;
}
.news .newsItem .newsInner .newsText{
  width: 100%;
  line-height: 24px;
  color:#808080;
}
.news .newsItem .newsInner .newsTimer{
  display: flex;
  justify-content: space-between;
  color: #999999;
}
.news .newsItem .newsInner .newsTimer .newsTimer-left{
  display: flex;
  
}
.search{
  width: 280px;
  height: fit-content;
  background-color: #fff;
}
.search .searchInner{
  width: 240px;
  margin: 0 auto;
  padding: 20px 0 ;
}
.search .searchInner .searchforyou{
  padding: 20px 0 10px 0;
  font-size:22px;
  font-weight: 900;
}
.search .searchInner .searchNav .searchItem{
  padding: 10px 0;
}
.search .searchInner .searchNav .searchItem .searchItem-img{
  display: block;
  width: 100%;
  height: 120px;
}
.search .searchInner .searchNav .searchItem .searchText{
  font-size: 16px;
  padding: 5px 0;
  color: #000000;
}
.search .searchInner .searchNav .searchItem .lookPeople{
  padding: 10px 0;
  color: #999999;
}
.el-input.el-input--suffix{
  border-radius: 4px;
  border: 1px solid #C0C4CC;
}
.el-input.el-input--suffix.color{
  border-radius: 4px;
  border: 1px solid rgb(10, 172, 122);
}
.el-input__inner{
  border: none;
}
