.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.oC-class-today {
  background-color: #f8fafc;
  width: 100%;
}
.oC-class-box {
  width: 1200px;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}
.swiper-container.class-container {
  height: 280px;
}
.class-container .slide-box {
  width: 100%;
  height: 166px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.slide-box h2 {
  width: 100%;
  height: 100%;
  border: 1px solid #e4ecf3;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.slide-box h2 img {
  width: 100%;
  height: 100%;
}
.class-pagination h2 {
  width: 100%;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  text-align: center;
}
.class-pagination i {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  display: block;
  margin: 10px auto 12px;
  background-position: center center;
  background-image: url(../../images/bofang1_img.png);
  position: relative;
  z-index: 1;
}
.class-pagination p {
  font-size: 12px;
  line-height: 22px;
  color: #939ca5;
  width: 100%;
  text-align: center;
}
.class-pagination p span {
  display: block;
  width: 100%;
}
p b,
b {
  font-weight: normal;
}
.class-pagination {
  position: relative;
}
.bline {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50px;
}
.class-left-but,
.class-right-but {
  font-family: iconfont !important;
  font-size: 34px;
  line-height: 34px;
  color: #b9c1c7;
  position: absolute;
  top: 76px;
  cursor: pointer;
  font-weight: normal;
  margin-top: -17px;
}
.class-left-but:hover,
.class-right-but:hover,
.class-left-but.disabled,
.class-right-but.disabled {
  color: #dadee2;
}
.oC-class-box .class-left-but {
  left: -33px;
}
.oC-class-box .class-right-but {
  right: -33px;
}
.dat-time {
  width: 24px;
  height: 25px;
  background: url(../../images/dat_img.png) no-repeat;
  position: absolute;
  left: -24px;
  z-index: 2;
  bottom: 92px;
}
.swiper-slide .status {
  width: 54px;
  height: 49px;
  padding: 4px 10px 0;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 2px;
  background-repeat: no-repeat;
}
.playing .status {
  background-image: url(../../images/zhibozh_img.png);
}
.ended .status {
  background-image: url(../../images/zhibojs_img.png);
}
.start .status {
  background-image: url(../../images/jijangks_img.png);
}
.open-class-title,
.open-class-title h2 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #333;
  line-height: 28px;
}
.open-class-title {
  padding: 40px 0 33px;
}
.active .slide-box,
.choice .slide-box {
  margin-top: -4px;
  margin-bottom: 4px;
}
.slide-box h2,
.choice .slide-box h2 {
  -webkit-box-shadow: 0 2px 8px 0 rgba(124, 144, 164, 0.2);
  -moz-box-shadow: 0 2px 8px 0 rgba(124, 144, 164, 0.2);
  box-shadow: 0 2px 8px 0 rgba(124, 144, 164, 0.2);
}
.active .class-pagination h2,
.active .class-pagination p {
  color: #00aaff;
}
.choice .slide-box h2,
.choice .class-pagination h2,
.slide-box h2 {
}
.choice .class-pagination h2 {
  color: #00aaff;
}
.choice .slide-box h2:after,
.choice .slide-box h2:before {
  visibility: visible;
}
.active .class-pagination i {
  background-image: url(../../images/bofang2_img.png);
}
.slide-box h2:before,
.slide-box h2:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  visibility: hidden;
}
.active .slide-box h2:before,
.active .slide-box h2:after {
  visibility: visible;
}
.slide-box h2:before {
  bottom: -8px;
  border-top: 8px solid #e4ecf3;
}
.slide-box h2:after {
  bottom: -6px;
  border-top: 8px solid #fff;
}
.oC-class-today .elec-publicBox{
  margin-top: 0;
  margin-bottom: 20px;
}
.contentWidth {
  width: 1200px;
  margin: 0 auto;
  padding: 34px 0 24px;
}
.courseTypes .oC-class-box {
  width: 100%;
  padding-bottom: 25px;
}
.courseTypes .dat-time {
  bottom: 78px;
}
.courseTypes .oC-class-today {
  background-color: transparent;
}
.publicBox {
  width: 100%;
  -webkit-box-shadow: 0px 2px 12px 2px #edf1f5;
  -moz-box-shadow: 0px 2px 12px 2px #edf1f5;
  box-shadow: 0px 2px 12px 2px #edf1f5;
  overflow: hidden;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  margin-top: 56px;
}
.publicBut {
  position: relative;
  width: 178px;
  height: 178px;
  background-color: #787d82;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.publicBut:hover button {
  background-color: #fff;
  color: #787d82;
}
.publicCon {
  width: 986px;
  height: 178px;
}
.publicBut button {
  font-size: 12px;
  color: #f6f6f6;
  background-color: transparent;
  line-height: 12px;
  border: 1px solid #fff;
  padding: 4px 7px;
}
.publicBut span {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
}
.publicCon .fl {
  width: 326px;
  height: 100%;
  overflow: hidden;
}
.publicCon .fl img {
  width: 100%;
}
.publicCon .fr {
  width: 638px;
  height: 100%;
}
.publicCon figcaption {
  font-size: 18px;
  color: #14191e;
  line-height: 48px;
  padding-top: 2px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
}

