@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: #454545;
  font-size: 16px;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #272727;
}
em {
  font-style: normal;
}
a {
  color: #337ab7;
}
video {
  width: 100%;
}
.clearfix {
  clear: both;
}
/*
*header 通用页眉
**/
.firstAside.picture {
  display: none;
}
header {
  height: 45px;
  background-color: #ee2331;
  background-image: linear-gradient(45deg, #ee5523, #ee2331);
  overflow: hidden;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  header {
    background-color: #393C44;
    background-image: linear-gradient(45deg, #393C44, #25272b);
  }
}
.menu {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.logo a {
  display: block;
  background: url(/img/logo2014_allwhite.png) no-repeat center;
  width: 125px;
  height: 45px;
  background-size: 100%;
  flex-shrink: 0;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .logo a {
    background: url(/img/logo2014_white.png) no-repeat center;
    background-size: 100%;
  }
}
.nav-op {
  width: 365px;
  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-khd:before {
  background-image: url(/img/h-m.png);
}
.nav-op .nav-ss:before {
  background-image: url(/img/h-s.png);
}
.nav-op .nav-pd:before {
  background-image: url(/img/h-o.png);
}
.nav-op .nav-fx:before {
  background-image: url(../img/h-f.png);
}
.nav-op li a {
  color: #B3B3B3;
}
/*
*search 通用搜索
**/
.search {
  display: none;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  z-index: 999;
}
.searchBar {
  position: absolute;
  right: 0;
  width: 250px;
  height: 68px;
  padding: 15px 15px;
  border-top: 3px solid #348CEC;
  box-shadow: 0 2px 6px #ccc;
  -moz-box-shadow: 0 2px 6px #ccc;
  background-color: #FFF;
}
#bdcs-search-form-input {
  width: 180px!important;
}

/*
*nav 通用顶栏导航
**/
nav {
  display: none;
}
.inner {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.navList {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 6;
  padding: 15px 15px;
  border-top: 3px solid #348CEC;
  box-shadow: 0 2px 6px #ccc;
  -moz-box-shadow: 0 2px 6px #ccc;
  background-color: #FFF;
}
.navList a {
  white-space: nowrap;
}
.navBar {
  display: flex;
  justify-content: space-between;
}
.navBox {
  padding: 10px;
}
.navBox ul {
  clear: both;
}
.navBox ul li {
  float: left;
  padding-right: 10px;
}
.slideContent a {
  padding-right: 10px;
}
.tvNav, .fmNav {
  display: flex;
  justify-content: flex-start;
}
.tvNav {
  padding-top: 10px;
}
.fmNav {
  padding-bottom: 10px;
}
.liveNavBar strong {
  white-space: nowrap;
 }

 /*
*sharebox 通用分享
**/
.sharebox {
  display: none;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  z-index: 999;
}
.shareBar {
  position: absolute;
  right: 0;
  width: 160px;
  height: 68px;
  padding: 10px 15px;
  border-top: 3px solid #348CEC;
  box-shadow: 0 2px 6px #ccc;
  -moz-box-shadow: 0 2px 6px #ccc;
  background-color: #FFF;
}

/*
*container 通用
**/
@media (min-width: 768px){
  .container, .menu, .search, .sharebox {
    width: 750px;
    max-width: 750px;
  }
  nav {
    display: none;
  }
}
@media (min-width: 992px){
  .container, .menu, .search, .sharebox {
    width: 980px;
    max-width: 980px;
  }
  .inner {
    width: 992px;
  }
}
@media (min-width: 1220px){
  .container, .menu, .search, .sharebox {
    width: 1200px;
    max-width: 1200px;
  }
  .inner {
    width: 1200px;
  }
}
@media (min-width: 1440px){
  .container, .menu, .search, .sharebox {
    width: 1400px;
    max-width: 1400px;
  }
  .inner {
    width: 1400px;
  }
}

/*
*subject-top 通用面包屑及通栏广告条
**/
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .subject-top {
    padding-bottom: 1em;
  }
}
.subject-top .news-opt {
  padding: 1em 0;
}
.subject-top .ad {
  display: none;
}
.subject-top img {
  width: 100%;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .subject-top .ad {
    display: block;
    margin-bottom: 1em;
  }
}


/***********内容页*************/
/*
*subject 标题
**/
.subject {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.subject h1 {
  font-size: 24px;
  margin-top: 0;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .subject h1 {
    font-size: 36px;
  }
}
.info {
  display: flex;
  justify-content: space-between;
  line-height: 2;
}

.subject .source span {
  margin-right: 0.5em;
  color: #acacac;
}

/*
*m-share 分享按钮
**/
.m-share {
  display: none;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .m-share {
    display: block;
  }
}
#share {
  zoom: 1;
}
#share:after {
  content: "";
  display: block;
  clear: both;
}
#share a {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 6px 6px 6px 0;
  background: #c9c9c9;
  cursor: pointer;
  padding: 0;
}
#share a{
  display: block;
  width: 36px;
  height: 36px;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -ms-transition: .4s all;
  transition: .4s all;
}
#share a:hover{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#share .share-qqzone{
  background:#c9c9c9 url(/img/ico_share.png) 6px center no-repeat;
}
#share .share-qqzone:hover {
  background-color: #27a8f2;
}
#share .share-wechat {
  position: relative;
}
#share .share-wechat{
  background:#c9c9c9 url(/img/ico_share.png) -40px center no-repeat;
}
#share .share-wechat:hover {
  background-color: #1fbc7d;
}
#share .share-weibo{
  background:#c9c9c9 url(/img/ico_share.png) -88px center no-repeat;
}
#share .share-weibo:hover {
  background-color: #e96157;
}

