.sidedropdown-box{
  width: 100%;
  margin-bottom: 8px;
  height: 42px;
  line-height: 42px;
  position: relative;
  text-align: left;
}
@media (max-width: 1200px) {
  .sidedropdown-box{
    display: none;
  }
}
.sidedropdown-content{
  height: 100%;
}
.sidedropdown-content .sdc-name{
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  padding-right: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
.sidedropdown-content .sdc-drop-box{
  position: absolute;
  top: 0;right: 40px;
  outline: none;
  box-shadow: none;
  border: 0;
}
.sidedropdown-content .sdc-drop-box button{
  outline: none;
  box-shadow: none;
  border: 0;
  background: transparent;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.sidedropdown-content .sdc-drop-box:hover button
/* ,.sidedropdown-content .sdc-drop-box button.active */
{
  transform: rotate(0deg);
}
.sdc-info-content{
  display: none;
  height: 117px;
  padding-left: 42px;
  position: absolute;
  /* right: -42px; */
  top: -10px;
}
.sic-box{
  position: fixed;
  height: 100vh;
  width: calc(100% - 630px);
  padding-top: 60px;
  /* padding-left: 42px; */
  top: -17px;
  z-index: 9;
  background: #fff;
}
.sic-content{
  height: calc(100vh - 60px);
  background: #fff;
}
.sic-content-box{
  width: 100%;
  height: 100%;
  border-right: 1px solid #F4F4F4;
  /* padding: 0 0 0 30px; */
}
.sic-content-box ul li{
  width: 277px;
  margin-right: 30px;
  float: left;
  margin-bottom: 25px;
  height: 286px;
  overflow: hidden;
}
.sic-content-box ul li .scb-title{
  height: 58px;
  border-bottom: 1px solid #F1F1F1;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 58px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
.sic-content-box ul li .scb-content{
  
}
.sic-content-box ul li .scb-content .scb-list{
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 34px;
  text-align: left;
  margin-bottom: 10px;
}
.sic-content-box ul li .scb-content .scb-list a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.sic-content-box ul li .scb-content .scb-list:first-child{
  margin-top: 8px;
}

.sidedropdown-content .sdc-drop-box:hover .sdc-info-content{
  display: block;
}