@charset "utf-8";
html {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
th,
td,
table,
label,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
hgroup {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body {
    color: #666;
    font: 12px/18px "Microsoft Yahei", Arial, sans-serif, "\5B8B\4F53";
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
hgroup {
    display: block
}

ul,
li {
    list-style: none
}

img,
iframe {
    border: 0
}

/*em,*/
/*strong {*/
/*    font-style: normal;*/
/*    font-weight: normal*/
/*}*/

sup,
sub {
    vertical-align: baseline
}

a {
    color: #000;
    text-decoration: none;
    outline: 0
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: middle;
    outline: 0 none;
}

select,
input,
img {
    vertical-align: middle
}

button {
    cursor: pointer
}

textarea {
    resize: none;
    overflow-y: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

a {
    outline: none !important;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}
.pd-b-50{
    padding-bottom: 50px;
}
.mg-t-50{
    margin-top: 50px;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.wd1000{
    width:1000px;
    margin: 0 auto;
}
.wd1200{
    width:1200px;
    margin: 0 auto;
}
.font-weight16 a{
    font-weight: bolder;
    font-size: 16px !important;
}
.font-weight a{
    font-weight: bolder;
    font-size: 18px !important;
}
.fontweight{
    font-weight: bolder;
}
.fontweight a{
    font-weight: bolder;
}
.font-weight a{
    font-weight: bolder;
    font-size: 18px !important;
}
.pd-t-2{
    padding-top:2px;
}
.pd-t-6{
    padding-top:6px;
}
.pd-t-8{
    padding-top:8px;
}
.pd-t-10{
    padding-top:10px;
}
.pd-t-12{
    padding-top:12px;
}
.pd-t-14{
    padding-top:14px;
}
.pd-t-26{
    padding-top:26px;
}
.pd-t-48{
    padding-top:48px;
}
.mg-t-15{
    margin-top: 15px !important;
}
.wd-1200{
    width: 1200px;
    margin: 0 auto;
}
.mg-t-85{
    margin-top: 85px!important;
}
.scale{
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.scale:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    color: #FE2042;

}
.inlineBlock{
     display: inline-block;
}
.host .swiper-slide img{
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;

}
.host .swiper-slide img:hover{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    color: #FE2042;

}
/*导航整体结构*/
.head-top{
	width: 100%;
	height: 54px;
	background: #D5000B;
}
.head-wrap{
	display: flex;
	justify-content: space-between;
}
.head_logo{
	width: 250px;
	text-align: center;
}
.head_logo img{
	width: 100px;
    height: 30px;
    margin-top: 14px;
}
.head_list{
	width: 900px;
}
.head_list ul{
	display: flex;
	flex-wrap: wrap;
}
.head_list ul li{
	width: 265px;
	line-height: 26px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    list-style: inside;
    margin-right: 50px;
}
.head_list ul li::marker {
    color: #ffffffb3;
 }
 .head_list ul li:nth-child(3n){
 	margin-right: 0px;
 }
/*.head_list ul li::before{
    content: "."; 
    color: #ffffffb3;
}*/
.head_list ul li a{
	color: #ffffffb3;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
.wd_1200{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

/*20210603零首页导航改版  单号19623*/

.nav_wrapper_bg {
	width: 100%;
	background-color: #333333;
	/*background-color: red;*/
	margin: 0 auto;
	position: relative;
}

.nav_wrapper_bg .nav_wrapper {
	width: 1200px;
	height: 54px;
	margin: 0 auto;
	position: relative;
	z-index: 50;
}

.nav_wrapper_bg .nav_wrapper .nav_logo {
	width: 325px;
	height: 65px;
	background-color: #0099FF ;
	float: left;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 51;
}

.nav_wrapper_bg .nav_wrapper .nav_logo img {
	display: block;
	width: 325px;
	height: 65px;
	overflow: hidden;
}

.nav_wrapper_bg .nav_wrapper .nav_list {
	width: 840px;
	height: 54px;
	padding: 2px 0 0 0px;
	float: right;
	display: flex;
	justify-content: space-between;
}

.nav_wrapper_bg .nav_wrapper .navli {
	height: 54px;
	line-height: 54px;
	float: left;
	margin-right: 24px;
	cursor: pointer;
}
.nav_wrapper_bg .nav_wrapper .navli.tv:hover #chatab{
    display: block;  
    /*animation: fly 2s ease 1;*/
}
.nav_wrapper_bg .nav_wrapper .navli.radio:hover #videoC{
    display: block;   
}
@keyframes fly {
  0% {
    top: 0px;
  }

  50% {
    top: 27px;
  }

  100% {
    top: 54px;
  }
}
/*.nav_wrapper_bg .nav_wrapper .nav_list::-webkit-scrollbar {*/
/*            width: 100px;    */
/*            height: 5px;*/
/*        }*/
.nav_wrapper_bg .nav_wrapper .navli .nav_tit {
	display: inline-block;
	height: 54px;
	font-size: 16px;
	color: #fff;
	line-height: 54px;
	position: relative;
}

.nav_wrapper_bg .nav_wrapper .navli .nav_tit a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	float: left;
}

.nav_wrapper_bg .nav_wrapper .navli .nav_tit .group {
	display: inline-block;
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 20px;
	margin-left: 7px;
	background: url(/images/pcnew/down.png) no-repeat;
	background-size: 100% 100%;
}

.nav_wrapper_bg .nav_wrapper .navli .nav_tit:hover {
	color: #0099FF;
}

.nav_wrapper_bg .nav_wrapper .navli .nav_tit:hover a {
	color: #0099FF;
}

.nav_wrapper_bg .nav_wrapper .navli .nav_tit:hover .group {
	background: url(/images/pcnew/top.png) no-repeat;
	background-size: 100% 100%;
}
.nav_wrapper_bg .nav_wrapper .navli.active .nav_tit a{
    color: #0099FF;
}
.nav_wrapper_bg .nav_wrapper .navli.active .nav_tit .group{
   background: url(/images/pcnew/top.png) no-repeat;
	background-size: 100% 100%;
}
.nav_wrapper_bg .nav_wrapper .nav_border.last {
	margin-right: 10px;
}

.nav_wrapper_bg .nav_wrapper .icon {
	margin-right: 0px;
	margin-left: 0;
}

.nav_wrapper_bg .nav_wrapper .search_icon {
	width: 18px;
	height: 58px;
	padding: 0 10px;
}

.nav_wrapper_bg .nav_wrapper .app_icon {
	width: 18px;
	height: 58px;
	padding: 0 10px;
}

.nav_wrapper_bg .nav_wrapper .user_icon {
	width: 21px;
	height: 58px;
	padding: 0 10px;
}

.nav_wrapper_bg .nav_wrapper .class_icon {
	width: 16px;
	height: 58px;
	padding: 0 10px;
	padding-right: 0;
}

.nav_wrapper_bg .nav_wrapper .app_icon .btn_icon {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-top: 20px;
	background: url(/images/pcnew/search.png) no-repeat;
	background-size: 100% 100%;
}
.nav_wrapper_bg .nav_wrapper .app_icon .btn_icon:hover {
	background: url(/images/pcnew/searchb.png) no-repeat;
	background-size: 100% 100%;
}


/*导航整体结构end*/


/*下拉通用*/

.nav_wrapper_bg .nav_wrapper .slide {
	position: absolute;
	top: 48px;
	/*overflow: hidden;*/
	display: inline-block;
	z-index: 50;
}

.nav_wrapper_bg .nav_wrapper .slide .slide_con {
	display: inline-block;
}

.nav_wrapper_bg .nav_wrapper .slide ul {
	display: inline-block;
}

.nav_wrapper_bg .nav_wrapp .slide ul li {
	font-size: 14px;
	color: #525252;
	line-height: 20px;
}

.nav_wrapper_bg .nav_wrapper .slide.fixed {
	/*height: 0px;*/
	overflow: hidden;
	display: none;
}

.nav_wrapper_bg .nav_wrapper .slide.fixed .slide_con {
	background: #fff;
	/*height: 208px;*/
	max-height: 208px;
	margin: 6px;
	/*margin-top: -146px;*/
	zoom: 1;
	_position: relative;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	overflow: auto;
}

.nav_wrapper_bg .nav_wrapper .slide.fixed .slide_con ul {
	float: left;
	padding: 13px 20px;
}

.nav_wrapper_bg .nav_wrapper .slide.fixed .slide_con ul li {
	padding: 4px 0;
	line-height: 32px;
	background: no-repeat;
	word-break: keep-all;
	font-size: 14px;
	line-height: 24px;
}

.nav_wrapper_bg .nav_wrapper .slide.fixed .slide_con ul li.last {
	margin-bottom: 0;
}

.nav_wrapper_bg .nav_wrapper .slide.fixed .slide_con ul li a {
	color: #525252;
	text-decoration: none;
	background: url(/images/pcnew/zfx.png) no-repeat left center;
	background-size: 6px 6px;
	padding-left: 17px;
}

.rotate0{
    position: relative;
}
#chatab,#videoC{
    width: 300px;
    background: #fff;
    min-height: 11px;
    position: absolute;
    top: 54px;
    left: 0;
    box-shadow: 0px 4px 3px #888888;
    display: none;
}
#chatab li,#videoC li {
    display: inline-block;
    padding: 4px 0;
    line-height: 32px;
    background: no-repeat;
    word-break: keep-all;
    line-height: 24px;
    margin-left: 20px;
}
#chatab li a,#videoC li a{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    background: url(/images/pcnew/zfx.png) no-repeat left center;
    background-size: 6px 6px;
    padding-left: 17px;
}
#chatab li a:hover,#videoC li a:hover{
    color: #0099FF;
}
/*分享*/
.watch-share{
	position: relative;
}
.bdsharebuttonbox {
	display: inline-block;
	/*padding: 0 20px;*/
	height: 80px;
	overflow: hidden;
	width: 258px;
	background: #fff;
}

