Css将子类添加到h4

Mal*_*xxl 1 css class

我有一个h4标题,当它被选中时我想改变它的背景颜色.我试过跟随css但它没有用.错误的部分在哪里?

.sub_topic h4 {
  margin:0 0 0 20px;
  color: #fff;
  width:120px;   
  text-align: center;
  background-color: #4e7ac7;
  border: 3px solid #4e7ac7;    
  height:20px;
}

.sub_topic h4 .chosen {
  background-color: #a0be29;
  border: 3px solid #a0be29;
}
Run Code Online (Sandbox Code Playgroud)

我也尝试过.chosen,然后添加它,<h4>但它没有用.