@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "pingfang SC", "webfont", "helvetica neue", arial,
    "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun,
    sans-serif !important;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: none;
}
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
abbr,
acronym {
  border: 0;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  clear: both;
  display: block;
  content: "";
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline-style: none;
}
body {
  overflow-x: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
/*公共*/
.base {
  margin: 0 auto;
  width: 1200px;
}
/*top*/
.top {
  height: 37px;
  background-color: #edf0f4;
  z-index: 2;
}
.top .sy_top_c {
  display: flex;
  justify-content: space-between;
}
.top .sy_top_c .sy_top_left {
  display: flex;
}
.top .sy_top_c .sy_top_left .sy_top_txt {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 37px;
  margin-right: 24px;
  white-space: nowrap;
}
.top .sy_top_c .sy_top_right {
  display: flex;
  align-items: center;
  height: 37px;
}
.top .sy_top_c .sy_top_right .header-gfweixin {
  position: relative;
}
.top .sy_top_c .sy_top_right .header-gfweixin .sy_top_right_qrcode {
  display: block;
  width: 108px;
  height: 24px;
  background-color: #326cf6;
  border-radius: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}
.top .sy_top_c .sy_top_right .header-gfweixin div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 27px;
  width: 171px;
  height: 171px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  border-radius: 6px;
  border: solid 1px #f2f3f9;
  text-align: center;
  display: none;
  z-index: 2;
}
.top .sy_top_c .sy_top_right .header-gfweixin div img {
  height: 111px;
  display: block;
  margin: 7px auto 2px auto;
}
.top .sy_top_c .sy_top_right .header-gfweixin div p {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.top .sy_top_c .sy_top_right .header-gfweixin:hover div {
  display: block;
}
.top .sy_top_c .sy_top_right .sinaweibo {
  width: 78px;
  height: 24px;
  margin-left: 17px;
  margin-right: 4px;
  margin-top: 2px;
}
.top .sy_top_c .sy_top_right .sy_top_warp {
  position: relative;
  color: #979797;
  font-size: 14px;
  padding: 0 5px;
}
.top .sy_top_c .sy_top_right .sy_top_warp .index-xia_sanjiao {
  display: inline-block;
  font-size: 6px;
  color: #999999;
  margin-left: 4px;
  transform: rotate(0deg);
}
.top .sy_top_c .sy_top_right .sy_top_warp:hover {
  background: #fff;
  line-height: 37px;
  color: #326cf6;
}
.top .sy_top_right .sy_top_warp:hover .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(180deg);
}
.top .sy_top_right .sy_top_warp:hover .sy_wap_box {
  display: flex;
}
.top .sy_top_right .sy_top_warp .sy_wap_box {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 37px;
  right: 0;
  width: 369px;
  height: 171px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  /* border-radius: 6px; */
  border: solid 1px #f2f3f9;
  box-sizing: border-box;
  z-index: 4;
  border-top: none;
}
.top .sy_top_right .sy_top_warp .sy_wap_box div {
  width: 160px;
  text-align: center;
}
.top .sy_top_right .sy_top_warp .sy_wap_box .mini img {
  height: 110px;
}
.top .sy_top_right .sy_top_warp .sy_wap_box .gzh img {
  height: 92px;
  margin-bottom: 7px;
  margin-top: 10px;
}
.top .sy_top_right .sy_top_warp .sy_wap_box div p {
  text-align: center;
  color: #666666;
  font-size: 12px;
}
/*nav*/
.nav_bg {
  display: flex;
  justify-content: space-between;
  height: 104px;
  align-items: center;
}
.nav_bg .nav-bg-left {
  display: flex;
  align-items: center;
}
.nav_bg .nav-bg-left .qf_logo img {
  height: 43px;
}
.nav_bg .nav-bg-left .nav_logo {
  height: 21px;
  margin-left: 30px;
  margin-right: 36px;
}

