@font-face {
  font-family: fzlthjwgb;
  src: url("fzlthjwgb10.TTF");
}

@font-face {
  font-family: fzzyjw;
  src: url("FZZDHJW.TTF");
}

@font-face {
  font-family: DIN;
  src: url("DIN-Medium.otf");
}

body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select,
span,
em,
i,
button {
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: inherit;
  font-family: "fzlthjwgb", "PingFangSC-Regular", "microsoft yahei";
  color: #333;
}

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: none !important;
  border-color: inherit;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

h3,
h4,
h5,
h6 {
  font-weight: normal;
}

em,
i,
p,
span,
div {
  font-style: normal;
  font-size: inherit;
  color: inherit;
}

* {
  box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  -webkit-appearance: none;
}

input[type="button"] {
  border: none;
}

textarea {
  -webkit-appearance: none;
}

.auto {
  margin: 0 auto;
  width: 1200px;
}

:hover {
  transition: all 0.2s;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center !important;
}

.img {
  width: 100%;
  display: block;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ele {
  position: relative;
}

.ele:before,
.ele:after {
  content: "";
  position: absolute;
  display: block;
}

.ipt {
  border: none;
}

.img_hover_wrap {
  overflow: hidden;
}

.item_scale .icon {
  transition: all 0.3s;
}

.item_scale:hover .icon {
  transform: scale(1.05, 1.05);
}

.img_hover {
  transition: all 0.3s;
}

.img_hover:hover {
  transform: scale(1.05, 1.05);
}

.img_traslate {
  transition: all 0.3s;
}

.img_traslate:hover {
  transform: translateY(-10px);
}

.img_rotate {
  transition: all 0.3s;
}

.img_rotate:hover {
  transform: rotate(-360deg);
}

body {
  background: #f5f5f6;
  min-width: 1200px;
}

.flipx .icon {
  transition: all 0.3s;
}

.flipx:hover .icon {
  transform: scaleX(-1);
}

.scale .icon {
  transition: all 0.3s;
}

.scale:hover .icon {
  transform: scale(1.1, 1.1);
}

.zoomimg {
  position: relative;
}

.zoomimg .img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
}

.text-right {
  text-align: right !important;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-w {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
  overflow: hidden;
}

.flex-start {
  align-items: flex-start;
}

.flex-end {
  align-items: flex-end;
}

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.item {}

.item .imgbox {
  display: block;
  overflow: hidden;
}

.item .img {
  transition: all 1s;
  width: 100%;
  display: block;
}

.item:hover .imgbox .img {
  transform: scale(1.1, 1.1);
}

.btn {
  color: #fff;
  background: #f19537;
  border: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.btn:hover {
  background-color: #e62129 !important;
}

.bg-white {
  background: #fff;
}

/* 公共 */
.head {
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  height: 80px;
  position: relative;
  z-index: 100;
}

.hd-logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
}

.hd-logo .img {
  margin-top: 15px;
  width: 260px;
  height: 40px;
}

.hd-nav {
  margin-top: 15px;
}

.hd-nav li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}

.hd-nav li>a {
  display: block;
  font-size: 26px;
  color: #242424;
  line-height: 50px;
  padding-bottom: 16px;
  position: relative;
}

.hd-nav li.cur>a,
.hd-nav li:hover>a {
  color: #ff9540;
  font-weight: bold;
}

.hd-nav li>a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ff7200;
  left: 50%;
  bottom: 0;
  width: 0;
  transition: all 0.3s;
}

.hd-nav li.cur>a::after,
.hd-nav li:hover>a::after {
  width: 100%;
  left: 0;
}

.hd-nav li>a::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 15px;
  background: url(../img/newimages/icon_02.png) no-repeat center;
  background-size: contain;
  left: 50%;
  bottom: 4px;
  margin-left: -12px;
  display: none;
}

.hd-nav li.cur>a::before,
.hd-nav li:hover>a::before {
  display: block;
}

.hd-nav li:hover .drop {
  display: block;
}

.hd-nav .drop {
  background: url(../img/newimages/img_01.png) no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 50px 0;
  box-shadow: 0 4px 7px rgba(14, 14, 14, 0.15);
  display: none;
}

.hd-nav .drop .row {
  display: flex;
  margin-bottom: 45px;
}

.hd-nav .drop .row:last-child {
  margin-bottom: 0;
}

.hd-nav .drop .tit {
  font-size: 20px;
  color: #ff7200;
  font-weight: bold;
  width: 140px;
  display: block;
  line-height: 34px;
}

.hd-nav .drop .info {
  flex: 1;
  overflow: hidden;
  margin-left: -25px;
}

.hd-nav .drop .lk {
  font-size: 16px;
  color: #505050;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  font-weight: bold;
  margin-left: 25px;
}

.hd-nav .drop .lk:hover {
  color: #ff7200;
}

.hd-rig {
  margin-top: 15px;
}

.hd-sear {
  width: 220px;
  border: 1px solid #bababa;
  border-radius: 24px;
  display: inline-block;
  vertical-align: middle;
}

.hd-sear .ipt-txt {
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  width: calc(100% - 60px);
  background: transparent;
}

.hd-sear .submit {
  width: 50px;
  height: 50px;
  background: url(../img/newimages/xx_01.png) no-repeat center;
  background-size: 24px;
  cursor: pointer;
  border: none;
  margin-right: 6px;
}

.hd-xian {
  width: 1px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: #bababa;
  /* margin:0 35px; */
  margin: 0 15px;
}

.hd-sign {
  font-size: 18px;
  color: #bababa;
  line-height: 50px;
  /* margin-top: 50px; */
  display: inline-block;
  vertical-align: middle;
  height: 50px;
}

.hd-sign a:hover {
  color: #ff9540;
}

.pagelist {
  padding: 50px 0;
  text-align: center;
  background: #eceef5;
  box-shadow: 0 2px 16px rgba(14, 14, 14, 0.18);
  font-size: 20px;
  color: #c7c7c7;
}

