@charset "UTF-8";
/* 首页公共样式 */
.page-main-container .index-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-main-wrapper .page-main-left {
  width: 790px;
}

.index-main-wrapper .page-main-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-main-container .jy-top-news {
  font-weight: bold;
  line-height: 19px;
}

.page-main-container .mgr-30 {
  margin-right: 30px;
}

/* 首页轮播 */
.page-main-container .jy-index-carousel {
  width: 789px;
  height: 416px;
  margin-left: 0;
  position: relative;
}

.jy-index-carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}

.jy-index-carousel .jy-index-carousel-img {
  width: 789px;
  height: 443px;
  border-radius: 3px;
  position: relative;
}

.jy-index-carousel .jy-index-carousel-img img {
  border-radius: 3px;
  display: block;
}

.jy-index-carousel .jy-index-carousel-news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px 46px 20px;
  width: 789px;
  height: 265px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 0 0 3px 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jy-index-carousel .jy-index-carousel-title {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  /* 最多显示5行   */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jy-index-carousel .jy-index-carousel-abstract {
  line-height: 23px;
}

.jy-index-carousel .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  text-align: left;
}

/* 首页新闻列表 */
.jy-index-newslist {
  width: 789px;
  /*padding-top: 30px;*/
  margin-bottom: 50px;
}

.jy-index-newslist .column-1,
.jy-index-newslist .column-2 {
  width: 379px;
}

.jy-index-newslist .jy-newslist-news {
  width: 379px;
  line-height: 19px;
  margin-top: 9px;
  margin-bottom: 9px;
  display: inline-block;
}

/* 纯文本 */
.page-main-container .jy-top-news .top-flag {
  float: left;
  color: #fff;
  background: #F02215;
  padding: 1px 5px;
  border-radius: 2px;
  margin-right: 6px;
  display: inline-block;
  font-size: 10px;
  transform: scale(0.89);
  -webkit-transform: scale(0.89);
  /* position: relative;
  top: 9px; */
  position: relative;
  top: -1px;
}

.jy-index-newslist .jy-newslist-easyvideo i {
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
  background: url(../../image/site/icon_video.png);
  background-size: 100% 100%;
}

/* 左图右文 */
.jy-index-newslist .jy-newslist-picnews {
  width: 379px;
  display: inline-block;
}

.jy-newslist-picnews .picnews-box-left {
  width: 145px;
  height: 96px;
  margin-right: 16px;
}

.jy-newslist-picnews .picnews-box-right {
  height: 96px;
}

.jy-newslist-picnews .picnews-box-right .picnews-title {
  width: 218px;
  line-height: 22px;
}

/* 首页侧边热词 */
.page-main-right .jy-side-hotword {
  width: 379px;
  float: right;
}

.jy-side-hotword .jy-model-content {
  margin-top: 20px;
  margin-bottom: 36px;
  height: 265px;
}

.jy-side-hotword .jy-model-content #cloud-hot {
  width: 100%;
  height: 100%;
}

/* 首页侧边视频 */
.jy-side-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jy-side-video .jy-model-content {
  margin-top: 20px;
  margin-bottom: 30px;
}

.jy-side-video .jy-video-imgbox {
  margin-bottom: 8px;
}

/* 首页直播 */
.page-main-container .jy-banner-video {
  width: 100%;
  /*margin-top: 50px;*/
}

.jy-banner-video .jy-model-content {
  margin-top: 24px;
}

.jy-banner-video .jy-videobox-small {
  margin-bottom: 28px;
}

.jy-banner-video .jy-video-imgbox {
  margin-bottom: 12px;
}

.jy-banner-video .jy-newslist-news {
  line-height: 23px;
}

.page-main-container .j-newstype-local {
  margin-top: 20px;
}

/* 首页问政 */
.page-main-container .jy-banner-three .jy-model-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 66px;
}

.jy-banner-three .jy-banner-part {
  width: 379px;
  display: block;
  border-bottom: 0;
}

.jy-banner-three .jy-banner-part .jy-newslist-line {
  margin-bottom: 18px;
  display: block;
}

.jy-banner-three .jy-banner-part .jy-newslist-line:first-child {
  margin-top: 9px;
}

.jy-newstype-politics {
  margin-top: 50px;
}

/* .jy-newstype-politics .jy-model-content {
  height: 364px;
} */
.jy-newstype-politics .jy-model-content .jy-newstype-politics ul {
  width: 100%;
  margin-top: -12px;
}

/* 首页地方新闻 */
.j-newstype-local .jy-banner-part:nth-child(3) {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 先隐藏 县市 */
.j-newstype-local {
  /*display: none;*/
}

.top-swiper-news {
  font-weight: bold;
  font-size: 34px;
  line-height: 45px;
  cursor: pointer;
  color: #F02215;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.top-swiper-news:hover {
  text-decoration: none;
}

.j-newstype-other {
  margin-bottom: 50px;
}
.j-newstype-other .jy-model-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 15px;
}
.j-newstype-other .jy-newslist-news {
  width: 379px;
  line-height: 19px;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 14px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .page-main-container .index-main-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-main-container .index-main-wrapper .page-main-left {
    width: 100%;
  }
  .page-main-container .index-main-wrapper .page-main-right {
    width: 100%;
  }
  .jy-banner-special {
    margin-top: 30px;
  }
  .page-main-container .jy-index-newslist {
    width: 100%;
    padding-top: 15px;
  }
  .page-main-container .jy-index-newslist .jy-newslist-news {
    width: 100%;
  }
  .page-main-container .jy-model-box {
    width: 100% !important;
  }
  .jy-banner-special .jy-special-newslist .jy-special-imgbox {
    width: 100%;
  }
  .jy-model-box .jy-videobox-middle {
    width: 100%;
  }
  .jy-model-box .jy-videobox-middle .jy-video-imgbox {
    height: auto;
  }
  .jy-banner-video {
    margin-top: 10px;
  }
  .page-main-container .jy-banner-three .jy-model-content {
    display: block;
  }
  .jy-banner-three .jy-banner-part {
    width: 100%;
  }
  /* 问政 */
  .jy-newstype-politics .jy-politics-list {
    font-size: 14px;
    line-height: 19px;
    border: 0;
    height: 36px;
  }
  .jy-newstype-politics-column {
    margin-top: 10px;
  }
  .jy-side-video .picnews-box-bg {
    height: 225px;
  }
  .jy-index-newslist .jy-newslist-picnews {
    width: 100%;
  }
  .jy-newslist-picnews .picnews-box-right .picnews-title {
    width: 100%;
  }
}