@charset "UTF-8";

.news_list_div {
  padding: 0 4%;
  border-bottom: 0.01rem solid #f3f3f3;
}

#dazH5Index {
  height: 100vh;
}

.news_list_div:hover {
  background: #f3f3f3;
}

.news_list_div a {
  display: block;
  width: 100%;
  padding: 0.2rem 0;
  font-size: 0;
}

.news_list_div a:visited h4 {
  color: #505050;
  letter-spacing: 0.02rem;
}

.news_about {
  position: relative;
  display: inline-block;
  width: 68%;
  vertical-align: top;
  margin-right: 2%;
  /*float: left;
	height: 18.2vw;*/
}

.news_list_div h4 {
  font-size: 0.17rem;
  color: #505050;
  line-height: 0.21rem;
  letter-spacing: 0.01rem;
  /* word-break: break-all;*/
  /*修改标题占3行后省略  */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news_list_div p.news_msg {
  /*position: absolute;
	bottom: 0;
	left: 0;*/
  height: 0.18rem;
  line-height: 0.18rem;
  font-size: 0.1rem;
  color: #949494;
  /* margin-top:10px; */
  padding-top: 0.08rem;
}

.news_list_div p.news_msg span.fr {
  margin-right: 0.01rem;
}

.news_list_div p.news_msg span {
  vertical-align: -0.01rem;
  margin-right: 0.06rem;
}

.news_list_cont .adv {
  display: inline-block;
  height: 0.18rem;
  background: #bababa;
  padding: 0 0.08rem;
  color: #fff;
  font-size: 0.1rem;
  border-radius: 0.03rem;
  margin-right: 0.14rem;
}

.news_list_div .sign i {
  font-size: 0.14rem;
  vertical-align: -0.03rem;
  margin-right: 0.03rem;
}

.news_list_div .sign strong {
  display: inline-block;
  font-weight: normal;
  vertical-align: -0.01rem;
}

.news_img {
  display: inline-block;
  /*float: right;*/
  width: 30%;
  height: 0.18rem;
  overflow: hidden;
  vertical-align: middle;
  background: url(../img/default_img.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.news_img {
  /*width: 100%;*/
  border-radius: 0.02rem;
}

/*多图*/
.img_group_div {
  margin: 0.08rem 0;
}

.img_group_div .news_img {
  float: left;
  width: 32.6%;
  height: 0.18rem;
  margin-left: 1%;
}

.img_group_div .news_img:nth-child(1) {
  margin-left: 0;
}

.news_img_group p.news_msg {
  position: static;
}

/*广告*/
.adv_div .news_img {
  float: left;
}

.adv_div .news_about {
  float: right;
}

.adv_div .news_about b {
  position: absolute;
  right: 0;
  bottom: 2px;
  display: inline-block;
  height: 0.18rem;
  line-height: 0.18rem;
  padding: 0 0.04rem;
  font-size: 0.12rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.03rem;
}

.adv_div h4 {
  font-weight: normal;
}

/*没图*/
.no_img_news .news_about {
  width: 100%;
  /*height: auto;*/
}

/*词条新闻列表*/
.news_list_out {
  margin-top: 0.46rem;
}

.add_cannel_btn {
  position: absolute;
  right: 4%;
  top: 0.1rem;
  display: inline-block;
  width: 0.64rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  border: 0.01rem solid #ae2323;
  background: #ae2323;
  border-radius: 0.03rem;
  font-size: 0.12rem;
  color: #fff;
}

.add_cannel_btn.added {
  background: #df3333;
}

.come_back_btn {
  position: absolute;
  left: 4%;
  top: 0.23rem;
  z-index: 99;
  color: #fff;
  font-size: 0.4rem;
}

.mainTop {
  /* height: 1.6rem;
  transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    -moz-transition: height 0.5s; */
}

/*广告*/
.adv_img_div {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../img/default_img.png) center center;
  background: cover;
  margin: 0 auto;
  border-radius: 0.02rem;
  margin-bottom: 0.1rem;
}

.adv_img_div a {
  display: block;
  width: 100%;
  height: 100%;
}

.adv_img_div img {
  width: 100%;
  height: 100%;
}

.news_img {
  position: relative;
}

.news_img .play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.36rem;
  height: 0.36rem;
  background: url(../img/play.svg) no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: -0.18rem;
  margin-top: -0.18rem;
}

.swiper-slide {
  position: relative;
}

.swiper-slide .play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.36rem;
  height: 0.36rem;
  background: url(../img/play.svg) no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: -0.18rem;
  margin-top: -0.18rem;
}