.pagelist a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #c7c7c7;
  min-width: 56px;
  line-height: 56px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 18px rgba(14, 14, 14, 0.15);
  margin: 0 6px;
  padding: 0 15px;
}

.pagelist .num {
  width: 70px;
  text-align: center;
  font-size: 16px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  line-height: 56px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 18px rgba(14, 14, 14, 0.15);
  margin: 0 6px;
}

.pagelist .go {
  font-size: 20px;
  width: 90px;
  line-height: 56px;
  height: 56px;
  border-radius: 8px;
  margin-left: 20px;
}

.pagelist>.active {
  width: 70px;
  text-align: center;
  font-size: 16px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  line-height: 56px;
  background: #eceef5;
  border-radius: 8px;
  box-shadow: 0 1px 18px rgba(14, 14, 14, 0.15);
  margin: 0 6px;
}

.foot {
  padding: 55px 0;
  background: #333333;
}

.foot .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.foot .lbox {
  flex: 1;
  overflow: hidden;
}

.foot .tit {
  font-size: 17px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
  margin-bottom: 4px;
}

.foot .lks {
  font-size: 16px;
  color: #fff;
  margin-left: -8px;
  max-width: 650px;
}

.foot .lks a {
  font-size: 14px;
  color: #f5f5f6;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}

.foot .lks a:hover {
  color: #f19537;
}

.foot .txt {
  font-size: 14px;
  color: #f5f5f6;
  line-height: 26px;
  margin-top: 25px;
}

.foot .txt span {
  margin-right: 15px;
}

.foot .rbox {
  font-size: 0;
}

.foot .grp {
  display: inline-block;
  vertical-align: middle;
  width: 132px;
  margin: 0 0 0 55px;
}

.foot .grp .pic {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.foot .grp .wz {
  font-size: 17px;
  color: #f5f5f6;
  text-align: center;
  margin-top: 5px;
}

/* 备考解析 */

.bk-top {
  padding: 40px 0;
  background: #fff;
}

.bk-sear {
  border-radius: 44px;
  width: 1200px;
  margin: 0 auto;
}

.bk-sear .select {
  width: 215px;
  border-radius: 46px 0 0 46px;
  height: 90px;
  border: 1px solid #bfbfbf;
  position: relative;
}

.bk-sear .select .font {
  font-size: 30px;
  color: #4d4d4d;
  line-height: 90px;
  text-align: center;
  cursor: default;
}

/* .bk-sear .select .font::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 18px;
  height: 10px;
  background: url(../img/newimages/bk_01.png) no-repeat center;
  background-size: contain;
} */

.bk-sear .select .drop {
  position: absolute;
  width: 100%;
  left: 0;
  border: 1px solid #d1d1d1;
  background: #fff;
  padding: 10px 0;
  z-index: 70;
  border-radius: 5px;
  margin-top: -2px;
  display: none;
}

.bk-sear .select .drop li {
  font-size: 26px;
  color: #4d4d4d;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}

.bk-sear .select .drop li:hover {
  color: #fff;
  background: #ff7200;
}

.bk-sear .ipt-txt {
  border: 1px solid #bfbfbf;
  border-left: none;
  border-right: none;
  font-size: 30px;
  color: #333;
  padding: 0 30px;
}

.bk-sear .submit {
  width: 145px;
  height: 90px;
  line-height: 90px;
  background: url(../img/newimages/bk_02.png) no-repeat center #ff9540;
  background-size: 44px;
  border-radius: 0 46px 46px 0;
}

.bk-main {
  padding: 35px 0;
  background-color: #f5f5f6;
}

.bk-menu {
  background: #fff;
  margin-bottom: 30px;
}

.bk-menu .lk {
  padding: 25px 0;
  flex: 1;
  position: relative;
}

.bk-menu .icon {
  height: 50px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.bk-menu .tit {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}

.bk-menu .lk::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 22px;
  margin-top: -11px;
  background: #a0a0a0;
}

.bk-menu .lk:nth-child(3)::after {
  display: none;
}

.bk-menu .lk::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  left: 50%;
  height: 3px;
  background: #ff7200;
  transition: all 0.3s;
}

.bk-menu .lk:hover::before,
.bk-menu .lk.cur::before {
  width: 74px;
  margin-left: -37px;
}

.crumb {
  font-size: 18px;
  color: #cccccc;
  line-height: 30px;
  margin-bottom: 20px;
}

.crumb a {
  color: #cccccc;
}

.crumb a:hover {
  color: #ff7200;
}

.pub-tt {
  margin-bottom: 25px;
}

.pub-tt .titbox {}

.pub-tt .titbox .cn {
  font-size: 36px;
  color: #ff7200;
  font-weight: bold;
}

.pub-tt .titbox .en {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 3px;
}

.pub-tt .selbox {}

.pub-tt .select.date {
  width: 110px;
}

.pub-tt .select {
  /* width: 160px; */
  height: 48px;
  position: relative;
  margin-left: 30px;
  min-width: 150px;
}

.pub-tt .select .font {
  padding: 0 10px;
  font-size: 20px;
  color: #c8c7c7;
  line-height: 48px;
  text-align: center;
  cursor: default;
  background: #fff;
  border-radius: 32px;
}

.pub-tt .select .font::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 15px;
  height: 8px;
  background: url(../img/newimages/bk_01.png) no-repeat center;
  background-size: contain;
  opacity: 0.3;
}

.pub-tt .select .font.color {
  color: #333;
}

.pub-tt .select .font.color::after {
  opacity: 1;
}

.pub-tt .select .drop {
  position: absolute;
  width: 100%;
  left: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 0;
  z-index: 70;
  border-radius: 5px;
  margin-top: -2px;
  display: none;
}

.pub-tt .select .drop li {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.pub-tt .select .drop li:hover {
  color: #fff;
  background: #ff7200;
}

.bk-list {
  padding: 10px 35px 0;
  box-shadow: 0 5px 7px rgba(4, 0, 0, 0.07);
}

.bk-list .item {
  padding: 25px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.bk-list .icon {
  width: 46px;
  display: block;
}

.bk-list .info {
  padding: 0 15px;
}

.bk-list .title {
  font-size: 22px;
  color: #696969;
  display: block;
  line-height: 30px;
}

.bk-list .title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 4px;
  height: 4px;
  background: #656565;
}

.bk-list .more {
  font-size: 22px;
  color: #ff7200;
  font-weight: bold;
  /* width: 194px; */
  width: 149px;
  height: 51px;
  background: url(../img/newimages/icon_06.png) no-repeat center;
  background-size: contain;
  text-align: center;
  line-height: 45px;
}

.bk-list .item:last-child {
  border-bottom: none;
}

.bk-list .item:hover .title {
  color: #ff9540;
}

.bk-list .item:hover .title::before {
  background: #ff9540;
}

/* 真题演练 */
.zt-list {}

.zt-list .icon {
  width: 50px;
}

.zt-list .info {
  padding-left: 10px;
}

.zt-list .txt {
  font-size: 16px;
  color: #c8c7c7;
  width: 24%;
}

.zt-list .txt span {
  margin-right: 5%;
  display: inline-block;
  min-width: 80px;
}

.zt-list .txt span:last-child {
  margin-right: 0;
}

/* 模拟试卷 */
.mn-list {}

.mn-list .icon {
  width: 50px;
}

.mn-list .info {
  padding-left: 10px;
}

.mn-list .txt {
  font-size: 16px;
  color: #c8c7c7;
  width: 24%;
}

.mn-list .txt span {
  margin-right: 5%;
  display: inline-block;
  min-width: 80px;
}

.mn-list .txt span:last-child {
  margin-right: 0;
}

.mn-list .more {
  background: url(../img/newimages/icon_05.png) no-repeat center;
  background-size: contain;
  color: #43d3cf;
  width: 133px;
  height: 52px;
  line-height: 47px;
}

.mn-list .item:hover .title {
  color: #43d3cf;
}

.mn-list .item:hover .title::before {
  background: #43d3cf;
}

/* 视频课程 */
.video-list {
  margin-left: -1.5%;
}

.video-list .item {
  width: 18.5%;
  margin: 0 0 1.5% 1.5%;
  box-shadow: 0 7px 10px rgba(4, 0, 0, 0.14);
}

.video-list .imgbox {
  display: block;
}

.video-list .img {
  height: 115px;
  width: 100%;
}

.video-list .info {}

.video-list .title {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 50px;
  padding: 0 10px;
}

.video-list .item:hover .title {
  color: #ff9540;
}

/* 视频学习页 */

.xx-top {
  margin-top: 50px;
  padding: 40px 0;
}

.xx-top .wrap {
  max-width: 1300px;
  margin: 0 auto;
  width: 94%;
}

.xx-top .lbox {}

.xx-top .title {
  font-size: 32px;
  color: #fff;
}

.xx-top .bot {
  margin-top: 55px;
}

.xx-top .anniubox {
  width: 190px;
  height: 50px;
  border-radius: 6px;
  background: #ec8300;
}

.xx-top .anniubox .anniu {
  width: 125px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  border: none;
  border-radius: 6px;
}

/* .xx-top .anniubox .anniu:hover{background: #e00000;} */

.xx-top .anniubox .xing {
  width: 65px;
  height: 50px;
  background-size: 20px;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xx-top .anniubox .xing::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  background: #fff;
  height: 18px;
  margin-top: -9px;
}

.xx-top .list {
  margin-right: 30px;
  margin-left: 30px;
}

.xx-top .list li {
  padding: 0 30px;
  position: relative;
}

.xx-top .list .fz {
  font-size: 16px;
  color: #fff;
}

.xx-top .list .wz {
  font-size: 18px;
  color: #fff;
  margin-top: 8px;
}

.xx-top .list li:first-child .wz {
  font-size: 20px;
}

.xx-top .list li::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  top: 50%;
  background: #fff;
  height: 22px;
  margin-top: -11px;
}

.xx-top .kc {
  font-size: 14px;
  color: #fff;
  width: 104px;
  line-height: 34px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 6px;
  text-align: center;
}

.xx-top .kc::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: url(../img/newimages/xx_04.png) no-repeat center;
  background-size: contain;
  border-radius: 4px;
  margin-right: 6px;
}

