.xinwendongtai {
  font-size: 0;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
.xinwendongtai .container {
  margin: 0 auto;
  width: 1200px;
  padding-top: 20px;
}
.xinwendongtai .xwswiper {
  vertical-align: top;
  width: 600px;
  height: 322px;
  overflow: hidden;
  display: inline-block;
}
.xinwendongtai .xwswiper .ywsprightswiper {
  height: 100% !important;
}
.xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper {
  height: 100% !important;
}
.xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide {
  height: 100% !important;
  overflow: hidden;
  position: relative;
}
.xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgbox img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgbox img:hover {
  transform: scale(1.2);
}
.xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}
.xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgtitle .imgtitlereal {
  height: 100%;
  font-size: 16px;
  color: #fff;
  max-width: 500px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 15px;
}
.xinwendongtai .xwswiper .ywsprightswiper .page {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 63px;
  right: 0;
  width: 100%;
}
.xinwendongtai .xwswiper .ywsprightswiper .page span {
  display: inline-block;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  box-sizing: border-box;
  margin: 0 6px;
  background-color: #fff;
}
.xinwendongtai .xwswiper .ywsprightswiper .page span.swiper-active-switch {
  background-color: #3c61a0;
}
.xinwendongtai .xwswiper .ywsprightswiper .morenews {
  position: absolute;
  right: 10px;
  bottom: 0;
  line-height: 50px;
}
.xinwendongtai .xwswiper .ywsprightswiper .morenews a {
  color: #fff;
  font-size: 16px;
}
.xinwendongtai .changebox {
  width: 570px;
  vertical-align: top;
  margin-left: 30px;
  display: inline-block;
}
.xinwendongtai .changebox .iconbox {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 6px;
  top: 1px;
  background-color: #76a3e3;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}
.xinwendongtai .changebox .iconbox i {
  font-size: 14px;
  color: #fff;
}
.xinwendongtai .changebox .morebt {
  font-size: 16px;
  color: #5377aa;
  position: absolute;
  right: 0;
  top: 4px;
}
.xinwendongtai .changebox .ywsptitle {
  position: relative;
  padding: 6px 0 16px 43px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #d6eafc;
}
.xinwendongtai .changebox .ywsptitle .ywspitem {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.xinwendongtai .changebox .ywsptitle .ywspitem:first-child {
  padding-left: 2px;
}
.xinwendongtai .changebox .ywsptitle .ywspitem:first-child:after {
  content: none;
}
.xinwendongtai .changebox .ywsptitle .ywspitem:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1.5px;
  width: 1px;
  height: 19px;
  background-color: #b8bbbf;
}
.xinwendongtai .changebox .ywsptitle .ywspitem.cur a {
  color: #3c61a0;
}
.xinwendongtai .changebox .ywsptitle .ywspitem a {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #666;
}
.xinwendongtai .changebox .ywspleftlistbox {
  display: inline-block;
  width: 586px;
}
.xinwendongtai .changebox .ywspleftlistbox .ywspleftlist {
  display: none;
}
.xinwendongtai .changebox .ywspleftlistbox .ywspleftlist.cur {
  display: inline-block;
}
.xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem {
  width: 100%;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
}
.xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 21px;
  left: 2px;
  background-color: #a8c5ea;
}
.xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .name {
  display: inline-block;
  width: 440px;
}
.xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .name a {
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
}
.xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .name a:hover {
  color: #3c61a0;
  text-decoration: underline;
}
.xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .time {
  display: inline-block;
  width: 120px;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  color: #999;
}
.xinwendongtai .centerbox {
  margin-top: 20px;
  background-color: #f5f5f5;
}
.xinwendongtai .centerbox .changebox {
  margin-left: 55px;
}
.xinwendongtai .centerbox .changebox:first-child {
  margin-left: 0;
}
.xinwendongtai .zhuanti {
  margin-bottom: 40px;
  position: relative;
}
.xinwendongtai .zhuanti .morebt {
  font-size: 16px;
  color: #5377aa;
  position: absolute;
  right: 0;
  top: 16px;
}
.xinwendongtai .zhuanti img {
  transition: all 0.3s;
}
.xinwendongtai .zhuanti img:hover {
  transform: scale(1.2);
}
.xinwendongtai .zhuanti .title {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 12px 0 32px;
}
.xinwendongtai .zhuanti .title:before {
  content: '';
  display: inline-block;
  width: 82px;
  height: 4px;
  background-color: #739bdf;
  position: absolute;
  left: 37%;
  top: 24px;
}
.xinwendongtai .zhuanti .title:after {
  content: '';
  display: inline-block;
  width: 82px;
  height: 4px;
  background-color: #739bdf;
  position: absolute;
  right: 37%;
  top: 24px;
}
.xinwendongtai .zhuanti .title .name {
  font-size: 30px;
  font-weight: bold;
  color: #3c61a0;
  line-height: 1;
}
.xinwendongtai .zhuanti .listbox {
  margin-bottom: 8px;
}
.xinwendongtai .zhuanti .one_image {
  width: 480px;
  height: 270px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.xinwendongtai .zhuanti .one_image a {
  width: 100%;
  height: 100%;
  display: block;
}
.xinwendongtai .zhuanti .one_image a img {
  width: 100%;
  height: 100%;
}
.xinwendongtai .zhuanti .two_image {
  width: 220px;
  margin-left: 20px;
  height: 270px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.xinwendongtai .zhuanti .two_image a:first-child {
  margin-top: 0;
}
.xinwendongtai .zhuanti .two_image a {
  margin-top: 20px;
  display: block;
  overflow: hidden;
  height: 125px;
}
.xinwendongtai .zhuanti .two_image a img {
  width: 100%;
  height: 100%;
}
.xinwendongtai .zhuantiphone {
  display: none;
}
@media (max-width: 750px) {
  .xinwendongtai {
    position: relative;
    z-index: 0;
    min-width: 100%;
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
  .xinwendongtai .container {
    margin: 0 auto;
    width: 700px;
    padding-top: 0;
  }
  .xinwendongtai .xwswiper {
    vertical-align: top;
    margin-top: 26px;
    width: 100%;
    height: auto;
    margin-left: 0;
    display: inline-block;
  }
  .xinwendongtai .xwswiper .ywsprightswiper {
    height: 376px !important;
    padding-bottom: 70px;
  }
  .xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgbox img {
    width: 100%;
  }
  .xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgbox img:hover {
    transform: none;
  }
  .xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    line-height: 80px;
  }
  .xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgtitle .imgtitlereal {
    height: 100%;
    font-size: 28px;
    color: #fff;
    max-width: 528px;
    padding-left: 30px;
  }
  .xinwendongtai .xwswiper .ywsprightswiper .page {
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 23px;
    right: 20px;
  }
  .xinwendongtai .xwswiper .ywsprightswiper .page span {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background-color: #e2e2e2;
  }
  .xinwendongtai .xwswiper .ywsprightswiper .page span.swiper-active-switch {
    background-color: #3c61a0;
  }
  .xinwendongtai .xwswiper .ywsprightswiper .morenews {
    position: absolute;
    right: 26px;
    bottom: 83px;
    border-radius: 25px;
  }
  .xinwendongtai .xwswiper .ywsprightswiper .morenews a {
    color: #fff;
    font-size: 26px;
  }
  .xinwendongtai .changebox {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .xinwendongtai .changebox .iconbox {
    width: 48px;
    height: 48px;
    left: 6px;
    top: 1px;
    line-height: 48px;
  }
  .xinwendongtai .changebox .iconbox i {
    font-size: 26px;
    color: #fff;
  }
  .xinwendongtai .changebox .morebt {
    font-size: 28px;
    right: 0;
    top: 8px;
  }
  .xinwendongtai .changebox .ywsptitle {
    padding: 12px 0 20px 66px;
    border-bottom: solid 2px #d6eafc;
  }
  .xinwendongtai .changebox .ywsptitle .ywspitem {
    display: inline-block;
    padding: 0 20px;
  }
  .xinwendongtai .changebox .ywsptitle .ywspitem:first-child {
    padding-left: 2px;
  }
  .xinwendongtai .changebox .ywsptitle .ywspitem:first-child:after {
    content: none;
  }
  .xinwendongtai .changebox .ywsptitle .ywspitem:after {
    left: 0;
    top: 2px;
    width: 2px;
    height: 28px;
  }
  .xinwendongtai .changebox .ywsptitle .ywspitem a {
    font-size: 32px;
  }
  .xinwendongtai .changebox .ywspleftlistbox {
    width: 100%;
  }
  .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist {
    padding-top: 20px;
  }
  .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem {
    padding-left: 28px;
    height: auto;
    line-height: 48px;
    margin-bottom: 5px;
  }
  .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 18px;
    left: 2px;
    background-color: #a8c5ea;
  }
  .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .name {
    width: 100%;
  }
  .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .name a {
    max-width: 100%;
    font-size: 28px;
    overflow: visible;
    white-space: normal;
    color: #333;
  }
  .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .name a:hover {
    color: #333;
    text-decoration: none;
  }
  .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .time {
    display: none;
  }
  .xinwendongtai .centerbox {
    margin-top: 20px;
    background-color: #f5f5f5;
  }
  .xinwendongtai .centerbox .container {
    width: 100%;
  }
  .xinwendongtai .centerbox .changebox {
    margin: 20px auto;
    width: 100%;
    padding: 40px 20px ;
    box-sizing: border-box;
    background-color: #fff;
  }
  .xinwendongtai .centerbox .changebox:first-child {
    margin: 20px auto;
  }
  .xinwendongtai .zhuanti {
    display: none;
  }
  .xinwendongtai .zhuantiphone {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
  }
  .xinwendongtai .zhuantiphone .title {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 40px 0 40px;
  }
  .xinwendongtai .zhuantiphone .title:before {
    content: '';
    display: inline-block;
    width: 115px;
    height: 6px;
    background-color: #739bdf;
    position: absolute;
    left: 17%;
    top: 56px;
  }
  .xinwendongtai .zhuantiphone .title:after {
    content: '';
    display: inline-block;
    width: 115px;
    height: 6px;
    background-color: #739bdf;
    position: absolute;
    right: 17%;
    top: 56px;
  }
  .xinwendongtai .zhuantiphone .title .name {
    font-size: 42px;
    font-weight: bold;
    color: #3c61a0;
    line-height: 1;
  }
  .xinwendongtai .zhuantiphone .banner {
    padding-bottom: 50px;
  }
  .xinwendongtai .zhuantiphone .banner .showbox .zhuantiul li img {
    width: 600px;
    height: 338px;
  }
  .xinwendongtai .zhuantiphone .banner .banner_btn {
    width: 70px;
    border-radius: 50%;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    text-align: center;
  }
  .xinwendongtai .zhuantiphone .banner .banner_btn i {
    position: relative;
    top: 2px;
    font-size: 48px;
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #3c61a0;
    line-height: 70px;
  }
  .xinwendongtai .zhuantiphone .banner .banner_btn_prev {
    left: -24px;
    cursor: pointer;
  }
  .xinwendongtai .zhuantiphone .banner .banner_btn_next {
    right: -6px;
    cursor: pointer;
  }
  .xinwendongtai .zhuantiphone .banner .pager {
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 3px;
    right: 20px;
  }
  .xinwendongtai .zhuantiphone .banner .pager li {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background-color: #e2e2e2;
  }
  .xinwendongtai .zhuantiphone .banner .pager li.cur {
    background-color: #3c61a0;
  }
}
@media (min-width: 751px) {
  .pageold .xinwendongtai {
    position: relative;
    z-index: 0;
    min-width: 100%;
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
  .pageold .xinwendongtai .container {
    margin: 0 auto;
    width: 1200px;
    padding-top: 0;
  }
  .pageold .xinwendongtai .xwswiper {
    vertical-align: top;
    margin-top: 41.6px;
    width: 100%;
    height: auto;
    margin-left: 0;
    display: inline-block;
  }
  .pageold .xinwendongtai .xwswiper .ywsprightswiper {
    height: 601.6px !important;
    padding-bottom: 112px;
  }
  .pageold .xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgbox img {
    width: 100%;
  }
  .pageold .xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgbox img:hover {
    transform: none;
  }
  .pageold .xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 128px;
    line-height: 128px;
  }
  .pageold .xinwendongtai .xwswiper .ywsprightswiper .swiper-wrapper .swiper-slide .imgtitle .imgtitlereal {
    height: 100%;
    font-size: 44.8px;
    color: #fff;
    max-width: 844.8px;
    padding-left: 48px;
  }
  .pageold .xinwendongtai .xwswiper .ywsprightswiper .page {
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 36.8px;
    right: 32px;
  }
  .pageold .xinwendongtai .xwswiper .ywsprightswiper .page span {
    width: 32px;
    height: 32px;
    margin: 0 16px;
    background-color: #e2e2e2;
  }
  .pageold .xinwendongtai .xwswiper .ywsprightswiper .page span.swiper-active-switch {
    background-color: #3c61a0;
  }
  .pageold .xinwendongtai .xwswiper .ywsprightswiper .morenews {
    position: absolute;
    right: 41.6px;
    bottom: 132.8px;
    border-radius: 40px;
  }
  .pageold .xinwendongtai .xwswiper .ywsprightswiper .morenews a {
    color: #fff;
    font-size: 41.6px;
  }
  .pageold .xinwendongtai .changebox {
    width: 1200px;
    margin-left: 0;
    margin-top: 32px;
  }
  .pageold .xinwendongtai .changebox .iconbox {
    width: 76.8px;
    height: 76.8px;
    left: 9.6px;
    top: 1.6px;
    line-height: 76.8px;
  }
  .pageold .xinwendongtai .changebox .iconbox i {
    font-size: 41.6px;
    color: #fff;
  }
  .pageold .xinwendongtai .changebox .morebt {
    font-size: 44.8px;
    right: 0;
    top: 12.8px;
  }
  .pageold .xinwendongtai .changebox .ywsptitle {
    padding: 19.2px 0 32px 105.6px;
    border-bottom: solid 3.2px #d6eafc;
  }
  .pageold .xinwendongtai .changebox .ywsptitle .ywspitem {
    display: inline-block;
    padding: 0 32px;
  }
  .pageold .xinwendongtai .changebox .ywsptitle .ywspitem:first-child {
    padding-left: 3.2px;
  }
  .pageold .xinwendongtai .changebox .ywsptitle .ywspitem:first-child:after {
    content: none;
  }
  .pageold .xinwendongtai .changebox .ywsptitle .ywspitem:after {
    left: 0;
    top: 3.2px;
    width: 3.2px;
    height: 44.8px;
  }
  .pageold .xinwendongtai .changebox .ywsptitle .ywspitem a {
    font-size: 51.2px;
  }
  .pageold .xinwendongtai .changebox .ywspleftlistbox {
    width: 100%;
  }
  .pageold .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist {
    padding-top: 32px;
  }
  .pageold .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem {
    padding-left: 44.8px;
    height: auto;
    line-height: 76.8px;
    margin-bottom: 8px;
  }
  .pageold .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 19.2px;
    height: 19.2px;
    border-radius: 50%;
    top: 28.8px;
    left: 3.2px;
    background-color: #a8c5ea;
  }
  .pageold .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .name {
    width: 100%;
  }
  .pageold .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .name a {
    max-width: 100%;
    font-size: 44.8px;
    overflow: visible;
    white-space: normal;
    color: #333;
  }
  .pageold .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .name a:hover {
    color: #333;
    text-decoration: none;
  }
  .pageold .xinwendongtai .changebox .ywspleftlistbox .ywspleftlist .leftitem .time {
    display: none;
  }
  .pageold .xinwendongtai .centerbox {
    margin-top: 32px;
    background-color: #f5f5f5;
  }
  .pageold .xinwendongtai .centerbox .container {
    width: 1200px;
    margin: 0 auto;
  }
  .pageold .xinwendongtai .centerbox .changebox {
    margin: 32px auto;
    padding: 64px 32px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .pageold .xinwendongtai .centerbox .changebox:first-child {
    margin: 32px auto;
  }
  .pageold .xinwendongtai .zhuanti {
    display: none;
  }
  .pageold .xinwendongtai .zhuantiphone {
    display: block;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
  }
  .pageold .xinwendongtai .zhuantiphone .title {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 64px 0 64px;
  }
  .pageold .xinwendongtai .zhuantiphone .title:before {
    content: '';
    display: inline-block;
    width: 184px;
    height: 9.6px;
    background-color: #739bdf;
    position: absolute;
    left: 17%;
    top: 89.6px;
  }
  .pageold .xinwendongtai .zhuantiphone .title:after {
    content: '';
    display: inline-block;
    width: 184px;
    height: 9.6px;
    background-color: #739bdf;
    position: absolute;
    right: 17%;
    top: 89.6px;
  }
  .pageold .xinwendongtai .zhuantiphone .title .name {
    font-size: 67.2px;
    font-weight: bold;
    color: #3c61a0;
    line-height: 1;
  }
  .pageold .xinwendongtai .zhuantiphone .banner {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    padding-bottom: 80px;
  }
  .pageold .xinwendongtai .zhuantiphone .banner .showbox .zhuantiul li img {
    width: 960px;
    height: 540.8px;
  }
  .pageold .xinwendongtai .zhuantiphone .banner .banner_btn {
    width: 112px;
    border-radius: 50%;
    box-sizing: border-box;
    height: 112px;
    line-height: 112px;
    position: absolute;
    top: 50%;
    margin-top: -56px;
    text-align: center;
  }
  .pageold .xinwendongtai .zhuantiphone .banner .banner_btn i {
    position: relative;
    top: 3.2px;
    font-size: 76.8px;
    display: inline-block;
    width: 48px;
    text-align: center;
    color: #3c61a0;
    line-height: 112px;
  }
  .pageold .xinwendongtai .zhuantiphone .banner .banner_btn_prev {
    left: -38.4px;
    cursor: pointer;
  }
  .pageold .xinwendongtai .zhuantiphone .banner .banner_btn_next {
    right: -9.6px;
    cursor: pointer;
  }
  .pageold .xinwendongtai .zhuantiphone .banner .pager {
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 4.8px;
    right: 32px;
  }
  .pageold .xinwendongtai .zhuantiphone .banner .pager li {
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0 16px;
    background-color: #e2e2e2;
  }
  .pageold .xinwendongtai .zhuantiphone .banner .pager li.cur {
    background-color: #3c61a0;
  }
}