.share-box {
	width: 258px;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0px;
	height: 80px;
	display: none;
}
.watch-share:hover .share-box{
	display: block;
}

.bdsharebuttonbox a {
	width: 48px;
	height: 32px;
	display: inline-block;
	margin: 0px 5px;
	border-radius: 50%;
	padding-top: 36px;
	background-position: 10px 12px !important;
	padding-left: 0 !important;
	text-align: center;
	display: inline-block;
}

.bdsharebuttonbox .bds_qzone {
	background: url(/images/pcnew/qqkj.png) no-repeat center center;
	background-size: 32px 32px;
}

.bdsharebuttonbox .bds_tsina {
	background: url(/images/pcnew/wb.png) no-repeat center center;
	background-size: 32px 32px;
}

.bdsharebuttonbox .bds_weixin {
	background: url(/images/pcnew/wx.png) no-repeat center center;
	background-size: 32px 32px;
}

.bdsharebuttonbox .bds_sqq {
	background: url(/images/pcnew/qqhy.png) no-repeat center center;
	background-size: 32px 32px;
}

.bdsharebuttonbox span {
	font-size: 14px;
	/*color: #FFFFFF;*/
	float: left;
	padding-top: 10px;
}
.watch-phone{
	position: relative;
}
.watch-phone .phone-ewm{
	width: 150px;
	height: 170px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 88888;
    background: #fff;
    display: none;
}
#box{
    width: 110px;
	height: 130px;
	margin: 5px 20px;
}
.phone-ewm p{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
}
.watch-phone .phone-ewm img{
	width: 100%;
	height: 100%;
}
.watch-phone:hover .phone-ewm{
	display: block;
}
/*分享*/
.share{
	width: 900px;
	height: 52px;
	background: #1A1A1A ;
}
.share>div{
	display: inline-block;
	line-height: 52px;
	cursor: pointer;
	color: #999999;
}
.share>div>i{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.watch-phone{
	margin-left: 12px;
}
.watch-phone i{
	background: url(/images/pcnew/phone.png)no-repeat;
}
.watch-share{
	margin-left: 30px;
}
.watch-share i{
	background: url(/images/pcnew/share.png)no-repeat;
}
.watch-phone:hover{
	color: #138DF9;
}
.watch-share:hover{
	color: #138DF9;
}
.watch-phone:hover i{
	background: url(/images/pcnew/phoneb.png)no-repeat;
}
.watch-share:hover i{
	background: url(/images/pcnew/shareb.png)no-repeat;
}

/*栏目推荐*/
.clumn-list{
	/*margin-top: 50px;*/
}
.clumn-list .tips {
    font-size: 18px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-weight: bolder;
    padding-bottom: 30px;
}
.clumn-list .tips a.hot-more {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/pcnew/right.png)no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    float: right;
    margin-right: 8px;
}
.clumn-list .tips a.hot-more:hover {
    background: url(/images/pcnew/rightb.png)no-repeat;
    background-size: 100% 100%;
}

