/* 变量 START */
/* 变量 END */
.mainTable {
  margin-top: 15px;
  width: 100%;
}
.mainTable .table th {
  border: 1px solid #e7e7e7;
  height: 47px;
  color: #000;
  border-bottom: 1px solid #EA4120;
}
.mainTable .table td:first-child {
  text-align: center;
}
.mainTable .table .col_2 {
  text-align: center;
}
.mainTable .table td {
  border: 1px solid #e7e7e7;
  height: 47px;
  font-size: 14px;
  text-align: center;
}
.yearChoose {
  width: 100%;
  height: 40px;
  background: #f7f6f6;
  font-size: 14px;
  padding-top: 6px;
}
.yc_tit {
  float: left;
  color: #000;
  height: 28px;
  line-height: 28px;
  margin-left: 15px;
}
.selected {
  float: left;
  width: 120px;
  height: 28px;
  border: 1px solid #e7e7e7;
  background: #fff;
  color: #333;
  position: relative;
}
.select {
  display: none;
}
.tag_select {
  width: 100%;
  height: 28px;
  color: #333;
  padding-left: 20px;
  line-height: 28px;
  position: relative;
  cursor: pointer;
}
.tag_select i {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #9e9e9e;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
}
.tag_options {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 28px;
  z-index: 1;
  border-radius: 4px;
  padding: 10px 0;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.tag_options li {
  width: 100%;
  line-height: 28px;
  padding: 0 20px;
  cursor: pointer;
}
.tag_options li:hover {
  color: #fff;
  background: #EA4120;
}
/************************************* 媒体查询开始 ********************************/
@media (max-width: 767px) {
  .mainTable {
    margin-top: 0;
  }
  .mainTable .table th {
    height: .6rem;
    font-size: .28rem;
  }
  .mainTable .table td:first-child {
    padding-left: 0.22rem;
  }
  .mainTable .table .col_2 {
    padding-left: 0.22rem;
  }
  .mainTable .table td {
    height: .24rem;
    font-size: .24rem;
    padding: 0 .22rem;
    padding-top: .32rem;
    padding-bottom: .24rem;
  }
  .yearChoose {
    height: 0.8rem;
    padding-top: 0.14rem;
    margin-bottom: 0.3rem;
  }
  .yc_tit {
    margin-left: 0.15rem;
    font-size: 0.26rem;
    height: 0.52rem;
    line-height: 0.5rem;
  }
  .selected {
    width: 2rem;
    height: 0.52rem;
  }
  .tag_select {
    height: 0.52rem;
    line-height: 0.5rem;
    padding-left: 0.15rem;
    font-size: 0.26rem;
  }
  .tag_options {
    top: 0.52rem;
  }
  .tag_options li {
    line-height: 0.5rem;
  }
}

/*# sourceMappingURL=honorList.css.map */
