@charset "UTF-8";
/*
 *此文件为公共模块
 *
 *侧列表
 *********************************************************/
/*
 *侧列表
 *********************************************************/
.side-bar .cat-title {
  background: #1173b5;
  color: #fff;
}
.side-bar a:hover {
  background: #59a0e5;
  color: #fff;
}

.success-list {
  padding: 30px 0;
}
.success-list li {
  padding: 0 0 20px 45px;
}
.success-list a {
  font-size: 16px;
}