.nav_left {
  width: 108px;
  /* height: 35px; */
  background-color: #f6f6f6;
  border-radius: 4px;
  margin-left: 20px;
}
.nav_left img {
  float: left;
}
.nav_left .xq {
  position: relative;
}
.nav_left .xq_tab {
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
.nav_left .p1 {
  position: absolute;
  top: 35px;
  left: 0;
  width: 0px;
  height: 0px;
  background: #ffffff;
  box-shadow: rgba(216, 220, 233, 0.3) 0px 0px 10px 0px;
  border: 1px solid #f2f3f9;
  box-sizing: border-box;
  overflow: hidden;
}
.nav_left .xq_tab:hover .p1 {
  width: 333px;
  height: 121px;
}
/* .nav_left .xq_tab:hover em {
  color: #ff6600;
} */
.nav_left .xq_tab:hover em .bjicon-xiajiantou {
  transform: rotate(-180deg);
}
.nav_left .p1 .p2 {
  padding: 24px 20px 20px 10px;
}
.nav_left .xq_tab em {
  display: flex;
  align-items: center;
  position: relative;
  color: #ff6600;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}

.nav_left .xq_tab em .bjicon-dingwei {
  color: #ff6600;
  font-size: 20px;
  margin-right: 6px;
  padding-left: 14px;
}
.nav_left .xq_tab em .bjicon-xiajiantou {
  display: inline-block;
  color: #999;
  font-size: 12px;
  margin-left: 8px;
  transform: rotate(0deg);
}
.nav_left a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding-left: 8px;
  white-space: nowrap;
  padding-bottom: 8px;
}
.nav_left a:hover {
  color: #326cf6;
}
.index_nav_r {
  float: right;
  padding-top: 10px;
}
.fixed_wrap {
  position: relative;
  width: 142px;
  top: -66px;
}
.footer-link {
  padding-top: 20px;
  background-color: #0030af;
}
.footer-link .links-tab {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.footer-link .links-tab span {
  color: #f0f0f0;
  opacity: 0.6;
  font-size: 14px;
  margin-right: 16px;
}
.footer-link .links-tab span.active {
  color: #ffb401;
  opacity: 1;
  border-bottom: 1px solid #ffb401;
  padding-bottom: 12px;
}
.footer-link .links-a {
  display: none;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
}
.footer-link .links-a.active {
  display: flex;
}
.footer-link .links-a a {
  font-size: 14px;
  opacity: 0.6;
  margin-right: 20px;
  color: #fff;
}
.footer-link .copyright {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  line-height: 24px;
  padding-bottom: 30px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px; */
}
.footer-link .copyright a {
  font-size: 14px;
  color: #ffffff;
}
.bj-ad {
  width: 100%;
  background: #f6f9ff;
  padding-top: 20px;
}
.bj-ad .base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100px;
  color: #ffffff;
  border-radius: 10px;
  background: url(http://bj.mobiletrain.org/images/list/list-ad.jpg?1) no-repeat;
  background-size: 1200px 100px;
  background-position: center;
}
.bj-ad .base span {
  margin-left: 64px;
  animation: 1s op infinite linear;
}
.bj-ad ul {
  width: 600px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  margin-left: -90px;
}
.bj-ad ul:nth-child(1) {
  margin-bottom: 42px;
  margin-left: -70px;
}
.bj-ad ul li {
  font-size: 12px;
}
.bj-ad ul li:nth-child(2n) {
  margin-top: 4px;
  animation: 1s op infinite linear;
}
.bj-ad ul li:nth-child(2n + 1) {
  animation: 0.8s op infinite linear;
}
@keyframes op {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.ad-btns {
  position: relative;
  width: 162px;
  height: 39px;
  border-radius: 19px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  margin-right: 96px;
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.ad-btns::before {
  position: absolute;
  top: -5px;
  left: -5px;
  content: "查看家门口的千锋";
  width: 162px;
  height: 39px;
  border-radius: 19px;
  background: linear-gradient(90deg, #00a8ff 0%, #05fff6 100%);
  color: #042db4;
  font-size: 15px;
}
.hot-topic {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.hot-topic a {
  font-size: 14px;
  color: #666;
  margin-right: 24px;
}
.hot-topic a:nth-child(1) {
  color: #ff6600;
  font-weight: bold;
}
.hot-topic a:nth-child(1) i {
  font-size: 16px;
}
.hot-topic a:hover {
  color: rgb(50, 108, 246);
}
.hot-topic a:nth-child(1):hover {
  color: #ff6600;
}
.bread_list {
  display: flex;
  align-items: center;
  padding-top: 20px;
  background: #f6f9ff;
}
.bread_list,
.bread_list a {
  color: #999999;
  font-size: 13px;
}
.bread_list .yp-weizhi {
  font-size: 16px;
  margin-right: 7px;
}
.content {
  padding: 20px 0 40px 0;
  background: #f6f9ff;
}
.content .base {
  position: relative;
}
.content .content-tit {
  position: relative;
  /* width: 111px; */
  height: 22px;
  text-align: center;
  margin: 0 auto 40px auto;
}
.content .content-tit span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 16px solid rgba(50, 108, 246, 0.12);
  color: #000;
  font-size: 24px;
  height: 20px;
  padding: 0 10px;
}

.content .content-con {
  display: flex;
  justify-content: space-between;
}
.content .content-con .con-left {
  position: relative;
  width: 890px;
  height: 3366px;
  background-color: #ffffff;
  border-radius: 10px;
}
.content .content-con .con-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 3366px;
}
.content .content-con .con-left ul {
  margin-bottom: 30px;
}
.content .content-con .con-left .item {
  position: relative;
  padding: 29px 20px;
  display: block;
}
.content .content-con .con-left .item .item-con {
  display: flex;
}
.content .content-con .con-left .item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 833px;
  border-bottom: 1px dashed #ccc;
}
.content .content-con .con-left .item:last-child::after {
  width: 0;
}
.content .content-con .con-left .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.25);
}
.content .content-con .con-left .item:hover h3 {
  color: rgb(50, 108, 246);
}
.content .content-con .con-left .item .item-pic {
  width: 208px;
  height: 119px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 22px;
}
.content .content-con .con-left .item h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 14px;
}
.content .content-con .con-left .item .item-info p {
  /* width: 460px; */
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.content .content-con .con-left .item .item-info p span {
  color: #326cf6;
}
.content .content-con .con-left .item .item-info .item-time {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
}
.content .content-con .con-left .item .item-info .item-time i {
  font-size: 16px;
  margin-right: 10px;
}
.content .content-con .con-left .item .item-question span {
  width: 743px;
  height: 38px;
  background-color: #fafafa;
  border-radius: 6px;
  color: #666666;
  font-size: 14px;
  padding: 20px;
}
.content .content-con .con-left .item .item-question span i {
  color: #326cf6;
}
.content .content-con .con-left .item .item-question::before {
  position: absolute;
  left: 11px;
  top: 0;
  content: "";
  width: 1px;
  height: 22px;
  background-color: #cccccc;
}
.content .content-con .con-left .item .item-time {
  line-height: 16px;
  margin-top: 12px;
  font-size: 14px;
  color: #999;
}
.content .content-con .con-left .item .item-time .qa-shijian {
  font-size: 16px;
  margin-left: 47px;
  margin-right: 10px;
}
.content .content-con .con-left .con-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%),
    linear-gradient(#cccccc, #cccccc);
  border-radius: 25px;
  color: #ffffff;
  font-size: 20px;
  margin: 6px auto 0 auto;
}
.content .content-con .con-left .con-btn .qa-dianji1 {
  font-size: 24px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.content .content-con .con-right .con-right-zxwd {
  position: relative;
  width: 251px;
  height: 549px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 20px;
  margin: 19px 0;
}
.content .content-con .con-right .con-right-zxwd .zxwd-tit {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding-top: 22px;
}
.content .content-con .con-right .con-right-zxwd .zxwd-tit .qafont {
  font-weight: normal;
  background-image: linear-gradient(45deg, #326cf6 0%, #3399ff 100%);
  font-size: 26px;

  margin-right: 7px;
}

.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.content
  .content-con
  .con-right
  .con-right-rywd
  .swiper2
  .swiper-slide:hover
  div
  h3 {
  color: #00c883;
}
.content .content-con .con-right .con-right-rywd .swiper2 .zcjy:hover div h3 {
  color: #326cf6;
}
.content
  .content-con
  .con-right
  .con-right-rywd
  .swiper2
  .swiper-slide
  .img-box {
  width: 88px;
  height: 72px;
  overflow: hidden;
  border-radius: 6px;
}
.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide img {
  width: 88px;
  height: 72px;
  object-fit: cover;
  transition: all 0.5s;
}
.content
  .content-con
  .con-right
  .con-right-rywd
  .swiper2
  .swiper-slide
  .img-box:hover
  img {
  transform: scale(1.2);
}
.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide div {
  display: flex;
  width: 154px;
  flex-direction: column;
  justify-content: space-between;
}
.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide div h3 {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 154px;
  font-weight: bold;
}
.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide div p {
  position: relative;
  color: rgb(153, 153, 153);
  font-size: 12px;
  line-height: 16px;
}

.con-right .con-right-rywd .swiper2 .swiper-slide div p::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  content: "";
  width: 69px;
  height: 12px;
  background: url(http://java.mobiletrain.org/images/star.png) no-repeat;
  background-size: 69px 12px;
}
.content .content-con .con-right .con-right-rywd,
.content .content-con .con-right .con-right-tk {
  position: relative;
  width: 251px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 20px 24px 20px;
}
.content .content-con .con-right .con-right-rywd .rywd-tit,
.content .content-con .con-right .tk-tit {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 18px;
  padding-top: 22px;
}
.content .content-con .con-right .con-right-rywd .rywd-tit {
  font-weight: bold;
}
.content .content-con .con-right .tk-tit .left,
.content .content-con .con-right .con-right-jsgh .jsgh-tit .left {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.content .content-con .con-right .tk-tit a {
  font-size: 12px;
  color: #999;
}
.content .content-con .con-right .tk-tit {
  justify-content: space-between;
}

.con-right .con-right-rywd .bjicon-weinituijian {
  color: #fe5133;
  font-weight: normal;
  font-size: 26px;
  margin-right: 10px;
}
.con-right .con-right-rywd .bjicon-fabujishu {
  color: #fe4e33;
  font-weight: normal;
  font-size: 22px;
  margin-right: 10px;
}
.content .content-con .con-right .con-right-rywd .bjicon-hangyezixun {
  color: #326cf6;
  font-weight: normal;
  font-size: 24px;
  margin-right: 10px;
}
.content .content-con .con-right .tk-tit .bjicon-licaiwenda {
  color: #7800ff;
  font-weight: normal;
  font-size: 26px;
  margin-right: 10px;
}
.content .content-con .con-right .tk-tit .yp-fabujishu {
  color: #00c883;
  font-weight: normal;
  font-size: 22px;
  margin-right: 10px;
}
.content .content-con .con-right .tk-tit .yp-minzhengtubiao1-46 {
  color: #326cf6;
  font-weight: normal;
  font-size: 22px;
  margin-right: 10px;
}

.content .content-con .con-right .tk-tit .bjicon-shiziduiwu1 {
  color: #326cf6;
  font-weight: normal;
  font-size: 26px;
  margin-right: 10px;
}
.content .content-con .con-right .tk-tit .yp-rocket-full {
  color: #00c883;
  font-weight: normal;
  font-size: 20px;
  margin-right: 10px;
}
.content .content-con .con-right .rywd-tit .yp-wenti {
  color: #fe5133;
  font-weight: normal;
  font-size: 26px;
  margin-right: 10px;
}
.content .content-con .con-right .con-right-tk p {
  position: relative;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  width: 230px;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.content .content-con .con-right .con-right-tk p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  background-color: #999999;
}
.content .content-con .con-right .con-right-tk p:hover {
  color: #8b25ff;
}
.content .content-con .con-right .con-right-tk p:hover::before {
  background-color: #8b25ff;
}

.content .content-con .con-right .con-right-rywd .swiper3 a {
  margin-top: 20px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
}
.content .content-con .con-right .con-right-rywd .swiper3 a:hover p {
  color: rgb(255, 133, 52);
}
.content .content-con .con-right .con-right-rywd .swiper3 a div {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 2px;
  font-size: 12px;
  color: #000;
  margin-right: 6px;
}
.content .content-con .con-right .con-right-rywd .swiper3 a .yp-zhiding {
  color: #ff0000;
  font-size: 14px;
  background: transparent;
}
.content .content-con .con-right .con-right-rywd .swiper3 a div.yp-1 {
  color: #ff0000 !important;
  background: #fff !important;
  font-size: 14px !important;
}
.content .content-con .con-right .con-right-rywd .swiper3 a div.yp-2 {
  color: #ff7200;
  background: #fff;
  font-size: 14px;
}
.content .content-con .con-right .con-right-rywd .swiper3 a div.yp-3 {
  color: #ffae00;
  background: #fff;
  font-size: 14px;
}
.content .content-con .con-right .con-right-rywd .swiper3 a p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 210px;
}
.content .content-con .con-right .con-right-rywd a span.a11 {
  font-size: 12px;
  color: #fff;
  width: 16px;
  height: 16px;
  background-color: #ff0000;
  border-radius: 4px;
  line-height: 16px;
  text-align: center;
}
.content .content-con .con-right .con-right-rywd a span.a21,
.content .content-con .con-right .con-right-rywd a span.a31 {
  font-size: 12px;
  color: #fff;
  width: 16px;
  height: 16px;
  background-color: #ff6600;
  border-radius: 4px;
  line-height: 16px;
  text-align: center;
}
.content .content-con .con-right .con-right-rywd a span.a41 {
  font-size: 12px;
  color: #fff;
  width: 16px;
  height: 16px;
  background-color: #ff005a;
  border-radius: 4px;
  line-height: 16px;
  text-align: center;
}
.content .content-con .con-right .con-right-rywd .swiper-button-prev3,
.content .content-con .con-right .con-right-rywd .swiper-button-prev4 {
  display: none;
}
.content .content-con .con-right .con-right-rywd .swiper-button-next3,
.content .content-con .con-right .con-right-rywd .swiper-button-next4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 45px;
  right: 20px;
  width: 72px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px #ff8534;
  background: url();
  box-sizing: border-box;
  color: #ff8534;
  font-size: 12px;
}
.content .content-con .con-right .con-right-rywd .swiper-button-next3:hover,
.content .content-con .con-right .con-right-rywd .swiper-button-next4:hover {
  background: #ff8534;
  color: #fff;
}
.content .content-con .con-right .con-right-rywd .swiper-button-next3 .qafont {
  margin-right: 2px;
  font-size: 15px;
}

.swiper1 {
  width: 290px;
  height: 206px;
  margin-bottom: 16px;
}
.swiper1 img {
  width: 290px;
  height: 180px;
  border-radius: 10px;
}
.swiper1 .swiper-pagination {
  bottom: 0 !important;
}
.swiper1 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border: solid 1px #999999;
  opacity: 1;
  border-radius: 50%;
  background: #f6f9ff;
  box-sizing: border-box;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #ff6600;
  border: solid 1px #ff6600;
}
.kbxx {
  width: 250px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
.kbxx .sub-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kbxx .sub-tit .left {
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
.kbxx .sub-tit .left .yp-banjibaobiao {
  font-weight: normal;
  color: #326cf6;
  font-size: 22px;
  margin-right: 7px;
}
.kbxx .chooseBox {
  position: relative;
  width: 111px;
}
.kbxx .kbxx_showXq_box {
  position: absolute;
  top: 40px;
  right: 0;
  width: 324px;
  background: #f6f9ff;
  box-shadow: 0px 6px 16px 0px rgba(206, 235, 255, 0.21);
  border-radius: 6px;
  display: none;
  z-index: 2;
}

.kbxx .kbxx_showXq_btn {
  width: 111px;
  height: 27px;
  line-height: 27px;
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  padding-left: 12px;
}
.kbxx .kbxx_showXq_btn .icon-xiaosanjiao {
  color: #cccccc;
  font-size: 10px;
  margin-left: 10px;
}
.kbxx .kbxx_showXq_box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 8px 20px;
}
.kbxx .kbxx_showXq_box ul li {
  color: #666666;
  font-size: 14px;
  margin-bottom: 12px;
  margin-right: 20px;
}
.kbxx .kbxx_showXq_box ul li:hover {
  color: #056cff;
}
.kbxx .des-right-classes li a {
  display: flex;
}
.kbxx .des-right-classes li a:hover span:nth-child(1),
.kbxx .des-right-classes li a:hover span:nth-child(2) {
  color: #326cf6;
}
.kbxx .des-right-classes li a span {
  color: #666666;
  font-size: 12px;
  width: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kbxx .des-right-classes li a span:nth-child(2) {
  margin-left: 12px;
}
.kbxx .des-right-classes li a span[data-mode="1"] {
  color: rgb(255, 255, 255);
  width: 77px;
  height: 21px;
  background-color: #056cff;
  border-radius: 10px;
  line-height: 21px;
  text-align: center;
}
.kbxx .des-right-classes li a span[data-mode="0"] {
  color: #fff;
  width: 77px;
  height: 21px;
  background-color: #ff4800;
  border-radius: 10px;
  line-height: 21px;
  text-align: center;
}
.kbxx .des-right-classes li a span[data-mode="2"] {
  color: #333333;
  width: 77px;
  height: 21px;
  background-color: #e5e5e5;
  border-radius: 10px;
  line-height: 21px;
  text-align: center;
}
.kbxx .swiper6 {
  height: 205px;
  margin-top: 20px;
}
.list_pagebox {
  display: flex;
  justify-content: center;
}

.list_pagebox p a {
  display: inline-block;
  font-size: 14px;
  width: 48px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #f1f1f1;
  margin: 0 5px;
  text-align: center;
  color: #333333;
  font-family: SourceHanSansCN-Regular;
  text-decoration: none;
}
.list_pagebox p a:hover,
.list_pagebox p a.current {
  color: #fff;
  background: #326cf6;
}
.list_pagebox p a.prev,
.list_pagebox p a.next {
  width: 68px !important;
}

.list_pagebox p font {
  display: inline-block;
  color: #666;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.list_pagebox p {
  display: flex;
  align-items: center;
  _display: inline;
  text-indent: 0;
  height: 36px;
}

.list_pagebox p font {
  display: inline-block;
  color: #666;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.uiChooseDiv {
  height: 45px;
  margin-top: 24px;
  z-index: 11;
  position: relative;
}

.uiChooseTable {
  width: auto;
  border-collapse: collapse;
}

.uiChooseTable td {
  height: 36px;
  width: 160px;
  border: 1px solid #dadada;
}

.mod_select {
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}

.mod_select ul {
  margin: 0;
  padding: 0;
}

.mod_select ul li {
  float: left;
  height: 36px;
  line-height: 36px;
}

.select_box {
  float: left;
  width: 160px;
  height: 43px;
  color: #666;
  position: relative;
  cursor: pointer;
}

.selet_open {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  width: 30px;
  height: 36px;
}
.select_box .selet_open svg {
  width: 14px;
  height: 9px;
  fill: #666666;
}

.select_txt {
  display: inline-block;
  position: relative;
  z-index: 10;
  width: 90px;
  height: 36px;
  overflow: hidden;
  color: #333;
  padding-left: 18px;
}

.uiChooseActiveS,
.uiSssActiveS {
  background: #fff;
}

.option {
  width: 160px;
  border: solid 1px #f1f1f1;
  border-top: none;
  position: absolute;
  top: 37px;
  left: -1px;
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}

.option a {
  display: block;
  height: 45px;
  text-align: left;
  padding: 0 5px 0 15px;
  width: 140px;
  background: #fff;
  text-decoration: none;
  font: normal 14px/45px "Microsoft Yahei";
  color: #555;
}

.option a:hover {
  background: #326cf6;
  color: #fff;
  text-decoration: none;
}

.pageSelect {
  border: 1px solid #f1f1f1;
  margin-left: 5px;
}

.pageSelect .select_box {
  width: 108px;
  height: 36px;
}

.pageSelect .option,
.pageSelect .option a {
  width: 108px;
}

.pageSelect .select_txt,
.pageSelect .selet_open,
.pageSelect ul li {
  height: 36px;
  line-height: 36px;
}

.list_pagebox p .a1 {
  width: 68px;
  display: inline-block;
  font-size: 14px;
  /* width: 48px; */
  height: 36px;
  line-height: 36px;
  border: 1px solid #f1f1f1;
  margin: 0 5px;
  text-align: center;
  color: #333333;
  font-family: SourceHanSansCN-Regular;
  text-decoration: none;
}
.option a.prev,
.option a.next {
  display: none;
}
.icon-shijian {
  position: absolute;
  top: 1px;
  left: -25px;
  width: 18px;
  height: 17px;
  fill: #333333;
}
.pageSelect .selet_open .index-xia_sanjiao {
  font-size: 8px;
  color: #333;
}
.xwzxactive {
  color: #326cf6 !important;
  font-weight: bold;
}
.xwzxactive::before {
  content: "";
  width: 59px;
  height: 2px;
  background-color: #326cf6;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.item-info {
  width: 596px;
  height: 119px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c0-right {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 45px;
  margin: 0 auto;
}
.c0-right a {
  display: flex;
  margin: 0 24px;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  padding-top: 8px;
}
.c0-right a:hover {
  color: #326cf6;
  font-weight: bold;
}
.c0-right a.active {
  position: relative;
  color: #326cf6;
  font-weight: bold;
}
.c0-right a.active::after {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 14px;
  height: 4px;
  background-color: #326cf6;
  border-radius: 2px;
}
.swiper-teach {
  height: 366px;
  margin-top: 22px;
}
.swiper-teach .teach-item {
  display: flex;
}
.swiper-teach .teach-item .teach-left {
  width: 91px;
  height: 109px;
  background: linear-gradient(0deg, #b3b9ca 0%, #7f8393 100%);
  border-radius: 6px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.swiper-teach .teach-item .teach-left img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.swiper-teach .teach-item .teach-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper-teach .teach-item .teach-right h3 {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.swiper-teach .teach-item:hover .teach-right h3 {
  color: #326cf6;
}

.swiper-teach .teach-item .teach-right h3 i {
  width: 18px;
  height: 18px;
  background-color: #ffb400;
  border-radius: 3px;
  font-weight: normal;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-right: 8px;
}

.swiper-teach .teach-item .teach-right span {
  color: #333333;
  font-size: 14px;
}
.swiper-teach .teach-item .teach-right p span {
  background-color: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  color: #666666;
  font-size: 12px;
  padding: 2px 7px;
  white-space: nowrap;
}
.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.content
  .content-con
  .con-right
  .con-right-rywd
  .swiper2
  .swiper-slide:hover
  div
  h3 {
  color: rgb(0, 200, 131);
}
.content .content-con .con-right .con-right-rywd .swiper2 .zcjy:hover div h3 {
  color: rgb(50, 108, 246);
}
.content
  .content-con
  .con-right
  .con-right-rywd
  .swiper2
  .swiper-slide
  .img-box {
  width: 88px;
  height: 72px;
  overflow: hidden;
  border-radius: 6px;
}
.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide img {
  width: 88px;
  height: 72px;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}
.content
  .content-con
  .con-right
  .con-right-rywd
  .swiper2
  .swiper-slide
  .img-box:hover
  img {
  transform: scale(1.2);
}
.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide div {
  display: flex;
  width: 154px;
  flex-direction: column;
  justify-content: space-between;
}
.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide div h3 {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 154px;
}
.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide div p {
  display: flex;
  justify-content: space-between;
  color: #999999;
  font-size: 14px;
  align-items: center;
}
.content
  .content-con
  .con-right
  .con-right-rywd
  .swiper2
  .swiper-slide
  div
  p
  img {
  width: 69px;
  height: 12px;
}
.mst-item {
  display: flex;
  margin-top: 18px;
}
.mst-item div {
  width: 18px;
  height: 18px;
  background-color: #f0f0f0;
  font-size: 12px;
  color: #000;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  margin-right: 14px;
}
.mst-item div.yp-1 {
  width: 18px;
  height: 24px;
  background: url(/images/rank1.png?1) no-repeat;
  background-size: 18px 24px;
  font-size: 0;
  border-radius: 0;
}
.mst-item div.yp-2 {
  width: 18px;
  height: 24px;
  background: url(/images/rank2.png) no-repeat;
  background-size: 18px 24px;
  font-size: 0;
  border-radius: 0;
}
.mst-item div.yp-3 {
  width: 18px;
  height: 24px;
  background: url(/images/rank3.png) no-repeat;
  background-size: 18px 24px;
  font-size: 0;
  border-radius: 0;
}
.mst-item p {
  color: #666666;
  font-size: 14px;
  width: 217px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mst-item:hover p {
  color: #326cf6;
}
.hangyezixun {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hangyezixun a {
  width: 118px;
  margin-top: 18px;
}
.hangyezixun a .img-box {
  width: 118px;
  height: 66px;
  overflow: hidden;
  border-radius: 6px;
}
.hangyezixun a .img-box img {
  width: 118px;
  height: 66px;
  transition: 0.5s;
  object-fit: cover;
}
.hangyezixun a .img-box img:hover {
  transform: scale(1.2);
}
.hangyezixun a h3 {
  width: 117px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  word-break: break-all;
  margin-top: 10px;
}
.list_1EDla {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.list_1EDla .item-wrap_2oCLZ {
  position: relative;
  display: block;
  height: 18px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.list_1EDla .item-wrap_2oCLZ.active {
  height: 81px;
}
.list_1EDla .item-wrap_2oCLZ.active .active-item_1Em2h {
  width: 250px;
  height: 81px;
  border-radius: 10px;
  opacity: 1;
  overflow: hidden;
}
.list_1EDla .item-wrap_2oCLZ.active .normal_1fQqB {
  height: 0;
  opacity: 0;
}
.list_1EDla .active-item_1Em2h,
.list_1EDla .normal_1fQqB {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.list_1EDla .active-item_1Em2h {
  height: 0;
  border-radius: 12px;
  opacity: 0;
}
.list_1EDla .active-item_1Em2h .active-item-img_3i_Tx {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_1EDla .active-item_1Em2h .sign-index_mtI7K {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 33px;
  height: 33px;
  background-color: #ff0030;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  border-radius: 0px 10px 0px 10px;
}
.list_1EDla .active-item_1Em2h .sign-index_mtI7K.c-index-bg0 {
  background-color: #ff0030;
}
.list_1EDla .active-item_1Em2h .sign-index_mtI7K.c-index-bg1 {
  background-color: #f60;
}
.list_1EDla .active-item_1Em2h .content-pos_1fT0H {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  height: 33px;
  line-height: 33px;
  padding-left: 40px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* .list_1EDla .active-item_1Em2h .content-pos_1fT0H .content-bg_3R_MY {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
} */
.list_1EDla .active-item_1Em2h .name_2Px2N {
  color: #fff;
}
.list_1EDla .active-item_1Em2h .name_2Px2N .hot-score_1f2_w {
  color: #fff;
}
.list_1EDla .active-item_1Em2h .hot-state_NdlbW {
  bottom: 2px;
  z-index: 1;
}
.list_1EDla .normal_1fQqB {
  padding: 0 0 0 8px;
  font-size: 14px;
  color: #666666;
  opacity: 1;
}
.list_1EDla .normal_1fQqB .index_k2hIU {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: rgb(255, 128, 44, 0.2);
  border-radius: 50%;
  color: #000000;
  font-size: 12px;
}
.list_1EDla .normal_1fQqB .content-wrap_1RisM {
  overflow: hidden;
  margin: 0 30px 0 21px;
}
.list_1EDla .normal_1fQqB .name_2Px2N {
  color: #222;
}
.list_1EDla .normal_1fQqB .hot-state_NdlbW {
  top: 2px;
}
.list_1EDla .name_2Px2N {
  width: 200px;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* height: 16px;
  line-height: 16px; */
}
/* .list_1EDla .name_2Px2N .c-single-text-ellipsis {
  display: inline-block;
  max-width: 100%;
} */
.list_1EDla .name_2Px2N .hot-score_1f2_w {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 40px;
  margin-left: 8px;
  font-size: 13px;
  color: #9195a3;
}
.list_1EDla .hot-state_NdlbW {
  position: absolute;
  right: 8px;
  opacity: 0;
}

.hothothot2,
.hothothot3 {
  opacity: 1 !important;
  width: 16px;
  height: 16px;
  background-color: #ff6600;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
.list_1EDla .item-wrap_2oCLZ.active .hothothot2,
.list_1EDla .item-wrap_2oCLZ.active .hothothot3 {
  display: none;
}
.kstd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kstd {
  padding-top: 10px;
}
.kstd li {
  width: 120px;
  height: 81px;
  background: linear-gradient(0deg, #d6e5ff 0%, #f0f6ff 100%);
  border-radius: 6px;
  margin-top: 10px;
}
.kstd li:nth-child(2) {
  background: linear-gradient(0deg, #f3eaff 0%, #fcf9ff 100%);
}
.kstd li:nth-child(3) {
  background: linear-gradient(0deg, #d8fef1 0%, #edfff9 100%);
}
.kstd li:nth-child(4) {
  background: linear-gradient(0deg, #fff5e1 0%, #fffded 100%);
}
.kstd li:nth-child(5) {
  background: linear-gradient(0deg, #ffe1e1 0%, #fff4f4 100%);
}
.kstd li:nth-child(6) {
  background: linear-gradient(0deg, #d3effc 0%, #eafbff 100%);
}
.kstd li:nth-child(7) {
  background: linear-gradient(0deg, #fff5e1 0%, #fffded 100%);
}
.kstd li:nth-child(8) {
  background: linear-gradient(0deg, #d8fef1 0%, #edfff9 100%);
}
.kstd li h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  padding-top: 16px;
  text-align: center;
}
.kstd li a {
  display: block;
  width: 88px;
  height: 22px;
  background-color: #326cf6;
  border-radius: 11px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin: 6px auto 0 auto;
}
.kstd li:nth-child(2) a {
  background-color: #6c00f2;
}
.kstd li:nth-child(3) a {
  background-color: #00bc7b;
}
.kstd li:nth-child(4) a {
  background-color: #ffa200;
}
.kstd li:nth-child(5) a {
  background-color: #f20000;
}
.kstd li:nth-child(6) a {
  background-color: #00b7fe;
}
.kstd li:nth-child(7) a {
  background-color: #ffa200;
}
.kstd li:nth-child(8) a {
  background-color: #00bc7b;
}
.ans-ques {
  margin-top: 20px;
}
.ans-ques a {
  display: block;
  width: 233px;
  height: 110px;
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-left: 17px;
  padding-top: 20px;
}
.ans-ques a:last-child {
  margin-bottom: 0;
}
.ans-ques a h3 {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 12px;
}
.ans-ques a h3 i {
  color: #ff6600;
  font-size: 18px;
  margin-right: 6px;
}
.ans-ques a h4 {
  font-size: 15px;
  color: #666666;
  margin: 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.ans-ques a p {
  width: 220px;
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}
.ans-ques a p span {
  background-color: #326cf6;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  padding: 1px 8px;
  margin-left: 8px;
}
.ans-ques a:hover h4 {
  color: #326cf6;
}
.index_k2hIU .bjicon-zhiding {
  color: #ff0030;
  font-size: 18px;
  background-color: #fff;
}
.index_k2hIU.a12 {
  background-color: #fff !important;
  color: #ff0000 !important;
  font-size: 14px !important;
}
.index_k2hIU.a13 {
  background-color: #fff !important;
  color: #ff7200 !important;
  font-size: 14px !important;
}
.index_k2hIU.a14 {
  background-color: #fff !important;
  color: #ffae00 !important;
  font-size: 14px !important;
}
