.banner{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /*background-color: #1973fc;*/
  background-image: url(../img/new_bunner2.487014b3.png);
  /*background-size: 100%;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /*object-fit: fill;*/
}
.banner-pannel{
  width: 100%;
  height: 126px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  border-radius: 10px;
}
.home-content{
  width: 100%;
  height:100%;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  box-shadow:0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius:10px;
  /*margin: 10px;*/
}
.home-content-body{
  width: 100%;
  height:calc( 100% - 136px);
  padding-left: 10px;
  padding-right: 10px;
}
.home-content-left{
  width: 205px;
  min-width: 205px;
  height: 100%;
  background-color: white;
  border-radius: 10px 0px 0px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*overflow-y: auto;*/
  border-right: 1px solid rgba(235,235,235,1);
  position: relative;
  overflow-y: hidden;
}
.scrolling-position{
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow-y: auto;
}
.scrolling-position::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
/* 滚动条的滑块 */
.scrolling-position::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 3px;
}
.home-content-left::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
/* 滚动条的滑块 */
.home-content-left::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 3px;
}
.left-bottom{
  width: 100%;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  bottom: 0px!important;
  left: 0px;
  background-color: rgba(194,196,201,.15);
}
.nextPage{
  cursor: pointer;
}
.lastPage{
  cursor: pointer;
}
.nextPage:hover{
  animation: nextpage 1s linear infinite;
  transform: scale(2,2);
}
.lastPage:hover{
  animation: lastpage 1s linear infinite;
  transform: scale(2,2);
}
@keyframes nextpage {
0%{
    transform: translateY(0px);
}
100%{
    transform: translateY(3px);
}
}
@keyframes lastpage {
0%{
    transform: translateY(0px);
}
100%{
    transform: translateY(-3px);
}
}
.home-content-right{
  width: calc(100% - 130px);
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;
  padding: 10px;
}
.home-menu-card-item{
  padding: 30px 0 10px 0px;
}
.home-menu-card-item-position{
  width: 100%;
  color: #666666;
  /*padding: 8px;*/
  padding-left: 30px;
  box-sizing: border-box;
  height: 65px;
  min-height: 65px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.home-menu-card-item-position:hover{
  background-color: rgba(25,115,252,0.08);
}

/*.home-menu-card-item-position :hover{*/
  /*background-color: rgba(0,128,255,0.1);*/
  /*border-radius: 5px;*/
  /*color: rgba(0,0,0,1);*/
/*}*/
.active{
  color: rgba(25,115,252,1);
  background-color: rgba(25,115,252,0.08);
  border-right: 2px solid rgba(25,115,252,1);
}
.home-menu-card-item-title-position{
  font-size: 14px;
  /*letter-spacing: 1px;*/
  /*margin-left: 14px;*/
  font-weight: 700;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}


/*.home-menu-card-item-title-position:hover{*/
  /*background-color: rgba(0,128,255,0.1);*/
/*}*/
.home-menu-card-item-wrap{
  width: 100%;
  height: 100%;
}
.home-menu-card-item-content{
  width: 100%;
  height: 130px;
  position: relative;
  margin: 16px 8px 0;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.home-menu-card-item-content :hover {
  transition: all .7s;
  /*box-shadow: 8px 12px 19px 0 rgba(194,196,201,.5)*/
  box-shadow: 0px 5px 19px 0 rgba(194,196,201,.5)
}
.home-menu-card-item-inner{
  width: 100%;
  height: 100%;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.home-menu-card-item-inner-ionc{
  width: 50px;
  height: 50px;
  border-radius:8px;
  /*background-color: #0080ff;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 30px;
}
.home-menu-card-item-title{
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 700;
  margin-left: 28px;
  margin-right: 20px;
  padding-bottom: 5px;
  cursor: default;
}