.heat-degree {
  /* width:44px; */
  margin-right: 0.14rem;
}

.heat-degree em {
  font-style: normal;
  color: #fc555e;
}

.heat-degree i {
  width: 0.08rem;
  height: 0.11rem;
  background: url(../img/dis.png) no-repeat 0 0/100% 100%;
  margin-right: 0.04rem;
  vertical-align: -0.01rem;
}

/*使用媒体查询来改变不同屏幕下的font-size  */
/*@media screen and (min-width:640px) {*/
.news_list_div h4 {
  font-size: 0.18rem;
  line-height: 0.2rem;
}

.swiper-slide p {
  font-size: 0.18rem;
}

/*}*/
/*@media screen and (min-width:414px) and (max-width:639px) {
    .news_list_div h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .swiper-slide p {
        font-size: 18px;
    }
}

@media screen and (min-width:375px) and (max-width:413px) {
    .news_list_div h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .swiper-slide p {
        font-size: 16px;
    }
}

@media screen and (min-width:320px) and (max-width:374px) {
    .news_list_div h4 {
        font-size: 17px;
        line-height: 21px;
    }
    .swiper-slide p {
        font-size: 17px;
    }
}*/
/* 视频欢迎页 */
.wel-video {
  height: 100%;
  position: relative;
}

.wel-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.welcome_cont {
  /* position: relative; */
}

.welcome_cont .welFaceImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome_cont img {
  width: 100%;
  height: 100%;
}

.welcome_cont .skip {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 999;
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  border: 0.01rem solid #ddd;
  color: #fff;
  font-size: 0.16rem;
}

