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: 50px;
    margin-left: 20px;
    float: left;
}
.art_menu li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #000;
  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;
}
/* 直播页 */
.liveBox {
  background-color: #000;
}
.liveBox .box {
  box-sizing: border-box;
  padding: 40px 0;
  height: 650px;
}
.liveBox .live_player_box {
  width: 930px;
  height: 524px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.liveBox .live_list_box {
  width: 270px;
  height: 524px;
  background-color: #18171A;
}
.liveBox .live_list_box .date {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}
.liveBox .live_list_box .date .item {
  padding: 0 9px;
  float: left;
  color: #989FA5;
  cursor: pointer;
}
.liveBox .live_list_box .date .item.active {
  color: #FF1534 !important;
}
.liveBox .live_list_box .date .item:hover {
  color: #fff;
}
.liveBox .live_list_box .date .item span {
  display: block;
  text-align: center;
}
.liveBox .live_list_box .date .item > span:nth-child(1) {
  font-size: 12px;
  font-family: MicrosoftYaHei;
}
.liveBox .live_list_box .date .item > span:nth-child(2) {
  font-size: 18px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  margin-top: 5px;
}
.liveBox .live_list_box .listBox {
  width: 100%;
  height: 394px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.liveBox .live_list_box .listBox li {
  width: 100%;
  height: 26px;
  line-height: 26px;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 10px;
}
.liveBox .live_list_box .listBox li:hover {
  background-color: #000;
}
.liveBox .live_list_box .listBox li.active {
  background-color: #FF1534;
}
.liveBox .live_list_box .listBox li.active a {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
}
.liveBox .live_list_box .listBox li a span:nth-child(2) {
  margin-left: 10px;
}
.liveBox .live_list_box .listBox a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.liveBox .live_list_box .listBox a > :nth-child(2) {
  max-width: 180px;
}
.liveBox .live_list_box .listBox a.active {
  color: #989FA5;
}
.liveBox .live_list_box .channel {
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: relative;
  border-top: 1px solid #000;
  box-sizing: border-box;
  padding: 0 24px;
}
.liveBox .live_list_box .channel .prev,
.liveBox .live_list_box .channel .next {
  position: absolute;
  width: 24px;
  height: 100%;
  background-color: #29282C !important;
  cursor: pointer;
  z-index: 2000;
}
.liveBox .live_list_box .channel .prev {
  top: 0;
  left: 0;
  background: url(/images/pc/ic_prev.png) no-repeat center center;
  background-size: 14px 14px;
  box-shadow: 7px 0px 5px 0px #1F1E21;
}
.liveBox .live_list_box .channel .prev:hover {
  background: url(/images/pc/ic_prev_s.png) no-repeat center center;
  background-size: 14px 14px;
}
.liveBox .live_list_box .channel .next {
  top: 0;
  right: 0;
  background: url(/images/pc/ic_next.png) no-repeat center center;
  background-size: 14px 14px;
  box-shadow: -7px 0px 5px 0px #1F1E21;
}
.liveBox .live_list_box .channel .next:hover {
  background: url(/images/pc/ic_next_s.png) no-repeat center center;
  background-size: 14px 14px;
}
.liveBox .live_list_box .title {
  width: 100%;
    height: 46px;
    line-height: 26px;
  box-sizing: border-box;
  padding: 0 15px;
}
.liveBox .live_list_box .title p {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
}
.liveBox .live_list_box .title a {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #fff;
  background: url(/images/pc/ic_next.png) no-repeat center right;
  padding-right: 16px;
  background-size: 14px 14px;
}
.liveBox .live_list_box .title a:hover {
  color: #FF1534;
  background: url(/images/pc/ic_next_s.png) no-repeat center right;
  background-size: 14px 14px;
}
.liveBox .info {
  margin-top: 20px;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #cccccc;
  width: 930px;
  box-sizing: border-box;
}
.swiper-channel {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #242326;
  box-sizing: border-box;
  padding: 0 19px;
}
.swiper-channel .swiper-slide {
  width: auto;
}
.swiper-channel .swiper-slide:not(:last-child) {
  margin-right: 15px;
}
.swiper-channel .item:not(:last-child) {
  margin-right: 24px;
}
.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;
}
.swiper-channel .item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 30px;
  margin-left: -15px;
  background-color: #FF1534;
  border-radius: 100px 100px 0px 0px;
}
.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;
}
/* 视频详情页 */
.commendList {
  background: #18171a;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.commendList .item {
  float: left;
  width: 240px;
  height: 200px;
  background: #18171a;
  box-sizing: border-box;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.commendList .item:hover p {
  color: #fff;
}
.commendList .item .cover_img {
  width: 100%;
  height: 135px;
  position: relative;
}
.commendList .item .cover_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.commendList .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;
}
.commendList .item .intro {
  width: 100%;
  height: 63px;
  box-sizing: border-box;
  padding: 11px 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #989fa5;
  line-height: 22px;
  overflow: hidden;
}
.info_det {
  margin-top: 20px;
  width: 930px;
  box-sizing: border-box;
}
.info_det > p:nth-child(1) {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #cccccc;
}
.info_det > p:nth-child(2) {
  margin-top: 10px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 25px;
}