.xx-top .kc:hover {
  color: #fff;
  background: #ec8300;
  border-color: #ec8300;
}

.xx-top .rbox {
  width: 320px;
  height: 200px;
  border-radius: 6px;
  background: #fff5e6;
  padding: 25px 30px;
  margin-left: 5%;
  margin-right: 30px;
}

.xx-top .fz {
  font-size: 20px;
  color: #5e5e5e;
}

.xx-top .smbox {
  max-width: 175px;
  border-right: 1px solid #ff9c01;
  margin-top: 30px;
}

.xx-top .smbox .num {
  font-size: 50px;
  color: #ff9c01;
  font-family: "DIN";
  margin-bottom: 12px;
}

.xx-top .smbox .star {}

.xx-top .smbox .ic {
  width: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.xx-main {
  padding: 100px 0;
}

.xx-main .wrap {}

.xx-l {
  padding-right: 80px;
}

.xx-r {
  /* width: 420px; */
  /* padding-left: 45px; */
  border-left: 1px solid #ddd;
  width: 335px;
  padding-left: 35px;
}

.xx-mod {}

.xx-mod .t-tit {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}

.xx-lecturer {
  margin-bottom: 60px;
}

.xx-lecturer .detail {}

.xx-lecturer .top {
  padding: 0 25px;
}

.xx-lecturer .hdpic {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-right: 15px;
}

.xx-lecturer .info {}

.xx-lecturer .name {
  font-size: 14px;
  color: #4c4c5f;
  font-weight: bold;
}

.xx-lecturer .ms {
  font-size: 14px;
  color: #4c4c5f;
  margin-top: 20px;
}

.xx-lecturer .box {
  border-radius: 6px;
  padding: 15px;
  background: #ffc174;
  margin-top: 50px;
  position: relative;
  /* min-height:360px; */
}

.xx-lecturer .box::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 15px;
  background: url(../img/newimages/xx_08.png) no-repeat center;
  background-size: contain;
  left: 52px;
  top: -17px;
}

