/* 头部 */
/*//chrome谷歌浏览器，Safari苹果浏览器*/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  opacity: 1;
}
/*//firefox火狐浏览器*/
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  opacity: 1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  opacity: 1;
}
/*//IE浏览器*/
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  opacity: 1;
}

.logo {
  display: block;
  width: 213px;
  height: 48px;
  margin: 16px 0;
  float: left;
}
/* .searchBox {
  width: 280px;
  height: 40px;
  line-height: 40px;
} */
.searchBox input {
  width: 280px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  border: 1px solid rgba(34, 106, 165, 0.3);
  border-radius: 21px;
  padding-left: 14px;
  padding-right: 42px;
}
.searchBtn {
  width: 32px;
  height: 40px;
  background: url(../images/icon_btn.png?v=20241210113250) left center transparent no-repeat;
  background-size: 18px;
  right: 0;
  top: 0;
}
.avatarBox {
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  background: url(../images/login_bg.png?v=20241210113250) left center transparent no-repeat;
  background-size: 41px;
  text-align: center;
}

.avatarBox img {
  width: 16px;
  height: 20px;
  vertical-align: middle;
}

nav {
  background: #226aa5;
  color: #fff;
}
nav .left {
  width: 18px;
  height: 54px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 36px;
  margin-top: 15px;
}
nav .split {
  width: 1px;
  height: 53px;
  opacity: 0.2;
  background: #fff;
}
nav .rightList {
  margin-top: 23px;
}
nav .rightList li {
  float: left;
  margin-right: 40px;
  height: 18px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  line-height: 18px;
  margin-bottom: 18px;
}
nav .rightList li.current {
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  position: relative;
}
nav .rightList li.current a {
  color: #ffc030;
}

nav .rightList li.current .line {
  width: 44px;
  height: 8px;
  opacity: 0.1;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -22px;
}
nav a {
  color: #fff;
}

/* 脚部 */

/* 广告 */
.adv {
  /*background: url(../images/adv.png?v=20241210113250) center transparent no-repeat;*/
  background-size: contain;
  margin-top:20px;
  margin-bottom:20px !important;
}

/* 视频页 */
.vodHeadBox {
  /* width: 1524px; */
  height: 46px;
  background: rgba(108, 166, 248, 0.1);
  margin-top: 24px;
}

.live-top {
  /* border-top: 2px solid #226AA5; */
  /* padding-top: 10px; */
  margin-bottom: 5px;
  width:1400px;
  background: rgba(108, 166, 248, 0.1);
  margin-top: 24px;
}
.active-live {
  position: relative;
}
.active-live span:nth-child(1) {
  font-size: 28px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 900;
  text-align: left;
  color: #226AA5;
  line-height: 42px;
}
/*.active-live span:nth-child(2){
  width: 100%;
  height: 2px;
  background: #FF3B3B;
  border-radius: 5px;
  position: absolute;
  top: -12px;
  left: 0;
}*/
.more-live__box {
  margin-top: 10px;
  position: relative;
}
.more-live {
  /*opacity: 0.5;*/
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: right;
  color: #999999;
  line-height: 21px;
  vertical-align: middle;
  margin-right: 8px;
}
.more-live__box:hover .more-live {
  color: #226AA5;
  opacity: 1;
}
.more-live__box:hover .arrow-right__live {
  background: url(../images/arrow-actright.png?v=20241210113250);
  background-size: 7px 12px;
  vertical-align: middle;
  margin-top: -2px;
}


