html {
  font-size: 1rem;
}

html,
body,
p,
h1,
h2,
h3,
h4,
a,
ul,
li,
img {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: black;
  font-family: "Microsoft YaHei UI";
}

img,
a {
  display: block;
}

.mt-15 {
  margin-top: 0.16rem;
}

.pd-15 {
  padding: 0.15rem;
}

::-webkit-scrollbar {
  display: none;
}

body {
  max-width: 6.4rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
}
.top-box {
  width: 100%;
}
.top-banner {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: url('../img/wap-top-new.png') no-repeat center top;
  background-size: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.top-banner div{padding-top: 10px;}
.top-banner img {
  width: 40vw;
  display: block;
}
.top {
  background: url('../img/wap-banner-new-new2.png');
  width: 3.75rem;
  height: 2.43rem;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 64px;
}
.top .wap-logo2 {
  width: 1.2rem;
  /* height: 0.17rem; */
  margin-top: 0.15rem;
  margin-left: 0.15rem;
}
.top .wap-bottom {
  width: 100vw;
  position: absolute;
  bottom: 0;
  animation: bigPic 2s forwards;
}
@keyframes bigPic {
  0% {
    /* opacity: 0; */
    /* scale: 0; */
    transform: translate(0, 100%);
  }

  100% {
    /* opacity: 1; */
    /* scale: 1; */
    transform: translate(0, 0);
  }
}
.top .wap-bt {
  width: 86.667vw;
  margin-left: 6.667vw;
  margin-top: 14vw;
  animation: pac1Word_animation 1.5s forwards 0.5s;
  opacity: 0;
}

.top .wap-logo3 {
  width: 26.667vw;
  margin-left: 36.667vw;
  margin-top: 6.667vw;
  animation: pac1Word_animation 2s forwards 2s;
  opacity: 0;
}

@keyframes pac1Word_animation {
  0% {
    opacity: 0;
    scale: 0;
    /* transform: translate(0,100%); */
  }

  100% {
    opacity: 1;
    scale: 1;
    /* transform: translate(0,0); */
  }
}


.nav {
  background: #D61301;
  padding-left: 0.02rem;
  padding-right: 0.02rem;
}

.nav ul {
  width: 98%;
  margin: 0 auto;
  height: 0.4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: start;
  /*-webkit-justify-content: flex-start;*/
  align-items: center;
  -webkit-align-items: center;
  white-space: nowrap;
  overflow-x: scroll;
}

.nav ul li a {
  line-height: 0.4rem;
  font-size: 0.12rem;
  text-align: center;
  margin-left: 0.1rem;
  color: white;
}

.nav ul li:first-child a {
  margin-left: 0;
}

/*椤堕儴杞挱鍥�*/
.swiper {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.swiper_top .swiper-wrapper .swiper-slide {
  width: 85%;
  border-radius: 0.2rem;
  background-position: center;
  background-size: cover;
  /*margin-right: 0.3rem;*/
  /*margin-left: 0.3rem;*/
}

.swiper_top .swiper-slide img {
  border-radius: 0.2rem;
  display: block;
  width: 3.1rem;
  height: 2rem;
  /* object-fit: cover; */
}

.swiper_top .swiper-pagination {
  position: relative;
  top: 0;
}

.swiper_top .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.06rem;
  border-radius: 0.1rem;
}

.swiper_top .swiper-pagination-bullet-active {
  width: 0.8rem;
  height: 0.06rem;
  border-radius: 0.1rem;
}

/*澶存潯鏂伴椈*/
.headline_news {
  background: url("../img/wap-headline_bg.png") center center no-repeat;
  background-size: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.36rem 0;
}

.headline_news ul {
  width: 72%;
  margin: 0 auto;
}

.headline_news a {
  display: block;
  width: 2.7rem;
  font-size: 0.16rem;
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*鍥剧墖妯箙*/
.section_img {
  width: 100%;
}

/*浼氬満鍐呭*/
.img_list li {
  padding-top: 0.15rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #ccc;
}

.img_list li a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  font-size: 0.16rem;
  color: #333;
}

.img_list li a img {
  width: 1.2rem;
  height: 0.825rem;
  border-radius: 0.05rem;
  /* object-fit: cover; */
}

.img_list li a span {
  /* width: 62%; */
  width: 100%;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
}

.img_list li a span:nth-child(2) {
  width: 62%;
  /* width: 100%; */
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}

/*璁鎻愭*/
.proposal_pic {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 0.15rem;
}

.proposal_pic li {
  width: 32%;
}

.proposal_pic li a img {
  width: 100%;
  height: 0.825rem;
}

.news_list {
  margin-top: 0.1rem;
}

.news_list li {
  height: 0.24rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.news_list li a {
  font-size: 0.14rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_list li span {
  min-width: 0.8rem;
  text-align: right;
  font-size: 0.12rem;
  color: #666;
}

/*鍐嶅惎鏂扮▼*/


/*鍙岃涓や細*/
.bilingual_list img {
  object-fit: cover;
}

.bilingual_img_list {
  margin-top: 0.15rem;
}

.bilingual_img_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.bilingual_img_list li {
  width: 49%;
  margin-bottom: 0.15rem;
}

.bilingual_img_list li a img {
  width: 100%;
  height: 1.2rem;
}

.bilingual_img_list li a span {
  width: 100%;
  display: block;
  /* height: 0.6rem; */
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*璇楃敾娌冲崡*/
.poetic_henan {
  background: url("../img/wap-2025kdBg.png");
  background-size: 100% 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.45rem;
}

.poetic_henan img {
  /* object-fit: cover; */
}

.swiper_poetic_henan .swiper-wrapper .swiper-slide {
  width: 60%;
  background-position: center;
  background-size: cover;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}

.swiper_poetic_henan .swiper-slide img {
  display: block;
  width: 100%;
  height: 4rem;
}

/*澶х編娌冲崡*/
.beautiful_henan {
  background: url("../img/wap-beautiful_henan_bg.png");
  background-size: 100% 100%;
  padding: 0.15rem;
  margin-top: 20px;
}

.beautiful_henan_swiper {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}

.beautiful_henan_swiper .swiper-wrapper .swiper-slide {
  display: grid;
  grid-template-areas:
    "large large"
    "normal normal";
  grid-column-gap: 0.15rem;
  grid-row-gap: 0.15rem;
}

.beautiful_henan_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 1.6rem;
  border-radius: 0.1rem;
  object-fit: cover;
}

.beautiful_henan_swiper .swiper-wrapper .swiper-slide img:first-child {
  width: 100% !important;
  grid-area: large;
}

.beautiful_henan_swiper .swiper-pagination {
  position: relative;
  top: 0;
}

.beautiful_henan_swiper .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.04rem;
  border-radius: 0.1rem;
  opacity: 1;
  background: #333;
}

.beautiful_henan_swiper .swiper-pagination-bullet-active {
  width: 0.5rem;
  height: 0.04rem;
  border-radius: 0.1rem;
  background: white;
}

/*鐗堟潈*/
/* .copyright {
  font-size: 0.12rem;
  text-align: center;
  padding-top: 0.1rem;
  padding-bottom: 0.5rem;
} */

.copyright {
  font-size: 0.12rem;
  text-align: center;
  padding-top: 0.1rem;
  padding-bottom: 0.35rem;
  /* background: #cbcbcb; */
}

/* ---------------------------------------------------------------- */
.bilingual_list li {
  background: #1788f0;
  width: 100%;
  height: 1.8rem;
}

.bilingual_list li a {
  display: flex;
  justify-content: space-between;
}

.bilingual_list li a p {
  color: #fff;
  font-size: 0.12rem;
}

.bilingual_list li a p span:first-child {
  font-size: 0.13rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.bilingual_list li a p span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.bilingual_list li a p span {
  display: block;
  margin-top: 0.04rem;
}

.bilingual_list img {
  width: 1.9rem;
  height: 1.8rem
}

.bilingual_list p {
  width: 1.5rem;
  height: 1.8rem;
}


.hot_topic {
  width: 3.38rem;
  height: 1.2rem;
  min-height: 1.2rem;
  background: url('../img/hot_topic.png');
  background-size: 3.38rem 1.2rem;
  margin: 0.2rem;
}

.txtMarquee-left {
  position: relative;
  margin-bottom: 0.15rem;
  top: 0.12rem;
}


.txtMarquee-left .bd .tempWrap {
  width: 2.848rem !important;
  margin-left: 0.38rem;
}

.txtMarquee-left .bd ul {
  width: 11rem !important;
  overflow: hidden;
  zoom: 1;
}

.txtMarquee-left .bd ul li {
  background: url("../img/hot_options_bg.png") center center no-repeat;
  margin-right: 0.12rem;
  float: left;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: left;
  _display: inline;
  background-size: 100% 100%;
  padding: 0.03rem 0.15rem;
  color: #fff;
  width: auto !important;
}

.txtMarquee-left .bd ul li a {
  color: white;
  font-size: 0.12rem;
  pointer-events: none;
}

.txtMarquee-left .bd ul li a:before {
  content: '#';
}


.message {
  padding: 0.2rem;
  padding-top: 0;
}

.message img {
  width: 100%;
}

.share {
  display: flex;
  justify-content: space-evenly;
  padding: 0 0.06rem;
}

.share img {
  width: 90px;
  height: 90px;
}