@charset "UTF-8";
/**
 * 产业供应链平台研发项目-新点培训服务-电子招标采购技能认证平台
 * date: 2024-11-12
 * author: hxh;
 */
.tab-hd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-hd .tab-nav {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  margin-right: 11px;
  height: 82px;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  background: #f00;
  line-height: 82px;
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  padding-left: 60px;
}
.tab-hd .tab-nav span {
  font-weight: 400;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.6);
  vertical-align: top;
}
.tab-hd .tab-nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 3px solid transparent;
  border-radius: 10px 10px 10px 10px;
}
.tab-hd .tab-nav:last-child {
  margin-right: 0;
}
.tab-hd .tab-nav.active::before {
  border: 3px solid #4787fb;
}
.tab-hd .tab-nav.active::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #4787fb transparent transparent transparent;
}
.tab-hd .tab-nav:nth-child(1) {
  background: url("/images/integrationHome/ebsc/images/course_list/img_tab1.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.tab-hd .tab-nav:nth-child(1).active {
  background: url("/images/integrationHome/ebsc/images/course_list/img_tab1_h.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.tab-hd .tab-nav:nth-child(2) {
  background: url("/images/integrationHome/ebsc/images/course_list/img_tab2.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.tab-hd .tab-nav:nth-child(2).active {
  background: url("/images/integrationHome/ebsc/images/course_list/img_tab2_h.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.screen-cells {
  margin-top: 10px;
  background: #f7f7f7;
  border-radius: 0px 10px 10px 10px;
  padding-top: 17px;
  padding-bottom: 11px;
  margin-bottom: 20px;
}
.screen-cells .screen-cell {
  line-height: 24px;
  min-height: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.screen-cells .screen-cell + .screen-cell {
  margin-top: 17px;
}
.screen-cells .screen-cell .screen-label {
  display: block;
  width: 85px;
  text-align: right;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.screen-cells .screen-cell .screen-content {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
}
.screen-cells .screen-cell .screen-content .radio-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.screen-cells .screen-cell .screen-content .radio-button-item {
  margin-bottom: 6px;
  margin-right: 8px;
  min-width: 64px;
  height: 24px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  padding: 0 6px;
}
.screen-cells .screen-cell .screen-content .radio-button-item.active {
  background: #4787fb;
  color: #fff;
}

.search-types {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search-types .search-type {
  text-align: center;
  min-width: 69px;
  height: 27px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #eff1f3;
  margin-right: 6px;
  padding: 0 6px;
  line-height: 27px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.search-types .search-type.active {
  background: #4787fb;
  color: #fff;
}

.search {
  width: 166px;
  height: 32px;
  background: #f7f7f7;
  border-radius: 48px 48px 48px 48px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search-input {
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
  height: 100%;
  background: none;
  padding-left: 16px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 13px;
}
.search-input::-webkit-input-placeholder {
  color: #c8c8c8;
}
.search-input:-moz-placeholder {
  color: #c8c8c8;
}
.search-input::-moz-placeholder {
  color: #c8c8c8;
}
.search-input:-ms-input-placeholder {
  color: #c8c8c8;
}
.search-input::placeholder {
  color: #c8c8c8;
}
.search-btn {
  height: 100%;
  width: 32px;
  cursor: pointer;
  background: url("/images/integrationHome/ebsc/images/course_list/icon_search.png") center no-repeat;
}

.pager {
  margin-top: 35px;
  text-align: center;
}
.pager li > a {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d6d6d6;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #333333;
}
.pager li.active > a,
.pager li:hover > a,
.pager .m-pagination-group > button:hover {
  border: 1px solid #4787fb;
  color: #4787fb;
  background: #fff;
}
.pager .m-pagination-size > select {
  height: 30px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #d6d6d6;
  color: #333333;
}
.pager .m-pagination-info,
.pager .m-pagination-jump {
  width: auto;
  line-height: 30px;
  color: #333333;
}
.pager .m-pagination-info button,
.pager .m-pagination-info input,
.pager .m-pagination-jump button,
.pager .m-pagination-jump input {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 30px;
  border-color: #d6d6d6;
  color: #333333;
}
.pager .m-pagination-group {
  margin-left: 20px;
}

.course-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 16px;
}

.course-item {
  width: -webkit-calc(25% - 15px);
  width: -moz-calc(25% - 15px);
  width: calc(25% - 15px);
  margin-right: 20px;
  box-shadow: 0px 4px 15px 0px #eaebf1;
  border-radius: 0px 0px 0px 0px;
  position: relative;
  height: 250px;
}
.course-item:nth-child(4n) {
  margin-right: 0;
}
.course-item:nth-child(n+5) {
  margin-top: 20px;
}
.course-item > a {
  display: block;
  height: 100%;
}
.course-item .item-img {
  height: 167px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.course-item .item-img img {
  height: 100%;
  width: 100%;
}
.course-item .item-read {
  position: absolute;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  left: 10px;
  top: 10px;
  min-width: 79px;
  height: 28px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.2) url("/images/integrationHome/ebsc/images/course_list/icon_read.png") left 10px center no-repeat;
  border-radius: 4px 4px 4px 4px;
  padding-left: 33px;
  padding-right: 8px;
  font-size: 16px;
  color: #ffffff;
}
.course-item .item-label {
  position: absolute;
  top: 0;
  right: 12px;
  width: 57px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  background: url("/images/integrationHome/ebsc/images/course_list/img_label.png") center no-repeat;
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
}
.course-item .item-price {
  min-width: 63px;
  height: 28px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px 2px 2px 2px;
  padding: 0 8px;
  top: 129px;
  right: 10px;
  position: absolute;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.course-item .item-name {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 14px;
  padding: 0 16px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #2c2c2c;
}
.course-item .item-text {
  height: 28px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
}