.publicCon figcaption:hover{
  color: #00aaff;
}

.publicCon .figText {
  font-size: 12px;
  line-height: 16px;
  color: #93999f;
  max-width: 560px;
  height: 50px;
  overflow: hidden;
}

.publicCon .elec-figText{
	max-width:480px;
}
.figTime {
  width: 118px;
  height: 50px;
  border: 1px solid #f6f6f6;
  text-align: center;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  position: relative;
}
.figTime time {
  font-size: 14px;
  color: #07bbee;
  line-height: 14px;
  vertical-align: top;
}
.figTime span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #07bbee;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.publicList {
  position: absolute;
  right: -191px;
  top: 12px;
  min-width: 213px;
}
.publicList li {
  min-width: 235px;
  font-size: 0;
  background-color: #f6f6f6;
  padding: 0 10px 0 5px;
  position: relative;
  margin-bottom: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.publicList li time,
.publicList li span {
  font-size: 12px;
  color: #787d82;
  line-height: 31px;
}
.publicList li span {
  display: inline-block;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.publicList li time {
  margin-right: 18px;
}
.publicList li b {
  position: absolute;
  width: 14px;
  height: 31px;
  background: url("../../images/defaultLeft.png") no-repeat;
  left: -14px;
  top: 0;
}
.publicList .active {
  background-color: #07bbee;
  padding-left: 0;
}
.publicList .active time,
.publicList .active span {
  color: #fff;
}
.publicList .active b {
  background: url("../../images/activeLeft.png") no-repeat;
}
.publicList li:hover {
  -webkit-transform: translateX(-190px);
  -moz-transform: translateX(-190px);
  -ms-transform: translateX(-190px);
  -o-transform: translateX(-190px);
  transform: translateX(-190px);
}
.hideTime {
  visibility: hidden;
}
.publicList li:hover .hideTime {
  visibility: visible;
}
.publicList .active:hover {
  -webkit-transform: translateX(-190px);
  -moz-transform: translateX(-190px);
  -ms-transform: translateX(-190px);
  -o-transform: translateX(-190px);
  transform: translateX(-190px);
}
.publicList .on {
  padding-left: 10px;
}
.publicList .on img {
  width: 13px;
  height: 15px;
  vertical-align: top;
  position: relative;
  top: 7px;
  margin-right: 28px;
}
.articleBox {
  width: 1200px;
  margin: 0 auto;
}
.no-csstransforms .head_lists.nav-item {
  max-width: 622px;
  overflow: hidden;
  height: 60px;
}
.no-csstransforms .headerSwiper .swiperwell-container {
  width: 100%;
  height: 430px;
}
.no-csstransforms .publicList .active:hover {
  margin-left: -190px;
}
.no-csstransforms .publicList li:hover {
  margin-left: -190px;
}
.no-csstransforms .classList li:hover .hLine {
  margin-left: -137px;
}
.old-home-today {
  padding: 60px 0;
}
.old-home-today .publicBox {
  margin: 0;
}
div.public-But {
  padding-top: 40px;
}
div.public-But span {
  margin-bottom: 30px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 70px;
  margin-top: -35px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper-button-prev {
  left: 20px;
}
.swiper-button-next .iconfont,
.swiper-button-prev .iconfont {
  font-family: iconfont !important;
  font-size: 38px;
  line-height: 76px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.swiper-button-next {
  right: 20px;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-switch {
  margin: 0 5px;
}
.swiper-pagination-clickable .swiper-pagination-switch {
  cursor: pointer;
}
.swiper-pagination-switch {
  width: 18px;
  height: 5px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  opacity: .7;
}
span {
  font-size: inherit;
}
.swiper-active-switch {
  opacity: 1;
  width: 26px;
}
.swiper-pagination.swiper-pagination-clickable {
  bottom: 25px;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
}
.swiper-slide {
  position: relative;
}
.swiper-slide .full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}
