.swiper-wrap {
  width: 100%;
  height: 318px;
  border-radius: 8px;
  overflow: hidden;
}

.swiper-left-wrap {
  position: relative;
  padding: 18px 0;
  float: left;
  width: 170px;
  height: 292px;
  background: #484C59;
}

.course-item {
  margin-bottom: 10px;
  padding: 7px 0 9px 28px;
  font-size: 16px;
  color: white;
  background: url("/templets/default/images/v2/right-jt-unselect.png") no-repeat right 14px center;
  background-size: 13px 13px;
  cursor: pointer;
}

.course-item:hover {
  background: #f13a30 url("/templets/default/images/v2/right-jt-select.png") no-repeat right 18px center;
  background-size: 4px 9px;
}

.course-item-model-wrap {
  position: absolute;
  left: 170px;
  top: 0;
  padding-left: 24px;
  width: 316px;
  height: 318px;
  background: #36383E;
  z-index: 999;
  color: white;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  display: none;
}

.course-item-model {
  display: none;
}

.course-item-model.active {
  display: block;
}

.course-item-model-title {
  margin-top: 24px;
  margin-bottom: 16px;
  color: white;
}

.course-item-model-child-wrap {
  overflow: hidden;
}

.course-item-model-child-wrap span a {
  padding-right: 10px;
  margin-bottom: 12px;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  border-right: 1px solid white;
  color: white;
}

.course-item-model-child-wrap span a:hover {
  color: #f13a30;
  cursor: pointer;
}

