@charset "utf-8";
/*
*init 初始化
**/
html, body {
  position: relative;
  height: 100%;
}
ul,li {
  list-style: none;
  padding: 0;
  margin: 0;
}
body {
  background: #fff;
  font-family:"Microsoft YaHei","微软雅黑","SimHei","黑体", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  background: url(https://img.nntv.cn/images/2023_sysfw.jpg) center no-repeat;
  background-position: center 308px;
}
 /* 中等屏幕（桌面显示器，小于等于 992px） */
  @media (max-width: 992px) {
    header {
        width: 1200px;
    }
    .bigPost {
      width:1200px;
    }
    nav{
        width:1200px;
    }
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #272727;
}
em {
  font-style: normal;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
}
.inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/*
*lazyload 图片样式
**/
img[data-src] {
  border: 0;
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img[src=""], img:not([src]) {
  visibility: hidden;
}

/*
*header 页眉
**/
header {
    height: 45px;
    /* background-color: #393C44; */
    background-color: #ff0000;
    /* background-image: linear-gradient(45deg, #393C44, #25272b); */
    overflow: hidden;
  }
  .menu {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
  }
  .logo a {
    display: block;
    background: url(http://www.nntv.cn/img/logo2014_white.png) no-repeat center;
    width: 125px;
    height: 45px;
    background-size: 100%;
    flex-shrink: 0;
  }
  .nav-op {
    width: 345px;
    height: 100%;
    display: none;
  }
  /* 中等屏幕（桌面显示器，大于等于 992px） */
  @media (min-width: 992px) {
    .nav-op {
      display: block;
    }
  }
  .nav-op li {
    position: relative;
    float: left;
    margin: 0 1px;
    padding: 0 20px 0 40px;
    height: 100%;
    line-height: 46px;
    color: #B3B3B3;
    font-size: 14px;
    cursor:pointer;
  }
  .nav-op li.active {
    color: #FFF;
    background-color: #348CEC;
  }
  .nav-op li:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 12px;
    width: 28px;
    height: 28px;
  }
  .nav-op .nav-dl:before {
    background-image: url(/img/h-dl.png);
  }
  .nav-op .nav-dt:before {
    background-image: url(/img/h-dt.png);
  }
  .nav-op .nav-fw:before {
    background-image: url(/img/h-fw.png);
  }
  .nav-op li a {
    color: #fff;
    /* color: #B3B3B3; */
    padding-left: 5px;
  }

/*
* bigPost2022 专题大图
*/
.bigPost2022 {
  width:100%;
  overflow: hidden;
}
.bigPost2022 .inner {
  margin-left: auto;
  margin-right: auto;
  height: 180px;
  width: 1200px;
  position: relative;
}
.bigPost2022 img {
  width: 1903px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  left: -351.5px;
}

/*
*bigPost 专题轮播
**/
  .bigPost img {
    width: 1200px;
    height: 300px;
  }
  .bigPost .inner {
    position: relative;
  }
  .swiper-container2 {
    overflow: hidden;
  }
  .swiper-pagination2 {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 200px;
  margin: 0 auto;
  height: 280px;
  right: 0;
  top: -280px;
  z-index: 99;
  padding-top: 15px;
}
.swiper-pagination2 .swiper-pagination-bullet {
  width: 100%;
  text-align: center;
  background: none;
  display: block;
  padding: 10px 0;
  height: auto;
  opacity: 1;
  font-size: 14px;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
  color: #ff4d4d;
  background: #fff;
  border-radius: 0; 
}
.swiper-pagination2 .swiper-pagination-bullet-active a {
  color: #ff4d4d;
}
/*
*navList 导航
**/
nav {
  border-bottom: 3px solid #3d84da;
}
  .navList {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    -moz-box-shadow: 0 2px 6px #ccc;
    background-color: #FFF;
  }
  .navList a {
    white-space: nowrap;
  }
  .navBar {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .navBox {
    padding: 10px;
    padding-left: 40px;
    padding-right: 20px;
    line-height: 30px;
  }
  .navBox1 {
    background: url(/img/t-xw.png) no-repeat left center;
  }
  .navBox2 {
    background: url(/img/t-st.png) no-repeat left center;
  }
  .navBox3 {
    background: url(/img/t-hd.png) no-repeat left center;
  }
  .navBox4 {
    background: url(/img/t-zl.png) no-repeat left center;
  }
  .navBox5 {
    background: url(/img/t-sh.png) no-repeat left center;
  }
  .navBox ul {
    clear: both;
  }
  .navBox ul li {
    float: left;
    padding-right: 15px;
  }
  .navBox6 {
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
  }

.container {
  padding: 0;
  margin-top: 30px;
  width: 1200px;!important
  line-height: 36px;
}

.s1 {
  margin-bottom: 30px;
}

.headline {
  background: #f5f5f5 url(/img/headlinebg.png) no-repeat left top;
  font-size: 36px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.headline2022 {
  background: #f5f5f5;
  margin-bottom: 15px;
}

.mainheadline {
  background: url(https://img.nntv.cn/images/index/dottedLine.png) no-repeat bottom;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  /* background: #ef2d3b; */
  background: #000000;
  border-radius: 50%;
  margin: 2px 0.5em 2px 0;
}

.mainheadline li {
  /* float: left; */
  margin-right: 1em;
  display: inline-block;
}

.mainheadline li a {
  color: #000;
}

.headline2022 h3 {
  font-weight: 400;
}

.mainheadline h2 {
  font-size: 32px;
}

.headline h2, .headline2022 h3 {
  margin: 0;
}
.headline a, .mainheadline a {
  /* color: #2b5d9a; */
  color: #000000;
  line-height: 50px;
}

/*
*name 版块标题1
**/
.name {
  font-size: 20px;
  margin-bottom: 10px;
  background: url(/img/hd_bg.png) repeat-x center;
}
.name a {
  background: #fff;
  color: #2b5d9a;
  padding-right: 10px;
}
a.more-1 {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}

/*
*nnnews 南宁新闻
**/
.nnnews{
  margin-bottom: 20px;
}
.nnnews a.nnzq{
  background:#f14957;
  height:40px;
  text-align:center;
  color:#fff;
  display:block;
  line-height:40px;
  font-weight:bold;
  margin-bottom:20px;
  font-size: 16px;
}
.nnnews a.nnmore {
  display: block;
  border: 1px solid #ff4d4d;
  font-weight: bold;
  line-height: 38px;
  color: #f14957;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  background: #ffc6c6;
}
.nnnews .txtList{
  height:225px;
  overflow-y:scroll;
  
  margin-bottom:20px;}
.nnnews .txtList li{
  padding:0 10px 0 15px;
  background:url(/img/nnxw_li_bg.png) no-repeat left 10px;
  line-height: 28px;
}
.gnnews ul{
  overflow-y: scroll;
  height: 190px;
}
.gnnews .txtList li{
  padding:0px 15px;
  background:url(/img/nnxw_li_bg.png) no-repeat left 10px;
  line-height: 28px;
}

/* Swiper */
.swiper-container {
  margin-bottom:10px;
  width: 482px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 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;
}
.swiper-slide a {
	display: block;
}
.swiper-slide img {
  width: 100%;
  height: 280px;
}
.swiper-slide p{
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,0.6);
  margin: 0;
  padding: 0.5em;
  font-size: 14px;
  line-height: 25px;
}
.swiper-pagination {
  color: #fff;
  text-align: right;
  font-size: 12px;
  padding-right: 1em;
  line-height: 20px;
  width: 50px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  right: 0;
}

/*
* 滚动新闻
**/
.latelynews {
  margin-top: 10px;
}
.latelynews .name {
  margin-bottom: 0px;
}
.list_gdxw li {
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  padding-left: 15px;
  background: url(/img/li_sq.png) no-repeat left center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.latelynews .list_gdxw {
	padding-top: 8px;
}
.latelynews .list_gdxw li {
	height: 33px;
	line-height: 28px;
}

/*
*msnews 民生新闻
**/
.msnews {
  background: #f5f5f5;
  padding: 20px;
}
.msnews p {
  line-height: 20px;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
}
.videoimg {
  position: relative;
  margin-bottom: 10px;
}
.videoimg img {
  height: 110px;
  width: 100%;
}
.videoimg i {
  background: url(/img/play_lg.png) no-repeat center;
  background-size: 100%;
  width: 3em;
  height: 3em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin:-1.5em -1.5em;
}
.list_msxw {
  margin-top: 5px;
}
.list_msxw li {
  font-size: 14px;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  padding-left: 25px;
  background: url(/img/vlibg.png) no-repeat left center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
*ad 广告
**/
.ad {
  margin-bottom: 10px;
}

.ad .col-xs-4 img{
  width: 380px;
  height: 70px;
}
.ad img {
  width: 100%;
}
.ad2 img {
  height: 80px;
}
.ad3 img {
  height: 80px;
}
.ad4 {
  margin-top: 20px;
  margin-bottom: 0;
}

.s2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
/*
*name2 版块标题2
**/
.name2 {
  font-size: 20px;
  border-bottom: 1px solid #2b5d9a;
  line-height: 32px;
  margin-bottom: 10px;
}
.name2 .nametit {
  color: #2b5d9a;
  border-bottom: 3px solid #2b5d9a;
  line-height: 30px;
}

.hdlist .list_gdxw {
  margin-bottom: 10px;
}
/*
*zbnn 直播南宁
**/
.zbpic img {
  width: 100%;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.zblist li {
  padding-left: 30px;
  font-weight: bold;
  background: url(/img/li_zb.png) no-repeat left 5px;
}
.zblist li.new {
  background: url(/img/li_zba.png) no-repeat left 5px;
}
.zblist span {
  font-weight: normal;
  border-radius: 4px;
  padding: 2px;
  margin-right: 5px;
  color: #fff;
}
.tag_r {
  background: #f14957;
}
.tag_b {
  background: #2b5d9a;
}
.zblist {
  height: 320px;
  overflow-y: scroll;
  margin-top: 10px;
  background: url(/img/zbline.png) no-repeat 8px 10px;
}
.zblist .detail {
  font-weight: normal;
  color: #f14957;
  font-size: 14px;
}

.s3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
/*
*name3 版块标题3
**/
.name3 {
  font-size: 20px;
  border-bottom: 1px solid #2b5d9a;
  line-height: 32px;
  margin-bottom: 20px;
}
.name3 .nametit {
  color: #fff;
  line-height: 30px;background-color:#2b5d9a;
}
.name3 .nametit::before {
  display: block;
  color: #fff;
  height: 0;
  width: 80px;
  line-height:30px;
  padding-left:5px;
  border-width: 0px 30px 30px 0px;
  border-style: none solid solid;
  border-color: transparent transparent #2b5d9a;
}
.name3-1 .nametit::before {
  content: "老友视频";
  width: 120px;
}
.name3-2 .nametit::before {
  content: "县区";
}
.name3-3 .nametit::before {
  content: "公益广告";
  width: 120px;
}
.name3-2 {
	position: relative;
}
/*
*gyContent 公益广告
**/
.gyContent .picList {
  font-size: 14px;
  float: left;
  height: 290px;
}
.gyContent .picList img{
  width: 100%;
  height: 230px;
}
.gyContent .picList span{
  padding-top: 10px;
  display: block;
  line-height: 20px;
}
.picContent .picList.last{
  margin-right: 0;
}

/* Swiper */
.swiper-container3 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 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;
}
.swiper-container3 .swiper-slide a {
	display: block;
}
.swiper-container3 .swiper-slide img {
  width: 100%;
  height: 555px;
}
.swiper-container3.swiper-slide p {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,0.6);
  margin: 0;
  padding: 0.5em;
  font-size: 14px;
  line-height: 25px;
}
.swiper-pagination3 {
  color: #fff;
  text-align: right;
  font-size: 12px;
  padding-right: 1em;
  line-height: 20px;
  width: 50px;
}
/*
*originalbox 老友视频
**/
.originalbox .picList {
  position: relative;
}
.originalbox i {
  position: absolute;
  background: url(/img/vicon.png) no-repeat center;
  width: 31px;
  height: 31px;
  top: 105px;
  left: 10px;
}
/*
*picContent 下方版块
**/
.picContent .picList {
  font-size: 14px;
  float: left;
  width: 220px;
  height: 195px;
  margin: 0 25px 20px 0;
}
.picContent .picList img{
  width: 100%;
  height: 145px;
}
.picContent .picList span{
  padding-top: 10px;
  display: block;
  line-height: 20px;
}
.picContent .picList.last{
  margin-right: 0;
}

.s4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

/*
*picBlock 图闻
**/
.picBlock img {
  width: 100%;
}
.picBlock .col-xs-12, .picBlock .col-xs-8, .picBlock .col-xs-4 {
  padding: 0;
}
.picBlock .col-xs-6.first {
  padding-right: 0;
}

.s6 {
  margin-top: 15px;
  margin-bottom: 30px;
}

/*友情链接*/
.links {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  margin: 20px 0;padding: 20px 0;
  font-size: 14px;
}
.links .name4 span {
  background: 0;
  margin: 0 0px 10px 0;
  color: #333;
  display: block;
  width: 65px;
  height: 36px;
  text-align: center;
  float: left;
  padding: 0;
  cursor: pointer;
  background: #f5f5f5;
}
.links .name4 span.on {
  background: url(http://www.nntv.cn/img/link_bg.png) no-repeat center top;
  color: #fff;
}
.links .frlinks,.links .colinks {
  clear: both;
  min-height: 60px;
}
.links .colinks {
  display: none;
}
.links a {
  color: #999;
  font-size: 12px;
  padding-right: 10px;
  line-height: 30px;
  white-space: nowrap;
}


/*底部*/
footer {
  background: #333;
  padding-top: 30px;
}
.footlink, .footinfo, .footicon {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.footlink a {
  color: #fff;
  padding: 0 10px;
}
.footinfo p {
  line-height: 24px;
  font-size: 12px;
  margin: 0;
}
.footinfo p a {
  color: #fff;
}
.footicon a {
  padding: 0 10px;
}
.footicon .jblink {
  margin-top: 20px;
}

/*
*sbox 通用搜索框
**/
.search {
	padding-top: 7px;
	width: 230px;
    margin-left: 495px;
	}
#sbox {
    display:inline-block;
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size:14px;
    padding:0 10px;
}
#sbox-sub {
    display:inline-block;
    line-height: 32px;
    background: url(/img/h-s-b.png) no-repeat center;
    font-size: 0px;
    height: 32px;
    width: 40px;
    margin-left: -40px;
    cursor: pointer;
    vertical-align: top;
	border: 0 none;
}

/*视频窗*/
.m_ad{ width: 340px; height: 305px;position:fixed;right:0;bottom:0;z-index: 99;}
.closeBtn {
    text-align: right;
    display: block;
    cursor: pointer;
}
