
/**学习首页**/
.q_block{ width:100%; overflow:hidden; margin-bottom:40px;}
.q_block_title{ width:100%; font-size:14px; font-weight:bold;}
.q_block_title span{ font-size:25px;}
.q_block_image{ text-align:center; margin:15px auto 0 auto;}
.q_block_image img{ }
.q_block_ainfo{ margin-top:15px; border:1px solid #dfdfdf; background:#f4faff; border-top:4px solid #dfdfdf;}
.q_block_t{ width:100%; height:40px; line-height:40px; color:#333; font-weight:bold; font-size:14px; background:#f4faff; text-indent:15px;}
.q_block_tf{ padding:15px; padding-top:0;}
.ans_block{ width:100%; overflow:hidden; clear:both; margin:6px 0;}
.ans_left{ float:left;}
.ans_right{ float:left;}
.q_block_answer{ padding:15px 0 0 0; margin:0 5px;}

.navs .navs-tit i.upward{ margin-top:20px;}


/**分页**/
.pages-box{ text-align:center;}
.pagesul{ display: inline-block; margin:0 auto; overflow: hidden; }
.page-num,.page-prev,.page-next{ float: left; width:25px; height: 25px; line-height: 25px; font-size: 12px; color: #282828; font-weight: bold; text-decoration: none; cursor: pointer;}
.page-num{ margin-right: 8px;  }
.page-prev{ margin-right: 10px; background: url(../images/page-prev.png) center center no-repeat; }
.page-next{ background: url(../images/page-next.png) center center no-repeat; }
.page-num.active{ background: #abd13e; background: #188cf2; color: #fff; border-radius: 50%;}
.page-end,.page-start{ float: left; padding:0 10px; line-height: 25px; line-height: 25px; font-size: 12px; color: #282828; font-weight: bold; text-decoration: none; cursor: pointer; }
.page-end{ margin-left: 10px; }
.page-start{ margin-right: 10px; }
.page-next.disable{ cursor: not-allowed; }