.vodHead {
  width: 136px;
      height: 46px;
    background: #fff;
}
.vodHead .tit {
  padding: 0 10px;
  /*background: #fff;*/
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500 !important;
  text-align: left;
  color: #226AA2 !important;
  margin-top: -2px;
  text-align: center;
      min-width: 136px;
    position: absolute;
    z-index: 4;
}
.vodHead .line {
  width: 116px;
  height: 16px;
  opacity: 0.2;
  background: #ffb814;
  border-radius: 8px;
  left: 50%;
  bottom: 0;
  margin-left: -58px;
}
.vodList ul {
  width: 110%;
  margin-bottom:30px
}
.vodList li {
  float: left;
  width: 218px;
  height: 250px;
  margin: 20px 19px 0 0;
  position: relative;
}
.vodList li .wrap .bg {
  width: 218px;
  height: 250px;
  background: url(../images/vod_bg.png?v=20241210113250) center transparent no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.vodList li:hover .wrap .bg {
  width: 248px;
  height: 280px;
  background: url(../images/vod_bg_max.png?v=20241210113250) center transparent no-repeat;
  position: absolute;
  left: -15px;
  top: -15px;
}

.vodList li:hover .tit a {
  color: #226aa5;
}
.vodList .imgBox {
  display: block;
  width: 208px;
  height: 130px;
  overflow: hidden;
  margin: 4px auto;
  background: url(../images/img_error.png?v=20241210113250) left center transparent no-repeat;
  background-size: 208px 130px;
}
.vodList .duration {
  height: 12px;
  font-size: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #ffffff;
  line-height: 12px;
  padding-left: 12px;
  background: url(../images/icon_vod.png?v=20241210113250) left center transparent no-repeat;
  background-size: 6px;
  left: 16px;
  bottom: 12px;
}
.vodList .cover {
  width: 208px;
  height: 42px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-radius: 4px;
  left: 0;
  bottom: 0;
}
.vodList .tit {
  width: 176px;
  height: 40px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 24px;
  margin: 10px auto;
}
.vodList .date {
  line-height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  position: absolute;
  left: 21px;
  bottom: 22px;
}
.vodList .vodIcon {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  background: url(../images/icon_tv.png?v=20241210113250) center transparent no-repeat;
}
/* 直播 */
.liveList ul {
  width: 110%;
}
.liveList li {
  float: left;
  width: 327px;
  height: 220px;
  margin-right: 30px;
}
.liveList .imgBox {
  display: block;
  width: 327px;
  height: 183px;
  overflow: hidden;
  position: relative;
}
.liveList .status {
  width: 49px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.liveList .status.advance {
  background: url(../images/live_advance.png?v=20241210113250) right center transparent no-repeat;
  background-size: 49px 18px;
}
.liveList .status.living {
  background: url(../images/live_living.png?v=20241210113250) right center transparent no-repeat;
  background-size: 49px 18px;
}
.liveList .status.review {
  background: url(../images/live_review.png?v=20241210113250) right center transparent no-repeat;
  background-size: 49px 18px;
}
.liveList .tit {
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 27px;
  margin-top: 6px;
}
.liveList .tit a {
  color: #333333;
}
/* 图片列表页 */

.picList ul {
  width: 110%;
}
.picList li {
  float: left;
  width: 327px;
  height: 284px;
  margin-right: 30px;
}
.picList .imgBox {
  display: block;
  width: 327px;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.picList .tit {
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 27px;
  margin-top: 6px;
}
.picList .tit a {
  color: #333333;
}
/* 面包屑导航 */
.breadcrumb {
  /* height: 14px; */
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #999999;
  line-height: 14px;
}
.breadcrumb a {
  color: #999999;
}
/* 加载更多 */
.loadmore {
  width: 210px;
  height: 64px;
  line-height: 64px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: none;
}

.loadmore span {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  padding-right: 28px;
  background: url(../images/icon_load.png?v=20241210113250) right center transparent no-repeat;
}

/* 时政页面 */
.headline {
  width: 1410px;
  height: 90px;
  line-height: 90px;
  padding: 0px 25px;
  background: url(../images/headline_bg.png?v=20241210113250) center transparent no-repeat;
  background-size: 1410px 90px;
  position: relative;
  display: flex;
  overflow: hidden;
}
.kx {
    flex:1;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    margin-left: -20px;
    display: flex;
}
.headline .ttkx {
 display: inline-block;
  width: 23px;
  height: 34px;
  background: url(../images/headlines_icon.png?v=20241210113250);
  background-size: 23px 34px;
  vertical-align: middle;
  margin-right: 12px;
   /* margin-left: 175px; */
  margin-top: -6px;
}
.headline .kx-title {
 font-size: 32px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  color: #226AA5;
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.headline .more {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #999999;
  vertical-align: middle;
  margin-right: 35px;
  padding-right: 15px;
  background: url(../images/arrow-right.png?v=20241210113250) right center transparent no-repeat;
  background-size: 7px 12px;
}
.headline .more:hover {
  color: #226aa5;
  background: url(../images/arrow-actright.png?v=20241210113250) right center transparent
    no-repeat;
  background-size: 7px 12px;
}

/* 轮转图 */
.jxywLeft .swiper-container {
  height: 300px;
}
.jxywLeft li {
  position: relative;
}
.jxywLeft .tit {
  width: 406px;
  height: 20px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.jxywLeft .tit a {
  color: #ffffff;
}
.jxywLeft .cover {
  width: 446px;
  height: 62px;
  background: url(../images/bg_cover.png?v=20241210113250) center transparent no-repeat;
  background-size: 446px 62px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.jxywLeft .swiper-button-next,
.jxywLeft .swiper-button-prev {
  width: 36px;
  height: 64px;
  opacity: 0.8;
}
.jxywLeft .swiper-button-prev {
  left: 0;
  top: 118px;
  background: url(../images/left_yellow.png?v=20241210113250) center transparent no-repeat;
  background-size: 36px 64px;
}
.jxywLeft .swiper-button-next {
  right: 0;
  top: 118px;
  background: url(../images/right_yellow.png?v=20241210113250) center transparent no-repeat;
  background-size: 36px 64px;
}
.jxywLeft .swiper-button-next:after,
.jxywLeft .swiper-button-prev:after {
  display: none;
}
.jxywLeft .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../images/left_gray.png?v=20241210113250) center transparent no-repeat;
  background-size: 36px 64px;
}
.jxywLeft .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../images/right_gray.png?v=20241210113250) center transparent no-repeat;
  background-size: 36px 64px;
}
.column {
  border-top: 2px solid #226AA5;
}
.column2{
  border-top: 2px solid #226aa5;
}
.column>.name {
  padding-top: 15px;
  border-top: 2px solid #FF3B3B;
  font-size: 28px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: #226aa5;
  display: inline-block;
  line-height: 28px;
  margin-top: -2px;
}
.column2>.name{
  border-top: 2px solid #FF3B3B;
}
.column .more {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: right;
  color: #999999;
  padding-right: 15px;
  background: #000;
  background: url(../images/arrow-right.png?v=20241210113250) right center transparent no-repeat;
  background-size: 7px 12px;
  line-height: 14px;
  margin-top: 22px;
}
.column .more2 {
  padding-right: 24px;
  background: url(../images/arrowDown.png?v=20241210113250) right center transparent no-repeat;
  background-size: 12px 7px;
  font-size: 18px;
  line-height: 18px;
}
.column .more2Box:hover .more2{
  color: #226AA5;
  background: url(../images/arrowTop.png?v=20241210113250) right center transparent no-repeat;
  background-size: 12px 7px;
}

.txtList li {
  width: 446px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  margin-bottom: 30px;
}
.txtList li .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #d8d8d8;
  border-radius: 50%;
  margin-right: 16px;
  margin-bottom: 3px;
}
.txtList li a {
  color: #333333;
}

/* 推荐专题 */
.hot-recommend {
  background: url(../images/bg-04.png?v=20241210113250) center transparent no-repeat;
  background-size: 1410px 234px;
  /*padding: 4px 5px;*/
}
.hot-recommend__title {
  display: inline-block;
  padding: 40px 20px;
  background: #226aa5;
  text-align: center;
  font-size: 28px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  width: 68px;
}
.hot-recommend .swiper-wrapper img {
  width: 214px;
  height: 134px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.hot-recommend .swiper1 {
  width: 1240px
  /*padding: 34px 30px 0;*/
}
.hot-recommend .next-div {
  width: 40px;
  height: 224px;
  background: #fafafa;
}
.hot-recommend {
  width: 1410px;
  height: 201px;
  background: url(../images/bg-04.png?v=20241210113250);
  background-size: 1410px 203px;
  /* margin-left: -5px; */
  position: relative;
  margin-bottom: 13px;
}
.hot-recommend__title {
  display: inline-block;
  padding: 29px 11px;
  background: #226aa5;
  height: 201px;
  width: 50px;
  text-align: center;
  font-size: 26px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
}
.hot-recommend .swiper-wrapper {
  /* margin: 30px 60px; */
}
.hot-recommend .swiper-wrapper img {
  width: 250px;
  height: 140px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.swiper1 {
  /* height: 200px; */
  width: 1240px;
  padding: 30px;
}
.hot-recommend .next-div {
  width: 40px;
  height: 201px;
  background: #fafafa;
  /* position: absolute;
  left: 68px; */
}
.swiper1 .swiper-slide {
  width: 250px !important;
  margin-right:14px;
}
/*.hot-recommend .swiper1 .swiper-slide {*/
/*  width: 214px !important;*/
/*}*/
.hot-recommend .next:after,
.hot-recommend .swiper-container-rtl .prev:after {
  content: none !important;
}
.hot-recommend .prev:after,
.hot-recommend .swiper-container-rtl .next:after {
  content: none !important;
}
.hot-recommend .swiper1 .title {
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 16px;
}
.hot-recommend .swiper1 a:hover .title {
  color: #226aa5;
}
.hot-recommend .prev {
  width: 40px !important;
  height: 201px !important;
  background: url(../images/swiper-left01.png?v=20241210113250) no-repeat center transparent;
  background-size: 10px 18px;
  left: 49px !important;
  top: 0 !important;
  margin-top: 0 !important;
}
.hot-recommend .next {
  width: 40px !important;
  height: 201px !important;
  background: url(../images/swiper-right01.png?v=20241210113250) no-repeat center transparent;
  background-size: 10px 18px;
  right: -1px !important;
  top: 0 !important;
  margin-top: 0 !important;
}
.hot-recommend .swiper-button-next.swiper-button-disabled,
.hot-recommend .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.hot-recommend .swiper-button-prev.swiper-button-disabled {
  background: url(../images/swiper-left.png?v=20241210113250) no-repeat center transparent;
  background-size: 10px 18px;
}
.hot-recommend .swiper-button-next.swiper-button-disabled {
  background: url(../images/swiper-right.png?v=20241210113250) no-repeat center transparent;
  background-size: 10px 18px;
}
/* 社会页面 */
/* 轮转图 */
.lzt li {
  position: relative;
}
.lzt .tit {
  width: 522px;
  height: 20px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.lzt .tit a {
  color: #ffffff;
}
.lzt .cover {
  width: 100%;
  height: 62px;
  background: url(../images/bg_cover685.png?v=20241210113250) center transparent repeat-x;
  background-size: 100% 62px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lzt .swiper-button-next,
.lzt .swiper-button-prev {
  width: 36px;
  height: 64px;
  opacity: 0.8;
}
.lzt .swiper-button-prev {
  left: 0;
  top: 176px;
  background: url(../images/left_yellow.png?v=20241210113250) center transparent no-repeat;
  background-size: 36px 64px;
}
.lzt .swiper-button-next {
  right: 0;
  top: 176px;
  background: url(../images/right_yellow.png?v=20241210113250) center transparent no-repeat;
  background-size: 36px 64px;
}
.lzt .swiper-button-next:after,
.lzt .swiper-button-prev:after {
  display: none;
}
.lzt .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../images/left_gray.png?v=20241210113250) center transparent no-repeat;
  background-size: 36px 64px;
}
.lzt .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../images/right_gray.png?v=20241210113250) center transparent no-repeat;
  background-size: 36px 64px;
}
.lzt .swiper-pagination {
  text-align: right;
  height: 10px;
  bottom: 33px !important;
  padding-right: 20px;
}
.lzt .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 0.5;
  background: #ffffff;
  border-radius: 50%;
  margin-left: 13px !important;
  margin-right: 0 !important;
}
.lzt .swiper-pagination-bullet-active {
  width: 14px;
  height: 10px;
  background: #ffc030;
  border-radius: 5px;
  opacity: 1;
  margin-bottom: -2px !important;
}

