.question{  
    padding: 5px;
    padding-left: 20px;
    text-align: left;
    font: bold 14px Arial;
    color: #7e5012;
    background: url(../../images/clinic-list/tab.jpg) top left no-repeat;
    /* background: linear-gradient(to right,#28231f,#483f36,#312c26,#28231f); */
    text-decoration: none;
    outline: none;
    position: relative;
    cursor: pointer;
}
.arrowRight{
    position: absolute;
    overflow: hidden;
    width: 12px;
    height: 12px;
    top: 9px;
    left: auto;
    right: 20px;
    background: url(../../images/clinic-list/arrowA.png) top left no-repeat;
}
.show-answer .arrowRight{background: url(../../images/clinic-list/arrowB.png) top left no-repeat;}

.ans{
  padding: 15px 20px;
  vertical-align: top;
  background: url(../../images/global/dot_line.png)bottom #f9f9f9 repeat-x;
  vertical-align: middle;
}
.ans{display: none;}
.shAns li{margin: 10px;}
#showAns,#hideAns{cursor: pointer;}