/*
*video 视频窗
**/
.video-wrap {
  margin-bottom: 3em;
}

/*
*content 正文
**/
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .contentBox {
  padding-right: 3em;
  }
}
.content {
  padding-bottom: 3em;
}
.content .video_con {
  text-align: center;
}
.content #video {
  width: 100%;
  max-width: 600px;
}
.content .contentText p {
  font-size: 16px;
  line-height: 2em;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .content .contentText p {
  font-size: 18px;
  }
}
.content img {
  max-width: 100%;
}
.editor {
  text-align: right;
  color: #999;
  font-size: 14px;
}

/*
*ops 正文底部交互按钮
**/
.ops {
	text-align: left;
  font-size: 14px;
  margin-top: 1em;
}
.ops>span {
	width: 24%;
	cursor: pointer;
	transition: all .3s;
	display: inline-block;
	white-space: nowrap;
	color: #999;
	position: relative;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .ops>span {
    width: 85px;
    margin-right: 5px;
  }
}
.ops>span i {
	font-size: 28px;
	vertical-align: top;
	margin-right: 6px;
	width: 28px;
	height: 28px;
	color: #757575;
}
.ops>span.on,.ops>span.on i,.ops>span:hover,.ops>span:hover i {
	color: #337ab7;
}
span.huo:hover, span.zhuanfa:hover {
  color: #999;
  cursor: default;
}
.icon {
  width: 2em;
  height: 1.5em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/*
*comment 我有话说
**/
.comment {
  position: relative;
  margin-bottom: 4em;
}
.comment:before {
  content: " ";
  display: block;
  position: absolute;
  top: -2em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.commentbar {
  border: solid 1px #337ab7;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.commentbar textarea {
  height: 114px;
  resize: none;
  border: 0;
  width: 95%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 14px;
}
.comment-submit {
  width: 5%;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0;
    padding: 4px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    min-width: 60px;
    vertical-align: top;
    cursor: pointer;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    transition: .1s;
    user-select: none;
    outline: none;
}
.messagebar {
  margin-top: 1em;
}
.messagebar li {
  border-bottom: 1px dashed #E6E6E6;
  line-height: 2;
  display: flex;
  justify-content: space-between;
}
.messagebar .msgdate {
  font-size: 14px;
  color: #999;
  flex-shrink: 0;
  margin-left: 1em;
}

/*
*recommend 为您推荐
**/
.recommend {
  position: relative;
}
.recommend:before {
  content: " ";
  display: block;
  position: absolute;
  top: -2em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
.item-pic-cont {
  float: left;
  display: inline-block;
  margin-right: 26px;
  width: 158px;
  height: 102px;
}
.item-pic {
  float: left;
  display: inline-block;
  margin-right: 18px;
  width: 158px;
  height: 102px;
}
.list-item p {
  display: none;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .list-item p {
    display: block;
    color: #666;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}
.item-title {
  display: block;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .item-title {
    font-size: 20px;
  }
}
.item-box {
  float: right;
  font-size: 14px;
}
.item-time {
  color: #aaa;
}

.more-2 {
  position: relative;
  top: 5px;
  margin-bottom: 46px;
  padding: 12px 0;
  font-size: 20px;
  text-align: center;
  color: #337ab7;
  background-color: #F5FBFF;
  border: 1px solid #BEDDFF;
  border-radius: 4px;
  cursor: pointer;
  clear: both;
}
.more-2:hover {
  background-color: #e4f2fb;
}

/***********内容页end*************/


/***********列表页*************/
/*
*recommend 为您推荐
**/
.list {
  position: relative;
}
.rightSide {
	display: none;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .rightSide {
    display: block;
  }
}
/***********列表页end*************/


/***********点播列表页*************/
.dianboList h2 {
  margin: 0.5em 0 1em 0;
  color: #454545;
  font-size: 24px;
}
.dianboList h2 span {
  font-family:"Georgia", "Arial", sans-serif;
  font-weight: 100;
  text-transform: capitalize;
  font-size: 16px;

}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .dianboList h2 {
    font-size: 30px;
  }
  .dianboList h2 span {
    font-size: 24px;
  
  }
}
.dianboBox {
  margin-bottom: 2em;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .dianboBox {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #b5b5b5;
  }
}
.pic_item {
  background: #f3f3f3;
  margin-bottom: 1em;
}
.pic_item h3 {
  font-weight: 400;
  font-size: 16px;
  padding: 1em 0.5em;
  margin: 0;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .pic_item h3 {
    font-size: 20px;
  }
}
.pic_img img {
  width: 100%;
  height: 8em;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .pic_img img {
    height: 12em;
  }
}
/***********点播列表页end*************/


/***********点播页*************/
.dianbo-tit {
  font-size: 24px;
  font-weight: 600;
  margin: 1em 0;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .dianbo-tit {
    margin-top: 0;
  }
}
.dianbo-info img {
  width: 100%;
}
.dianbo-info li {
  line-height: 2;
}
.nav>li>a {
  padding: 10px 0;
}
.nav-tabs>li>a, .nav-tabs>li>a, .nav-tabs>li>a {
  background-color: #f3f3f3;
}
.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover {
  background-color: #337ab7;
  border: 0 none;
  color: #fff;
}
.nav-tabs {
  margin: 2em 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.nav-tabs li {
  width: 100%;
  text-align: center;
}
.show {
  opacity: 1!important;
}
.zlist li a {
  display: block;
  padding: 1em;
  text-align: center;
  background: #f3f3f3;
  margin-bottom: 1em;
}
.zlist li a:hover {
  background: #337ab7;
  color: #fff;
}
/***********点播页end*************/


/***********收藏页*************/
/*
*recommend 为您推荐
**/
.collect {
  cursor: pointer;
}
.collected {
  color: #337ab7;
}
/***********收藏页end*************/


/***********图集内容页*************/
.picture-container {
  position: relative;
  height: 100%;
  background-color: #333;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .picture-container {
      background-color: #000;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-description {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  width: 100%;
}
.swiper-description h1 {
  text-align: left;
  color: #fff;
  font-size: 20px;
  margin-top: 0;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .swiper-description h1 {
      font-size: 24px;
  }
}
.swiper-description h1 span {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.swiper-description .swiper-pagination-current {
  font-size: 18px;
}
.swiper-description p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
}
.scroll-pane {
  max-height: 95px;
  overflow-y: auto;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .scroll-pane {
      max-height: none;
  }
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  bottom: 0;
  display: inline-block;
  width: auto;
}
.swiper-button-prev, .swiper-button-next {
  display: none;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .swiper-button-prev, .swiper-button-next {
    display: block;
  }
}
/***********图集内容页end*************/


/***********音像展馆页*************/
.pic_box {
  margin-bottom: 1em;
}
.imgbox {
  position: relative;
}
.imgbg {
  background: url(/img/bg5.png) repeat-x center top;
  height: 3em;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.duration {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  padding-right: 0.5em;
}
.pictit {
  color: #333;
  margin: 0.5em 0;
  height: 3em;
  overflow: hidden;
}
.picdate {
  font-size: 14px;
  color: #999;
  text-align: right;
}
/***********音像展馆页end*************/


/*
*right-aside 通用右边栏
**/
.name {
  font-size: 20px;
  margin-bottom: 0.1em;
}
.more-1 {
  float: right;
}
.firstAside:before {
  content: " ";
  display: block;
  position: absolute;
  top: -2em;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #EDEDED;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .firstAside:before {
    display: none;
  }
}
/*
*right-wrap
**/
.right-wap {
  position: relative;
  border: 1px solid #E6E6E6;
}
.right-wap {
  padding: 25px 16px 0;
}
.right-wap .name span {
  margin-left: 10px;
  padding-left: 10px;
  color: #348CEC;
  border-left: 1px solid #ccc;
}
.right-wap li {
  margin-bottom: 20px;
}
.right-wap li a {
  display: block;
  position: relative;
}
.picture li a img {
  display: block;
  width: 100%;
  height: 170px;
}
.picture li a div {
  position: absolute;
  bottom: 25px;
  width: 100%;
  height: 24px;
  padding: 80px 10px 12px;
  font-size: 14px;
  color: #FFF;
  background: url(/img/bg5.png);
  line-height: 30px;
  text-align: center;
}

.right-ad img {
  width: 100%;
}

.program li {
  padding-bottom: 15px;
}
.program li a {
  display: flex;
  justify-content: flex-start;
  color: #666;
  text-decoration: none;
}
.program li img {
  margin-right: 18px;
  width: 158px;
  height: 102px;
}
.program .program-info li {
  margin: 0;
  padding: 0;
  line-height: 2;
  border: 0 none;
  font-size: 14px;
}
.program li:last-child {
  margin-bottom: 0;
}

.special, .hot, .right-ad {
  margin-top: 2em;
}
.special li, .hot li, .program li {
  border-bottom: 1px dashed #E6E6E6;
}
.special li:last-child, .hot li:last-child, .program li:last-child {
  border-bottom: 0 none;
}
.hot {
  margin-bottom: 1em;
}

/*
*loginbar 登录按钮
**/
.loginbar {
  font-size: 14px;
  color: #999;
}
a.loginbar:hover {
  text-decoration: none;
}
.loginbar .btn {
  font-size: 12px;
}
/*
*footer 通用页脚
**/
footer {
  text-align: center;
  background-color: #ee2331;
  background-image: linear-gradient(45deg, #ee5523, #ee2331);
  color: #fff;
  font-size: 12px;
}
.footnav {
  text-align:center;
  padding-top:1em;
}
.footnav a {
  padding:0 10px;
  color:#fbc6c6;
}
.footnav .last a {
  padding-right:0;
}
.copyright {
  padding-bottom:1em;
}

/*
*sbox 通用搜索框
**/
#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;
}

/*首页眉头临时变红
header {
background-color: #ee2331;
background-image: linear-gradient(45deg, #ee5523, #ee2331);
}
.logo a {
background: url(/img/logo2014_allwhite.png) no-repeat center;
    background-size: 100%;
}
.nav-op li a {
color:#fff;
}
*/
