@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;
}
img {
  object-fit: cover;
}
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;
}

.content {
  padding: 20px 0 40px 0;
  background: #f2f2f2;
}
.content .base {
  position: relative;
}

.content .swiper-button-prev1,
.content .swiper-button-next1 {
  width: 20px;
  height: 46px;
  border-radius: 4px;
  color: #326cf6;
  background: rgba(50, 108, 246, 0.1);
  opacity: 1;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  top: 36px;
}
.content .swiper-button-prev1:hover,
.content .swiper-button-next1:hover {
  background: #326cf6;
  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: 26px;
}
.content .content-con .con-left {
  width: 830px;
  /* height: 1266px; */
  /* background-color: #ffffff; */
  /* border-radius: 10px; */
  /* padding: 40px 30px 0 30px; */
}
.content .content-con .con-left .item {
  display: block;
  margin-bottom: 25px;
}
.content .content-con .con-left .item .item-answer {
  display: flex;
  margin-bottom: 14px;
}
.content .content-con .con-left .item .item-answer .qa-wenda1 {
  color: #ff6600;
  font-size: 23px;
  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 .qa-wenda {
  color: #326cf6;
  font-size: 23px;
  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 .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;
}

.content .content-tjyd {
  position: relative;
  width: 830px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}
.content .content-tjyd .tjyd-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 28px;
}
.content .content-tjyd .tjyd-tit a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 119px;
  height: 33px;
  border-radius: 8px;
  border: solid 1px #ff6600;
  color: #ff6600;
  font-size: 18px;
  font-weight: normal;
}
.content .content-tjyd .tjyd-tit a i {
  margin-right: 5px;
}

