/*
 *@description:banner 
 *@author: liangtian 
 *@date: 2020-07-28 13:14:13
*/
.banner {
  height: 480px;
  width: 100%;
}
.banner #swiper {
  width: 100% !important;
  height: 100% !important;
}
.banner #swiper img {
  width: 100%;
  height: 100%;
}
.banner #swiper .layui-carousel-arrow {
  width: 34px;
  height: 42px;
  font-size: 24px;
  left: 0;
  border-radius: 0px 100% 100% 0px;
}
.banner #swiper .layui-carousel-arrow[lay-type="add"] {
  right: 0;
  border-radius: 100% 0px 0px 100%;
}
.banner #swiper .layui-carousel-ind ul {
  background: transparent;
}
.banner #swiper .layui-carousel-ind .layui-this {
  width: 26px;
  border-radius: 4px;
}
/*
   *@description:通知 
   *@author: liangtian 
   *@date: 2020-07-28 13:48:28
  */
.notice-wrap {
  height: 56px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
  box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
  border-radius: 0 0 14px 14px;
}
.notice-wrap .notice {
  padding: 10px 0;
}
.notice-wrap .scroll_wrap {
  height: 36px;
}
.notice-wrap .scroll_wrap ul li {
  line-height: 36px;
}
/*
   *@description: 资源区域
   *@author: liangtian 
   *@date: 2020-07-28 15:23:27
  */
