body {
  background: #f7f7f7;
}

.wrapper {
  background: #eeeeee;
}

.head_bar {
  padding: 0.2rem 0.16rem;
  box-sizing: border-box;
  background: #ffffff;
}

.head_bar_inner {
  width: 6.8rem;
  height: 1.2rem;
  margin: 0 auto;
}

.head_bar_icon {
  width: 1.2rem;
  height: 100%;
  margin-right: .2rem;
  background-image: url('../images/zhishi_blue_icon@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}

.head_bar_icon:nth-of-type(2) {
  background-image: url('../images/tingwen_blue_icon@2x.png');
}

.head_bar_icon:nth-of-type(3) {
  background-image: url('../images/zhibo_blue_icon@2x.png');
}

.head_bar_icon:nth-of-type(4) {
  background-image: url('../images/shuju_blue_icon@2x.png');
}

.head_bar_icon:nth-of-type(5) {
  background-image: url('../images/zhengqin_blue_icon@2x.png');
}

.head_bar_icon:last-child {
  margin-right: 0;
}

.types {
  color: rgba(61, 156, 220, 1);
}

.icon {
  width: .8rem;
  height: .8rem;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.pageWrapper {
  position: relative;
}

.article_content {
  padding-bottom: 0.5rem;
}

/*文章盒子*/
.article_title {
  font-size: .34rem;
  line-height: .5rem;
  color: rgba(0, 0, 0, 1);
  text-align: justify;
}

.article-detail {
  height: .3rem;
  overflow: hidden;
  position: relative;
}

.recSubscript {
  height: .3rem;
  box-sizing: border-box;
  /* line-height: .27rem; */
  padding: 0 .12rem;
  border: 1px solid #1788D7;
  color: #1788D7;
  margin-right: 0.06rem;
  border-radius: 4px;
  font-size: .16rem;
  float: left;
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.article-detail .article_info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: .22rem;
  color: rgba(117, 117, 117, 1);
  overflow: hidden;
  height: .3rem;
  line-height: .3rem;
}

.cornerMark {
  width: .75rem;
  position: absolute;
  top: 0;
  left: 0;
}
.article-box{
  background: #ffffff;
  margin-bottom: .1rem;
  overflow: hidden;
  padding: 0.2rem .15rem;
  box-sizing: border-box;
}
.article-type4{
  padding: 0;
}
.article-type4 .article-box-image{
  height: 2rem;
  margin-bottom: 0;
}
.article-type4 .article-box-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-type5 .article_title{
  margin-bottom: 0.3rem;
}
/*图文左文有图*/
.article-box-image {
  height: 2.7rem;
  background: rgba(255, 255, 255, 1);
  margin-bottom: .1rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.article-box-image .article-box-inner {
  height: 2.4rem;
  margin: 0.16rem;
}

.article-box-video .article_title {
  width: 100%;
  color: #ffffff;
  position: absolute;
  /* top: .14rem; */
  left: 0;
  padding: 0 .15rem;
  box-sizing: border-box;
  z-index: 2;
}
.article-box-image .article-detail {
  margin-right: 3rem;
  height: 2.4rem;
  position: relative;
}

.article-box-image .article-image {
  float: right;
  /*margin-left: 4rem;*/
  width: 2.85rem;
  height: 2.4rem;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*单张大图*/
.article-box-image2 {
  background: #ffffff;
  margin-bottom: .1rem;
  overflow: hidden;
}

.article-box-image2 .article-box-inner {
  margin: .14rem .16rem;
  position: relative;
}

.article-box-image2 .article-image {
  width: 100%;
  height: 4.04rem;
  position: relative;
}

.article-box-image2 .article-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.article-box-image2 .article_title {
  width: 100%;
  color: #ffffff;
  position: absolute;
  /*top: .14rem;*/
  left: 0;
  padding: 0 .15rem;
  box-sizing: border-box;
  z-index: 2;
}

.article-box-image2 .article-detail {
  position: relative;
  height: .3rem;
  margin: .1rem 0;
}

/*三图一栏*/
.article-box-image3 {
  background: #ffffff;
  margin-bottom: .1rem;
  overflow: hidden;
}

.article-box-image3 .article-box-inner {
  margin: .22rem .16rem;
}

.article-box-image3 .article_title {
  margin-bottom: 0.15rem;
}

.article-box-image3 .article-image-wrapper {
  height: 1.68rem;
  display: flex;
  justify-content: space-between;
}

.article-box-image3 .article-image-wrapper .article-image {
  width: 2.36rem;
  height: 1.68rem;
}

.article-box-image3 .article-detail {
  position: relative;
  height: .3rem;
  margin: .1rem 0;
}

/*视频文章*/
.article-box-video {
  /*height: 4.36rem;*/
  padding: 0.16rem;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: .1rem;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.article-box-video .article-image {
  height: 4rem;
  /*margin-top: .24rem;*/
  position: relative;
}

.article-box-video .article-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.article-box-video .article-detail {
  position: relative;
  height: .3rem;
  margin: .1rem 0;
  z-index: 3;
}

.article-box-video .play_icon {
  width: .96rem;
  height: .96rem;
  background-image: url('../images/play_icon@2x.png');
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.article-box-video .video-time {
  width: 1.36rem;
  background: rgba(0, 0, 0, 0.8);
  height: .36rem;
  line-height: 1;
  border-radius: .18rem;
  position: absolute;
  left: .16rem;
  bottom: .14rem;
  text-align: center;
  font-size: .2rem;
  color: #ffffff;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*领导人大图*/
.leader_box {
  padding: .2rem .16rem;
  margin: .1rem 0;
  background: #ffffff;
  overflow: hidden;
}

.leader_icon {
  width: 1.3rem;
  height: 1.3rem;
  float: left;
}

.leader_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.leader_articles {
  height: 1.3rem;
  margin-left: 1.5rem;
  /*padding-left:0.2rem;*/
}

.leader_title {
  height: 1.3rem;
  position: relative;
}

.leader_title p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*新华号列表*/
.xinhua_wrapper {
  background: #ffffff;
  margin-bottom: .1rem;
}

.xinhua_title {
  height: .8rem;
  border-bottom: 2px solid #eeeeee;
}

.xinhua_title img {
  height: 100%;
}

.xinhua_list {
  padding: .2rem .2rem .1rem;
}

.leader_box .swiper-leader {
  height: 1.3rem;
}

.swiper-xinhua .swiper-slide {
  width: 6rem;
}

.xinhua_item {
  width: 6rem;
}

.xinhua_cover {
  width: 100%;
  height: 3.36rem;
  background-position: center center;
  background-size: cover;
}

.xinhua_info {
  height: 1.82rem;
  box-sizing: border-box;
  padding: 0.1rem;
  text-align: justify;
  border: 1px solid #eeeeee;
  border-top: none;
}

.xinhua_info .xinhua_icon {
  width: .6rem;
  height: .6rem;
  background-position: center center;
  background-size: cover;
  float: left;
  border-radius: 50%;
}

.xinhua_name {
  font-size: .34rem;
  margin-left: .75rem;
  height: .6rem;
  line-height: .6rem;
}

.xinhua_desc {
  margin-top: .15rem;
  font-size: .28rem;
}

/*早6晚5*/

.morning_audio {
  background: #ffffff;
  padding: .4rem .2rem;
  margin: .1rem 0;
}

.morning_audio_inner {
  height: .92rem;
  overflow: hidden;
}

.morning_audio_inner .playIcon {
  width: .64rem;
  height: .64rem;
  background-image: url('../images/bofang1_icon.png');
  background-size: contain;
  float: left;
  margin-top: .14rem;
}

.audio-icon {
  width: 1.68rem;
  height: .92rem;
  background-image: url('../images/zaoliudian_image@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
}

.audio-icon.pm {
  background-image: url('../images/wanwudian_image@2x.png');
}

.audio-content {
  height: 100%;
  line-height: .92rem;
  margin: 0 2rem 0 .76rem;
}

/*专题*/
.special-article {
  position: relative;
}

.special-article .article_title {
  text-indent: .7rem;
}

.special-article:after {
  content: '';
  display: block;
  width: .84rem;
  height: .56rem;
  background: url('../images/special_icon.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0.16rem;
  left: 0;
  z-index: 10;
}

/*专题组*/
.specialGroup {
  margin-bottom: .1rem;
}

.specialGroup .swiper-slide {
  width: 100%;
  height: 2rem;
}

.specialGroup .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specialGroup .swiper-pagination-bullet {
  width: .26rem;
  height: 0.04rem;
  background: rgba(173, 173, 173, 1);
}

.specialGroup .swiper-pagination-bullet-active {
  background: rgba(23, 136, 215, 1);
}

/*专区*/
.specialArea {
  background: #ffffff;
  padding: .15rem;
  margin-bottom: 0.1rem;
}

.textArticle {
  border: 1px solid rgba(23, 136, 215, 1);
  border-top: none;
  padding: .2rem 0;
}

.bigImg {
  height: 4rem;
  position: relative;
}

.bigImg p {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 97%);
  padding: 0 .15rem;
  width: 100%;
  box-sizing: border-box;
}

.bigImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.textArticle p {
  margin-bottom: .2rem;
  padding: 0 0.2rem 0 .4rem;
  position: relative;
  text-align: justify;
}

.textArticle p:before {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  position: absolute;
  top: .18rem;
  left: 0.14rem;
  background: rgba(23, 136, 215, 1);
}

/* 广告 */
/* 信息流广告（左文右图） */
.info_adver {
  background: #fff;
  padding: 0.16rem;
  box-sizing: border-box;
  margin-bottom: 0.1rem;
}

.info_adver .content li {
  display: block;
  height: 2.4rem;
}

.info_adver .content li .news_pic {
  float: right;
  width: 3rem;
  height: 2.4rem;
}

.info_adver .content li .news_pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info_adver .content li .news_info {
  height: 2.4rem;
  padding-top: 0.1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 3.2rem;
}

.info_adver .content li .news_info .title {
  font-size: 0.34rem;
  font-weight: normal;
}

.info_adver .content li .news_info .info {
  font-size: 0.22rem;
  font-weight: normal;
  color: rgba(117, 117, 117, 1);
}

/* banner类型的广告 */
.banner_advert {
  width: 100%;
  height: 1.82rem;
  margin-bottom: 0.1rem;
  position: relative;
}

.banner_advert img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.banner_adver {
  position: absolute;
  left: 0.16rem;
  bottom: 0.16rem;
}

/* 大图类型的广告 */
.bigPic_advert {
  width: 100%;
  background: #fff;
  margin-bottom: 0.1rem;
  padding: 0.16rem;
  box-sizing: border-box;
}

.bigPic_advert .pic_div {
  width: 100%;
  height: 4.76rem;
  margin-bottom: 0.04rem;
}

.bigPic_advert img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

/* 轮播类型的广告 */
.Leaders_zone {
  margin-bottom: 0.1rem;
}

.Leaders_zone .content .LZ_carousel {
  z-index: 99;
  height: 4.02rem;
  margin-bottom: -0.01rem;
  box-sizing: border-box;
  position: relative;
}
.LZ_carousel .article_title{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
  padding: 0.06rem 0.15rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 97%);
}

.Leaders_zone .content .LZ_carousel .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.Leaders_zone .content .LZ_carousel .swiper-slide .carousel_icon {
  position: absolute;
  left: 0.16rem;
  bottom: 0.16rem;
}

.Leaders_zone .content .swiper-container2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.Leaders_zone .content .swiper-container2 .swiper-pagination span {
  display: inline-block;
  width: 0.26rem;
  height: 0.04rem;
  border-radius: 0;
  background: rgba(173, 173, 173, 1);
  opacity: 1;
}

.Leaders_zone .content .swiper-container2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff !important;
}

/*文本超出3行显示...*/
.limit-line3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0 !important;
}

/* 白色广告icon */
.white_advertIcon {
  width: 0.64rem;
  height: 0.28rem;
  border-radius: 0.04rem;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  line-height: 0.28rem;
}

/* 灰色广告icon */
.gray_advertIcon {
  width: 0.64rem;
  height: 0.28rem;
  border-radius: 0.04rem;
  border: 1px solid rgba(155, 155, 155, 1);
  font-size: 0.2rem;
  color: #9B9B9B;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 直播，回放按钮 */
.video-type {
  width: 1.36rem;
  background: rgba(0, 0, 0, 0.5);
  height: .36rem;
  border-radius: .18rem;
  position: absolute;
  left: .16rem;
  bottom: .14rem;
  color: #ffffff;
  z-index: 5;
  font-size: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.02rem 0.06rem;
  box-sizing: border-box;
}
/*直播回放icon*/
.video-type{
  width: .94rem;
  justify-content: space-around;
}
.video-type div.preview,.video-type div.live{
  background-size: 100% 100%;
  width: 0.18rem;
  height: 0.18rem;
}
.video-type span{
  line-height: 1;
}
/*直播icon*/
.video-type div.live {
  background-image: url('../images/live1.png');
}

/*回放icon*/
.video-type div.preview {
  background-image: url('../images/preview1.png');
}

/* 视频播放按钮在左下角，时间显示在右下角 */
.play_icon_left .play_icon {
  left: 0.06rem;
  top: 100%;
  margin-top: -0.7rem;
  transform: none;
  width: 0.64rem;
  height: 0.64rem;
}

.play_icon_left .video-time {
  width: 0.86rem;
  left: 100%;
  margin-left: -1rem;
  bottom: 0.06rem;
  border: 0.02rem solid rgb(150, 150, 150)
}

/* 视频 */
.video_type1 {
  padding: 0.16rem;
  
}

.video_type1 .img_box {
  height: 4rem;
  position: relative;
}

.video_type1 .news_title {
  width: 100%;
  min-height: 0.6rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0.08rem 0.15rem;
  font-size: .34rem;
}

.video_type1 .new_data {
  margin-top: .1rem;
}

.video_type1 .news_content video {
  display: block;
  width: 100%;
  height: 4.04rem;
  overflow: hidden;
}

.video_type1Li{
  position: relative;
  width: 100%;
  height: 2.38rem;
}

.video_type1 .play_icon {
  width: .96rem;
  height: .96rem;
  background-image: url('../images/play_icon@2x.png');
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.video_type1 .play_icon {
  left: 0.06rem;
  top: 100%;
  margin-top: -0.7rem;
  transform: none;
  width: 0.64rem;
  height: 0.64rem;
}

.video_type1 .video-time {
  left: 100%;
  margin-left: -1.6rem;
  bottom: 0.06rem;
}



.video_type1Li{
  width: 100%;
  height: 100%;
  margin-bottom: 0.1rem;
  background: #fff;
}

.video_type1Li .videoAdInfo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 0.16rem 0.1rem 0.16rem;
}

.video_type1Li .videoAdInfo .viewDetails{
  border: 0.02rem solid #1788D7;
  color: #1788D7;
  border-radius: 0.04rem;
  font-size: 0.08rem;
  padding: 0.02rem 0.2rem;
}

/* 直播不显示时间 */
.liveHideTime{
  display: none !important;
}