.content .content-tjyd .tjyd-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .content-tjyd .tjyd-con a {
  display: flex;
  margin-bottom: 20px;
}
.content .content-tjyd .tjyd-con a .article-item-pic {
  width: 134px;
  height: 77px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 16px;
}
.content .content-tjyd .tjyd-con a .article-item-pic img {
  width: 134px;
  height: 77px;
  transition: 0.5s;
}
.content .content-tjyd .tjyd-con .article-item-pic img:hover {
  transform: scale(1.2);
}
.content .content-tjyd .tjyd-con a .article-item-info {
  width: 224px;
  height: 77px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .content-tjyd .tjyd-con a .article-item-info h4 {
  font-size: 16px;
  color: #333333;
}
.content .content-tjyd .tjyd-con a:hover .article-item-info h4 {
  color: #326cf6;
}
.content .content-tjyd .tjyd-con a .article-item-info p {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
}
.content .content-tjyd .tjyd-con a .article-item-info p i {
  font-size: 16px;
  color: #999999;
  margin-right: 5px;
}

.content .form {
  width: 1200px;
  height: 200px;
  background: url(http://www.mobiletrain.org/images_qa/form_bg.png) no-repeat;
  background-size: 1200px 200px;
  margin: 84px 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: 290px;
  margin-left: 110px;
  margin-right: 174px;
}
.content .form .form-con .form-info h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  padding-top: 40px;
}
.content .form .form-con .form-info h4 {
  font-size: 24px;
  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: 14px;
  font-style: italic;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
}
.content .form .form-con .list_form .list_form_con {
  width: 318px;
  height: 85px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
}
.content .form .form-con .list_form .list_form_con .list_form_item {
  display: flex;
  align-items: center;
  width: 277px;
  height: 42px;
  margin: 0 auto;
}
.content .form .form-con .list_form .list_form_con .list_form_item:last-child {
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.content
  .form
  .form-con
  .list_form
  .list_form_con
  .list_form_item:last-child::before {
  position: absolute;
  top: 9px;
  left: -14px;
  content: "*";
  font-size: 20px;
  color: #ff0000;
}
.content .form .form-con .list_form .list_form_con .list_form_item .qafont {
  font-size: 18px;
  color: #999999;
  margin-right: 16px;
}
.content .form .form-con .list_form .list_form_con .list_form_item input {
  outline: none;
  border: none;
  font-size: 16px;
}
.content .form .form-con .list_form .form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 318px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 8px auto 12px auto;
  color: #ff0000;
  font-size: 16px;
  cursor: pointer;
}
.content .form .form-con .list_form .form-btn .qa-dianji1 {
  font-size: 22px;
  margin-left: 6px;
  animation: 1s opa infinite;
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opa {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content .form .form-con .list_form .form-note {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.content .content-con .con-left .left-top,
.content .content-con .con-left .left-bottom {
  width: 830px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
}
.content .content-con .con-left .left-top h3,
.content .content-con .con-left .left-bottom h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.content-con .con-left .left-bottom h3.o-ans {
  margin-top: 30px;
  margin-bottom: 28px !important;
}
.content-con .con-left .left-bottom h3.o-ans i {
  color: #326cf6 !important;
  font-size: 24px !important;
}
.content .content-con .con-left .left-top {
  position: relative;
}
.content .content-con .con-left .left-top h3 {
  position: relative;
  padding-left: 48px;
}
.content .content-con .con-left .left-top h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

  width: 42px;
  height: 6px;
  background: url(/wenwen/images_wenwen/b2.png) no-repeat;
  background-size: 100%;
}

.content .content-con .con-left .left-top .left-top-info {
  display: flex;
  align-items: center;
  margin-left: 48px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.content .content-con .con-left .left-top .left-top-info span {
  font-size: 14px;
  color: #999999;
  margin-right: 40px;
}
.content .content-con .con-left .left-top .left-top-info span:nth-child(1) {
  height: 22px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  line-height: 22px;
  padding: 0 8px;
}
.content .content-con .con-left .left-top .left-top-info span i {
  font-size: 16px;
  margin-right: 8px;
}
.content .content-con .con-left .left-top p {
  font-size: 16px;
  margin-left: 48px;
  color: #000000;
}
.content .content-con .con-left .left-top .left-top-btn-a {
  position: absolute;
  top: 74px;
  right: 30px;
  width: 119px;
  height: 37px;
  border-radius: 8px;
  border: solid 1px #326cf6;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  color: #326cf6;
}
.content .content-con .con-left .left-top .left-top-btn-a:hover {
  background-color: #326cf6;
  color: #fff;
}
.content .content-con .con-left .left-top .left-top-btn-a i {
  font-size: 16px;
  margin-left: 4px;
}
.content .content-con .con-left .left-bottom {
  margin-top: 20px;
}
.content .content-con .con-left .left-bottom h3 {
  margin-bottom: 18px;
  font-size: 20px;
  color: #000000;
}
.content-con .con-left .left-bottom .user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.content-con .con-left .left-bottom .user-info img {
  height: 40px;
}
.content-con .con-left .left-bottom .user-info span {
  font-size: 14px;
  color: #999;
  line-height: 40px;
}
.content-con .con-left .left-bottom .user-info span.user-info-icon {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-right: 30px;
  margin-left: 10px;
}

.content-con .con-left .left-bottom .user-info span.user-info-time i {
  margin-right: 8px;
}
.content-con .con-left .left-bottom .user-info span.user-info-daren {
  position: relative;
  /* margin-left: 380px; */
  padding-left: 20px;
}
.content-con .con-left .left-bottom .user-info span.user-info-daren::before {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: solid 1px #cccccc;
  content: "";
  border-radius: 50%;
}
.content-con .con-left .left-bottom .user-info span.user-info-daren::after {
  width: 14px;
  height: 14px;
  border: solid 1px #cccccc;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content .content-con .con-left .left-bottom p {
  margin-bottom: 10px !important;
}
.content .content-con .con-left .left-bottom p,
.content .content-con .con-left .left-bottom p a {
  font-size: 16px;
  line-height: 34px;
  color: #666666;
}
.content .content-con .con-left .left-bottom .art-con img {
  /* width: 500px; */
  margin: 20px auto;
  border-radius: 10px;
}
.content .content-con .con-left .left-bottom h3 i {
  color: #ff6600;
  font-size: 27px;
  font-weight: normal;
  margin-right: 6px;
}
.bread_list {
  display: flex;
  align-items: center;
}
.bread_list,
.bread_list i,
.bread_list a,
.bread_list span {
  font-size: 13px;
  color: #333;
}
.bread_list a:hover {
  color: #326cf6;
}
.bread_list i.qa-weizhi {
  font-size: 16px;
  margin-right: 7px;
}

.jswdactive {
  color: #326cf6 !important;
  font-weight: bold;
}
.jswdactive::before {
  content: "";
  width: 59px;
  height: 2px;
  background-color: #326cf6;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.o-ans-list li {
  width: 800px;
  padding: 20px 10px 16px 20px;
  background-color: #f6f9ff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.o-ans-list li p {
  /* font-size: 14px !important; */
  /* line-height: 24px !important; */
  color: #333333 !important;
}

.content-con .c_page_bottom {
  width: 830px;
  display: flex;
  justify-content: space-between;

  margin-top: 20px;
}
.content-con .c_page_bottom .c_page_bottom_item {
  display: flex;
  align-items: center;
  width: 405px;
  height: 129px;
  background-color: rgb(249, 249, 249);
}
.c_page_bottom .c_page_bottom_item div p {
  font-size: 16px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin: 0px;
  width: 169px;
}
.c_page_bottom .c_page_bottom_item .c_page_bottom_item_txt p .icon-xiajiantou {
  transform: rotate(270deg);
  display: inline-block;
  font-weight: normal;
  color: rgb(153, 153, 153);
  font-size: 16px;
  margin-left: 10px;
}
.c_page_bottom
  .c_page_bottom_item
  .c_page_bottom_item_txt
  p
  .icon-xiajiantou.arrowLeft {
  transform: rotate(90deg);
  margin-left: 0px;
  margin-right: 10px;
}
.c_page_bottom .c_page_bottom_item div span {
  width: 196px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: rgb(102, 102, 102);
}
.c_page_bottom .c_page_bottom_item_up,
.c_page_bottom .c_page_bottom_item_next {
  width: 155px;
  height: 89px;
  border-radius: 6px;
  overflow: hidden;
  margin: 0px 15px 0px 20px;
}
.c_page_bottom .c_page_bottom_item_up img,
.c_page_bottom .c_page_bottom_item_next img {
  width: 155px;
  height: 89px;
}
.c_page_bottom .c_page_bottom_item_txt {
  width: 192px;
}
.left-ad {
  display: block;
  width: 890px;
  height: 110px;
  overflow: hidden;
  margin: 20px auto;
  border-radius: 10px;
}
.left-ad img {
  width: 890px;
  height: 110px;
  transition: all 0.5s ease 0s;
}
.left-ad:hover img {
  transform: scale(1.1);
}

.content .content-con .con-right .con-right-zxwd,
.content .content-con .con-right .con-right-rywd,
.content .content-con .con-right .con-right-label,
.content .content-con .con-right .con-right-newwd,
.content .content-con .con-right .con-right-rqread {
  position: relative;
  width: 250px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 19px 20px;
  margin-bottom: 19px;
}
.content .content-con .con-right .con-right-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .content-con .con-right .con-right-tit span {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.content .content-con .con-right .con-right-tit a {
  color: #999999;
  font-size: 12px;
}

.content .content-con .con-right .con-right-zxwd-item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.content .content-con .con-right .con-right-zxwd-item .img-box {
  position: relative;
  width: 88px;
  height: 72px;
  border-radius: 4px;
  overflow: hidden;
}
.content .content-con .con-right .con-right-zxwd-item .img-box::before {
  content: "NO.1";
  width: 36px;
  height: 20px;
  background-color: #ff0000;
  border-radius: 0px 0px 6px 6px;
  position: absolute;
  left: 5px;
  top: 0;
  color: #f0f4ff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  z-index: 1;
}
.content
  .content-con
  .con-right
  .con-right-zxwd-item:nth-child(2)
  .img-box:before {
  content: "NO.2";
  background-color: #ff6600;
}
.content
  .content-con
  .con-right
  .con-right-zxwd-item:nth-child(3)
  .img-box:before {
  content: "NO.3";
  background-color: #ffa800;
}
.content .content-con .con-right .con-right-zxwd-item img {
  width: 88px;
  height: 72px;
  transition: all 0.5s;
}
.content .content-con .con-right .con-right-zxwd-item .img-box:hover img {
  transform: scale(1.2);
}
.content .content-con .con-right .con-right-zxwd-item div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .content-con .con-right .con-right-zxwd-item div h3 {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 152px;
}

.content .content-con .con-right .con-right-zxwd-item:hover div h3 {
  color: #326cf6;
}
.content .content-con .con-right .con-right-zxwd-item div h3 i {
  font-size: 12px;
  color: #fff;
  padding: 0 2px;
  background-color: #ff6600;
  border-radius: 4px;
  margin-left: 2px;
}
.content .content-con .con-right .con-right-zxwd-item div p {
  color: #999999;
  font-size: 12px;
}
.banner-right-more {
  width: 250px;
  height: 280px;
  background: url(http://bj.mobiletrain.org/images/list/more-bg.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 0 20px;
}
.banner-right-more h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-top: 24px;
  margin-bottom: 6px;
}
.banner-right-more h5 {
  font-size: 13px;
  color: #999999;
}
.banner-right-more #show-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 39px;
  background: linear-gradient(90deg, #ff0505 0%, #ff6605 100%);
  border-radius: 20px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 16px;
  margin: 20px auto;
}
.banner-right-more #show-modal i {
  font-size: 22px;
  margin-right: 6px;
}

.banner-right-more textarea {
  width: 210px;
  height: 59px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 13px 20px;
  border: none;
  outline: none;
  margin-top: 16px;
}

.content .content-con .con-right .con-right-rywd-item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.content .content-con .con-right .con-right-rywd-item .img-box {
  width: 88px;
  height: 72px;
  border-radius: 4px;
  overflow: hidden;
}

.content .content-con .con-right .con-right-rywd-item img {
  width: 88px;
  height: 72px;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
}

.content .content-con .con-right .con-right-rywd-item .img-box:hover img {
  transform: scale(1.2);
}

.content .content-con .con-right .con-right-rywd-item div {
  display: flex;
  width: 152px;
  flex-direction: column;
  justify-content: space-between;
}

.content .content-con .con-right .con-right-rywd-item div h3 {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 152px;
}
.content .content-con .con-right .con-right-rywd-item:hover div h3 {
  color: #326cf6;
}

.content .content-con .con-right .con-right-rywd-item div .star {
  width: 69px;
  height: 12px;
}

.content .content-con .con-right .con-right-rywd .con-right-rywd-bot {
  display: flex;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

.content-con .con-right .con-right-rywd .con-right-rywd-bot:hover {
  color: #326cf6;
}
.content-con .con-right .con-right-rywd .con-right-rywd-bot div {
  width: 18px;
  height: 18px;
  background-color: #f0f0f0;
  font-size: 12px;
  color: rgb(0, 0, 0);
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  margin-right: 9px;
}
.content-con .con-right .con-right-label-con {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.content-con .con-right .con-right-label-con a {
  height: 28px;
  background-color: #f4f4f4;
  border-radius: 4px;
  line-height: 28px;
  padding: 0 16px;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}
.content-con .con-right .con-right-label-con a:hover {
  color: #326cf6;
}
.content-con .con-right .con-right-label-con a:nth-child(odd) {
  margin-right: 10px;
}

.ad-swiper {
  width: 290px;
  height: 228px;
}
.ad-swiper img {
  width: 290px;
  height: 186px;
}
.ad-swiper .swiper-pagination {
  bottom: 16px;
}
.ad-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 18px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 3px;
  margin: 0 3px !important;
}
.ad-swiper .swiper-pagination-bullet-active {
  width: 6px;
  border-radius: 50%;
  background-color: #326cf6;
}
.con-right-newwd a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #666666;
  padding-left: 16px;
  margin-top: 20px;
}
.con-right-newwd a:hover {
  color: #326cf6;
}
.con-right-newwd a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #326cf6;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.rqread-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rqread-lists .rqread-item {
  position: relative;
  margin-top: 16px;
}
.rqread-lists .rqread-item:nth-child(1)::before {
  position: absolute;
  top: 0;
  right: 9px;
  content: "沸";
  width: 26px;
  height: 24px;
  background: linear-gradient(90deg, #ff2400 0%, #ff4e00 100%);
  border-radius: 0px 0px 8px 8px;
  z-index: 1;
  color: #f4f7ff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.rqread-lists .rqread-item:nth-child(2)::before {
  position: absolute;
  top: 0;
  right: 9px;
  content: "荐";
  width: 26px;
  height: 24px;
  background: linear-gradient(45deg, #ff8a00 0%, #ffcc00 100%);
  border-radius: 0px 0px 8px 8px;
  z-index: 1;
  color: #f4f7ff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
.rqread-lists .rqread-item div {
  width: 119px;
  height: 101px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.rqread-lists .rqread-item img {
  width: 119px;
  height: 101px;
  transition: 0.5s all;
}
.rqread-lists .rqread-item img:hover {
  transform: scale(1.2);
}
.rqread-lists .rqread-item h3 {
  width: 118px;
  font-size: 13px;
  margin-top: 4px;
  line-height: 20px;
  color: #666666;
}
.rqread-lists .rqread-item:hover h3 {
  color: #326cf6;
}
.rig_fixed {
  position: fixed;
  bottom: 30px;
}
.rig_bottom {
  position: absolute;
  bottom: 0;
  left: 909px;
}