.xx-lecturer .txt {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.xx-kc {}

.xx-kc .list {}

.xx-kc .list .item {
  margin-bottom: 15px;
}

.xx-kc .list .imgbox {
  display: block;
  width: 70px;
  margin-right: 10px;
}

.xx-kc .list .img {
  width: 100%;
  height: 60px;
}

.xx-kc .list .info {}

.xx-kc .list .title {
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 24px;
}

.xx-kc .list .txt {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  -webkit-line-clamp: 2;
  margin-top: 0;
}

.xx-kc .list .item:hover .title {
  color: #ec8300;
}

.xx-intro {
  margin-bottom: 30px;
}

.xx-intro .t-tit {
  font-size: 24px;
  color: #1c1c1c;
  font-weight: bold;
}

.xx-intro .desc {
  font-size: 14px;
  color: #878787;
  line-height: 30px;
  margin-top: 15px;
}

.xx-menu {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 35px;
}

.xx-menu .lk {
  font-size: 18px;
  color: #1c1c1c;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  margin-right: 35px;
  font-weight: bold;
}

.xx-menu .lk.cur,
.xx-menu .lk:hover {
  color: #ec8300;
}

.xx-chapter {}

.xx-chapter .t-tit {
  font-size: 20px;
  color: #1c1c1c;
  font-weight: bold;
  background: url(../img/newimages/xx_06.png) no-repeat left center;
  background-size: 22px;
  padding-left: 35px;
  margin-bottom: 20px;
}

.xx-chapter .list {
  padding-left: 35px;
}

.xx-chapter .list .item {
  margin-bottom: 25px;
  padding: 15px 20px;
  line-height: 30px;
  background: #f3f5f7;
}

.xx-chapter .list .title {
  display: block;
  font-size: 17px;
  color: #333;
  position: relative;
  padding-left: 23px;
}

.xx-chapter .list .title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #b5b9bc;
  left: 0;
  top: 6px;
}

.xx-chapter .list .item:hover .title {
  color: #ec8300;
}

.xx-chapter .list .item:hover .title::before {
  border-color: transparent transparent transparent #ec8300;
}

/* 资讯二级页 */
.news-container-list>a {
  width: 865px;
  line-height: 56px;
  display: block;
}

.news-container-list>a>li {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
  border-bottom: 1px solid #eceef5;
}

:hover>.left {
  color: #e62129;
}

.news-container-list>a>li>.right {
  color: #8e8e8e;
}

.news-container-list>a>li:hover {
  box-shadow: 1px 2px 5px 1px #dedede;
}

.xwdet-top {
  margin: 60px 0;
  position: relative;
}

.xwdet-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
  top: 50%;
}