.welcome_cont .pie_left,
.welcome_cont .pie_right {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.welcome_cont .left,
.welcome_cont .right {
  width: 1rem;
  height: 1rem;
  background: #00aacc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  /* transition: all 3s linear;
    -moz-transition: all 3s linear;
    -webkit-transition: all 3s linear;
    -o-transition: all 3s linear; */
}

.welcome_cont .pie_right,
.welcome_cont .right {
  clip: rect(0, auto, auto, 0.5rem);
}

.welcome_cont .pie_left,
.welcome_cont .left {
  clip: rect(0, 0.5rem, auto, 0);
}

.mask {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  left: 0.05rem;
  top: 0.05rem;
  background: #fff;
  position: absolute;
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.24rem;
  color: #00aacc;
}

.wel-swiper {
  width: 100%;
  height: 100% !important;
}

.wel-swiper .swiper-slide {
  text-align: center;
  font-size: 0.18rem;
  background: #fff;
  height: 100vh !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* .skip{
	text-align: right;
	font-size: 16px;
	color: #666;
	padding: 20px 15px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9;
} */
/* loadmore */
/*vue*/
[v-cloak] {
  display: none;
}

/*模拟的标题*/
.header {
  z-index: 9990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  border-bottom: 0.01rem solid #eee;
  background-color: white;
}

.header .btn-left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.12rem;
  line-height: 0.22rem;
}

/*mescroll滚动的区域*/
.mescroll {
  position: absolute;
  left: 0;
  /* top: 2.14rem; */
  top: 1.2rem;
  bottom: 0;
  height: auto;
  z-index: 2;
  /* height: calc(100% - 2.3rem) !important; */
  /* height: calc(100% - 2.1rem) !important; */
}

/*展示上拉加载的数据列表*/
.data-list li {
  position: relative;
  padding: 0.1rem 0.08rem 0.1rem 1.2rem;
  border-bottom: 0.01rem solid #eee;
}

.data-list .pd-img {
  position: absolute;
  left: 0.18rem;
  top: 0.18rem;
  width: 0.8rem;
  height: 0.8rem;
}

.data-list .pd-name {
  font-size: 0.16rem;
  line-height: 0.2rem;
  height: 0.4rem;
  overflow: hidden;
}

.data-list .pd-price {
  margin-top: 0.08rem;
  color: red;
}

.data-list .pd-sold {
  font-size: 0.12rem;
  margin-top: 0.08rem;
  color: gray;
}

.noMessage {
  margin: 0;
  height: 1.86rem;
  color: #999;
  font-size: 0.32rem;
  text-align: center;
  line-height: 0.5rem;
}

.site_link {
  overflow-y: auto;
}

.onsite_logo {
  margin: 0 auto;
  /* margin-top: 0.115rem; */
  height: 0.87rem;
  text-align: center;
  font-size: 0;
  padding: 7px 0;
  box-sizing: border-box;
}

.onsite_logo img {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.onsite_title {
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.88rem;
}

.h5search_but {
  float: left;
  font-size: 0;
  width: 82%;
  height: 0.65rem;
  line-height: 0.65rem;
  margin-left: 0.17rem;
  margin-top: 0.115rem;
  border-radius: 0.01rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.h5search_but>div {
  border-radius: 4px;
  border: 0;
  background-color: #f3f3f3;
  font-size: 0.28rem;
  padding-left: 0.41rem;
  padding-right: 0.41rem;
  color: #9a9a9a;
}

/*搜索*/
.search_icon {
  position: absolute;
  top: 0;
  right: 0.24rem;
  display: block;
  color: #fff;
  font-size: 0.42rem;
  line-height: 0.87rem;
  text-align: center;
}

.onsite_nav li a {
  display: block;
  height: 100%;
  color: #505050;
  font-size: 0.34rem;
}

/* 小视频列表 */
.daz_small_video_list {
  width: 100%;
  height: 100%;
}

.slideEffect {
  /* transition: height 0.5s; */
  width: 100%;
  height: 100%;
  background: url("../../../common/img/itemBg.png") no-repeat;
  background-size: 100% 100%;
}

.slideEffect.slideEffect2025 {
  background: url("../img/bg.png") no-repeat;
  background-size: 100% 100%;
}

.fixed_box {
  height: 1.6rem;
}

/* 图片预览 */
.img_preview_cont {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
}

.img_preview_cont img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  margin: 0 auto;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}

.img_preview_cont .swiper-wrapper {
  height: 100%;
}

.img_preview_cont .swiper-container {
  height: 100%;
}

.preview_decs {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0.34rem;
  color: #fff;
}

.preview_decs .item {
  overflow: hidden;
  margin: 0.2rem;
  height: auto;
  word-break: break-all;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}

.video.atlas .img_num {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  text-align: center;
  line-height: 0.42rem;
  min-width: 0.9rem;
  height: 0.4rem;
  color: #fff;
  font-size: 0.24rem;
  background: #000;
  opacity: 0.7;
  border-radius: 0.22rem;
}

.urgent ul {
  margin-top: 0.04rem;
}

.urgent ul li {
  overflow: hidden;
  height: 1.45rem;
  padding: 0.29rem 0.21rem;
}

.urgent_audio_icon {
  float: left;
  width: 0.84rem;
  height: 0.84rem;
}

.urgent_audio_icon img {
  float: left;
  width: 0.84rem;
  height: 0.84rem;
}

.urgent_audio_main {
  position: relative;
  width: 84%;
  height: 0.84rem;
  float: right;
}

.urgent_info {
  overflow: hidden;
}

.urgent_title {
  float: left;
  /* margin-top: 0.06rem; */
  font-size: 0.3rem;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #333333;
}

.urgent_time {
  float: right;
  /* margin-top: 0.07rem; */
  font-size: 0.2rem;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #999999;
}

.urgent_decs {
  position: absolute;
  overflow: hidden;
  /* margin-top: 0.1rem; */
  bottom: 0;
}

.urgent_decs .span {
  font-size: 0.26rem;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #999999;
}

.menu {
  width: 100%;
  height: 100%;
  /* background: url("./common/img/home-bg.png") no-repeat; */
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.home-tips {
  position: relative;
  margin: 0 auto;
  margin-top: 3vh;
  display: flex;
  flex-direction: column;
}

.home-tips .img1 {
  margin: 0 auto;
  display: inline-block;
  width: 40vh;
  height: auto;
  object-fit: cover;
}

.home-tips-img2 {
  margin: 0 auto;
  display: inline-block;
  width: 74vw;
  height: auto;
  margin-top: 1vh;
  padding: 2vw;
}

.menu .menuImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu .logo {
  position: absolute;
  bottom: 3vh;
  right: 0.56rem;
  width: 1.0734rem;
}

.menu .titleImg {
  width: 100%;
  height: 16.53vw;
  position: relative;
  z-index: 20;
  margin-top: 5vh;
  background-size: 6rem 1.104rem;
  background-position: top center;
  overflow: hidden;
}

.menu .titleImg .title-img-left {
  height: 100%;
  display: inline-block;
  padding-left: 15vw;
  width: 30vw;
}

.menu .titleImg .title-img-right {
  height: 100%;
  display: inline-block;
  width: 40vw;
}

.titleImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menuWrapper {
  padding: 30px;
  box-sizing: border-box;
}

.menu .menuList {
  position: relative;
  z-index: 10;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  min-height: 40vh;
  margin: 0 -20px;
}

.menu .menuList .menuItem {
  flex: 0 0 auto;
  font-size: 0.28rem;
  color: #fcedc5;
  font-weight: bold;
  text-align: center;
  width: calc(50% - 20px);
  background-size: 100% 100%;
  line-height: 45px;
  margin: 0 10px 10px 10px;
}

.menu .menuList .menuItem.only-bg {
  padding-top: 10.2%;
}

.titleBox {
  right: 0.3rem;
  top: 0.3rem;
  width: 4.4rem;
  height: 1.35rem;
  background: url("../../../index/img/yunnan/newsFlash.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  /* box-shadow: 0 10px 10px #B3B1B0; */
  position: absolute;
  z-index: 999;
}

.titleBox2 {
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  /* background: url("../img/yunnan/newsFlash.png") no-repeat; */
  /* background-size: 100% 100%; */
  /* overflow: hidden; */
  /* box-shadow: 0 10px 10px #B3B1B0; */
  position: absolute;
  z-index: 999;
  max-height: 1.2rem;
  object-fit: cover;
}

.titleBox img {
  position: absolute;
  width: 1.94rem;
  top: 0.52rem;
  left: 0.8534rem;
}

.titleBox .titleName {
  font-size: 0.6rem;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  left: 3.4534rem;
  top: 0.65rem;
  text-shadow: 0px 4px 5px #000;
}

.bottomBox {
  position: absolute;
  width: 100%;
  height: 2.68rem;
  bottom: 0;
  z-index: 20;
  pointer-events: none;
}

.bottomBox .bottomBg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.bottomBox .logo {
  position: absolute;
  bottom: 3vh;
  right: 0.56rem;
  width: 1.0734rem;
}

.logo-bottom,
.xiaocaiyun {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -25px;
  z-index: 20;
}

.xiaocaiyun {
  left: auto;
  margin: 0;
  right: 30px;
  bottom: 84px;
}

.logo-bottom img,
.xiaocaiyun img {
  margin: auto;
  width: 50px;
  object-fit: contain;
}

.xiaocaiyun img {
  width: 64px;
}

.logo-bottom2 {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 0;
}

.lianghuireci {
  margin-top: 10px;
  height: 2rem;
}

.lianghuireci .swiper-wrapper {
  height: 100%;
}

.lianghuireci .swiper-wrapper .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
}