.content {
  padding: 40px 0;
  background: #f6f9ff;
}
.content .base {
  position: relative;
  width:1200px;
  margin:0 auto;
}
.content .content-tab {
  width: 1120px;
  height: 70px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(88, 176, 255, 0.1);
  border-radius: 10px;
  border: solid 2px #fff7;
  margin: 0 auto;
}
.content .content-tab .swiper-slide {
  text-align: center;
  
}
.content .content-tab .swiper-slide a {
  font-size: 18px;
  color: #666666;
  line-height: 70px;
  border-radius: 19px;
}
.content .content-tab .swiper-slide:hover a {
  padding: 10px 5px;
  background-color: #326cf6;
  color: #fff;
}
.content .content-tab .swiper-slide a.active {
  padding: 10px 10px;
  background-color: #326cf6;
  color: #fff;
}
.content .swiper-button-prev1,
.content .swiper-button-next1 {
  width: 20px;
  height: 46px;
  border-radius: 4px;
  color: #ff6600;
  background: rgba(255, 102, 0, 0.6);
  opacity: 1;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  top: 36px;
}
.content .swiper-button-prev1:hover,
.content .swiper-button-next1:hover {
  background: #ff6600;
  color: #fff;
}
.content .swiper-button-prev1 {
  left: 0;
}
.content .swiper-button-next1 {
  right: 0;
}
.content .content-con {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.content .content-con .con-left {
  width: 830px;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 30px;
}
.content .content-con .con-left .item {
  display: block;
  margin-bottom: 25px;
}
.content .content-con .con-left .item:hover .item-answer span {
  color: #326cf6;
}
.content .content-con .con-left .item .item-answer {
  display: flex;
  margin-bottom: 14px;
}
.content .content-con .con-left .item .item-answer .icon-wenda1 {
  color: #ff6600;
  font-size: 30px;
  margin-right: 22px;
}
.content .content-con .con-left .item .item-answer span {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.content .content-con .con-left .item .item-question {
  position: relative;
  display: flex;
}
.content .content-con .con-left .item .item-question .icon-wenda {
  color: #0066CC;
  font-size: 30px;
  margin-right: 22px;
  margin-top: 30px;
}
.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 .icon-time {
  font-size: 16px;
  margin-left: 47px;
  margin-right: 10px;
}

.content .content-con .con-left .list {
  position: relative;
  display: flex;
  padding: 30px;
}

.content .content-con .con-left .list::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 830px;
  background: #f1f1f1;
}
.content .content-con .con-left .list:last-child::after {
  width: 0;
}
.content .content-con .con-left .list:hover {
  box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.25);
}
.content .content-con .con-left .list:hover .list-info h3 {
  color: rgb(50, 108, 246);
}
.content .content-con .con-left .list .list-pic {
  width: 208px;
  height: 119px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 22px;
}
.content .content-con .con-left .list .list-info h3 {
  color: #000000;
  font-size: 18px;
  width: 594px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .content-con .con-left .list .list-info p {
  width: 594px;
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.content .content-con .con-left .list .list-info p span {
  color: #326cf6;
}
.content .content-con .con-left .list .list-info .list-time {
  display: flex;
  align-lists: center;
  color: #999999;
  font-size: 14px;
}
.content .content-con .con-left .list .list-info .list-time i {
  font-size: 16px;
  margin-right: 10px;
}
.content .content-con .con-left .list .list-question span {
  width: 743px;
  height: 38px;
  background-color: #fafafa;
  border-radius: 6px;
  color: #666666;
  font-size: 14px;
  padding: 20px;
}
.content .content-con .con-left .list .list-question span i {
  color: #326cf6;
}
.content .content-con .con-left .list .list-question::before {
  position: absolute;
  left: 11px;
  top: 0;
  content: "";
  width: 1px;
  height: 22px;
  background-color: #cccccc;
}
.content .content-con .con-left .list .list-time {
  line-height: 16px;
  margin-top: 12px;
  font-size: 14px;
  color: #999;
}
.content .content-con .con-left .list .list-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: -16px auto 0 auto;
}
.content .content-con .con-left .con-btn .qa-dianji1 {
  font-size: 24px;
}
		  /* 分页 */
.page { padding:20px 0 20px; font-family:"微软雅黑"; overflow:hidden;}
.page li{display:inline;float:left;height:28px;line-height:28px; margin-right:10px;border:1px solid #e3e3e3;}
.page li.thisclass{background:#0066CC;padding:0 8px;color:#fff; }
.page a{ display:block; line-height:28px; background:#fff; text-align:center; color:#333;padding:0 8px;}
.thisclass a{ background:#0066cc; }
.page a:hover{ background:#0066CC; color:#fff; text-decoration:none }
.page span{line-height:28px; text-align:center;padding:0 10px}
.con-right-kbxx{
		  position: relative;
width: 251px;
height: 246px;
background-color: #ffffff;
border-radius: 10px;
padding: 0 20px;
		  }
		  .kbxx {
  width: 250px;
  height: 202px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}
.kbxx .swiper6 {
  height: 150px;
  margin-top: 20px;
  overflow:hidden;
}
.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 .icon-dingshirenwu {
  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;
}


.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 .icon {
  font-weight: normal;
  color: #f60;
  font-size: 26px;
  margin-right: 7px;
}
.content .content-con .con-right .con-right-zxwd .swiper2 {
  height: 432px;
  margin-top: 24px;
}
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.content
  .content-con
  .con-right
  .con-right-zxwd
  .swiper2
  .swiper-slide:hover
  div
  h3 {
  color: #326cf6;
}
.content
  .content-con
  .con-right
  .con-right-zxwd
  .swiper2
  .swiper-slide
  .img-box {
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 6px;
}
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  transition: all 0.5s;
}
.content
  .content-con
  .con-right
  .con-right-zxwd
  .swiper2
  .swiper-slide
  .img-box:hover
  img {
  transform: scale(1.2);
}
.content .content-con .con-right .con-right-zxwd .swiper2 .swiper-slide div {
  display: flex;
  width: 154px;
  flex-direction: column;
  justify-content: space-between;
}
.content .content-con .con-right .con-right-zxwd .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-zxwd .swiper2 .swiper-slide div p {
  color: rgb(153, 153, 153);
  font-size: 12px;
  line-height: 16px;
}
.content .content-con .con-right .con-right-zxwd .swiper-button-prev2 {
  display: none !important;
}
.content .content-con .con-right .con-right-zxwd .swiper-button-next2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 47px;
  right: 20px;
  width: 72px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px #326cf6;
  background: url();
  box-sizing: border-box;
  color: #326cf6;
  font-size: 12px;
}

.content .content-con .con-right .con-right-rywd {
  position: relative;
  width: 251px;
  height: 343px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 20px;
}
.content .content-con .con-right .con-right-rywd .rywd-tit {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding-top: 22px;
}
.content .content-con .con-right .con-right-rywd .rywd-tit .icon-he_38tikuguanli {
  color: #326cf6;
  font-weight: normal;
  font-size: 26px;
  margin-right: 7px;
}
.content .content-con .con-right .con-right-rywd .swiper3 {
  height: 230px;
  margin-top: 30px;
  padding-top: 2px;
}
.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: 18px;
  height: 18px;
  background: rgba(50, 108, 246, 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 p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 220px;
}
.content .content-con .con-right .con-right-rywd .swiper-button-prev3 {
  display: none;
}
.content .content-con .con-right .con-right-rywd .swiper-button-next3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 47px;
  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 .qafont {
  margin-right: 2px;
  font-size: 15px;
}
.content .content-tjwd {
  position: relative;
  width: 1280px;
  margin: 40px auto 0 auto;
}
.content .content-tjwd .tjwd-tit {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
}

.content .content-tjwd .swiper4 {
  padding: 20px;
}
.content .content-tjwd .swiper4 .swiper-slide {
  height: 300px;
  background: linear-gradient(#ffffff, #ffffff);
  border-radius: 10px;
  border: solid 1px #e7e9ef;
  box-sizing: border-box;
  overflow: hidden;
}
.content .content-tjwd .swiper4 .swiper-slide img {
  width: 284px;
  height: 159px;
}
.content .content-tjwd .swiper4 .swiper-slide h3 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin: 18px auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 215px;
}
.content .content-tjwd .swiper4 .swiper-slide p {
  width: 215px;
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content .content-tjwd .swiper4 .swiper-slide:hover h3 {
  color: #ff6600;
}
.content .content-tjwd .swiper4 .swiper-slide:hover {
  box-shadow: 0px 0px 20px #d9d9d9;
}
.content .content-tjwd .swiper-button-prev4,
.content .content-tjwd .swiper-button-next4 {
  width: 20px;
  height: 46px;
  border-radius: 4px;
  color: #ff6600;
  background: rgba(255, 102, 0, 0.6);
  opacity: 1;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  top: 180px;
}
.content .content-tjwd .swiper-button-prev4 {
  left: 0;
}
.content .content-tjwd .swiper-button-next4 {
  right: 0;
}
.content .content-tjwd .swiper-button-prev4:hover,
.content .content-tjwd .swiper-button-next4:hover {
  background: #ff6600;
  color: #fff;
}
.content .form {
  width: 1200px;
  height: 310px;
  background: #f77;
  background-size: 1200px 200px;
  margin: 64px auto 0 auto;
}
.content .form .form-con {
  display: flex;
}
.content .form .form-con .form-teacher {
  height: 250px;
  margin-left: 84px;
  margin-top: -50px;
}
.content .form .form-con .form-info {
  width: 317px;
margin-left: 96px;
margin-right: 174px;
}
.content .form .form-con .form-info h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  padding-top: 40px;
}
.content .form .form-con .form-info h4 {
  font-size: 28px;
  color: #fff;
  font-style: italic;
  margin-top: 6px;
  margin-bottom: 14px;
  white-space: nowrap;
}
.content .form .form-con .form-info h4 span {
  color: #fffc00;
}
.content .form .form-con .form-info p {
font-size: 18px;
font-style: italic;
line-height: 36px;
color: #ffffff;
white-space: nowrap;;
}



.btn-bubble:hover {
  -webkit-animation: bubbles 1s forwards ease-out;
  animation: bubbles 1s forwards ease-out;
  background: radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 30%,
        #eeeeff 60%,
        #eeeeff 65%,
        rgba(0, 0, 0, 0) 70%
      )
      90% 90% / 0.88em 0.88em,
    radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 30%,
        #eeeeff 60%,
        #eeeeff 65%,
        rgba(0, 0, 0, 0) 70%
      )
      23% 141% / 0.81em 0.81em,
    radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 30%,
        #eeeeff 60%,
        #eeeeff 65%,
        rgba(0, 0, 0, 0) 70%
      )
      17% 90% / 0.68em 0.68em,
    radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 30%,
        #eeeeff 60%,
        #eeeeff 65%,
        rgba(0, 0, 0, 0) 70%
      )
      15% 94% / 1.12em 1.12em,
    radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 30%,
        #eeeeff 60%,
        #eeeeff 65%,
        rgba(0, 0, 0, 0) 70%
      )
      42% 126% / 0.86em 0.86em,
    radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 30%,
        #eeeeff 60%,
        #eeeeff 65%,
        rgba(0, 0, 0, 0) 70%
      )
      102% 120% / 0.58em 0.58em,
    radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 30%,
        #eeeeff 60%,
        #eeeeff 65%,
        rgba(0, 0, 0, 0) 70%
      )
      12% 121% / 0.67em 0.67em,
    radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 30%,
        #eeeeff 60%,
        #eeeeff 65%,
        rgba(0, 0, 0, 0) 70%
      )
      69% 87% / 1.18em 1.18em,
    radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 30%,
        #eeeeff 60%,
        #eeeeff 65%,
        rgba(0, 0, 0, 0) 70%
      )
      32% 99% / 0.79em 0.79em,
    radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 30%,
        #eeeeff 60%,
        #eeeeff 65%,
        rgba(0, 0, 0, 0) 70%
      )
      84% 129% / 0.79em 0.79em,
    radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0) 30%,
        #eeeeff 60%,
        #eeeeff 65%,
        rgba(0, 0, 0, 0) 70%
      )
      40% 99% / 0.72em 0.72em;
  background-repeat: no-repeat;
}
@-webkit-keyframes bubbles {
  100% {
    background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%,
      110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  }
}

@keyframes bubbles {
  100% {
    background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%,
      110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  }
}
.content .form .form-con .list_form .form-note {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