/* 主持人 */

#host-show {
    background: none;
    padding-top: 0px;
    padding-bottom: 15px;
}

#host-show .full {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
    height:180px;
}

#host-show .host-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#host-show .cover-left {
    width: 2400px;
    position: absolute;
    left: -2400px;
    top: 0;
    opacity: 0.7;
    background: #fff;
    height: 130px;
    z-index: 10;
}

#host-show .cover-right {
    width: 2400px;
    position: absolute;
    right: -2400px;
    top: 0;
    background: #fff;
    opacity: 0.7;
    height: 130px;
    z-index: 10;
}

#host-show .swiper-container {
    overflow: visible;
    height: 180px;
    padding-top: 10px;
}

#host-show .swiper-slide {
    text-align: center;
    height: 180px;
    position: relative;
    
}

#host-show .swiper-slide a {
    display: inline-block;
    width: 225px;
    height: 124px;
    color: #fff;
}

#host-show .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border: none;
    padding:2px;
    border-radius: 0%;
}

#host-show .arrow-left {
    position: absolute;
    left: 9px;
    top: 45%;
    margin-top: -20px;
    width: 20px;
    height: 30px;
    z-index: 15;
    background: rgb(0 0 0 / 50%);
}

#host-show .arrow-right {
    position: absolute;
    right: 6px;
    top: 45%;
    margin-top: -20px;
    width: 20px;
    height: 30px;
    z-index: 15;
    background: rgb(0 0 0 / 50%);
}
#host-show .arrow-right img,#host-show .arrow-left img{
	width: 100%;
	height: 100%;
}
#host-show .stars-info {
    height: 40px;
    position: absolute;
    bottom: 13px;
    left: 0;
    text-align: left;
    width: 100%;
    -webkit-transition: all linear 250ms;
    transition: all linear 250ms;
    color: #fff;
}