.content-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-ul li:nth-of-type(4n) {
  margin-right: 0;
}
.jyhd-wrap .global-title .text {
  width: 143px;
  height: 24px;
  background: url("../images/jyhd-titlebg.png") no-repeat center / cover;
}
.gkk-wrap {
  -webkit-box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
  box-shadow: 0 2px 8px 0 rgba(7, 17, 27, 0.06);
}
.gkk-wrap .text {
  width: 111px;
  height: 24px;
  background: url("../images/gkk-titlebg.png") no-repeat center / cover;
}
.gkk-wrap .content-ul .content-item {
  background: rgba(133, 189, 255, 0.05);
  -webkit-box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
  box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
}
.xbyx-wrap {
  background: #fff;
}
.xbyx-wrap .text {
  width: 160px;
  height: 28px;
  background: url("../images/new2024/xiaobenyanxiu.png") no-repeat center / auto 100%;
}
.xbyx-wrap .content-item {
  -webkit-box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
  box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
  border-radius: 8px;
}
/*
 *@description:新增
*/
.tip-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 13px;
  color: #5e5e5e;
}
.content-ul-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-item-out {
  width: 216px;
  margin: 0 30px 36px 0;
}
.content-item-out:nth-of-type(5n) {
  margin-right: 0;
}
.content-item-out a .item-cover {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.content-item-out a .item-cover img {
  width: 100%;
  height: 130px;
}
.content-item-out a .item-cover .state-box {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  height: 20px;
  line-height: 20px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-item-out a .item-cover .state-box > span {
  padding: 3px 6px 3px 5px;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  color: #fff;
}
.content-item-out a .item-cover .state-box > span.no {
  background: #07a3a9;
}
.content-item-out a .item-cover .state-box > span.ing {
  background: #0aa92f;
}
.content-item-out a .item-cover .state-box > span.end {
  background: #3667d7;
}
.content-item-out a .item-cover .state-box > p {
  margin-left: 3px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  text-align: justify;
  color: #fff;
  padding-right: 7px;
}
.content-item-out a .item-cover .school-name {
  width: 100%;
  padding: 42px 10px 10px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 33, 41, 0.36)), color-stop(30%), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(29, 33, 41, 0.36), 30%, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(29, 33, 41, 0.36), 30%, rgba(0, 0, 0, 0));
}
.content-item-out a .item-info p.title {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  color: #1d2129;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-item-out a .item-info > h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content-item-out a .item-info > h5 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #86909c;
  font-weight: 400;
  font-size: 12px;
}
.content-item-out a .item-info > h5 p .tag {
  display: inline-block;
  border-radius: 2px;
  color: #3491fa;
  background: #e8f7ff;
  line-height: 18px;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 36px;
  text-align: center;
}
.content-item-out a .item-info > h5 p:nth-of-type(2) {
  color: rgba(134, 144, 156, 0.66);
}
.ranking-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 80px;
}
.ranking-content .ranking-main {
  -webkit-box-shadow: 0 6px 12px 0 rgba(55, 55, 55, 0.1);
  box-shadow: 0 6px 12px 0 rgba(55, 55, 55, 0.1);
  border-radius: 6px;
  padding: 24px;
}
.ranking-content .ranking-main .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.ranking-content .ranking-main .title p {
  font-size: 20px;
  font-weight: 700;
  margin-right: 4px;
}
.ranking-content .ranking-main .title i {
  font-size: 12px;
}
.ranking-content .rank-school {
  width: 246px;
  margin-right: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(53%, #fff), to(#fff3d1));
  background: -o-linear-gradient(bottom, #fff, #fff 53%, #fff3d1);
  background: linear-gradient(0deg, #fff, #fff 53%, #fff3d1);
}
.ranking-content .rank-school .title {
  color: #f08e25;
  margin-bottom: 36px;
}
.ranking-content .rank-school .list {
  padding: 0;
}
.ranking-content .rank-school .list .school-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.ranking-content .rank-school .list .school-item:last-child {
  margin-bottom: 0;
}
.ranking-content .rank-school .list .school-item:nth-of-type(1) > span {
  background: url("../images/new2024/top1.png") no-repeat center / cover;
}
.ranking-content .rank-school .list .school-item:nth-of-type(2) > span {
  background: url("../images/new2024/top2.png") no-repeat center / cover;
}
.ranking-content .rank-school .list .school-item:nth-of-type(3) > span {
  background: url("../images/new2024/top3.png") no-repeat center / cover;
}
.ranking-content .rank-school .list .school-item > span {
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url("../images/new2024/top0.png") no-repeat center / cover;
  line-height: 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 6px;
}
.ranking-content .rank-school .list .school-item .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.ranking-content .rank-school .list .school-item .name p {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.ranking-content .rank-school .list .school-item .name p:nth-of-type(1) {
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
}
.ranking-content .rank-school .list .school-item .name p:nth-of-type(2) {
  font-size: 12px;
  color: #999;
}
.ranking-content .rank-course {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(53%, #fff), to(#d8f3ff));
  background: -o-linear-gradient(bottom, #fff, #fff 53%, #d8f3ff);
  background: linear-gradient(0deg, #fff, #fff 53%, #d8f3ff);
}
.ranking-content .rank-course .title {
  color: #3494ec;
}
.ranking-content .rank-course .list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ranking-content .rank-course .list .course-item {
  width: calc(33.3% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-top: 16px;
  cursor: pointer;
}
.ranking-content .rank-course .list .course-item:nth-of-type(3n) {
  margin-right: 0;
}
.ranking-content .rank-course .list .course-item .cover {
  width: 132px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-right: 8px;
}
.ranking-content .rank-course .list .course-item .cover img {
  width: 100%;
  height: 100%;
}
.ranking-content .rank-course .list .course-item .cover .time {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 0 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  font-size: 12px;
}
.ranking-content .rank-course .list .course-item .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.ranking-content .rank-course .list .course-item .info .course-name {
  width: 100%;
  height: 36px;
  color: #545c63;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 2px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.ranking-content .rank-course .list .course-item .info .rec-text {
  width: 100%;
  color: #9199a1;
  font-weight: 400;
  font-size: 12px;
}
.ranking-content .rank-course .list .course-item .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4px;
}
.ranking-content .rank-course .list .course-item .info .user p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #9199a1;
}
.ranking-content .rank-course .list .course-item .info .user p .tag {
  display: inline-block;
  height: 16px;
  border-radius: 2px;
  color: #3491fa;
  background: #e8f7ff;
  line-height: 14px;
  margin-right: 4px;
  font-size: 12px;
  -webkit-transform: scale(0.92);
  -ms-transform: scale(0.92);
  transform: scale(0.92);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 36px;
  text-align: center;
}