.player{
    width:930px;
    height: 524px;
}
.playerdiv{ 
    width: 630px;
}
.article_d .playerdiv{ 
    height: 354px;
}



.goTop .g_cggg { background:#F87503; margin-bottom:5px;text-align: center; padding: 20px 0; font-size: 14px; border: 1px solid #e06902; display:none;}
.goTop .g_cggg a { color: #fff; font-weight: bold;}


 /*GU 202012.4*/
.videomain { float:left; width:930px;}



 @media screen and (max-width:960px){
	 .box { width:100%;}
	 .header .bottom { height:auto; overflow:hidden; padding-bottom:2vw;}
	 .header .bottom .logo { width:100%; height:auto; margin-top:3.5vw;}
	 .art_menu { height: auto; margin-top: 2vw; line-height: 4vw;  margin-left: 0; width:61%; float:right;}
	 .art_menu li { max-width:none; min-width:inherit; padding:1.5vw 0 0 3vw; margin-left:0;}
	 .art_menu li a { font-size:3vw;}
	 
	 .bannerbox { padding-top:6vw;margin-top:27vw !important}
	 
	 

       .pub_codeBox { height: auto; margin-top:4vw;}
		  .pub_codeBox .box { padding:3vw 0vw; overflow: hidden; width:100%;}
		  .pub_codeBox .box .conn { float:none; width:100%; text-align:center; padding-bottom:3vw; display:none;}
		  .pub_codeBox .box .conn  a { float: none; display:inline-block; font-size:3vw; margin:0 3vw;}
		  .pub_codeBox .codeBox { margin-left:0; float:none; width:100%; text-align:center;}
		  .pub_codeBox .codeBox .item { margin:0; display:inline-block; padding:0;width:32%; text-align:center; float:none; display:inline-block; box-sizing:border-box;}
		  .pub_codeBox .codeBox .item img { width:20vw; height:20vw; margin:0 auto;}
		  .pub_codeBox .codeBox .item span { text-align:center; font-size:2.8vw;}
		  
		  .main-content .l_content .newsList { margin-top:4vw;}
		  
		  .playerdiv{ width: 100%;height:auto;}
		  
		  
		  /*GU 202012.4*/
		  .header .top .left { width:100%;}
		  .header .top .left  a:nth-child(2) { float:right;}
		   .header .top .content { box-sizing: border-box; padding:0 2%;}
		  .header .bottom .content { box-sizing: border-box; padding:0 2%;}
		  .header .bottom .content > a.fl { width:38%;}
		 
		  
		  
		  
		  .liveBox { width:100%;}
		  .liveBox .box { height:auto;}
		  .videomain { width:100%;}
		  .liveBox .live_player_box,.player { width: 100%; height: auto;}
		  .video_share { display: none;}
		  
		  .liveBox .live_player_box { float:none;}
		  .liveBox .live_list_box { width:100%; height:auto;}
		  .commendList {   padding: 0 4%;    overflow-y: hidden;    overflow-x:  scroll;}
		  .commendList .item { width:50%; padding-right:4%; height:50vw;}
		  .commendList .item:nth-child(even) { padding-right:0;}
		  .commendList .item .intro { height:14vw; padding:3vw 0 0; line-height:5.5vw; font-size:3.6vw;}
		  .info_det { width:100%; float:none; padding-bottom:5vw;}
		  .info_det > p:nth-child(1){ padding-left:4%;font-size:4.2vw;-webkit-line-clamp: 2;}
		  .liveBox .live_list_box .title {   height: 14vw;  line-height: 5.5vw;   padding: 0 4%; padding-top:3vw; }
		  .liveBox .live_list_box .title p { font-size:5vw;}
		  
		  .footer .item p {    margin-left: 0;    text-align: center;    float: none;}
		  
		  .cnzzbox { display:none;}
		  
		  .article_d .playerdiv { height:auto;}
 }



