#host-show .stars-info .name {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bolder;
    color: #fff;
    text-indent: 10px;
}
/*尾部*/
.footer{
	background: rgb(67,66,66);
    color: #888888;
    margin-top: -2px;
}
.ft_top {
    margin: 0 auto;
    padding: 20px 0;
}
.ft_top .ft_left{
	float: left;
	width:100%;
}
.ft_top h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.ft_top h5 a {
    margin-right: 35px;
}
.ft_top a{
    color: #dfdede;
}
.nofollow{
    color: #888888;
    text-align: center;
}
.nofollow span{
	line-height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.ft_bottom{
	width:100%;
    background: rgb(62,60,60);
    border-top: 2px solid rgb(65,65,65);
}
.ft_bottom p{
	text-align: center;
	padding:15px 0;
}



.ct-nav{
	font-size:16px;
	color:#666666;
	line-height:42px;
	margin-top: 15px;
	display: table;
}
.ct-nav #keyword{
	width: 681px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    border: 1px solid #c4c4c4;
}
.ct-nav .searbtn{
    display: inline-block;
    width: 110px;
    height: 42.5px;
    line-height: 42px;
    text-align: center;
    background: #0099FF;
    color: #fff;
    vertical-align: middle;   
    font-size: 15px;
    cursor: pointer;
}
.ct-nav .searbtn i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/images/pcnew/search.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 8px;
    vertical-align: middle;
}
.searchnum{
    margin-top: 23px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.searchnum .es_num{
    color: #0099FF;
}
/*.ct-nav span{*/
/*	margin:0 5px;*/
/*}*/
/*a:hover {color: #d93024;}*/
.mt10 {margin-top:13px;}
.mt20 {line-height:20px; } /*margin-top: 20px;*/
.mt40 { margin-top: 20px;}
.mb10 {margin-bottom: 8px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 20px;}
.first-multi.mb40{margin-bottom:0;}
.hide{display: none;}


.nav_wrapper_bg .nav_wrapper .slide.fixed .slide_con::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}


