
.question{ width: 1200px; margin: 20px auto 0 auto; overflow: hidden;}
.question .ques_type{ width:188px; border: 1px solid #CCCCCC; float: left; border-bottom: none;}
.question .ques_type h5,.question .ques_type span{ text-align: center; width: 188px; height: 32px; line-height: 32px; }
.question .ques_type h5{ margin: 0; border-bottom: 1px solid #CCCCCC; color: #333333; font-size: 16px;}
.question .ques_type span{display: inline-block;  font-size: 12px; color:#3183ef; border-bottom: 1px solid #CCCCCC; cursor: pointer;}
.question .ques_type .ques_current{background-color:#3183ef; color: #FFFFFF;}
.question .problem{ width: 930px; float: right;}
.question .problem .answer li{ border-bottom: 1px solid #CCCCCC; margin-bottom: 18px;}
.question .problem .answer h6{ margin: 0; font-size: 16px; color:#3183ef; line-height: 30px;}
.question .problem .answer p{font-size: 14px; color: #555; margin-bottom:20px; line-height: 25px ;}
.question .problem .hidden{ display: none;}