@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: 127px;
  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_bg .nav-bg-left .nav-news {
  display: flex;
  align-items: center;
  width: 458px;
  height: 47px;
  line-height: 47px;
  border-radius: 6px;
  border: solid 1px #eeeeee;
}

.nav_bg .nav-bg-left .nav-news i {
  color: #ff6600;
  font-size: 16px;
}

.nav_bg .nav-bg-left .nav-news .index-xiaolaba {
  padding-left: 16px;
  margin-right: 4px;
}

.nav_bg .nav-bg-left .nav-news .swiper-news {
  width: 340px;
  height: 47px;
}

.nav_bg .nav-bg-left .nav-news .swiper-news a {
  display: flex;
}

.nav_bg .nav-bg-left .nav-news .swiper-news a i {
  display: block;
  font-size: 14px;
  color: #000;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: -4px;
  margin-left: 8px;
}

.nav_bg .nav-bg-left .nav-news .swiper-news a em {
  color: #ff6600;
}

.nav_bg .nav_phone {
  display: flex;
  align-items: center;
}

.nav_bg .nav_phone .icon-dianhua1 {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background-color: #326cf6;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  animation: phoneIcon_ani ease 0.5s infinite alternate;
}

.nav_bg .nav_phone span {
  margin-left: 10px;
}

.nav_bg .nav_phone span em {
  display: block;
  color: #666;
  font-size: 14px;
  text-align: center;
  letter-spacing: 8px;
}

.nav_bg .nav_phone span em:first-child {
  letter-spacing: 0px;
  color: #326cf6;
  font-size: 24px;
}

@keyframes phoneIcon_ani {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.nav_left img {
  float: left;
}

.nav_left .xq {
  position: relative;
}

.nav_left .xq_tab {
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

.nav_left .p1 {
  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;
  margin-top: 0px;
  border-top: none;
}

.nav_left .xq_tab:hover .p1 {
  width: 333px;
  height: 121px;
}

.nav_left .xq_tab:hover em {
  color: #326cf6;
}

.nav_left .xq_tab:hover em .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(-180deg);
}

.nav_left .p1 .p2 {
  padding: 24px 20px 20px 10px;
}

.nav_left .xq_tab em {
  position: relative;
  color: #000000;
  font-size: 14px;
  display: block;
  height: 100%;
  line-height: 37px;
  width: 80px;
  margin-top: -1px;
  padding-left: 10px;
}

.nav_left .xq_tab:hover em {
  background: #fff;
}

.nav_left .xq_tab em .index-ditu-dibiao {
  color: #ff6600;
  font-size: 16px;
  margin-right: 4px;
}

.nav_left .xq_tab em .index-xia_sanjiao {
  display: inline-block;
  color: #999;
  font-size: 8px;
  margin-left: 4px;
  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;
}

.banner {
  position: relative;
  width: 1200px;
  height: 110px;
  background: url(http://www.mobiletrain.org/images_interview/ad.png) no-repeat;
  background-size: 1200px 110px;
  background-position: center;
  margin: 0 auto;
}

.banner-btn {
  position: absolute;
  top: 32px;
  right: 74px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  background: #fff;
  border-radius: 32px;
  color: #326cf6;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
}

.banner-btn i {
  font-size: 24px;
  font-weight: normal;
}

.banner-btn::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  background-color: #fff;
  border-radius: 50%;
  animation: scale 1s ease 0s infinite;
}

.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-bottom: 20px;
}

.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: 2432px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 0 0 0;
}

.content .content-con .con-left ul {
  margin-bottom: 20px;
}

.content .content-con .con-left .item {
  position: relative;
  display: flex;
  padding: 30px 20px;
  width: 700px;
  margin-left: 130px;
}

.content .content-con .con-left .item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 720px;
  background: #f1f1f1;
}

.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 .item-info h3,
.content .content-con .con-left .item:hover .item-info .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 .item-info {
  flex: 1;
}
.content .content-con .con-left .item .item-info h3,
.content .content-con .con-left .item .item-info .h3 {
  color: #000000;
  font-size: 18px;
  width: 460px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content .content-con .con-left .item .item-info p {
  /* width: 460px; */
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.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;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  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,
.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,
.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 {
  color: rgb(153, 153, 153);
  font-size: 12px;
  line-height: 16px;
}

.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;
  margin-bottom: 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;
}

.content .content-con .con-right .con-right-rywd .rywd-tit .yp-toutiao-1 {
  color: #fe5133;
  font-weight: normal;
  font-size: 24px;
  margin-right: 10px;
}

.content .content-con .con-right .tk-tit .yp-tiku {
  color: #8b25ff;
  font-weight: normal;
  font-size: 24px;
  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 .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,
.content .content-con .con-right .con-right-rywd .swiper4 {
  height: 230px;
  margin-top: 20px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a,
.content .content-con .con-right .con-right-rywd .swiper4 a {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a:hover p,
.content .content-con .con-right .con-right-rywd .swiper4 a:hover p {
  color: rgb(255, 133, 52);
}

.content .content-con .con-right .con-right-rywd .swiper3 a div,
.content .content-con .con-right .con-right-rywd .swiper4 a div {
  width: 18px;
  height: 18px;
  background: rgba(255, 128, 44, 0.2);
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #000;
  line-height: 18px;
  margin-right: 6px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a div.yp-1,
.content .content-con .con-right .con-right-rywd .swiper4 a div.yp-1,
.content .content-con .con-right .con-right-rywd .swiper4 a div.yp-zhiding {
  color: #ff0000;
  background: #fff;
  font-size: 14px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a div.yp-2,
.content .content-con .con-right .con-right-rywd .swiper4 a div.yp-2 {
  color: #ff7200;
  background: #fff;
  font-size: 14px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a div.yp-3,
.content .content-con .con-right .con-right-rywd .swiper4 a div.yp-3 {
  color: #ffae00;
  background: #fff;
  font-size: 14px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a p,
.content .content-con .con-right .con-right-rywd .swiper4 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 .swiper4 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 .swiper4 a span.a21,
.content .content-con .con-right .con-right-rywd .swiper4 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 .swiper4 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;
  height: 202px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  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: 150px;
  margin-top: 20px;
}

.con-tab {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -425px;
  width: 100px;
  height: 368px;
  background: url(http://www.mobiletrain.org/images_interview/title-bg.png?1) no-repeat;
  background-size: 100px 368px;
}

.con-tab .con-tab-top {
  color: #ffffff;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
}

.con-tab .con-tab-top h3,
.con-tab .con-tab-top .h3 {
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 5px;
  font-weight: bold;
}

.con-tab .con-tab-top .con-tab-item {
  display: block;
  font-size: 15px;
  color: #999999;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
}

.con-tab .con-tab-top .con-tab-item.active {
  position: relative;
  color: #326cf6;
}

.con-tab .con-tab-top .con-tab-item.active::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 25px;
  background-color: #326cf6;
}

.con-tab .co-tab-bottom {
  text-align: center;
}

.con-tab .co-tab-bottom h3,
.con-tab .co-tab-bottom .h3 {
  padding-top: 37px;
  color: #333333;
  font-size: 14px;
}

.con-tab .co-tab-bottom img {
  height: 82px;
}

.con-tab .co-tab-bottom p {
  color: #999999;
  font-size: 11px;
  margin-top: 4px;
}

.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;
  white-space: nowrap;
  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;
}