/*频道导航*/
.nav_wrapper_bg {
    min-height: 54px;
    position: relative;
}
#nav{
    width: 100%;
    background: #fff;
    min-height: 11px;
    display: none;
    /*height: 66px;*/
    position: absolute;
    top: 54px;
    left: 0;
}
#nav .nav-tv{
	/*height: 66px;*/
	line-height: 40px;
	box-shadow: 0px 4px 3px #888888;
	display: none;
	overflow-y: auto;
    min-height: 66px;
    width: 100%;
}
#nav .nav-tv::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

#nav .nav-tv ul{
    padding: 13px 0px;
}
#nav .nav-tv ul li{
	display: inline-block;
	padding: 4px 0;
    line-height: 32px;
    background: no-repeat;
    word-break: keep-all;
    line-height: 24px;
    margin-right: 40px;
}
#nav .nav-tv ul li a{
	color: #333333;
	font-size: 14px;
	font-weight: 400;
    text-decoration: none;
    background: url(/images/pcnew/zfx.png) no-repeat left center;
    background-size: 6px 6px;
    padding-left: 17px;
}
#nav .nav-tv ul li.on a{
	color: #0099FF;
}
#nav .nav-tv ul li a:hover{
	color: #0099FF;
}
/*广播*/
.broadcast-channel{
    width:1200px; 
    position:relative;
}
.broadcast-channel li{
    /*margin-bottom: 28px;*/
    cursor: pointer;
}

.broadcast-channel li h3{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: line-height;
}
.broadcast-channel li p{
    height:14px;
    line-height: 14px;
    font-size: 14px;
    padding-top: 5px;
    color: #999999;
}
.broadcast-channel li h3:hover{
	color: #0099FF;
}
/*.broadcast-channel li.on h3{*/
/*    color: #fff;*/
/*}*/
/*.broadcast-channel li.on p{*/
/*    color: #fff;*/
/*}*/
/*.broadcast-channel li:hover h3{*/
/*    color: #fff;*/
/*}*/
/*.broadcast-channel li:hover p{*/
/*    color: #fff;*/
/*}*/
.pd-t-30{
    padding-top: 30px;
}
.tab {
    height: 60px;
}
.tab span{
    display: inline-block;
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    background: #ddd;
    color: #000;
    margin-right: 20px;
    cursor: pointer;
}
.tab span.active{
    display: inline-block;
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    background: #0099FF;
    color: #fff;
}
/*轮播图左右按钮*/
.swiper-button-next {
    background-image: url(/images/pcnew/host-right.png)!important;
    background: rgb(0 0 0 / 50%);
    width: 20px!important;
    height: 33px!important;
    background-size: 19px 21px!important;
}
.swiper-button-prev {
    background-image: url('/images/pcnew/host-left.png')!important;
    background: rgb(0 0 0 / 50%);
    width: 20px!important;
    height: 33px!important;
    background-size: 19px 21px!important;
}
