.bodyBg {
  background: #f5f7fa; }

.mr20 {
  margin-right: 20px; }

.oh {
  overflow: hidden; }

.fc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10; }

.mask_fk {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9998; }

.tips {
  width: 60%;
  position: fixed;
  left: 20%;
  top: 40%;
  z-index: 9999;
  text-align: center;
  padding: 20px 0px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  color: #fff;
  border-radius: 5px; }

body .warning-class {
  border: none;
  background: #FFA400;
  color: #fff;
  text-align: center; }

.headerBox {
  background: #fff; }

header {
  height: 54px; }
  header img {
    height: 42px;
    margin-top: 6px; }
  header .loginBox {
    cursor: pointer;
    float: right;
    height: 100%;
    font-size: 14px; }
    header .loginBox .loginBtn {
      padding: 4px 15px;
      border: 1px solid #05a2fa;
      color: #05a2fa;
      border-radius: 4px;
      margin: 0 5px; }
    header .loginBox .login,header .loginBox .personalCenterBtn{
      background: #05a2fa;
      color: #fff; }
    header .loginBox .entranceExam {
      background: #ff7674;
      color: #fff;
      border: none; }

.wrap {
  max-width: 1200px;
  margin: 0 auto; }

.comBtn {
  background: #38b5e8;
  padding: 2px 8px;
  color: #fff;
  border-radius: 4px; }

.questionBankList {
  overflow: hidden; }

.questionBankList .resItemWrap {
  width: 300px;
  float: left;
  margin-bottom: 11px;
  padding-left: 5px;
  padding-right: 5px; }

.questionBankList .resItem {
  border: 1px solid #e6e9ed;
  border-top: 3px solid #aac3d9; }

.questionBankList .resInfo {
  background: #fff;
  height: 175px;
  padding: 12px; }
  .questionBankList .resInfo a {
    font-size: 14px; }
  .questionBankList .resInfo a.comBtn:hover {
    color: #fff;
    background: #0291cc; }
  .questionBankList .resInfo p {
    color: #aab2bd; }
  .questionBankList .resInfo p:nth-of-type(2) {
    height: 50px;
    margin: 12px 0;
    overflow: hidden; }
  .questionBankList .resInfo div {
    color: #aab2bd; }
    .questionBankList .resInfo div span strong {
      font-size: 20px;
      font-weight: normal;
      margin-right: 8px; }
    .questionBankList .resInfo div em {
      text-align: right;
      color: #f40;
      margin-right: 15px; }

.questionBankList .resFooter {
  color: #8b8b8c;
  background: #f6f6f6;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  border-top: 1px solid #e6e9ed; }
  .questionBankList .resFooter i {
    font-size: 12px; }
  .questionBankList .resFooter div {
    float: left; }


.pagination{text-align: center;margin-top: 20px;}
.pagination ul{display: inline-block;}
.pagination ul>li {  display: inline;  }


.pagination ul>li>a, .pagination ul>li>span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}


.pagination ul>.active>a, .pagination ul>.active>span {
  color: #999;
  cursor: default;
}

.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span {
  background-color: #f5f5f5;
}

.pagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

}
.pagination .controls input {
  border: 0;
  color: #999;
  width: 30px;
  padding: 0;
  margin: -3px 0 0 0;
  text-align: center;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
  border-left-width: 1px;

}
.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>a:focus {
  cursor: default;
  background-color: transparent;
}
.pagination .controls{display: none;}
.pagination .controls a{border: none;}

/*单行文本多出部分显示省略号*/
.singleEllipsis{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.hide{
  display: none;
}

@media(max-width: 414px){
  .questionBankList .resItemWrap{
    float: none;
    margin: 10px auto;
  }
}
/*# sourceMappingURL=common.css.map */
