html,
body,
p,
ul,
ol,
input {
  margin: 0;
  padding: 0;
}
body {
  background-color: #F7F8FA;
}
/* flex */
.flex {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.retol{ 
    direction: rtl;
    unicode-bidi: bidi-override; 
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-bet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
i {
  font-style: normal;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
.over-txt1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.over-txt2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-txt6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.mr4 {
  margin-right: 4px;
}
.mt4 {
  margin-top: 4px;
}
.mt40 {
  margin-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mt12 {
  margin-top: 12px;
}
.mt10 {
  margin-top: 10px;
}
.mt40 {
  margin-top: 40px;
}
/* 头部 */
.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
}
.header .top {
  width: 100%;
  height: 44px;
  background-color: #111111;
}
.header .top .content {
  height: 100%;
}
.header .top a {
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  margin-top: 14px;
  transition: all 0.1s;
}
.header .top a:hover {
  color: #FF1534;
}
.header .top .left a:nth-child(1),
.header .top .right a:nth-child(1) {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header .top .left a:nth-child(2),
.header .top .right a:nth-child(2) {
  padding-left: 20px;
}
.header .top .right a:nth-child(1) {
  padding-left: 24px;
  background: url(/images/pc/ic_home.png) no-repeat center left;
  background-size: 18px 18px;
}
.header .top .right a:nth-child(1):hover {
  background: url(/images/pc/ic_home_s.png) no-repeat center left;
  background-size: 18px 18px;
}
.header .top .right a:nth-child(2) {
  margin-left: 20px;
  padding-left: 24px;
  background: url(/images/pc/ic_collect.png) no-repeat center left;
  background-size: 18px 18px;
}
.header .top .right a:nth-child(2):hover {
  background: url(/images/pc/ic_collect_s.png) no-repeat center left;
  background-size: 18px 18px;
}
.header .bottom {
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.header .bottom .content {
  height: 100%;
}
.header .bottom .logo {
  width: 195px;
  height: 42px;
  margin-top: 19px;
}
.header .top a {
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  margin-top: 14px;
  transition: all 0.1s;
}
.header .top a:hover {
  color: #FF1534;
}
.header .bottom {
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.header .bottom .content {
  height: 100%;
}
.header .bottom .logo {
  width: 195px;
  height: 42px;
  margin-top: 19px;
}
/* 直播页 */
.live_color {
  background-color: #18171A !important;
}
.live_color li a {
  color: #fff;
}
.art_menu {
  height: 20px;
  margin-top: 30px;
  line-height: 20px;
  margin-left: 30px;
}
.art_menu li {
  min-width: 80px;
  margin-left: 30px;
  float: left;
}
.art_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #fff;
  text-align: center;
}
.art_menu li a.active {
  color: #ff1534;
}
.art_menu li a:hover {
  color: #FF1534;
}

/* 回到顶部 */
.goTop {
  position: absolute;
  right: -94px;
  bottom: 0;
  width: 74px;
  height: 376px;
}
.goTop .item {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 10px 5px;
}
.goTop .item p {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #111111;
}
.goTop .item p span {
  color: #FF1534;
}
.goTop .item img {
  margin-top: 3px;
  display: block;
  width: 64px;
  height: 64px;
}
.goTop .item:nth-child(2) {
  border-bottom: 1px solid #F2F2F2;
}
.goTop .top {
  box-sizing: border-box;
  padding: 14px 0 2px 0;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.goTop .top i {
  width: 24px;
  height: 24px;
  background: url(/images/pc/ic_goTop.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
}
.goTop .top span {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
}
.goTop .top:hover span {
  color: #ff1534;
}
.goTop .top:hover i {
  background: url(/images/pc/ic_goTop_s.png) no-repeat;
  background-size: 100% 100%;
}

/* 二维码 */
.pub_codeBox {
  width: 100%;
  height: 215px;
  background-color: #fff;
  margin-top: 35px;
}
.pub_codeBox .box {
  box-sizing: border-box;
  padding: 20px 20px 20px 300px;
}
.pub_codeBox .conn a {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
  margin-bottom: 30px;
}
.pub_codeBox .conn a:hover {
  color: #FF1534;
}
.pub_codeBox .codeBox {
  margin-left: 100px;
}
.pub_codeBox .codeBox .item {
  margin-right: 50px;
}
.pub_codeBox .codeBox .item span {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
}
.pub_codeBox .codeBox .item img {
  display: block;
  width: 115px;
  height: 115px;
  margin-top: 20px;
}
/* 底部 */
.footer {
  width: 100%;
  padding: 30px 0 44px 0;
}
.footer .item {
  text-align: center;
  margin-top: 8px;
}
.footer .item p {
  font-size: 12px;
  font-weight: 400;
  color: #989fa5;
}
.footer .item:nth-child(1) {
  margin-bottom: 16px;
}
.conn_news {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin-top: 20px;
}
.conn_news .title {
  height: 65px;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
  line-height: 65px;
}
.conn_news .listBox {
  box-sizing: border-box;
  padding: 20px 50px 0 50px;
}
.conn_news .listBox .item {
  float: left;
  width: 240px;
  height: 200px;
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.conn_news .listBox .item .cover_img {
  width: 100%;
  height: 135px;
  position: relative;
}
.conn_news .listBox .item .cover_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.conn_news .listBox .item .cover_img span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: auto;
  height: 22px;
  line-height: 22px;
  padding-left: 28px;
  padding-right: 8px;
  background: url(/images/pc/ic_playTime.png) no-repeat 8px center;
  background-size: 16px 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-family: ArialMT;
  color: #ffffff;
}
.conn_news .listBox .item .intro {
  width: 100%;
  height: 63px;
  box-sizing: border-box;
  padding: 11px 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #111111;
  line-height: 22px;
  overflow: hidden;
}
.conn_news .listBox .item:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.conn_news .listBox .item:not(:nth-child(4n)) {
  margin-right: 46px;
}
#bg{width:100%;background-color: #000;height:600px;}
#main{width:1200px;margin:0 auto;background-color: #000;padding-top:30px;}
#player{width: 800px;height:478px;overflow:hidden;background:#ccc;}
#playlist{width:388px;height:auto;overflow:hidden;float:right;background:#18171A;padding:0 0 0 12px;font-size:14px;}
#datelist{height:36px;color:#9B9B9B;padding:10px 0;}
#item{height:373px;color:#9B9B9B;overflow:auto;line-height:30px;position:relative;}
#channels{height:50px;overflow:hidden;color:#9B9B9B;}
#days li{float:left;width:55px;height: 36px;line-height:18px;cursor:pointer;font-size:12px;color:#fff;text-align:center;}
#days li span{display:block;}
#item li{width:270px;height: 30px;color:#fff;overflow:hidden;padding:0 30px;font-size:12px;cursor: pointer;border-bottom:1px solid #2e2e2e;}

#item ul{padding:0 0 0 18px;position: relative;overflow: hidden;width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;}
#lists a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
}
#lists li:hover {
  background-color: #000;
}
#lists li.active {
    background-color: #FF1534;
}
#chatab li{float:left;width:87px;cursor:pointer;text-align: center;font-size:12px;height:38px;line-height:38px;color:#fff;margin-top: 6px;}
#days li:hover{background: #2c2c2c;}
#channels a:hover{ background: #2c2c2c;}
#channels li:hover{background: #2c2c2c;}
#channels li.on{color: #FF1534;position:relative;}
#channels li.on:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 30px;
    margin-left: -15px;
    background-color: #FF1534;
    border-radius: 100px 100px 0px 0px;
}
#channels a span{padding:0 2px;}
#days li.on{color:#FF1534;}
#item li.gray{color:gray;cursor:auto;}
#item li.cur{color:goldenrod;background: url(/images/icon_cur.png) no-repeat 18px 12px;}
.tide_player_note{font-size:250%; text-align:center;padding:20px 0 0;}

#channels a{color:#9B9B9B;text-decoration: none;height:38px;width:10px;line-height: 38px;}
#channels a.next{float:left;height:19px;width:10px;float:left;background:url(/images/pc/ic_cal_right.png) no-repeat;cursor:pointer;margin:15px 0 0 3px;background-size:100% 100%;}
#channels a.prev{float:left;height:19px;width:10px;float:left;background:url(/images/pc/ic_cal_left.png) no-repeat;cursor:pointer;margin:15px 10px 0 0;background-size:100% 100%;}
#jCarousel{width:348px;float:left;}
#ajaxloading{background:#007722;height:50px;left:50%;position:absolute;top:50%;width:150px;margin:-25px 0 0 -75px;line-height:50px;text-align:center;}
#ajaxloading p{color:#fff;font-size:16px;}


.channel {
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: relative;
    border-top: 1px solid #000;
    box-sizing: border-box;
    padding: 0 24px;
}
.swiper-channel .swiper-slide:not(:last-child) {
    margin-right: 15px;
}
.swiper-channel .swiper-slide {
    width: auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-channel .item {
    height: 100%;
    float: left;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #ffffff;
    position: relative;
}
.swiper-channel .item.active {
    color: #FF1534;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
}
.channel .swiper-button-next, .channel .swiper-button-prev {
    width: 24px;
    height: 50px;
    background-color: #29282C !important;
    z-index: 2000;
    margin-top: 0;
}
.channel .swiper-button-prev, .swiper-container-rtl {
    top: 0;
    left: -12px;
    background: url(/images/pc/ic_shouqi.png) no-repeat center center;
    background-size: 14px 14px;
    box-shadow: 7px 0px 5px 0px #1F1E21;
}
.channel .swiper-button-next, .channel .swiper-button-prev {
    width: 24px;
    height: 50px;
    background-color: #29282C !important;
    z-index: 2000;
    margin-top: 0;
}
.channel .swiper-button-next, .swiper-container-rtl {
    top: 0;
    right: 0;
    background: url(/images/pc/ic_shouqi.png) no-repeat center center;
    background-size: 14px 14px;
    box-shadow: -7px 0px 5px 0px #1F1E21;
}
.info {
    margin-top: 20px;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #cccccc;
    width: 930px;
    box-sizing: border-box;
}
.over-txt1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#player { float: left;}

 @media screen and (max-width:960px){
	  #main { width: 100%;}
	 #playlist { width: 100%;}
	 #player { width: 100%; height: 70vw;}
}