.swiper-right-wrap {
  float: right;
  width: 1050px;
  height: 318px;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #737272;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}

.swiper-button-next {
  width: 34px;
  height: 34px;
  background: rgba(51, 51, 51, 0.3) url("/templets/default/images/v2/swiper-right-icon.png") no-repeat center;
  background-size: 10px 16px;
  border-radius: 34px;
}

.swiper-button-next:hover {
  background: rgba(51, 51, 51, 1) url("/templets/default/images/v2/swiper-right-icon.png") no-repeat center;
  background-size: 10px 16px;
}

.swiper-button-next::after {
  content: ''
}

.swiper-button-prev {
  width: 34px;
  height: 34px;
  background: rgba(51, 51, 51, 0.3) url("/templets/default/images/v2/swiper-left-icon.png") no-repeat center;
  background-size: 10px 16px;
  border-radius: 34px;
}

.swiper-button-prev::after {
  content: ''
}

.swiper-button-prev:hover {
  background: rgba(51, 51, 51, 1) url("/templets/default/images/v2/swiper-left-icon.png") no-repeat center;
  background-size: 10px 16px;
}

/* 分校、考研学科 */
.fx-kyxk-wrap {
  margin-top: 20px;
  width: 100%;
  height: 162px;
}

.fx-wrap {
  position: relative;
  padding: 0 20px;
  float: left;
  width: 770px;
  height: 162px;
  background: linear-gradient(175deg, #FFECE6, #FBF3F1);
  border-radius: 8px;
  overflow: hidden;
}

.fx-background {
  position: absolute;
  right: 38px;
  top: 5px;
  display: block;
  width: 104px;
  height: 151px;
}

.fx-title {
  margin-top: 14px;
  font-size: 20px;
  color: #ff4e45;
  overflow: hidden;
}

.fx-title img {
  float: left;
  display: block;
  width: 26px;
  height: 26px;
}

.fx-title-text {
  margin-left: 14px;
  float: left;
}

.fx-item-wrap {
  position: relative;
  margin-top: 10px;
  z-index: 9;
  overflow: hidden;
}

.fx-item-wrap span {
  margin-top: 10px;
  margin-right: 20px;
  float: left;
  color: #333333;
  font-size: 14px;
}

.kyxk-wrap {
  padding-left: 20px;
  float: right;
  width: 370px;
  height: 162px;
  background: linear-gradient(175deg, #F8DFB5, #FDF1D9, #FFFAF1);
  border-radius: 8px;
  overflow: hidden;
}

.kyxk-item-wrap {
  margin-top: 7px;
  overflow: hidden;
}

.kyxk-item {
  position: relative;
  padding-left: 10px;
  margin-right: 12px;
  margin-top: 6px;
  float: left;
  width: 68px;
  height: 26px;
  font-size: 16px;
  color: #525252;
  line-height: 28px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid white;
}

.kyxk-item:hover {
  position: relative;
  padding-left: 10px;
  margin-right: 12px;
  margin-top: 6px;
  float: left;
  width: 68px;
  height: 26px;
  font-size: 16px;
  border: 1px solid #f13a30;
  background: #FFFFFF;
  border-radius: 4px;
}

.kyxk-item:hover a {
  color: #f13a30;
}

.kyxk-item a:hover {
  text-decoration: none;
}


.kyxk-hot-icon {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 0 4px 0 0;
}


/* 考研资讯 */
.kyzx-wrap {
  margin-top: 40px;
  width: 100%;
  height: 380px;
}

.kyzx-left-wrap {
  float: left;
  width: 925px;
  height: 380px;
}

.kyzx-title-wrap {
  padding-bottom: 10px;
  overflow: hidden;
}

.kyzx-title-wrap h2 {
  float: left;
  font-size: 32px;
  font-weight: normal;
  font-family: FZLTZHK--GBK1-0, FZLTZHK--GBK1;
}

.kyzx-title-wrap h2 span {
  color: #ff4e45;
}

.line-wrap  {
  width: 100%;
  height: 1px;
  background: #C0C4CC;
}

.line-wrap .line-red {
  float: left;
  width: 128px;
  height: 1px;
  background: #FF4E45;
} 

.line-wrap .line-default {
  float: left;
  width: calc(100% - 128px);
  height: 1px;
}

.kyzx-left-tab-wrap {
  margin-top: 12px;
  margin-left: 40px;
  float: left;
  font-size: 20px;
}

.kyzx-left-tab-wrap span {
  margin-right: 40px;
  cursor: pointer;
}

.kyzx-left-tab-wrap span:hover {
  color: #f13a30;
}

.kyzx-left-tab-wrap span.active {
  color: #ff4e45;
}

.kyzx-left-tab-wrap span a:hover {
  text-decoration: none;
}

.kyzx-left-content {
  display: none;
  width: 925px;
}

.kyzx-left-content.active {
  display: block;
}

.kyzx-content-list-wrap {
  overflow: hidden;
}

.kyzx-content-list-item {
  margin-top: 18px;
  margin-right: 15px;
  float: left;
  width:455px;
  font-size: 16px;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kyzx-content-list-item:nth-child(even) {
  margin-right: 0;
}

.kyzx-content-list-item-main a {
  display: block;
  font-size: 22px;
  color: #ff4e45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kyzx-content-list-item-desc {
  margin-top:5px;
  width: 455px;
  font-size: 14px;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kyzx-content-list-item span a {
  margin-right: 10px;
  padding: 5px 11px 4px 12px;
  border-radius: 4px;
  background: #FFEFEE;
  color: #ff4e45;
}


.kyzx-content-list-item:nth-child(n + 11) span > a {
  background: #F7F7F7;
  color: #525252;
}

.kyzx-right-wrap {
  float: right;
  width: 280px;
  height: 380px;
}

.kyzx-right-title {
  padding-top: 10px;
  font-size: 24px;
}

.kyzx-right-item-wrap {
  position: relative;
  margin-top: 10px;
  width: 280px;
  height: 56px;
  border-radius: 8px;
  line-height: 56px;
  cursor: pointer;
}

.kyzx-right-item-wrap.zxzzzd {
  background: #FFF4E6;
}

.kyzx-right-item-wrap.zxzzzd span {
  color: #FFA62D;
}

.kyzx-right-item-wrap.bkzllq {
  background: #EAF9F3;
}

.kyzx-right-item-wrap.bkzllq span {
  color: #16CC85;
}

.kyzx-right-item-wrap.lnstlq {
  background: #EFF6FF;
}

.kyzx-right-item-wrap.lnstlq span {
  color: #2D88FF;
}

.kyzx-right-item-wrap.ksxx {
  background: #EFF6FF;
} 

.kyzx-right-item-wrap.ksxx span {
  color: #6483B3;
}

.kyzx-right-item-wrap.app {
  background: #FFEFEE;
}

.kyzx-right-item-wrap.app a {
  color: #ff4e45;
}

.kyzx-right-item-wrap.app a:hover {
  text-decoration: none;
}

.kyzx-right-item-wrap.app span {
  color: #FF4E45;
}

.kyzx-right-item-wrap img {
  margin: 18px 27px 0 27px;
  float: left;
  display: block;
  width: 17px;
  height: 20px;
}

.kyzx-right-item-wrap .kyzx-right-item {
  float: left;
  font-size: 16px;
}

.kyzx-right-item-jt {
  position: absolute;
  right: 22px;
}

.kyzx-right-item-wrap:hover .kyzx-right-item-model-wrap {
  display: block;
}

.kyzx-right-item-model-wrap {
  position: absolute;
  left: -270px;
  top: 0;
  display: none;
  width: 248px;
  height: 319px;
  text-align: center;
  border-radius: 8px;
  background: white;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
}

.kyzx-right-item-model-wrap.lnstlq {
  top: -132px;
}

.kyzx-right-item-model-wrap.ksxx {
  top: -198px;
}

.kyzx-right-item-model-wrap.bkzllq {
  top: -66px;
}

.kyzx-item-model-title {
  margin-top: 13px;
  font-size: 18px;
}

.kyzx-right-item-model-wrap .kyzx-item-model-img {
  padding: 7px;
  margin-top: -5px;
  margin-left: 39px;
  display: block;
  width: 156px;
  height: 156px;
  border-radius: 8px;
  border: 1px solid #FF4E45;
}

.kyzx-item-model-desc {
  font-size: 14px;
  color: #757575;
}

.kyzx-item-model-text {
  margin-top: -30px;
  font-size: 14px;
  color: #232222;
}

/* 时间轴 */
.timer-wrap {
  margin-top: 30px;
  width: 1220px;
  height: 150px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #FF4E45;
  background: linear-gradient(90deg, #FFF8F8 0%, #FFFFFF 100%);
}

.timer-left-wrap {
  padding-top: 48px;
  float: left;
  width: 106px;
  height: 102px;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
}

.timer-left-wrap div {
  color: #FF4E45;
}

.timer-right-wrap {
  position: relative;
  float: left;
  width: 1110px;
  height: 150px;
}

.timer-line {
  position: absolute;
  top: 65px;
  width: 1098px;
  height: 25px;
  background: linear-gradient(90deg, #FFDAD8 0%, #FFF9F9 100%);
  border-radius: 12px;
}

.timer-list-wrap {
  display: flex;
}

.timer-item-wrap {
  flex: 1;
  text-align: center;
}

.timer-item-top {
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
  color: #525252;
  font-size: 14px;
}

.timer-item-icon {
  position: relative;
  left: 50%;
  margin-top: 4px;
  margin-left: -8.6px;
  display: block;
  width: 17.2px;
  height: 17.2px;
}

.timer-item-text {
  margin-top: 22px;
  text-align: center;
  color: #ff4e45;
  font-size: 16px;
}

/* 考研课程 */
.kykc-title-wrap {
  margin-top: 30px;
  height: 60px;
  line-height: 60px;
}

.kykc-title-left {
  float: left;
  font-size: 31px;
  font-weight: 400;
}

.kykc-title-left span {
  color: #FF4E45;
}

.kykc-title-right {
  float: right;
  line-height: 80px;
}

.kykc-button {
  margin-top: 15px;
  padding: 13px 15px;
  display: inline-block;
  background: #FF4E45;
  color: white;
  font-size: 22px;
  border-radius: 4px;
}

.kykc-course-list-wrap {
  margin-top: 15px;
  padding: 10px 0;
  overflow: hidden;
}

.kykc-course-item-wrap {
  position: relative;
  margin-right: 20px;
  float: left;
  width: 290px;
  height: 287px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  transition: all .2s linear;
  cursor: pointer;
}

.kykc-course-item-wrap:hover{
  margin-top: -2px;
  box-shadow: 2px 2px 2px 0px #ebebeb;
}

.kykc-course-item-wrap:last-child {
  margin-right: 0;
}

.kykc-course-item-top {
  width: 290px;
  height: 170px;
}

.kykc-course-item-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}

.kykc-course-item-center {
  padding: 20px 10px 0 20px;
  font-size: 18px;
  font-weight: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;	
  text-overflow: ellipsis;
  display: -webkit-box;	
  -webkit-line-clamp: 2;
  line-clamp: 2;					
  -webkit-box-orient: vertical;
}

.kykc-course-item-bottom {
  position: absolute;
  bottom: 15px;
  width: 290px;
  overflow: hidden;
}

.kykc-course-item-price {
  margin-left: 20px;
  float: left;
}

.kykc-course-item-new {
  font-size: 22px;
  color: #EF3E32;
}

.kykc-course-item-origin {
  font-size: 15.6px;
  color: #949393;
  text-decoration: line-through;
}

.kykc-course-item-button {
  padding: 4px 7px;
  margin-right: 15px;
  float: right;
  border: 1px solid #ff4e45;
  border-radius: 4px;
  color: #ff4e45;
  cursor: pointer;
}

.kykc-course-item-button:hover {
  color: #f13a30;
}

.zixun-tab-wrap {
  width: 100%;
  height: 50px;
  background: #F7F7F7;
}

.zixun-tab-item {
  float: left;
  width: 111px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 21px;
  color: #252525;
  cursor: pointer;
}

.zixun-tab-item.active {
  position: relative;
  background: #FF4E45;
  color: white;
}


.zixun-tab-item.active a {
  color: white;
}

.zixun-tab-item a:hover {
  text-decoration: none;
}

.zixun-tab-item.active::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #FF4E45 transparent transparent;
}

.zixun-tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #FF4E45 transparent transparent;
}

.zixun-content {
  display: none;
}

.zixun-content.active {
  display: block;
}

.zixun-content {
  margin-top: 22px;
  overflow: hidden;
}

.zixun-list-item-wrap {
  padding-left: 10px;
  margin-left: 40px;
  float: left;
  width: 580px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.zixun-list-item-wrap:nth-child(odd) {
  margin-left: 0;
}

.zixun-list-item-icon {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #FF4E45;
}

.zixun-list-item-tag {
  color: #777777;
}

.zixun-list-item-wrap:hover span {
  color: #FF4E45;
}

.sztd-wrap {
  height: 490px;
}

/* 师资列表 */
.sztd-list-wrap {
  padding-bottom: 20px;
  margin-top: 23px;
}

.sztd-list-item-link{
  padding-top: 2px;
  box-sizing: border-box;
}
.sztd-list-item-wrap {
  margin-right: 20px;
  float: left;
  width: 228px;
  height: 380px;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
  border-radius: 8px;
  overflow: hidden;
  transition: all .2s linear;
}

.sztd-list-item-wrap:hover{
  margin-top: -2px;
  box-shadow: 2px 2px 2px 0px #ebebeb;
}

.sztd-list-item-wrap:last-child {
  margin-right: 0;
}

.sztd-list-item-img {
  display: block;
  width: 228px;
  height: 226px;
}

.sztd-list-item-name {
  margin-top: 26px;
  font-size: 19px;
  color: #EF2D36;
  font-weight: bold;
  text-align: center;
}

.sztd-list-item-desc {
  margin-top: 10px;
  padding: 0 18px;
  font-size: 12px;
  color: #8E8E8E;
  line-height: 19px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;	
  text-overflow: ellipsis;
  display: -webkit-box;	
  -webkit-line-clamp: 4;
  line-clamp: 4;					
  -webkit-box-orient: vertical;
}
.bkzllq:hover .dbx{
  top: 89px!important;
}
.lnstlq:hover .dbx{
  top: 155px!important;
}
.ksxx:hover .dbx{
  top: 221px!important;
}