/*小工具更改自己的边距*/
.l-sidebar-mp{
padding: 20px;
}
.l-sidebar-mp > li{
    margin-top:0.5rem;
}
/*小工具新闻的内边距*/
.linkcode-widget-article >div{
    padding: 10px;
}
/*侧边栏换到左边*/
.link-sidebar-left{
    justify-content: space-between;
flex-flow: row-reverse !important;
}
/*侧边栏手机端去除*/
@media (max-width: 640px){
    .link-w-max-640{display:none;}
}
/*图上文随机推荐小工具*/
.widget13-random-title {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.75));
  font-size: 12px;
  color: white !important;
}
/*widget13号小工具--时间轴*/
.widget-14 ul li a {
  margin-top: 5px;
  display: block;
  font-size: 14px;
}
.widget-14 ul li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1e8ff;
  z-index: 1;
}
.widget-14 ul li {
  padding-left: 15px;
  padding-bottom: 20px;
  position: relative;
  line-height: normal;
  border-left: 1px solid #F2F6FC;
  margin-left: 5px;
}
/*widget11*/
.widget11 li{font-size: 13px;}
.i_link_h{display: inline-block;
transform: translateY(1px);}
/*产品小工具*/
.product_widget_2 .uk-nav-parent-icon > .uk-parent > a::after {
    margin-right: revert !important;
  margin-left: auto;
}
.lk-h4{
    margin: 0;
font-size: 15px;
font-weight: bold;
padding-bottom: 15px;
}
/*时间轴小工具*/
.widget .time-axis {
  margin: 0;
  padding: 0;
  height: 290px;
  overflow-y: auto;
}