.commonbox {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.15rem;
}
.commonbox + .commonbox {
  margin-top: 0.15rem;
}
.title_common {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
  color: #1b5ade;
}
.title_common .flex_item {
  font-size: 0.18rem;
  display: flex;
  align-items: center;
}
.title_common .flex_item i {
  color: #f9a705;
  font-size: 0.22rem;
  margin-left: 0.05rem;
}
.title_common a {
  color: #1b5ade;
}
.homepage {
  gap: 0.15rem;
  display: grid;
  font-size: 0.14rem;
  margin-top: 0.15rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.centerpart {
  grid-column: span 2 / span 2;
}
.commonnews li + li {
  margin-top: 0.1rem;
}
.commonnews li a {
  display: flex;
  align-items: flex-start;
  line-height: 0.22rem;
  font-size: 0.16rem;
}
.commonnews li .icon-dian1 {
  margin-right: 0.1rem;
  color: #73a0fd;
}
.commonnews li .data {
  font-size: 0.12rem;
  color: #7084a6;
}
#chart1,
#chart3 {
  height: 4.26rem;
}
.commonnews li .Frank {
  font-size: 0.12rem;
  color: #1b5ade;
}
.commonnews li .pic {
  border-radius: 50%;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.1rem;
}
.mouth {
  display: flex;
  padding-bottom: 0.15rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.12rem;
}
.mouth a {
  display: flex;
  align-items: center;
  height: 0.24rem;
  color: #1b5ade;
  padding: 0 0.18rem;
  background-image: linear-gradient(to right, #fefeff, #e5ebff);
  border-radius: 0.24rem;
}
.mouth a:last-child {
  background-image: linear-gradient(to right, #e5ebff, #fefeff);
}
.tabscroll {
  white-space: nowrap;
  overflow-x: auto;
  font-size: 0.12rem;
  margin-bottom: 0.15rem;
}
.tabscroll li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.tabscroll a {
  display: block;
  background: #ecf2ff;
  line-height: 0.24rem;
  padding: 0 0.08rem;
  color: #91a1bd;
  border-radius: 0.24rem;
}
.tabscroll li.on a {
  color: #fff;
  background: #73a0fd;
}
.homepage .hot {
  position: sticky;
  top: 0.79rem;
}
.newslist li a {
  display: flex;
  align-items: center;
}
.newslist li + li {
  margin-top: 0.15rem;
}
.newslist li .pic {
  margin-right: 0.1rem;
  width: 1.08rem;
  border-radius: 0.05rem;
}
.newslist li .pic img {
  height: 0.67rem;
}
.newslist li h4 {
  font-size: 0.16rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist li p {
  line-height: 0.2rem;
  margin-top: 0.05rem;
  color: #7084a6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homepage .six {
  display: flex;
  margin: 0.15rem 0;
}
.homepage .six .flex_item + .flex_item {
  margin-left: 0.15rem;
}
.homepage .six .pic {
  border-radius: 0.2rem;
}
.homepage .seven {
  padding: 0.15rem;
  border-radius: 0.2rem;
  margin-top: 0.15rem;
  background-image: linear-gradient(to right bottom, #e9f6fe, #f1f6fc);
}
.homepage .seven .hd {
  position: relative;
  background: #fff;
  padding: 0.1rem 0.15rem 0.15rem;
  border-top: 0.06rem solid #1b5ade;
  border-radius: 0.15rem;
}
.homepage .seven .hd img {
  position: absolute;
  width: 0.68rem;
  top: -0.05rem;
  right: 0.15rem;
}
.homepage .seven .hd dt a {
  color: #1b5ade;
  font-size: 0.16rem;
}
.homepage .seven .bd li {
  display: flex;
  align-items: flex-start;
  margin-top: 0.1rem;
}
.homepage .seven .bd li .pic {
  border-radius: 50%;
  margin-right: 0.1rem;
  width: 0.32rem;
  margin-top: 0.2rem;
  height: 0.32rem;
}
.homepage .seven .bd li dt {
  color: #7084a6;
}
.homepage .seven .bd li dd {
  background: #fff;
  border-radius: 0 0.1rem 0.1rem 0.1rem;
  padding: 0.1rem;
}
.homepage .eight {
  margin: 0.15rem 0;
}
.homepage .eight > ul > li {
  background: #fff;
  border-radius: 0.25rem;
  cursor: pointer;
  overflow: hidden;
}
.homepage .eight > ul > li + li {
  margin-top: -0.05rem;
}
.homepage .eight > ul > li:nth-child(2) dt {
  background: #fff3d5;
  color: #b68875;
}
.homepage .eight > ul > li:nth-child(2) dt i {
  color: #b68875;
}
.homepage .eight > ul > li:nth-child(3) dt {
  background: #ffe9d0;
  color: #ea9c64;
}
.homepage .eight > ul > li:nth-child(3) dt i {
  color: #ea9c64;
}
.homepage .eight > ul > li:nth-child(4) dt {
  background: #eafff5;
  color: #7dd1c1;
}
.homepage .eight > ul > li:nth-child(4) dt i {
  color: #7dd1c1;
}
.homepage .eight dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.48rem;
  padding: 0 0.2rem;
  color: #1b5ade;
  background: #e5e6ff;
}
.homepage .eight dt i {
  color: #1b5ade;
}
.homepage .eight .commonnews {
  padding: 0.1rem 0.15rem;
}
.homepage .eight ol {
  padding: 0 0.15rem;
  font-size: 0.16rem;
}
.homepage .eight ol li {
  line-height: 0.34rem;
  border-bottom: 1px solid #eee;
}
.homepage .eight ol li:last-child {
  border: none;
}
.homepage .eight ol li a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .eight dd {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.homepage .eight > ul > li.on dd {
  height: 1.08rem;
}
.searchbox .flex {
  background: #ecf2ff;

  border-radius: 0.38rem;
  padding: 0 0.15rem;
}
.searchbox .flex input {
  width: 100%;
  height: 0.38rem;
  background: none;
}
.searchbox .flex .btn {
  width: 0.76rem;
  height: 0.32rem;
  margin-right: -0.1rem;
  border-radius: 0.32rem;
  background-image: linear-gradient(to right, #83a0fe, #eb94ff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchbox .flex .btn i {
  color: #fff;
  font-size: 0.14rem;
  font-weight: normal;
}
.searchbox .flex i {
  color: #1b5ade;
  font-weight: bold;
}
.searchbox p {
  font-size: 0.12rem;
  display: flex;
  flex-wrap: wrap;
  color: #7084a6;
  line-height: 0.24rem;
  align-items: center;
  margin-top: 0.15rem;
}
.searchbox p span {
  margin-right: 0.15rem;
}
.searchbox p a {
  color: #7084a6;
  display: inline-block;
  margin-right: 0.15rem;
}
.searchbox i {
  color: red;
}
.banner {
  margin: 0.15rem 0;
}

.banner .swiper {
  width: 7.6rem;
  max-width: 100%;
}
.banner .mySwiper2 .swiper-slide {
  height: 2.21rem;
  width: 25%;
}
.banner .mySwiper2 .swiper-slide-active {
  width: 60%;
}

.banner .swiper dt {
  font-size: 16px;
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
  border-radius: 50%;
  background: #999;
  width: 41px;
  height: 41px;
  opacity: 0;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 20px;
}
.banner .mySwiper2:hover .swiper-button-next,
.banner .mySwiper2:hover .swiper-button-prev {
  opacity: 1;
}
.banner .slide-inner {
  position: absolute;
  right: 0;
  height: 100%;
  border-radius: 16px;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: block;
}

.homepage .two .bd li {
  font-size: 0.16rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 0.15rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .two .bd li:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .three .hd {
  background: #fff;
  padding-top: 0.15rem;
  margin-top: -0.15rem;
  top: 0.64rem;
  z-index: 9;
}
.homepage .three .hd ul {
  white-space: nowrap;
  padding-bottom: 0.1rem;
  overflow-x: auto;
}
.homepage .three .hd ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.15rem;
}
.homepage .three .hd ul li a {
  display: block;
  line-height: 0.34rem;
  padding: 0 0.15rem;
  border: 1px solid #ddd;
  border-radius: 0.34rem;
}
.homepage .three .hd ul li.on a {
  color: #fff;
  background: #1b5ade;
  border-color: #1b5ade;
}

.homepage .three .bd li a {
  display: flex;
  padding: 0.15rem 0;
  border-bottom: 1px solid #eee;
  align-items: flex-start;
}
.homepage .three .bd li .pic {
  border-radius: 0.05rem;
  width: 1.12rem;
  margin-left: 0.15rem;
}
.homepage .three .bd li .pic img {
  height: 0.8rem;
}
.homepage .three .bd li h4 {
  font-size: 0.16rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .three .bd li h4 i {
  color: #f9a705;
  font-size: 0.18rem;
}
.homepage .three .bd li p {
  color: #7084a6;
  line-height: 0.2rem;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .three .bd li .data {
  color: #7084a6;
  font-size: 0.12rem;
  margin-top: 0.1rem;
}
.homepage .three .bd li .data span {
  margin-left: 0.15rem;
  color: #b0b6ce;
}
.homepage .three .ft {
  padding: 0.25rem 0 0.1rem;
  text-align: center;
  color: #a8b6ce;
}
.homepage .three .ft a {
  color: #1b5ade;
}
#chart2 {
  height: 1.9rem;
}
.homepage .four h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #1b5ade;
}
.homepage .four h3 img {
  width: 0.4rem;
  margin-right: 0.1rem;
}
.homepage .four .hd {
  width: 2.92rem;
  height: 0.36rem;
  background: url(../images/img.png) center no-repeat;
  background-size: 100% 100%;
  margin: 0.15rem auto 0;
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
  display: flex;
  border-radius: 0.36rem;
}
.homepage .four .hd .bar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.1rem;
}
.homepage .four .hd .bar div {
  width: 0.55rem;
  height: 0.04rem;
  margin: 0 0.05rem;
  background: rgba(255, 255, 255, 0.5);
}
.homepage .four .hd .bar div i {
  display: block;
  background: #fff;
  height: 0.04rem;
}

/**/

.newslists {
  grid-column: span 3 / span 3;
}
.newslists .tabtitle {
  display: flex;
  align-items: center;
}
.newslists .tabtitle li {
  margin-right: 0.1rem;
}
.newslists .tabtitle li a {
  display: flex;
  height: 0.32rem;
  color: #1b5ade;
  align-items: center;
  padding: 0 0.15rem;
  border: 1px solid #8dacee;
  border-radius: 0.32rem;
}
.newslists .tabtitle li.on a {
  background: #1b5ade;
  color: #fff;
  border-color: #1b5ade;
}
.newslists .daybox {
  border-radius: 0.05rem;
  border: 1px solid #8dacee;
  width: 1.22rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  padding-right: 0.1rem;
}
.newslists .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newslists .daybox i {
  color: #1b5ade;
}
.newslists .daybox input {
  width: 100%;
  padding-left: 0.1rem;
  color: #1b5ade;
  background: none;
}
.newslists .bd .data {
  display: flex;
  align-items: center;
}
.newslists .bd .data dl {
  border-radius: 0.05rem;
  border: 1px solid #1b5ade;
  text-align: center;
  width: 0.53rem;
  margin-right: 0.1rem;
  overflow: hidden;
}
.newslists .bd .data dl dt {
  color: #fff;
  font-size: 0.16rem;
  padding: 0.05rem 0;
  background: #1b5ade;
}
.newslists .bd .data dl dd {
  font-size: 0.18rem;
  padding: 0.02rem 0;
}
.newslists .bd .data h4 {
  font-size: 0.18rem;
}
.newslists .bd .data p {
  color: #7084a6;
  margin-top: 0.06rem;
}
.newslists .bd li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 0.15rem 0;
}
.newslists .bd li::before {
  content: '';
  width: 3px;
  background: #e4eaff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.06rem;
}
.newslists .bd li:after {
  content: '';
  border-bottom: 1px solid #eee;
  position: absolute;
  left: 0.7rem;
  bottom: 0;
  right: 0;
}
.newslists .bd li .time {
  color: #1b5ade;
  padding: 0 0.1rem;
}
.newslists .bd li .icon-yuandian {
  color: #1b5ade;
  position: relative;
  z-index: 5;
}
.newslists .bd li h4 {
  display: flex;
  align-items: center;

  font-size: 0.18rem;
}
.newslists .bd li h4 span {
  background: #1b5ade;
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
  color: #fff;
  font-size: 0.12rem;
  padding: 0.02rem 0.08rem 0.02rem 0.02rem;
  border-radius: 0.2rem 0 0.2rem 0.2rem;
}
.newslists .bd li h4 span i {
  margin-right: 0.05rem;
}
.newslists .bd li h4.sf {
  color: #1b5ade;
}
.newslists .bd li p {
  font-size: 0.16rem;
  color: #7084a6;
  line-height: 1.8;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslists .bd li .share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.1rem;
}
.newslists .bd li .share i {
  font-size: 0.18rem;
  color: #7084a6;
  margin-left: 0.2rem;
}
.newslists .box {
  margin-top: 0.15rem;
}
.newslists .ft {
  text-align: center;
  padding: 0.25rem 0 0.1rem;
}
.newslists .ft a {
  color: #1b5ade;
}
/**/
.series {
  grid-column: span 3 / span 3;
}
.series .first {
  display: flex;
  padding-left: 0.3rem;
}
.series .first .side {
  width: 37%;
  padding-right: 0.5rem;
}
.series .first .side img {
  width: 100%;
  height: 2.4rem;
  border-radius: 0.05rem;
}
.series .first .bd dt {
  display: flex;
  align-items: center;
}
.series .first .bd dt .flex_item {
  font-size: 0.18rem;
}
.series .first .bd dt span {
  font-size: 0.12rem;
  color: #7084a6;
}
.series .first .bd dt .btn {
  width: 0.68rem;
  height: 0.28rem;
  margin-left: 0.1rem;
  background: #1b5ade;
  font-size: 0.12rem;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.series .first .group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.series .first .swiper-button-next,
.series .first .swiper-button-prev {
  position: static;
  color: #333;
  width: 0.24rem;
  height: 0.24rem;
  background: #f3f5fc;
  border-radius: 0.05rem;
  margin: 0;
}
.series .first .swiper-button-next:after,
.series .first .swiper-button-prev:after {
  font-size: 0.12rem;
  font-weight: bold;
}
.series .first .swiper-pagination {
  position: static;
  font-size: 0.12rem;
  padding: 0 0.1rem;
  width: auto;
}
.series .first .bd dd {
  font-size: 0.12rem;
  margin-top: 0.1rem;
  color: #7084a6;
}
.series .first .bd {
  width: 63%;
  padding-left: 0.2rem;
  position: relative;
}
.series .first .bd ul {
  padding-top: 0.15rem;
  line-height: 0.3rem;
  border-top: 1px solid #eee;
  margin-top: 0.15rem;
}
.series .first .bd ul li {
  position: relative;
  padding-left: 0.2rem;
}
.series .first .bd ul li::before {
  content: '';
  width: 0.08rem;
  background: #1b5ade;
  position: absolute;
  left: 0.03rem;
  top: 50%;
  margin-top: -0.04rem;
  transform: rotate(45deg);
  height: 0.08rem;
}
.series .second {
  margin-top: 0.25rem;
}
.series .second .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.07rem;
}
.series .second .bd ul li {
  width: 33.333%;
  padding: 0.07rem;
}
.series .second .bd ul a {
  background: #fff;
  padding: 0.15rem;
  display: block;
  border-radius: 0.1rem;
}
.series .second .bd ul .pic {
  border-radius: 0.1rem;
  margin-bottom: 0.15rem;
}
.series .second .bd ul .pic span {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  font-size: 0.12rem;
  padding: 0.05rem 0.08rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.series .second .bd ul dt {
  font-size: 0.16rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.series .second .bd ul dd {
  color: #7084a6;
  line-height: 1.7;
  margin-top: 0.05rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.series .second .ft {
  display: flex;
  padding: 0.25rem 0 0.1rem;
  justify-content: center;
}
.series .second .ft a {
  width: 1.28rem;
  height: 0.36rem;
  color: #1b5ade;
  border: 1px solid #1b5ade;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/**/
.series_items {
  grid-column: span 3 / span 3;
}
.series_items .three {
  padding-top: 0.1rem;
}
.series_items .first {
  border-radius: 0.2rem;
  display: flex;
  margin-bottom: 0.15rem;
  padding: 0.15rem;
  background-image: linear-gradient(to bottom, #e4eaff, #feffff);
}
.series_items .first .pic {
  border-radius: 0.1rem;
  width: 2.73rem;

  margin-right: 0.15rem;
}
.series_items .first .pic img {
  height: 1.53rem;
}
.series_items .first dt {
  font-size: 0.22rem;
}
.series_items .first dd {
  padding-top: 0.1rem;
  color: #7084a6;
}
.series_items .first .flex_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.series_items .first p {
  color: #a8b6ce;
  font-size: 0.12rem;
  text-align: right;
}
/**/
.tppage {
  min-height: 70vh;
  position: relative;
  margin-bottom: -0.15rem;
  font-size: 0.14rem;
  background: linear-gradient(180deg, #e2ebff, rgba(226, 235, 255, 0.34));
}
.tppage::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/read-back.png) no-repeat;
  background-size: cover;
  filter: blur(2px);
  mix-blend-mode: color-burn;
}

.tppage .container {
  max-width: 8.52rem;
  position: relative;
  background: url(../images/read-title.png) top center no-repeat;
  background-size: 3.07rem auto;
  z-index: 5;
}
.tppage .title {
  text-align: center;
  padding: 0.17rem 0;
  font-size: 0.18rem;
  color: #666;
}
.tppage .title img {
  width: 1.53rem;
  margin-bottom: 0.15rem;
}
.tppage .hd {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
}
.tppage .hd .bread {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  color: #1b5ade;
}
.tppage .hd .bread a {
  color: #666;
}
.tppage .hd .bread a:after {
  content: '|';
  padding: 0 0.15rem;
}
.tppage .hd .data {
  display: flex;
  align-items: center;
}
.tppage .hd .data b {
  font-size: 0.16rem;
}
.tppage .hd .data > span {
  font-size: 0.12rem;
  padding: 0 0.15rem;
}
.tppage .hd ul {
  display: flex;
  align-items: center;
  font-weight: bold;
  background: #fff;
  border-radius: 0.05rem;
  overflow: hidden;
}
.tppage .hd ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.36rem;
  height: 0.38rem;
  border-radius: 0.05rem;
}
.tppage .hd ul li.on a {
  color: #fff;
  background: #5585f0;
}
.tppage .bd li {
  margin-bottom: 0.2rem;
}
.tppage .bd li .box {
  background: #fff;
  padding: 0.2rem;
  position: relative;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.tppage .bd li .read {
  position: absolute;
  top: 0;
  width: 0.23rem;
  right: -2px;
}
.tppage .bd li .name {
  display: flex;
  align-items: center;
  color: #999;
  margin-bottom: 0.1rem;
  font-size: 0.12rem;
}
.tppage .bd li .name img {
  border-radius: 50%;
  margin-right: 0.1rem;
  width: 0.24rem;

  height: 0.24rem;
}
.tppage .bd li .flex .pic {
  width: 1.2rem;
  border-radius: 0.05rem;
  margin-left: 0.15rem;
}
.tppage .bd li .flex .pic img {
  height: 0.8rem;
}
.tppage .bd li .flex dd {
  line-height: 1.8;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.1rem 0;
  color: #666;
}
.tppage .bd li .flex dt {
  font-weight: bold;
  font-size: 0.2rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tppage .bd li .flex p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.12rem;
}
.tppage .bd li .flex p a {
  color: #999;
  background: #efeff4;
  height: 0.22rem;
  padding: 0 0.12rem;
  display: flex;
  margin-right: 0.1rem;
  align-items: center;
  border-radius: 0.22rem;
}
/**/
.homepage .three .bd li h4 span,
.homepage .three .bd li p span {
  color: #1b5ade;
}
.series_items .tabtitle {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.series_items .tabtitle ul {
  display: flex;
  align-items: center;
}
.series_items .tabtitle ul li a {
  padding: 0.12rem 0.15rem;
  position: relative;
  color: #7084a6;
  display: block;
}
.series_items .tabtitle ul li.on a {
  color: #1b5ade;
}
.series_items .tabtitle ul li.on a:after {
  content: '';
  border-bottom: 1px solid #1b5ade;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.series_items .tabtitle .side a {
  color: #7084a6;
  margin-left: 0.2rem;
}
.series_items .tabtitle .side a.on {
  color: #1b5ade;
}
.searchpage {
  font-size: 0.14rem;
  margin-top: 0.15rem;
}
.searchpage .first {
  display: flex;
  margin-top: 0.2rem;
}
.searchpage .first > .flex_item + .flex_item {
  margin-left: 0.15rem;
}
.searchpage .first > .flex_item {
  border-radius: 0.1rem;
  padding: 0.15rem;
  background: #ecf2ff;
}
.searchpage .first .left .hd {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
.searchpage .first .left .hd .flex_item {
  display: flex;
  align-items: center;
}
.searchpage .first .left .hd .side {
  color: #1b5ade;
}
.searchpage .first .left .hd .side span {
  color: #666;
}
.searchpage .first .left .hd .flex_item span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  background: #f3f5fc;
  margin-right: 0.1rem;
}
.searchpage .first .left .bd dt {
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
  font-size: 0.16rem;
}
.searchpage .first .left .bd dt div + div {
  margin-left: 0.2rem;
}
.searchpage .first .left .bd dt span {
  font-size: 0.12rem;
  padding-right: 0.05rem;
  color: #666;
}
.searchpage .first .left .bd dd {
  font-size: 0.16rem;
  line-height: 1.6;
  margin: 0.15rem 0;
}
.searchpage .first .left .ft {
  display: flex;
  font-size: 0.12rem;
  align-items: center;
}
.searchpage .first .left .ft i {
  font-size: 0.19rem;
  margin-right: 0.2rem;
  color: #1b5ade;
}
.searchpage .first .left .ft .side {
  display: flex;
  align-items: center;
}
.searchpage .first .left .ft .side span {
  color: #666;
}
.searchpage .first .left .ft img {
  width: 0.24rem;
  margin: 0 0.05rem;
}
.searchpage .first .right h4 {
  font-size: 0.16rem;
}
.searchpage .first .right p {
  display: flex;
  flex-wrap: wrap;
}
.searchpage .first .right p span {
  background: #fff;
  padding: 0 0.15rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  border-radius: 0.36rem;
  margin: 0.1rem 0.15rem 0 0;
}
/**/
.articlelists {
  background: #f3f5fc;
  padding: 0.2rem 0;
  top: 0.64rem !important;
  z-index: 99;
}
.articlelists ul {
  font-size: 0.16rem;
  line-height: 0.4rem;
}
.articlelists ul a {
  flex: 1;
  border-radius: 0.1rem;
  padding-left: 0.1rem;
  display: block;
}
.articlelists ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.articlelists ul li::before {
  content: '';
  background: #73a0fd;
  position: absolute;
  left: 0.075rem;
  top: 0;
  bottom: 0;
  width: 2px;
}
.articlelists ul li:first-child:before {
  top: 50%;
}
.articlelists ul li:last-child:before {
  bottom: 50%;
}
.articlelists ul li i {
  margin-right: 0.06rem;
  color: #73a0fd;
  position: relative;
  z-index: 5;
}
.articlelists ul li.on a {
  background: #ecf2ff;
  color: #1b5ade;
}
.newsitem {
  grid-column: span 3 / span 3;
  padding: 0.3rem;
}
.newsitem .tips {
  font-size: 0.16rem;
  border-radius: 0.15rem;
  padding: 0.3rem 0.15rem;
  margin-top: 0.15rem;
  height: 2.04rem;
  background: #ecf2ff;
  position: relative;
  overflow: hidden;
  line-height: 1.6;
}
.newsitem .tips.on {
  height: auto;
}
.newsitem .tips.on .down {
  background: none;
}
.newsitem .tips ul {
  padding-bottom: 0.15rem;
}
.newsitem .tips li {
  margin-top: 0.15rem;
  position: relative;
  padding-left: 0.2rem;
}
.newsitem .tips li::before {
  content: '';
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background: #d1d5dc;
  top: 0.1rem;
}
.newsitem .tips .zj {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.14rem;
  width: 0.8rem;
  height: 0.32rem;
  border-radius: 0 0.15rem;
  background-image: linear-gradient(to right, #83a0fe, #eb94ff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsitem .down {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 100%;
  padding: 0.2rem 0;
  background-image: linear-gradient(
    to bottom,
    rgba(236, 242, 255, 0.6),
    #ecf2ff
  );
  justify-content: center;
}
.newsitem .down .zk {
  background: linear-gradient(90deg, #83a0fe, #eb94ff);
  -webkit-background-clip: text;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-text-fill-color: transparent;
}
.newsitem .down .zk:after {
  content: ' ';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  margin-left: 0.06rem;
  border-color: #eb94ff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.newsitem .down .btn {
  color: #333;
  background: linear-gradient(to right, #d19e54, #fbd498) !important;
  padding: 0.1rem 0.4rem;
  border-radius: 0.3rem;
  font-weight: bold;
  -webkit-text-fill-color: inherit;
}
.icon-VIP {
  font-size: 0.22rem;
  margin-right: 0.06rem;
  font-weight: normal;
}
.newsitem .first .bd .down {
  padding-top: 0.5rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), #fff);
}
.newsitem .first .bd.on {
  height: auto;
}
.newsitem .first .hd h1 {
  font-size: 0.3rem;
}
.newsitem .first .hd .flex {
  margin-top: 0.15rem;
  color: #666;
  font-size: 0.16rem;
}
.newsitem .first .hd .flex a {
  padding: 0 0.15rem;
  margin-right: 0.15rem;
  color: #1b5ade;
  border-right: 1px solid #1b5ade;
}
.newsitem .first .hd .flex .pic {
  border-radius: 50%;
  width: 0.32rem;
  height: 0.32rem;
}
.newsitem .first .bd {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 1.7;
  position: relative;
  overflow: hidden;
  height: 6rem;
}
.newsitem .first .share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #7084a6;
  margin-top: 0.2rem;
}
.newsitem .first .share i {
  color: #7084a6;
  margin-left: 0.05rem;
  font-size: 0.2rem;
}
.newsitem .first .ft {
  color: #7084a6;
  line-height: 1.5;
}
.newsitem .first .ft .bradge {
  display: flex;
  font-size: 0.12rem;
  margin-top: 0.15rem;
  flex-wrap: wrap;
}
.newsitem .first .ft .bradge a {
  color: #7084a6;
  height: 0.2rem;
  padding: 0 0.1rem;
  display: flex;
  margin-right: 0.1rem;
  align-items: center;
  border-radius: 0.2rem;
  background: #e4eaff;
}
.newsitem .three {
  border-radius: 0.1rem;
  padding: 0.15rem;
  margin-top: 0.3rem;
  background: #f3f5fc;
}
.newsitem .three .bd {
  display: flex;
  flex-wrap: wrap;
}
.newsitem .three .bd a {
  display: flex;
  align-items: center;
  margin: 0 0.15rem 0 0;
  height: 0.36rem;
  color: #1b5ade;
  border-radius: 0.36rem;
  font-size: 0.12rem;
  padding: 0 0.15rem;
  background-image: linear-gradient(to bottom, #d8e3ff, #ecf1ff);
}
.newsitem .second {
  margin-top: 0.2rem;
}
.newsitem .second .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.05rem;
}
.newsitem .second .bd ul li {
  width: 33.333%;
  padding: 0.05rem;
}
.newsitem .title {
  font-size: 0.18rem;
  padding-bottom: 0.15rem;
}
.newsitem .second .bd ul li .flex img {
  border-radius: 50%;
  margin-right: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
}
.newsitem .second .bd ul li .flex span {
  font-size: 0.12rem;
  color: #999;
}
.newsitem .second .bd ul li a {
  display: block;
  font-size: 0.16rem;
  border-radius: 0.1rem;
  border: 1px solid #eee;
  padding: 0.15rem;
}
.newsitem .second .bd ul li p {
  line-height: 1.7;
  margin-top: 0.1rem;
}
.newsitem .first .bd p {
  margin: 0.15rem 0;
}
.newsitem .first .bd ul {
  line-height: 0.36rem;
}
.newsitem .first .bd ul li {
  position: relative;
  padding-left: 0.2rem;
}
.newsitem .first .bd ul li::before {
  content: '';
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #d1d5dc;
}
.newsitem .first .bd .title dt {
  font-weight: bold;
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  border-left: 3px solid #1b5ade;
  padding-left: 0.1rem;
}
.newsitem .first .bd .box {
  margin-top: 0.25rem;
}

/**/
.body.on {
  background: #141414;
  color: #fff;
}
.body.on a {
  color: #fff;
}
.body.on .header {
  background: #141414;
}
.body.on .header .nav {
  background: #252526;
}
.body.on .commonbox,
.body.on .homepage .seven,
.body.on .homepage .eight > ul > li,
.body.on .homepage .three .hd,
.body.on .header .side .down {
  background: #0d0d0d;
}
.body.on .homepage .seven .bd li dd,
.body.on .homepage .seven .hd {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.body.on .homepage .seven .hd {
  border-top: 0.06rem solid #1b5ade;
}

.body.on .homepage .three .hd ul li a,
.body.on .homepage .three .bd li a,
.body.on .footer .bd,
.body.on .footer .ft,
.body.on .homepage .eight ol li,
.body.on .newslists .bd li:after,
.body.on .series_items .tabtitle,
.body.on .newsitem .second .bd ul li a,
.body.on .ws-wap-menu .panel > .flex_item {
  border-color: rgba(255, 255, 255, 0.1);
}
.body.on .tabscroll a {
  background: none;
}
.body.on .tabscroll li.on a {
  background: #73a0fd;
}
.body.on .homepage .eight dt {
  background: #36373b;
}
.body.on .mouth a {
  background-image: linear-gradient(to right, #0e0f10, #23365d);
}
.body.on .mouth a:last-child {
  background-image: linear-gradient(to right, #23365d, #0e0f10);
}
.body.on .newslists .bd li::before {
  background: #252526;
}
.body.on .searchbox .flex,
.body.on .searchpage .first > .flex_item,
.body.on .articlelists ul li.on a,
.body.on .newsitem .tips {
  background: #252526;
}
.body.on .searchpage .first .right p span,
.body.on .series .second .bd ul a {
  background: #0d0d0d;
}

.body.on .series_items .first {
  background-image: linear-gradient(to bottom, #252526, #0d0d0d);
}
.body.on .tppage::before {
  display: none;
}
.body.on .tppage {
  background: none;
}
.body.on .tppage .bd li .box,
.body.on .tppage .hd ul,
.body.on .tppage .bd li .flex p a {
  background: #2e2e2e;
}
.body.on .articlelists,
.body.on .newsitem .three,
.body.on .ws-wap-menu {
  background: #141414;
}
.body.on .newsitem .down {
  background-image: linear-gradient(to bottom, rgba(37, 37, 38, 0.8), #252526);
}
.body.on .ws-wap-menu .nav li a,
.body.on .ws-wap-menu .bottom ul > li .flex_item a,
.body.on .ws-wap-menu .bottom {
  color: #fff;
}
.body.on .ws-wap-menu .nav > li.on a {
  background: none;
}
/**/
.commonbanner,
.homepage .three {
  margin-top: 0.15rem;
  border-radius: 0.2rem;
}
.commonbanner img {
  width: 100%;
  border-radius: 0.2rem;
}

/**/
.pages {
  color: #777;
  padding-top: 0.2rem;
  display: flex;
  justify-content: center;
}
.pages a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border: 1px solid #ddd;
}
.pages .active {
  background: #0437aa;
  color: #fff;
  border-color: #0437aa;
}

.mask {
  position: fixed;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.2rem;
}
.mask .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  background: linear-gradient(160deg, #565d67 0%, #101c2f 100%);
  border-radius: 26px 26px 26px 26px;
  width: 12.8rem;
  max-width: 95%;
  transform: translate(-50%, -50%);
  padding: 0.46rem 0.8rem;
}
.mask .dialog .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mask .dialog .title img {
  width: 1.81rem;
}
.mask .dialog .title i {
  cursor: pointer;
  font-size: 0.25rem;
}
.mask .dialog .mail {
  margin-top: 0.3rem;
}
.mask .dialog h2 {
  font-weight: bold;
  font-size: 0.72rem;
  padding: 0.7rem 0;
}
.mask .dialog .bd {
  display: flex;
  position: relative;
}
.mask .dialog .bd > .flex_item {
  position: relative;
  z-index: 5;
}
.mask .dialog .bd > .flex_item + .flex_item {
  margin-left: 0.3rem;
}
.mask .dialog .bd dl {
  height: 2.45rem;
  position: relative;
  padding-top: 0.7rem;
  background: url(../images/d02.png) center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.15rem;
  text-align: center;
}
.mask .dialog .bd dl dt {
  font-weight: bold;
  font-size: 0.44rem;
}
.mask .dialog .bd dl span {
  position: absolute;
  color: #333;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 0.2rem 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  padding: 0.05rem 0.25rem;
}
.mask .dialog .bd dl dd {
  font-size: 0.32rem;
  font-weight: bold;
  margin-top: 0.1rem;
}
.mask .dialog .bd li {
  line-height: 0.36rem;
  padding-left: 0.2rem;
  position: relative;
}
.mask .dialog .bd .flex_item:first-child dl {
  color: #333;
}
.mask .dialog .bd li::before {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.mask .dialog .bd .flex_item:nth-child(2) dl {
  background: url(../images/d03.png) center no-repeat;
  background-size: 100% 100%;
}
.mask .dialog .bd .flex_item:nth-child(3) dl {
  background: url(../images/d04.png) center no-repeat;
  background-size: 100% 100%;
}
.mask .dialog .bd .flex_item:nth-child(4) dl {
  background: url(../images/d05.png) center no-repeat;
  background-size: 100% 100%;
}
.mask .dialog .bd .code {
  position: absolute;
  width: 3.53rem;
  right: 0;
  padding: 0.49rem 0.35rem;
  top: -1.97rem;
  font-size: 0.16rem;
  display: flex;
  align-items: flex-start;
  min-height: 3.94rem;
  justify-content: space-between;
  background: #060811;
  border-radius: 0.54rem;
  border: 1px solid rgba(255, 255, 255, 1);
}
.mask .dialog .bd .code img {
  width: 1.18rem;
}
/**/
.login {
  font-size: 0.16rem;
  color: #fff;
  height: 100vh;
  background: url(../images/img_38.jpg) center no-repeat;
  background-size: cover;
}
.login .logo {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.login .top {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  padding: 0.6rem 1rem;
}
.login .top li a {
  color: #969696;
  padding-left: 1rem;
}
.login .bd {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 4.95rem;
}
.login .bd h2 {
  font-size: 0.5rem;
  font-family: ALIBABA-PUHUITI-MEDIUM;
  padding-left: 0.2rem;
  margin-top: 0.3rem;
}
.login .bd h4 {
  font-size: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0.2rem 0.15rem;
}
.login .bd h4 a {
  font-size: 0.15rem;
  color: #fff;
  opacity: 0.3;
}
.login .bd .input {
  width: 100%;
  padding-left: 0.2rem;
  border-radius: 0.5rem;
  height: 0.6rem;
  color: #fff;
  font-size: 0.18rem;
  background: #54576e;
}
.login .bd p {
  margin-top: 0.15rem;
}
.login .bd p a {
  color: #fff;
}
.login .bd .btn {
  color: #fff;
  font-family: ALIBABA-PUHUITI-MEDIUM;
  background: #0437aa;
  font-size: 0.22rem;
  padding: 0.12rem 0.5rem;
  border-radius: 0.5rem;
  margin-top: 0.3rem;
}

.series .second .bd ul .pic img{height:2.1rem}
.homepage .a .box .txt h3 a{flex:1}