/* 区县页面 */
.headlines {
  background: url(../images/headlines_bg.png?v=20241210113250) center transparent no-repeat;
  background-size: 1410px 125px;
}
.headlines .no1 a {
  padding-left: 35px;
  background: url(../images/headlines_icon.png?v=20241210113250) left center transparent
    no-repeat;
  background-size: 23px 34px;
}
.headlines .kx-title {
  /* display: inline-block; */
  width: 1030px;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  vertical-align: middle;
  margin-top: 28px;
}
.headlines .more {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #999999;
  vertical-align: middle;
  margin-right: 35px;
  padding-right: 15px;
  background: url(../images/arrow-right.png?v=20241210113250) right center transparent no-repeat;
  background-size: 7px 12px;
}
.headlines .more:hover {
  color: #226aa5;
  background: url(../images/arrow-actright.png?v=20241210113250) right center transparent
    no-repeat;
  background-size: 7px 12px;
}
/* 微头条 */
.wtt {
  background: url(../images/wtt_bg.png?v=20241210113250) center transparent no-repeat;
  background-size: 457px 313px;
}
.wtt .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ff3b3b;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 3px;
}
.wttHead {
    width: 447px;
    height: 67px;
  background: url(../images/wtt_head.png?v=20241210113250) center transparent no-repeat;
  background-size: 447px 67px;
  font-size: 28px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
}
.wttFoot {
  width: 447px;
  height: 28px;
  background: url(../images/wtt_foot.png?v=20241210113250) center transparent no-repeat;
  background-size: 447px 28px;
}
.wttScroll {
  overflow-y: scroll;
}
.wttScroll li {
  /* width: 605px; */
  /*width: 457px;*/
  padding-left: 23px;
  border-left: 1px solid #f0f0f0;
  margin-left: 5px;
  margin-left: 29px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.wttScroll .info {
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 14px;
}
.wttScroll .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -28px;
  top: 2px;
  background: url(../images/cilcle.png?v=20241210113250) center transparent no-repeat;
  background-size: contain;
}
.wttScroll .tit {
  /*width: 590px;*/
  /*height: 18px;*/
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
}
.wttScroll .tit a {
  color: #333333;
}
/* 电视页面 */
.tvHead {
  background: #2c2c2c;
}
.tvHead .playing {
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #ffffff;
}
.program {
  width: 350px;
  height: 733px;
  background: #252525;
  display:none;
}
.xwyLeft {
  background: url(../images/bg_h520.png?v=20241210113250) center transparent no-repeat;
  background-size: 456px 520px;
}
.singleContent .imgBox {
  display: inline-block;
  width: 446px;
  height: 300px;
}
.singleContent .tit {
  width: 403px;
  height: 42px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 27px;
  margin: 19px auto 0;
  padding-bottom: 24px;
  border-bottom: 1px dashed #d8d8d8;
}
.singleContent .tit a {
  color: #333333;
}
/* 轮转图 */
.swiper2 li {
  float: left;
  width: 336px;
  height: 272px;
  margin: 0 22px 0 0;
  position: relative;
}
.swiper2 li img {
  width: 326px;
  height: 204px;
}
.swiper2 li .wrap .bg {
  width: 336px;
  height: 272px;
  background: url(../images/bg_w336.png?v=20241210113250) center transparent no-repeat;
  background-size: 336px 272px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.column-recommended li .wrap .bg {
    width: 320px !important;
    height: 230px !important;
    background: url(../images/bg_w336.png?v=20241210113250) center transparent no-repeat !important;
    background-size: 320px 230px !important;
    position: absolute !important;
    left: -4px !important;
    top: 0 !important;
    z-index: -1 !important;
}
.swiper2 li:hover .wrap .bg {
  width: 366px;
  height: 302px;
  background: url(../images/bg_w366.png?v=20241210113250) center transparent no-repeat;
  background-size: 366px 302px;
  position: absolute;
  left: -15px;
  top: -15px;
}
.column-recommended li:hover .wrap .bg {
   width: 358px !important;
    height: 280px !important;
    background: url(../images/bg_w366.png?v=20241210113250) center transparent no-repeat !important;
    background-size: 358px 280px !important;
    position: absolute !important ;
    left: -28px !important;
    top: -20px !important;
}
.column-item {
  /*width: 200px !important;
  height: 190px !important;*/
  width: 300px !important;
  height: 210px !important;
  position: relative !important;
  margin-right: 65px !important;
  margin-bottom: 20px !important;
}
.column-item img {
    /*width: 200px !important;
  height: 140px !important;*/
  width: 300px !important;
  height: 180px !important;
  display: block !important;
}
.column-item:nth-child(4n) {
  margin-right: 0px !important;
}
.column-item:hover .tit a {
  color: #226aa5 !important;
}
.column-item .tit {
    padding:14px 14px !important;
}
.swiper2 li:hover .tit a {
  color: #226aa5;
}
.swiper2 .imgBox {
  display: block;
  width: 326px;
  height: 204px;
  overflow: hidden;
  margin: 4px auto;
}
.swiper2 .num {
  height: 12px;
  font-size: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #ffffff;
  line-height: 12px;
  padding-left: 14px;
  background: url(../images/icon_vod_w8.png?v=20241210113250) left center transparent no-repeat;
  background-size: 8px 9px;
  left: 19px;
  bottom: 14px;
}
.swiper2 .cover {
  width: 326px;
  height: 42px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-radius: 4px;
  left: 0;
  bottom: 0;
}
.swiper2 .tit {
  width: 296px;
  height: 18px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 18px;
  margin: 20px auto;
}

.swiper2Box .swiper-button-prev,
.swiper2Box .swiper-button-next {
  width: 11px;
  height: 19px;
  top: -16px;
}
.swiper2Box .swiper-button-next:after,
.swiper2Box .swiper-button-prev:after {
  content: "";
}
.swiper2Box .swiper-button-prev {
  left: auto;
  right: 50px;
  background: url(../images/swiper-left01.png?v=20241210113250) left center transparent no-repeat;
  background-size: 10px 19px;
}
.swiper2Box .swiper-button-prev.swiper-button-disabled {
  background: url(../images/swiper-left.png?v=20241210113250) left center transparent no-repeat;
  background-size: 10px 19px;
}
.swiper2Box .swiper-button-next {
  left: auto;
  right: 9px;
  background: url(../images/swiper-right01.png?v=20241210113250) left center transparent
    no-repeat;
  background-size: 10px 19px;
}
.swiper2Box .swiper-button-next.swiper-button-disabled {
  background: url(../images/swiper-right.png?v=20241210113250) left center transparent no-repeat;
  background-size: 10px 19px;
}
.swiper2Box .swiper-button-next.swiper-button-disabled,
.swiper2Box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
/* 电视点播页 */
.tvVodHead {
  background: #2c2c2c;
  padding: 20px;
}
.tvVodHead .tit {
  width: 982px;
  height: 40px;
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
}
.tvVodHead .info {
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 20px;
}
.tvVodHead .num {
  padding-left: 16px;
  background: url(../images/icon_num.png?v=20241210113250) left center transparent no-repeat;
  background-size: 8px 9px;
}
.recommend {
  background: #252525;
}
.recommend .head {
  font-size: 28px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background: url(../images/bg_recommend.png?v=20241210113250) 143px 63px #2c2c2c no-repeat;
  background-size: 64px 10px;
}
.recommendList {
  overflow-y: scroll;
  padding-top: 15px;
  background: #252525;
}
.recommendList li {
  padding: 15px 0 15px 30px;
  height: 118px;
}
.recommendList li.current {
  background: #2c2c2c;
}
.recommendList li:hover {
  background: #2c2c2c;
}
.recommendList .tit {
  height: 44px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 22px;
  margin: 10px 0;
}
.recommendList .tit a {
  color: #fff;
}
.recommendList .status {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  color: #ffb814;
  line-height: 14px;
  padding-left: 18px;
  background: url(../images/icon_vodplaying.png?v=20241210113250) left center transparent
    no-repeat;
  display: none;
}
.recommendList li.current .status {
  display: none;
}

/* 图集详情页面 */
.galleryBox {
  /*background: url(../images/bg_gallery.png?v=20241210113250) center transparent no-repeat;*/
  /*background-size: 1411px 1013px;*/
}
/* 评论 */
.cmtHead .tit {
  font-size: 28px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: justify;
  color: #222222;
  line-height: 28px;
  background: url(../images/cmt_bg.png?v=20241210113250) center 28px transparent no-repeat;
  background-size: 56px 11px;
}
.cmtHead .slogan {
  width: 126px;
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #999999;
  line-height: 21px;
}
.cmtMain {
  background: url(../images/cmt_main_bg.png?v=20241210113250) center transparent no-repeat;
  background-size: contain;
}
.cmtInput .avatar {
  background: url(../images/cmt_avatar.png?v=20241210113250) center transparent no-repeat;
  background-size: 50px;
}
.cmtInput .textarea {
  width: 696px;
  height: 91px;
  background: url(../images/cmt_input_bg.png?v=20241210113250) center transparent no-repeat;
  background-size: contain;
  border: 0;
  resize: none;
  padding: 20px;
  /* color: #999999; */
  line-height: 24px;
}
.cmtInput .login {
  background: url(../images/cmt_login_bg.png?v=20241210113250) center transparent no-repeat;
  background-size: contain;
  right: 22px;
  bottom: 4px;
  text-align: center;
  line-height: 90px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: center;
  color: #ffffff;
}
.cmtList .head {
  width: 763px;
  height: 38px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: #222222;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.cmtList .head .num {
  height: 16px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #226aa5;
}
.cmtListBox li {
  padding: 40px 0 0;
}
.cmtListBox .info {
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.cmtListBox .con {
  height: 120px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: justify;
  color: #666666;
  line-height: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
}
/* 文稿详情页 */
.articleBox{
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 5px 0px rgba(34,106,165,0.10); 
}
.article-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  padding-left: 85px;
  padding-right: 85px;
  margin-bottom: 30px;
}
.article-title h1 {
  font-size: 32px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
  color: #000000;
  line-height: 51px;
}
.article-toolbar {
  height: 20px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #999999;
  line-height: 21px;
}
.article-toolbar .clickNum {
  padding-left: 24px;
  background: url(../images/article_praise.png?v=20241210113250) left center transparent
    no-repeat;
  background-size: 18px 19px;
}
.article-toolbar .cmtNum {
  padding-left: 22px;
  background: url(../images/article_cmt.png?v=20241210113250) left center transparent no-repeat;
  background-size: 16px 17px;
}
.article-main {
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: justify;
  color: #222222;
  line-height: 30px;
}
.article-main p {
  margin-bottom: 20px;
}
.articleBox .editor {
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: right;
  color: #999999;
  line-height: 14px;
  padding-left: 9px;
  /*background: url(../images/article_editor_line.png?v=20241210113250) left center transparent no-repeat;*/
  background-size: 3px 12px;
}
/* 新闻热点 */
.xwrd{
  background: url(../images/xwrd.png?v=20241210113250) left center transparent no-repeat;
  background-size: contain;
}
/* 相关推荐 */
.xgtj{
  background: url(../images/xgtj.png?v=20241210113250) left center transparent no-repeat;
  background-size: contain;
}

.nav02 {
  /*background: rgba(108,166,248,0.1);*/
  width: 100%;
  height: 46px;
  line-height: 46px;
}
.visual-bg {
  width: 100%;
  height: 100%;
  padding-top: 26px;
  background: url(../images/visual_bg.png?v=20241210113250) no-repeat left center;
  background-size: 1920px 100%;
}
.nav02-container {
  width: 1400px;
  margin: 0 auto;
}
.nav02-layer-bg {
  max-width: 330px;
  height: 46px;
  background-color: #fff;
  position: relative;
}
.nav02-text {
  position: absolute;
  z-index: 99;
  font-size: 46px;
  display: inline-block;
  width: 239px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 700;
  text-align: center;
  color: #226aa5;
}
.nav02-line {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 64px;
  height: 32px;
  z-index: 2;
  background: url(../images/visual_title_bg01.png?v=20241210113250) no-repeat;
  background-size: 64px 32px;
}

.district-ul li:nth-of-type(even){
    margin-right: 0!important;
}
.columnList2{
  min-width: 128px;
  min-height: 144px;
  background: rgba(255,255,255,0.96);
  border-radius: 6px;
  box-shadow: 0px 1px 5px 0px rgba(34,106,165,0.10); 
}
.columnList2 li{
  cursor: pointer;
}

.columnList2 li:hover a{
  color: #226aa5;
}

.kx-box .more-box {
  margin-top: 13px;
}
.more-kx {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #999999;
  vertical-align: middle;
  margin-right: 8px;
}
.more-box:hover .more-kx {
  color: #226AA5;
}
.arrow-right {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../images/arrow-right.png?v=20241210113250);
  background-size: 7px 12px;
  vertical-align: middle;
}
.more-box:hover .arrow-right {
  background: url(../images/arrow-actright.png?v=20241210113250);
  background-size: 7px 12px;
  vertical-align: middle;
}
.ellipse {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.kx-box__one {
  width: 1130px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.kx-box__one a {
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 1%); */
  width: 1130px;
}
.nav02-layer-bg2 .nav02-text {
    width:428px !important;
}
.nav02-layer-bg2{
   max-width: 518px !important;
}
.list-ul {
    width:488px;
    margin-right: 24px;
}
.list-ul:last-child {
    margin-right: 0px;
}
.list-ul li {
    width:100% !important;
    margin-bottom: 28px;
}
.w683,.w683 li {
    width:683px ;
}
.all-list li:last-child,.all-list li:nth-last-child(2) {
    margin-bottom:0px !important;
}
.w440 {
    width:440px;
}
.wd330 {
    width:330px !important;
}
.w683 li {
    margin-right:20px !important;
}
.w683 li:nth-child(2n){
    margin-right:0px !important;
}
.ellipse {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.font16 a{
    font-size:16px;
}
.other-title {
    font-size: 26px;
    font-family: SourceHanSansCN, SourceHanSansCN-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
}
.mb28 {
    margin-bottom:28px;
}