.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
body {
  background-color: #F6F6F6;
}
img {
  display: block;
}
.headline {
  margin-bottom: 36px;
  position: relative;
}
.headline img {
  margin: 0 auto;
  height: 80px;
}
.headline a.more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #997D7F;
}
a.more {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #997D7F;
}
.mySwiper {
  margin-top: 40px;
  height: 316px;
}
.mySwiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-pagination {
  bottom: 32px !important;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 20px !important;
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.32);
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.part1 {
  padding: 32px 0 30px;
}
.part1 .layout {
  padding: 26px 24px 36px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.part1 .layout .left {
  width: 680px;
}
.part1 .layout .left .tab {
  margin-bottom: 22px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 2px solid #EEEEEE;
  display: flex;
}
.part1 .layout .left .tab li {
  margin-right: 40px;
  position: relative;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 26px;
  color: #666666;
  line-height: 26px;
  cursor: pointer;
}
.part1 .layout .left .tab li::after {
  opacity: 0;
  position: absolute;
  bottom: -22px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e60012;
}
.part1 .layout .left .tab .on {
  color: #e60012;
}
.part1 .layout .left .tab .on::after {
  opacity: 1;
}
.part1 .layout .left .contentbox .content {
  position: relative;
}
.part1 .layout .left .contentbox .content ul li {
  margin-bottom: 32px;
}
.part1 .layout .left .contentbox .content ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.part1 .layout .left .contentbox .content ul li a {
  display: flex;
}
.part1 .layout .left .contentbox .content ul li a .time {
  margin-right: 23px;
  display: flex;
  flex-direction: column;
  border: 1px solid #E60012;
  height: fit-content;
}
.part1 .layout .left .contentbox .content ul li a .time .day {
  /* padding: 6px 0; */
  background-color: #e60012;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 52px;
  text-align: center;
}
.part1 .layout .left .contentbox .content ul li a .time .year-month {
  padding: 2px 5px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #E60012;
  line-height: 34px;
  text-align: center;
}
.part1 .layout .left .contentbox .content ul li a .detail .title {
  margin-bottom: 9px;
  width: 537px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part1 .layout .left .contentbox .content ul li a .detail .smalltext {
  width: 537px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part1 .layout .left .contentbox .content .more {
  position: absolute;
  right: 0;
  top: -52px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #997D7F;
}
.part1 .layout .right {
  width: 424px;
}
.part1 .layout .right .tab {
  margin-bottom: 22px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 2px solid #EEEEEE;
  display: flex;
}
.part1 .layout .right .tab li {
  margin-right: 40px;
  position: relative;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 26px;
  color: #666666;
  line-height: 26px;
  cursor: pointer;
}
.part1 .layout .right .tab li::after {
  opacity: 0;
  position: absolute;
  bottom: -22px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e60012;
}
.part1 .layout .right .tab .on {
  color: #e60012;
}
.part1 .layout .right .tab .on::after {
  opacity: 1;
}
.part1 .layout .right .contentbox .content {
  position: relative;
}
.part1 .layout .right .contentbox .content ul li {
  margin-top: 16px;
  background: url(../images/part1_right_bg.png) no-repeat center center / 100% 100%;
}
.part1 .layout .right .contentbox .content ul li:nth-child(1) {
  margin-top: 0;
}
.part1 .layout .right .contentbox .content ul li a {
  display: block;
  padding: 10px 41px;
}
.part1 .layout .right .contentbox .content ul li a .title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part1 .layout .right .contentbox .content .more {
  position: absolute;
  right: 0;
  top: -52px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #997D7F;
}
.part2 {
  padding: 30px 0;
}
.part2 .layout .trainingtopics {
  padding: 30px 26px;
  background-color: #ffffff;
  overflow: ellipsis;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.part2 .layout .trainingtopics ul li {
  margin-right: 16px;
  width: 150px;
  height: 115px;
  float: left;
  text-align: center;
  background-color: #FFF7F6;
  position: relative;
  border-radius: 4px;
}
.part2 .layout .trainingtopics ul li:nth-last-child(1) {
  margin-right: 0;
}
.part2 .layout .trainingtopics ul li a {
  padding-bottom: 16px;
  display: block;
  padding-top: 24px;
}
.part2 .layout .trainingtopics ul li a img {
  width: auto;
  height: auto;
}
.part2 .layout .trainingtopics ul li a p {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part2 .layout .trainingtopics ul li .iconfont {
  display: inline-block;
  font-size: 40px;
  color: #FF0213;
}
.part2 .layout .trainingtopics ul .trainingtopics-cur {
  background: #FF0014;
}
.part2 .layout .trainingtopics ul .trainingtopics-cur .iconfont {
  color: #ffffff;
}
.part2 .layout .trainingtopics ul .trainingtopics-cur p {
  color: #ffffff;
}
.part2 .layout .trainingtopics ul .trainingtopics-cur:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  bottom: -34px;
  left: 50%;
  margin-left: -12px;
  background: url(../images/cur_icon.png) no-repeat;
  z-index: 5;
}
.part2 .layout .trainingtopics ul li:nth-child(7) a {
  padding-top: 14px;
}
.part2 .layout .trainingtopics ul li:nth-child(7) .iconfont {
  font-size: 55px;
}
.part2 .layout .trainingtopics ul li:nth-child(7) a p {
  margin-top: 0px;
}
.part2 .layout .trainingtopics-body .projects-list {
  display: none;
}
.part2 .layout .trainingtopics-body .projects-list {
  padding: 30px 26px;
  background-color: #ffffff;
  overflow: hidden;
  border-top: 7px solid #F6F6F6;
  height: 275px;
}
.part2 .layout .trainingtopics-body .projects-list ul {
  float: none;
}
.part2 .layout .trainingtopics-body .projects-list ul li {
  position: relative;
  width: 273px;
  height: 160px;
  float: left;
  margin-right: 18px;
  padding: 0;
  text-align: center;
}
.part2 .layout .trainingtopics-body .projects-list ul li:nth-child(4n) {
  margin-right: 0;
}
.part2 .layout .trainingtopics-body .projects-list ul li img {
  width: 273px;
  height: 160px;
}
.part2 .layout .trainingtopics-body .projects-list ul li .projects-name {
  height: 56px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
}
.part2 .layout .trainingtopics-body .projects-list ul li .projects-sign {
  position: absolute;
  top: 120px;
  left: -6px;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff !important;
  line-height: 33px;
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0px 4px 4px 0px;
  width: 102px;
  height: 30px;
  background: url(../images/projectsign_back.png) no-repeat;
  background-size: 102px 30px;
}
.part2 .layout .projects-list ul li .projects-sign i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/rightarrow.png) no-repeat;
  margin-left: 6px;
}
.part2 .layout .trainingtopics-body .projects-list .projects-more {
  float: none;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: right;
}
.part3 {
  padding: 30px 0;
}
.part3 .layout .live-panel .live-panelfl,
.part3 .layout .live-panel .live-panelrg {
  float: left;
  width: 590px;
  padding: 35px 29px 30px 40px;
  background-color: #ffffff;
}
.part3 .layout .live-panel .live-panelfl {
  margin-top: 20px;
  margin-right: 20px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
.part3 .layout .live-panel .live-panelfl:nth-child(2n) {
  margin-right: 0;
}
.part3 .layout .live-panel .live-panelfl:nth-child(1),
.part3 .layout .live-panel .live-panelfl:nth-child(2) {
  margin-top: 0;
}
.part3 .layout .live-panel .live-panelfl .live-image,
.part3 .layout .live-panel .live-panelrg .live-image {
  float: left;
  width: 86px;
  height: 86px;
  margin-right: 20px;
}
.part3 .layout .live-panel .live-panelfl .live-image img,
.part3 .layout .live-panel .live-panelrg .live-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.part3 .layout .live-panel .live-panelfl .live-page,
.part3 .layout .live-panel .live-panelrg .live-page {
  width: 391px;
  float: left;
}
.part3 .layout .live-panel .live-panelfl .live-page .live-time,
.part3 .layout .live-panel .live-panelrg .live-page .live-time {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.part3 .layout .live-panel .live-panelfl .live-page .live-time span,
.part3 .layout .live-panel .live-panelrg .live-page .live-time span {
  display: inline-block;
  width: 63px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  border-radius: 4px;
  margin-right: 10px;
}
.part3 .layout .live-panel .live-panelfl .live-page .live-time .live-stateing,
.part3 .layout .live-panel .live-panelrg .live-page .live-time .live-stateing {
  background-color: #e60012;
}
.part3 .layout .live-panel .live-panelfl .live-page .live-time .live-stateing i,
.part3 .layout .live-panel .live-panelrg .live-page .live-time .live-stateing i {
  font-style: normal;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 4px 2px 0;
}
.part3 .layout .live-panel .live-panelfl .live-page .live-time .live-stateNotice,
.part3 .layout .live-panel .live-panelrg .live-page .live-time .live-stateNotice {
  background-color: #4A90E2;
}
.part3 .layout .live-panel .live-panelfl .live-page .live-time .live-statebake,
.part3 .layout .live-panel .live-panelrg .live-page .live-time .live-statebake {
  background-color: #BEBEBE;
}
.part3 .layout .live-panel .live-panelfl .live-title,
.part3 .layout .live-panel .live-panelrg .live-title {
  margin-top: 10px;
}
.part3 .layout .live-panel .live-panelfl .live-title a,
.part3 .layout .live-panel .live-panelrg .live-title a {
  height: 24px;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout .live-panel .live-panelfl .live-name,
.part3 .layout .live-panel .live-panelrg .live-name {
  margin-top: 13px;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout .live-panel .live-panelfl .live-post,
.part3 .layout .live-panel .live-panelrg .live-post {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part4 {
  padding: 30px 0;
}
.part4 .layout .head-Course {
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 14px 0 4px 12px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
}
.part4 .layout .head-Course ul li {
  float: left;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #e60012;
  line-height: 30px;
  padding: 0 26px;
  letter-spacing: 1px;
  border: 1px solid #F8C5C5;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
}
.part4 .layout .head-Course ul .on {
  color: #ffffff;
  background-color: #e60012;
}
.part4 .layout .head-Course {
  position: relative;
}
.part4 .layout .head-Course ul li {
  width: auto !important;
}
.part4 .layout .head-Course .sPrev,
.part4 .layout .head-Course .sNext {
  position: absolute;
  left: 4px;
  top: 18px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/left.png) no-repeat;
  background-size: 24px 24px;
  z-index: 3;
}
.part4 .layout .head-Course .sNext {
  left: auto;
  right: 5px;
  background: url(../images/right.png) no-repeat;
  background-size: 24px 24px;
}
.part4 .layout .head-Course .tempWrap {
  margin-left: 30px;
}
.part4 .layout .head-Course ul li {
  margin-right: 10px !important;
}
.part4 .layout .curriculum-list ul li {
  width: 286px;
  height: 264px;
  float: left;
  margin-right: 18px;
  background-color: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
.part4 .layout .curriculum-list ul li:nth-child(4n) {
  margin-right: 0;
}
.part4 .layout .curriculum-list ul li a {
  display: block;
}
.part4 .layout .curriculum-list ul li a:hover .title-page,
.part4 .layout .curriculum-list ul li a:hover .title-name,
.part4 .layout .curriculum-list ul li a:hover .title-details {
  color: #e60012;
}
.part4 .layout .curriculum-list ul li .curriculum-images {
  width: 286px;
  height: 157px;
}
.part4 .layout .curriculum-list ul li .curriculum-images img {
  width: 100%;
  height: 100%;
  display: block;
}
.part4 .layout .curriculum-list ul li .curriculum-title {
  padding: 15px 16px;
}
.part4 .layout .curriculum-list ul li .curriculum-title .title-page {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.part4 .layout .curriculum-list ul li .curriculum-title .title-name {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part4 .layout .curriculum-list ul li .curriculum-title .title-details {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part4 .layout .curriculum-list .content {
  position: relative;
}
.part4 .layout .curriculum-list .content .more {
  position: absolute;
  right: 0px;
  top: -128px;
}
.part5 {
  padding: 30px 0;
}
.part5 .layout {
  display: flex;
  justify-content: space-between;
}
.part5 .layout .list .headline img {
  margin: 0;
}
.part5 .layout .list ul {
  padding: 24px 16px 40px 28px;
  background: #FFFFFF;
}
.part5 .layout .list ul li {
  margin-top: 10px;
}
.part5 .layout .list ul li:nth-child(1) {
  margin-top: 0;
}
.part5 .layout .list ul li:hover a i {
  background: #E60012;
}
.part5 .layout .list ul li:hover a p {
  color: #E60012;
}
.part5 .layout .list ul li a {
  display: flex;
  align-items: center;
}
.part5 .layout .list ul li a i {
  margin-right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background: #B8B3B3;
  border-radius: 50%;
}
.part5 .layout .list ul li a p {
  width: 530px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.advertising {
  padding: 30px 0;
}
.advertising .layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.advertising .layout .item a {
  display: block;
}
.advertising .layout .item:nth-child(1) a img {
  width: 608px;
}
.advertising .layout .item:nth-child(2) {
  margin-left: 12px;
}
.advertising .layout .item:nth-child(2) a img {
  width: 644px;
}
.fixed_right {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
.fixed_right .item {
  position: relative;
  width: 68px;
  height: 68px;
  background: #E60012;
}
.fixed_right .item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixed_right .item a img {
  margin-bottom: 8px;
  height: 22px;
}
.fixed_right .item a p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
}
.fixed_right .item .hovereq {
  position: absolute;
  top: 21px;
  left: -36px;
  display: none;
}
.fixed_right .item .hovereq span {
  background: url(../images/qrcode.png);
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  top: -20px;
  left: -122px;
}
.fixed_right .elevatornav-active:hover .hovereq {
  display: block;
}
.fixed_right .item.singular {
  border-radius: 6px 0px 0px 6px;
}
.fixed_right .item.even {
  border-radius: 0px 6px 6px 0px;
}
.fixed_right .line img {
  width: 68px;
  height: 9px;
}
.fixed_right .line.singular {
  transform: rotateY(180deg);
}