.xwdet-top .detail {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.xwdet-top .item {
  /* width: 120px; */
  text-align: center;
}

.xwdet-top .fz {
  font-size: 18px;
  color: #5f5f5f;
}

.xwdet-top .circle {
  width: 24px;
  height: 24px;
  background: url(../img/newimages/icon_09.png) no-repeat center;
  background-size: cover;
  display: block;
  margin: 5px auto;
  position: relative;
  z-index: 10;
}

.xwdet-top .wz {
  font-size: 18px;
  color: #5f5f5f;
}

.xwdet-top .swiper-container {
  position: static;
}

.xwdet-top .swiper-button-next,
.xwdet-top .swiper-button-prev {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  opacity: 1;
}

.xwdet-top .swiper-button-prev {
  background: url(../img/newimages/icon_07.png) no-repeat center;
  background-size: contain;
  left: -50px;
}

.xwdet-top .swiper-button-next {
  background: url(../img/newimages/icon_08.png) no-repeat center;
  background-size: contain;
  right: -50px;
}

.xwdet-top .swiper-button-prev:hover {
  background: url(../img/newimages/icon_07-1.png) no-repeat center;
  background-size: contain;
}

.xwdet-top .swiper-button-next:hover {
  background: url(../img/newimages/icon_08-1.png) no-repeat center;
  background-size: contain;
}

.xwdet-main {
  padding: 20px 0 90px;
}

.xwdet-l>.rbox {
  height: 600px;
}

.xwdet-r {
  width: 295px;
  margin-left: 40px;
}

.xwdet-kc {}

.xwdet-kc .t-tit {
  position: relative;
}

.xwdet-kc .t-tit span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.xwdet-kc .list {
  padding: 0 10px;
  background: #fff;
}

.xwdet-kc .list .item {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}

.xwdet-kc .list .imgbox {
  width: 100px;
  display: block;
  margin-right: 10px;
}

.xwdet-kc .list .img {
  width: 100%;
  height: 70px;
}

.xwdet-kc .list .title {
  width: calc(100% - 80px);
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 24px;
}

.xwdet-kc .list .item:hover .title {
  color: #f48700;
}

.xwdet-menu {
  background: #ff9a10;
  background-image: linear-gradient(to right, #ffb416, #ff5e03);
}

.xwdet-menu .lk {
  font-size: 20px;
  color: #fff;
  line-height: 65px;
  flex: 1;
  text-align: center;
}

.xwdet-menu .lk.cur,
.xwdet-menu .lk:hover {
  color: #ff5400;
  background: #ffebc7;
  font-weight: bold;
}

.xwdet-det {
  padding: 30px 35px;
}

.xwdet-det .title {
  font-size: 24px;
  color: #4b4b4b;
  font-weight: bold;
}

.xwdet-det .sm {
  font-size: 14px;
  color: #b6b6b6;
  margin-left: -15px;
  margin-top: 15px;
}

.xwdet-det .sm span {
  font-size: 18px;
  padding: 0 15px;
}

.xwdet-det .editbox {
  max-height: 490px;
  overflow: hidden;
  font-size: 18px;
  color: #9a9a9a;
  line-height: 31px;
  padding: 20px 0 20px;
}

.xwdet-det .readmore {
  font-size: 12px;
  color: #686868;
  background: url(../img/newimages/icon_10.png) no-repeat left center;
  background-size: 13px;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  cursor: pointer;
}

.xwdet-det .readmore:hover {
  text-decoration: underline;
}

/* index */
.idx-ban {
  position: relative;
}

.idx-ban .item {
  height: 443px;
  overflow: hidden;
}

.idx-ban .kc-box {
  position: absolute;
  /* width: 100%; */
  width: 1920px;
  left: 50%;
  right: 50%;
  top: 0;
  margin-left: -770px;
  height: 100%;
  /* margin: 0 auto; */
}

.idx-kc .idx-tt .menu .lk {
  font-size: 17px;
  font-weight: bold;
}

.idx-xw .idx-tt .menu .lk {
  font-size: 17px;
  font-weight: bold;
}

.idx-ban .kc-box .wrap {
  padding: 0 50px 0;
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.idx-ban .kc-box .wrapbox {
  max-width: 695px;
}

.idx-ban .kc-box .t-tit {
  min-width: 215px;
  line-height: 46px;
  display: inline-block;
  vertical-align: middle;
  background: #ff9700;
  font-size: 30px;
  color: #fff;
  padding: 0 20px;
  font-family: "fzzyjw";
  height: 46px;
  padding-top: 3px;
}

.idx-ban .kc-box .box {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 3px rgba(14, 14, 14, 0.29);
  padding: 25px 20px 30px 25px;
}

.idx-ban .kc-box .row {
  margin-bottom: 20px;
  line-height: 30px;
}

.idx-ban .kc-box .row:last-child {
  margin-bottom: 0;
}

.idx-ban .kc-box .tit {
  font-size: 18px;
  color: #ff7200;
  display: block;
  float: left;
  width: 115px;
  display: block;
  float: left;
  font-weight: bold;
}

.idx-ban .kc-box .tit .ico {
  margin-right: 8px;
}

.idx-ban .kc-box .info {
  margin-left: 120px;
}

.idx-ban .kc-box .lk {
  font-size: 14px;
  color: #2a2a2a;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: bold;
}

.idx-ban .kc-box .lk:hover {
  color: #ff9700;
}

.idx-menu {
  padding: 40px 0 35px;
  background: #fafafa;
}

.idx-menu .list {}

.idx-menu .list .item {
  display: block;
  height: 115px;
  box-shadow: 0 7px 10px rgba(4, 0, 0, 0.16);
  width: 180px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.idx-menu .list .item span {
  font-size: 20px;
  color: #3b3b3b;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 34px;
  width: 100%;
}

.idx-menu .list .icon {
  width: 44px;
  margin-right: 10px;
}

.idx-tt {
  height: 50px;
  border-bottom: 1px solid #d4d4d4;
  line-height: 50px;
  margin-bottom: 20px;
  padding-right: 20px;
}

.idx-tt .bt {
  position: relative;
  padding: 0 10px;
  margin-right: 20px;
  overflow: hidden;
}

.idx-tt .bt::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../img/newimages/idx_13.png) no-repeat center;
  background-size: contain;
  top: 5px;
  left: 0;
}

.idx-tt .cn {
  font-size: 22px;
  color: #1c1c1c;
  font-weight: bold;
  position: relative;
  z-index: 10;
  font-weight: bold;
}

.idx-tt .en {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  position: relative;
  padding-left: 12px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.idx-tt .en::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #999;
  transform: rotate(30deg);
  display: block;
  left: 0;
  top: 15px;
}

.idx-tt .more {
  font-size: 15px;
  color: #999999;
  display: inline-block;
  margin-top: 18px;
  line-height: 30px;
  margin-left: 15px;
}

.idx-tt .more:hover {
  color: #ff9d00;
  text-decoration: underline;
}

.idx-tt .menu {
  white-space: nowrap;
}

.idx-tt .menu .lks {
  width: 80%;
}

.idx-tt .menu .lk {
  font-size: 14px;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
  margin-right: 20px;
  line-height: 34px;
  position: relative;
}

.idx-tt .menu .lk::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #ff9d00;
  width: 0;
  transition: all 0.3s;
  display: block;
}

.idx-tt .menu .lk.cur,
.idx-tt .menu .lk:hover {
  color: #ff9d00;
}

.idx-tt .menu .lk.cur::after,
.idx-tt .menu .lk:hover::after {
  width: 100%;
  left: 0;
}

.idx-tt .menu .lk.a:hover {
  color: #333;
}

.idx-tt .menu .lk.a:hover::after {
  display: none;
}

.idx-zb {
  padding: 30px 0 55px;
  background: #fff;
}

.idx-zb .detail {
  margin-top: -10px;
}

.idx-zb .item {
  width: 100%;
  height: 158px;
  display: block;
  box-shadow: 0 1px 6px rgba(14, 14, 14, 0.43);
  border-radius: 20px;
  padding: 15px 20px;
}

.idx-zb .item .top {
  font-size: 12px;
  color: #dedede;
  padding: 0 10px;
  line-height: 26px;
  border-bottom: 1px solid #d4d4d4;
}

.idx-zb .item .top span {
  margin-right: 10px;
}

.idx-zb .item .top i {
  color: #8e8e8e;
}

.idx-zb .item .bot {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.idx-zb .item .hdpic {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-right: 6px;
  transition: all 0.3s;
}

.idx-zb .item .info {
  flex: 1;
  overflow: hidden;
}

.idx-zb .item .title {
  font-size: 16px;
  color: #666;
}

.idx-zb .item .name {
  font-size: 12px;
  color: #bbbbbb;
  margin-top: 4px;
}

.idx-zb .item:hover .title {
  color: #ff9b4a;
}

.idx-zb .item:hover .hdpic {
  transform: scale(1.05, 1.05);
}

.idx-zb .swiper-container {
  padding: 10px;
}

.idx-zb .swiper-pagination {
  font-size: 0;
  margin-top: 50px;
  position: static;
}

.idx-zb .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #dedede;
  opacity: 1;
  margin: 0 8px !important;
}

.idx-zb .swiper-pagination-bullet-active {
  background: #ff9b4a;
}

.idx-kc-wrap {
  padding: 10px 0 60px;
}

.idx-kc {
  margin-bottom: 60px;
}

.idx-kc:last-child {
  margin-bottom: 0;
}

.idx-kc .list {
  margin-left: -20px;
}

.idx-kc .list .item {
  padding: 4px 4px 0;
  border: 1px solid #d4d4d4;
  width: 220px;
  margin: 0 0 20px 20px;
  transition: all 0.3s;
}

.idx-kc .list .imgbox {
  display: block;
}

.idx-kc .list .img {
  width: 100%;
  display: block;
}

.idx-kc .list .info {
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.idx-kc .list .title {
  line-height: 24px;
  font-size: 16px;
  color: #333;
  -webkit-line-clamp: 2;
  width: 100%;
}

.idx-kc .list .item:hover .title {
  color: #ff9d00;
}

.idx-kc .list .item:hover {
  transform: translateY(-10px);
}

.idx-teach {
  background: url(../img/newimages/idx_19.jpg) no-repeat center;
  background-size: cover;
  min-height: 655px;
  padding: 80px 0;
  overflow: hidden;
}

.msClassroom .t-tit {
  width: 225px;
  height: 60px;
  background: url(../img/newimages/idx_14.png) no-repeat center;
  background-size: contain;
  font-size: 28px;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  line-height: 60px;
}

.idx-teach .detail {
  margin-top: 45px;
  position: relative;
  padding: 0 6%;
}

.idx-teach .item {}

.idx-teach .item .hdpic {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}

.idx-teach .item .info {
  margin-top: 10px;
  background: #999999;
  padding: 25px 5px 20px;
  height: 180px;
}

.idx-teach .item .name {
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.idx-teach .item .font {
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  margin-top: 35px;
  text-align: center;
}

/* .idx-teach .item:hover .hdpic{transform: scale(1.05,1.05);} */
.idx-teach .item:hover .info {
  background: #ff9d00;
}

.idx-teach .swiper-container {
  position: static;
}

.idx-teach .swiper-button-next,
.idx-teach .swiper-button-prev {
  width: 70px;
  height: 70px;
  margin-top: -35px;
}

.idx-teach .swiper-button-prev {
  background: url(../img/newimages/idx_15.png) no-repeat center;
  background-size: contain;
  left: -30px;
}

.idx-teach .swiper-button-next {
  background: url(../img/newimages/idx_16.png) no-repeat center;
  background-size: contain;
  right: -30px;
}

.idx-teach .swiper-button-prev:hover {
  background: url(../img/newimages/idx_15-1.png) no-repeat center;
  background-size: contain;
}

.idx-teach .swiper-button-next:hover {
  background: url(../img/newimages/idx_16-1.png) no-repeat center;
  background-size: contain;
}

.idx-xw {
  padding-bottom: 60px;
  background: #fff;
}

.idx-xw .detail {}

.idx-xw .lbox {
  width: 350px;
  padding: 10px 10px 0;
  margin-right: 40px;
  border: 1px solid #ddd;
}

.idx-xw .lbox .imgbox {
  display: block;
}

.idx-xw .lbox .img {
  width: 100%;
  display: block;
  height: 220px;
}

.idx-xw .lbox .title {
  font-size: 20px;
  color: #1c1c1c;
  display: block;
  line-height: 50px;
}

.idx-xw .lbox:hover .title {
  color: #ff7007;
}

.idx-xw .rbox {}

.idx-xw .list {
  flex: 1;
  overflow: hidden;
}

.idx-xw .list .item {
  margin-bottom: 15px;
}

.idx-xw .list .title {
  font-size: 14px;
  color: #1c1c1c;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  line-height: 28px;
}

.idx-xw .list .more {
  width: 65px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  display: block;
  float: right;
  background: #ff7007;
}

.idx-xw .list .more:hover {
  background: #e62129;
}

.idx-xw .line {
  width: 1px;
  height: 280px;
  background: #ddd;
  margin: 0 35px;
}

.idx-xw .list .item:last-child {
  margin-bottom: 0;
}

.idx-xw .list .title:hover {
  color: #ff7007;
}

.kf-box {
  background: #fff;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 100;
  width: 60px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #3c3c3c;
  border-right: none;
}

.kf-box .grp {
  border-bottom: 1px solid #3c3c3c;
}

.kf-box .icon {
  display: block;
  height: 60px;
}

.kf-box .tel {
  background: url(../img/newimages/kf_01.png) no-repeat center;
  background-size: 30px;
}

.kf-box .vx {
  background: url(../img/newimages/kf_02.png) no-repeat center;
  background-size: 30px;
}

.kf-box .gotop {
  background: url(../img/newimages/kf_03.png) no-repeat center;
  background-size: 30px;
}

.kf-box .icon:hover {
  background-color: #ff9800;
}

.kf-box .tel:hover {
  background-image: url(../img/newimages/kf_01-1.png);
}

.kf-box .vx:hover {
  background-image: url(../img/newimages/kf_02-1.png);
}

.kf-box .gotop:hover {
  background-image: url(../img/newimages/kf_03-1.png);
}

.kf-box .grp:first-child .icon {
  border-radius: 10px 0 0 0;
}

.kf-box .grp:last-child {
  border-bottom: none;
}

.kf-box .grp:last-child .icon {
  border-radius: 0 0 0 10px;
}

/* 直播课 */
.zb-titbox {
  background: url(../img/newimages/icon_13.png) no-repeat center;
  background-size: auto 80px;
  text-align: center;
  margin-bottom: 45px;
}

.zb-titbox .cn {
  font-size: 32px;
  color: #ff7200;
  font-weight: bold;
}

.zb-titbox .en {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.zb-recent {
  padding: 50px 0 80px;
  background: #f5f5f6;
}

.zb-recent .detail {
  padding: 40px 25px;
  position: relative;
  box-shadow: 0 4px 7px rgba(14, 14, 14, 0.15);
  background: #fff;
}

.zb-recent .item {
  /* max-width: 315px; */
  height: 140px;
  display: block;
  box-shadow: 0 1px 6px rgba(14, 14, 14, 0.43);
  border-radius: 20px;
  padding: 0 20px;
}

.zb-recent .item .top {
  font-size: 12px;
  color: #dedede;
  padding: 0 10px;
  line-height: 30px;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}

.zb-recent .item .top span {
  margin-right: 10px;
}

.zb-recent .item .top i {
  color: #8e8e8e;
}

.zb-recent .item .top .zt {
  color: #c6c4c4;
  float: right;
}

.zb-recent .item .top .zt.this {
  color: #ff9b4a;
}

.zb-recent .item .top .time {
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 12px;
  color: #c6c6c6;
}

.zb-recent .item .bot {
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.zb-recent .item .imgbox {
  position: relative;
  width: 58px;
  border-radius: 50%;
  margin-right: 10px;
}

.zb-recent .item .hdpic {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transition: all 0.3s;
}

.zb-recent .item .bq {
  width: 48px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -10px;
}

.zb-recent .item .info {
  flex: 1;
  overflow: hidden;
}

.zb-recent .item .title {
  font-size: 14px;
  color: #666;
}

.zb-recent .item .name {
  font-size: 12px;
  color: #bbbbbb;
  margin-top: 8px;
}

.zb-recent .item:hover .title {
  color: #ff9b4a;
}

.zb-recent .item:hover .hdpic {
  transform: scale(1.05, 1.05);
}

.zb-recent .swiper-container {
  padding: 10px;
  position: static;
}

.zb-recent .swiper-button-next,
.zb-recent .swiper-button-prev {
  width: 70px;
  height: 70px;
  margin-top: -35px;
}

.zb-recent .swiper-button-prev {
  background: url(../img/newimages/idx_15.png) no-repeat center;
  background-size: contain;
  left: -100px;
}

.zb-recent .swiper-button-next {
  background: url(../img/newimages/idx_16.png) no-repeat center;
  background-size: contain;
  right: -100px;
}

.zb-recent .swiper-button-prev:hover {
  background: url(../img/newimages/idx_15-1.png) no-repeat center;
  background-size: contain;
}

.zb-recent .swiper-button-next:hover {
  background: url(../img/newimages/idx_16-1.png) no-repeat center;
  background-size: contain;
}

.zb-review {
  padding: 50px 0 60px;
  background: #fff;
}

.zb-review .detail {}

.zb-review .item {
  width: 100%;
  height: 165px;
  box-shadow: 0 4px 7px rgba(14, 14, 14, 0.15);
  padding: 0 15px;
  position: relative;
}

.zb-review .item .top {
  padding: 15px 0 0 10px;
  border-bottom: 1px solid #d2d2d2;
  line-height: 26px;
}

.zb-review .item .fz {
  font-size: 12px;
  color: #8e8e8e;
}

.zb-review .item .zt {
  font-size: 12px;
  color: #8e8e8e;
  float: right;
}

.zb-review .item .bot {
  padding: 25px 0;
}

.zb-review .item .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 10px;
}

.zb-review .item .info {}

.zb-review .item .title {
  font-size: 14px;
  color: #616161;
  display: block;
}

.zb-review .item .wz {
  font-size: 12px;
  color: #bbbbbb;
  margin-top: 8px;
}

.zb-review .item .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.54);
  display: none;
}

.zb-review .item .anniu {
  font-size: 14px;
  width: 90px;
  line-height: 36px;
  display: block;
  border-radius: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -18px;
}

.zb-review .item:hover .shade {
  display: block;
}

.zb-review .swiper-container {
  padding: 10px;
}

.zb-review .swiper-pagination {
  position: static;
  font-size: 0;
  margin-top: 55px;
}

.zb-review .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #dedede;
  opacity: 1;
  margin: 0 12px !important;
}

.zb-review .swiper-pagination-bullet-active {
  background: #ff9b4a;
}

.zb-popu {
  padding: 55px 0;
  background: #f5f5f6;
}

.zb-popu .list {
  margin-left: -26px;
}

.zb-popu .list .item {
  position: relative;
  width: 280px;
  margin: 0 0 26px 26px;
}

.zb-popu .list .imgbox {
  display: block;
  border-radius: 3px;
  overflow: hidden;
}

.zb-popu .list .img {
  width: 100%;
  display: block;
  height: 165px;
}

.zb-popu .list .top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 15px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.zb-popu .list .time {
  font-size: 12px;
  color: #8e8e8e;
  min-width: 140px;
  line-height: 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  text-align: center;
  padding-top: 3px;
}

.zb-popu .list .status {
  font-size: 12px;
  color: #8e8e8e;
  width: 70px;
  line-height: 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  text-align: center;
}

/* 直播详情页 */
.zbdet-main {
  background: url(../img/newimages/img_04.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 80px;
}

.zbdet-top {}

.zbdet-top .title {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 3px;
}

.zbdet-top .sm {
  margin-top: 20px;
}

.zbdet-top .hdpic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 15px;
}

.zbdet-top .name {
  font-size: 22px;
  color: #fff;
}

.zbdet-top .tag {
  font-size: 18px;
  color: #fff;
  min-width: 105px;
  line-height: 32px;
  border-radius: 4px;
  background: #ec8300;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
}

.zbdet-top .time {
  font-size: 22px;
  color: #c3c3c3;
  margin-left: 55px;
  background: url(../img/newimages/icon_16.png) no-repeat left center;
  background-size: 24px;
  padding-left: 30px;
}

.zbdet-top .time em {
  margin-right: 15px;
}

.zbdet-sec {
  background: #313131;
  margin-top: 35px;
}

.zbdet-sec-l {
  padding: 70px 0 75px;
  width: 860px;
  height: 700px;
}

.zbdet-sec-l .wrapbox {
  width: 615px;
  margin: 0 auto;
}

.zbdet-sec-l .top {
  padding: 20px 0;
  border-bottom: 1px solid #929292;
}

.zbdet-sec-l .top .lbox {
  text-align: center;
}

.zbdet-sec-l .top .title {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  margin-top: 6px;
}

.zbdet-sec-l .top .fz {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.zbdet-sec-l .top .rbox {}

.zbdet-sec-l .top .button {
  font-size: 20px;
  width: 145px;
  line-height: 54px;
  border-radius: 4px;
}

.zbdet-sec-l .top .wz {
  font-size: 14px;
  color: #a9a9a9;
  text-align: right;
  margin-top: 10px;
}

.zbdet-sec-l .bot {
  margin-top: 20px;
  padding: 65px 0;
  background: #fff8da;
}

.zbdet-sec-l .bot .box {
  margin: 0 auto;
  width: 370px;
}

.zbdet-sec-l .bot .vxbox {}

.zbdet-sec-l .bot .vxbox-l {
  position: relative;
}

.zbdet-sec-l .bot .tp {
  width: 100%;
  display: block;
}

.zbdet-sec-l .bot .pic {
  position: absolute;
  left: 28px;
  top: 25px;
  width: 222px;
  height: 222px;
}

.zbdet-sec-l .bot .vxbox-r {
  background: #fff;
  width: 90px;
  height: 280px;
  padding: 0 30px;
}

.zbdet-sec-l .bot .font {
  font-size: 28px;
  color: #ff840c;
  font-weight: bold;
  display: block;
  letter-spacing: 2px;
}

.zbdet-sec-r {
  background: #bfbfbf;
  /* width: 455px; */
  width: 340px;
}

.zbdet-sec-r .topbox {
  height: 300px;
  background: #f5fdff;
}

.zbdet-sec-r .topbox .blank {
  padding: 80px 0 0;
}

.zbdet-sec-r .topbox .blank .icon {
  height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.zbdet-sec-r .topbox .blank .font {
  font-size: 26px;
  color: #c4c4c4;
  margin-top: 15px;
  text-align: center;
}

.zbdet-sec-r .cenbox {
  height: 295px;
  background: #fff;
}

.zbdet-sec-r .cenbox .menu {
  line-height: 46px;
  height: 46px;
  padding: 0 5%;
  box-shadow: 0 2px 9px rgba(14, 14, 14, 0.14);
}

.zbdet-sec-r .cenbox .menu .lk {
  font-size: 14px;
  color: #a5a5a5;
  line-height: 46px;
  padding: 0 10px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.zbdet-sec-r .cenbox .menu .lk.cur,
.zbdet-sec-r .cenbox .menu .lk:hover {
  color: #ec8300;
}

.zbdet-sec-r .cenbox .menu .lk.cur {
  border-color: #ec8300;
}

.zbdet-sec-r .botbox {
  background: #bfbfbf;
  height: 100px;
  text-align: center;
}

.zbdet-sec-r .botbox .font {
  font-size: 16px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.err404 {
  width: 100%;
  display: flex;
  height: 400px;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.course-introduction {
  font-size: 14px;
  color: #504e4e;
  line-height: 37px;
  background-color: #f3f5f7;
}

.img-arrow {
  margin: 10px;
  padding-bottom: 5px;
  width: 15px;
  height: 25px;
}

.comment-item {
  width: 680px;
  margin: 0px auto;
  padding-bottom: 42px;
  border-bottom: 1px solid #ddd;
}

.d-flex {
  display: flex;
}

.username {
  display: block;
  font-size: 12px;
  color: #787d82;
  line-height: 14px;
  height: 14px;
}

.comment {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 19px;
  margin-top: 10px;
}

.text1 {
  font-size: 12px;
  color: #b0afb2;
}

.myPage-ul {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

.myPage-item {
  border-radius: 0.25rem;
  border: 1px solid #ddd;
  width: fit-content;
  min-width: 32px;
  height: 36px;
  padding: 5px;
  text-align: center;
  list-style: none;
  float: left;
  cursor: pointer;
  margin: 5px;
}

.myPage-active {
  color: #ffffff;
  background-color: #e62129;
  border-color: #e62129;
}

.QRcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testpaperlist {
  width: 570px;
  height: 110px;
  margin: 20px 0;
  box-sizing: border-box;
  padding: 20px;
  border: #de7c04 3px solid;
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.testpaperlist:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.testpaper {
  width: 420px;
}

.testpaper p {
  font-size: 20px;
  color: rgb(255, 157, 0);
  font-weight: bold;
  margin-bottom: 25px;
}

.testpaper a {
  color: rgb(169, 169, 169);
  font-size: 14px;
  font-weight: bold;
}

.testpaper a:first-of-type {
  margin-right: 100px;
  /* color: #43d3cf; */
}

.testpaperbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* 导航新增 */
.idx-tab {
  padding: 70px 0 0px;
  /* background: #fafafa; */
}

.idx-tab .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.idx-tab .list .item {
  display: block;
  height: 100px;
  background: #fff;
  width: calc((100% - 10px) / 5)
}

.idx-tab .list .item i {
  font-style: normal;
  vertical-align: middle;
}

.idx-tab .list .item span {
  font-size: 20px;
  color: #3b3b3b;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 34px;
  width: 100%;
}

.idx-tab .list .icon {
  width: 44px;
  margin-right: 10px;
}