ul {
    list-style: none !important;
}

img {
  vertical-align: initial;
}

/* 侧边栏样式 */

/* #wp_nav_w50 .wp_nav .nav-item a {
  color: #686868;
  background-color: white;
  height: 60px;
  line-height: 60px;
} */

/* #wp_nav_w50 .wp_nav .nav-item:hover {
  color: white;
  background-color: #3366cc;
} */

/* 侧边栏第一项 */

/* 默认颜色 */

/* #wp_nav_w50 > ul > li.nav-item.i1 > a {
  color: #686868;
  background-color: #232322;
} */

/* hover效果 */

/* #wp_nav_w50 > ul > li.nav-item.i1 > a::after:hover {
  background-color: #232322;
}

#wp_nav_w50 > ul > li.nav-item.i1 > a::before {
  content: url("../images/rcpy.png");
}

#wp_nav_w50 > ul > li.nav-item.i1 > a::after {
  content: ">";
} */

#content > div:nth-child(1) > div.col-md-3 > div:nth-child(1) > img{
  margin: 0 0 0 10px;
}

.wp_listcolumn .wp_column a .column-name {
  display: inline-block;
  line-height: 22px;
  padding: 5px 10px 5px 0px;
  cursor: pointer;
}


#content > div:nth-child(1) > div.col-md-3 > div:nth-child(1) {
    color: white;
    background-color: black;
    height: 60px;
    line-height: 60px;
}
#content > div:nth-child(1) > div.col-md-3 > div:nth-child(1) > span{
  padding: 0 0 0 20px;
  font-size: 18px;
}
/* 侧边栏 */

#wp_listcolumn_w51 ul {
    padding: 0;
}

/* 侧边栏列表 */

#wp_listcolumn_w51 ul li {
    color: #686868;
    background-color: white;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #686868 solid;
}
#wp_listcolumn_w51 ul li:hover {
    color: white;
    background-color: #3365cc;
}

#wp_listcolumn_w51 ul li a:hover {
    color: white;
    background-color: #3365cc;
}

#wp_listcolumn_w51 ul li a {
  padding: 0 0 0 46px;
}
#wp_listcolumn_w51 ul li a {
    background: white;
    font-weight: 500;
}
