/* 
 *考试专区 
 *高考、备考
 *main.css
*/
/* 公共 */
body{
    background: #F2F5F7;
}
.page-gaokaoexam{
    min-height: 500px;
    background: #F2F5F7;
}
.leftCt {
    margin-right: 15px;
    width: 260px;
}
.makeContent{
    box-sizing: border-box;
    width: 925px;
    position: relative;
}
.leftCtTitle{
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #1EA0FF;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
/* 筛选区域 */
.eaxmList-header{
    margin-bottom: 15px;
    background: #4E6EF2;
    border-radius: 10px;
    font-family: Microsoft YaHei;
    color: white;
    padding: 0 20px;
    box-sizing: border-box;
}
.eaxmList-header .row {
    padding: 16px 10px 6px 80px;
    position: relative;
}
.eaxmList-header .row .label{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 10;
}
.eaxmList-header .row .item.active, .eaxmList-header .row .item:hover {
    color: #4E6EF2;
    background: white;
}
.eaxmList-header .row .item {
    margin: 0 10px 10px 0;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
}
/* 列表区域 */
.eaxmList-wrap{
    margin: 10px 0;
    background: white;
}
.eaxmList-wrap .eaxmlist-item{
    padding: 0px 20px;
}
.eaxmList-wrap .eaxmlist-item .item{
    padding: 10px 0px;
}
/* .eaxmList-wrap .img.type9 {
    background-image: url(/static/web_site/images/examindex/articletype/9.png);
} */
.eaxmList-wrap .img {
    margin-right: 18px;
    width: 56px;
    height: 74px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.eaxmList-wrap .title {
    max-width: 510px;
}
.eaxmList-wrap .title {
    /* max-width: 795px; */
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.eaxmList-wrap .subjectNum {
    margin-left: 15px;
    width: 60px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.eaxmList-wrap .time,  .eaxmList-wrap .count {
    margin-left: 16px;
    width: 90px;
    line-height: 76px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.eaxmList-wrap .time, .eaxmList-wrap .count {
    margin-left: 16px;
    width: 90px;
    line-height: 76px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.eaxmList-wrap .eaxmlist-item+.eaxmlist-item .item{
    border-top: 1px solid #F2F2F2;
}
.eaxmList-wrap .eaxmlist-item:hover{
    background: #FAFAFA;
}
.m-examList .item:hover{
    background: transparent;
}

/* 知识点树结构 */
.treeGroup {
  padding: 10px 10px 10px 16px;
  min-height: 865px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.treeGroup .treeBox {
  border-left: 1px dashed #CCCCCC;
}

.treeGroup .treeLabel {
  margin-left: -7px;
  text-indent: 17px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
}

.treeGroup .treeLabel::before {
  content: '';
  margin: -7px 0 0 0px;
  width: 13px;
  height: 13px;
  background: url(/static/web_site/images/icons/icon_add_o.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}

.treeGroup .treeBox[data-type="open"]>.treeLabel::before {
  background-image: url(/static/web_site/images/icons/icon_reduce_o.png);
}

.treeGroup .treeLabel.noChild::before {
  background: none !important;
}

.treeGroup .treeBox .treeBox {
  display: none;
  margin-left: 17px;
  cursor: pointer;
}

.treeGroup .treeBox[data-type="open"]>.treeBox {
  display: block;
}

.treeGroup .treeLabel:hover,
.treeGroup .treeLabel.active {
  color: #1E9FFF;
}

/* 没有数据 */
.noData {
  padding: 30px 0;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #999999;
}

.noData .img {
  margin: 0 auto 30px;
  width: 246px;
  height: 193px;
  display: block;
}

.noData .link {
  color: #3399ff;
  text-decoration: underline;
}
