
.live_ul li,.live_content span,.live_img_wrap img,.slid_img_wrap img,.slid_content_wrap>p,.oa_list{
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
}
.lv_header{
	width: 100%;
	height: 1300px;
	background: url("https://files.cn-healthcare.com/xbhwt/staticFile/home/chs2020/img/lv_gb.png") no-repeat 100% 100%/100% 100%;
	margin-top: 50px;
}
.hd_img_wrap{
	width: 1600px;
	margin: auto;
	position: relative;
}
.hd_img_wrap>img{
	width: 100%;
	height: 100%;
}
.hd_img_wrap ul{
	/*position: relative;*/
}
.hd_img_wrap li{
	/*position: absolute;*/
	cursor: pointer;
 	/*background: gainsboro;*/
}
.hd_img_wrap li .hd_shadow{
	position: absolute;
}
.hd_img_wrap li:nth-child(1) .hd_shadow{
	width: 253px;
    height: 135px;
    top: 228px;
    left: 301px;
    transform: rotateZ(34deg);
}
.hd_img_wrap li:nth-child(2) .hd_shadow{
    width: 214px;
    height: 175px;
    top: 431px;
    left: 297px;
    transform: rotate3d(1, 1, 2, -50deg);
}
.hd_img_wrap li:nth-child(3) .hd_shadow{
	width: 214px;
    height: 175px;
    top: 545px;
    left: 520px;
    transform: rotate3d(1, 1, 2, -50deg);
}
.hd_img_wrap li:nth-child(4) .hd_shadow{
    width: 266px;
    height: 255px;
    top: 231px;
    left: 666px;
    transform: rotate3d(1.5, 1, 1.5, -68deg);
}
.hd_img_wrap li:nth-child(5) .hd_shadow{
    width: 223px;
    height: 216px;
    top: 434px;
    left: 877px;
    transform: rotate3d(1.5, 1, 1.5, -68deg);
}
.hd_img_wrap li:nth-child(6) .hd_shadow{
    width: 140px;
    height: 127px;
    top: 574px;
    left: 1136px;
    transform: rotate3d(1.5, 1, 1.5, -68deg);
}
.hd_img_wrap li:nth-child(7) .hd_shadow{
	width: 258px;
    height: 159px;
    top: 282px;
    left: 1092px;
    transform: rotate3d(1.5, 1, 1.5, -68deg);
}
.hd_img_wrap li:nth-child(8) .hd_shadow{
    width: 153px;
    height: 131px;
    top: 450px;
    left: 1214px;
    transform: rotate3d(1.5, 1, 1.5, -68deg);
}
.lv_live_wrap{
    width: 1300px;
    margin: auto;
    margin-top: -55px;
}
.vedio_wrap{
	width: 810px;
	height: 455px;
	float: left;
}
.live_title{
	font-size: 32px;
	color: white;
	margin-bottom: 30px;
}
#J_prismPlayer{
	float: left;
}
.live_ul{
	width: 460px;
	height: 455px;
	float: left;
	margin-left: 30px;
	background: #1B61B5;
}
.live_ul li{
	width: 100%;
	height: 114px;
	border-bottom: 1px solid #054591;
	cursor: pointer;
}
.live_ul li:hover{
	background: #054591;
}
.live_ul li:hover .live_content span{
	background: #1B61B5;
}
.live_ul>a:nth-last-child(1) li{
	border: none;
}
.live_ul li>div{
	float: left;
}
.live_img_wrap{
	width: 143px;
	height: 80px;
    margin-left: 20px;
	margin-top: 17px;
	overflow: hidden;
}
.live_img_wrap img{
	width: 100%;
	height: 100%;
}
.live_img_wrap img:hover{
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.live_content{
	width: 240px;
	margin-left: 16px;
    margin-top: 14px;
}
.live_content p{
	font-size: 14px;
	color: white;
	line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.live_content span{
    padding: 3px 10px;
    background: #054591;
    border-radius: 11px;
    font-size: 12px;
    color: #CCCCCC;
    display: inline-block;
    margin-top: 15px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.lv_lb_wrap .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;
}
.lv_content_wrap{
	width: 1300px;
	margin: auto;
	margin-top: 75px;
}
.lv_content_wrap>section{
	width: 100%;
	height: 490px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.lv_title{
    width: 90%;
	margin-left: 5%;
	color: white;
	font-size: 32px;
	text-align: left;
	font-weight: bold;
}
.lv_content_wrap>section:nth-child(2n+1){
	background: #FF7900;
}
.lv_content_wrap>section:nth-child(2n){
	background: white;
}
.lv_content_wrap>section:nth-child(2n) .lv_title{
	/*text-align: right;*/
    color: #222222;
}
.lv_img_wrap{
    width: 370px;
    float: left;
    position: relative;
    margin-top: 90px;
}
.lv_content_wrap>section:nth-child(2n) .lv_img_wrap{
	float: right;
}
.lv_img_wrap img{
	width: 100%;
	margin-left: -20px;
}
.lv_content_wrap>section:nth-child(2n) .lv_img_wrap img{
	margin-left: 35px;
}
.lv_content_wrap>section:nth-child(2n) .slid_content_wrap>p,.lv_content_wrap>section:nth-child(2n) .slid_content{
	color: #222222;
}
.lv_content_wrap>section:nth-child(2n) .slid_content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lv_content_wrap>section:nth-child(2n) .slid_content_wrap>div:nth-last-child(1) span{
	color: #FF7900;
}
.lv_lb_wrap{
	width: 795px;
	height: 365px;
	float: left;
	margin-left: 60px;
    margin-top: 20px;
    position: relative;
    opacity: 0;
}
.lv_content_wrap>section:nth-child(2n) .lv_lb_wrap .swiper-pagination-bullet-active{
	background: #FF7900;
}
.lv_content_wrap>section:nth-child(2n) .lv_lb_wrap .swiper-pagination-bullet{
	border: 1px solid #FF7900;
}
.lv_lb_wrap .swiper-container{

}
.lv_lb_wrap .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid white;
	background: none;
    margin: 0 6px;
    outline: none;
}
.lv_lb_wrap .swiper-pagination-bullet-active{
	background: white;
}
.lv_lb_wrap .swiper-wrapper{
	height: 100%;
}
.lv_lb_wrap .swiper-pagination{
    width: 100%;
	margin-top: 20px;
}
.lv_lb_wrap .swiper-slide{
	background: none;
	text-align: inherit;
}
.slid_img_wrap{
	width: 100%;
	height: 189px;
	overflow: hidden;
}
.slid_img_wrap img{
	width: 100%;
	height: 100%;
}
.slid_img_wrap img:hover{
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slid_content_wrap{
	margin-top: 20px;
	color: white;
}
.slid_content_wrap>p{
	font-size: 18px;
    color: white;
	margin-bottom: 10px;
}
.slid_content_wrap>p:hover{
	color: #0C95FF!important;
}
.slid_content{
	font-size: 12px;
	line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    cursor: pointer;
    color: white;
}
.slid_content_wrap>div:nth-last-child(1){
	margin-top: 15px;
}
.slid_content_wrap>div:nth-last-child(1) img{
	width: 14px;
	vertical-align: middle;
}
.slid_content_wrap>div:nth-last-child(1) span{
	font-size: 14px;
	margin-left: 3px;
	color: white;
}
.lv_lb_wrap1 .slid_img_wrap{
	height: 125px;
}
.sli_icon{
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url("https://files.cn-healthcare.com/xbhwt/staticFile/home/chs2020/img/lv_icon1.png") no-repeat 100% 100%/100% 100%;
    vertical-align: middle;
}
.lv_content_wrap>section:nth-child(2n) .sli_icon{
 	background: url("https://files.cn-healthcare.com/xbhwt/staticFile/home/chs2020/img/lv_icon2.png") no-repeat 100% 100%/100% 100%;
}
.lv_sec4 .lv_title,.lv_sec8 .lv_title{
	text-align: left!important;
	color: #FF7900!important;
}
.lv_footer{
	width: 100%;
	margin-top: 130px;
}
.lv_footer img{
	width: 100%;
	display: block;
}
.hd_toast{
	width: 290px;
	position: absolute;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 4px;
	background: #FFF2E6;
	border: 1px solid #FF7900;
	display: none;
}
.hd_toast p{
	text-align: center;
	font-weight: bold;
	color: #222222;
	font-size: 16px;
}
.hd_content,.hd_btn{
	width: 90%;
	margin-left: 5%;
}
.hd_content{
	line-height: 1.5;
	font-size: 14px;
	margin-top: 10px;
	transform: rotateZ(0deg)!important;
}
.hd_btn{
	width:252px;
	height:36px;
	line-height: 36px;
	text-align: center;
	background: #FF7900;
	font-size: 14px;
	color: white;
	margin-top: 15px;
    transform: rotateZ(0deg)!important;
}
.hd_img_wrap li:nth-child(1) .hd_toast{
    bottom: 587px;
	left: 277px;
}
.hd_img_wrap li:nth-child(2) .hd_toast{
    bottom: 353px;
    left: 242px;
}
.hd_img_wrap li:nth-child(3) .hd_toast{
   	bottom: 245px;
	left: 467px;
}
.hd_img_wrap li:nth-child(4) .hd_toast{
    bottom: 534px;
	left: 652px;
}
.hd_img_wrap li:nth-child(5) .hd_toast{
    bottom: 337px;
	left: 844px;
}
.hd_img_wrap li:nth-child(6) .hd_toast{
    bottom: 252px;
	left: 1053px;
}
.hd_img_wrap li:nth-child(7) .hd_toast{
    bottom: 526px;
	left: 1071px;
}
.hd_img_wrap li:nth-child(8) .hd_toast{
    bottom: 364px;
	left: 1147px;
}
.oa_wrap{
  	width: 130px;
    height: inherit;
    padding-bottom: 8px;
    position: fixed;
    top: 15%;
    right: 30px;
    z-index: 9999;
}
.oa_title>p img{
    display: block;
	margin: auto;
}
.gf_img{
    width: 116px;
    display: block;
    margin: auto;

}
.gf_img1{
	margin-bottom: 3px;
}
.oa_wrap>.oa_bg{
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	z-index: -1;
}
.oa_gift{
    width: 120%;
    margin-top: -37%;
    margin-left: -12%;
}
.oa_content{
 	width: 92%;
    margin-left: 4%;
   	margin-top: -4%;
}
.oa_title{
    text-align: center;
    position: relative;
    font-size: 16px;
    /*margin-bottom: 5px;*/
    color: white;
    /*margin-top: 5px;*/
}
.oa_title>div{
  	width: 18px;
    height: 1px;
    position: absolute;
    background: white;
    top: 12px;
}
.oa_title>div:nth-child(1){

}
.oa_title>div:nth-child(2){
  	right: 0;
}
.oa_title>p{
  	color: white;
}
.oa_list{
    width: 116px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: rgba(255,255,255,1);
    border-radius: 20px;
    font-size: 13px;
    color: #993300;
    border: 1px solid #ffcc33;
    font-weight: bold;
    background: linear-gradient(to bottom,#ffff66,#ffcc33);
    margin-bottom: 5px;
}
.oa_list:hover p{
	color: white;
}
.oa_list:hover{
    background: linear-gradient(to bottom,#ff6633,#cc3300);
	color: white;
	border: 1px solid #cc3300;
}
.oa_list1{
    background: linear-gradient(180deg,rgba(252,239,111,1) 0%,rgba(254,187,50,1) 100%);
    color: #7D4100;
}
.oa_list2{
  	line-height: inherit;
}
.oa_list2 p{
    font-size: 13px;
}
.oa_list2 p:nth-child(1){
  	margin-top: 3px;
}
.oa_bottom{
    text-align: center;
    color: white;
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
}
.oa_bottom img{
	width: 12px;
    vertical-align: middle;
    margin-top: -5px;
}
.oa_bottom span{
    margin-left: 5px;
    color: white;
}
.ol_lb_wrap .swiper-slide>a{
	width: 100%;
}
.ol_lb_wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;

  /* 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;
}
.offline_warp{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 50px;
}
.offline_warp1{
	width: 100%;
	padding-top: 35px;
	background:rgba(4,64,115,1);
	padding-bottom: 0px;
	overflow-y: scroll;
	position: relative;
	height: auto;
}
video{
	display: block;
}
.offline_content{
	width: 1300px;
	margin: auto;
}
.offline_warp1 .offline_content{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top:20px;
}

.line-bg{
	width:100%;
	height:100px;
	background:linear-gradient(180deg,rgba(4,64,115,0) 0%,rgba(4,64,115,1) 100%);
}
.ol_title{
	font-size: 32px;
	color: white;
	font-weight: bold;
}

.on_meeting{
	width: 100%;
	margin-top: 20px;
}
.on_types{
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}
.type_left{
	width: 120px;
	flex-shrink: 0;
	position: relative;
	margin-right: 10px;
	padding-top: 6px;
}
.type_left span{
	font-size: 24px;
	color: white;
	margin-right: 8px;
}
.on_types:nth-of-type(1) .type_left span{
	letter-spacing: 12px;
}
.type_left img{
	width: 10px;
	height: 19px;
	position: absolute;
	right: 6px;
	top: 14px;
}
.type_right{
	/* flex: 1;
	display: flex;
	flex-wrap: wrap; */
}
.type_right .on_item{
	display: inline-flex;
	height: 46px;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
	border-radius: 24px;
    background: #fff;
	border: 1px white solid;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	transition: 0.5s;
    width: auto;
}
.type_right .on_active{

    background: linear-gradient(90deg, #FF6441 0%, #FFCE99 100%);
	border-color: #FFCE99;
    color: #fff;
}


.ol_time_ul{
	width: 100%;
	margin-top: 20px;
}
.ol_time_ul li{
	float: left;
	padding: 6px 16px;
	background: white;
	color:#222222 ;
	font-size: 18px;
	margin-right: 10px;
	cursor: pointer;
}
.ol_time_ul .ol_active{
	background: #FF7900;
	color: white;
}
.ol_lb_wrap{
	width: 100%;
	height: 138px;
	margin-top: 20px;
	position: relative;
}
.ol_video_wrap{
	height: 100%;
	position: relative;
}
.ol_video_wrap>img{
	width: 100%;
	height: 100%;
}
.ol_lb_wrap .swiper-wrapper{
	height: 100%;
}
.ol_lb_wrap .swiper-slide-active .ol_shadow{
/*	display: none;*/
}
.ol_toast{
	width:90%;
	font-size: 16px;
	color: white;
	line-height: 1.5;
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
.swiper-button-prev, .swiper-button-next{
	outline: none;
}
.ol_shadow{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
}
.of_title{
	margin-top: 15px;
	margin-bottom: 20px;
    color: #333333;
}
.of_title div{
    width: 6px;
    height: 30px;
    background: #9E0003;
    display: inline-block;
    vertical-align: middle;
    margin-top: -9px;
}
.of_title span{
	font-size: 28px;
	color: #333333;
    margin-left: 5px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
 	width: 12px;
    height: 21px;
    background: url(https://files.cn-healthcare.com/xbhwt/staticFile/home/chs2020/img/lv_arrow1.png)no-repeat 100% 100%/100% 100%;
    transform: rotateZ(180deg);
    margin-top: -10.5px;
    right: -24px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 12px;
    height: 21px;
    background: url(https://files.cn-healthcare.com/xbhwt/staticFile/home/chs2020/img/lv_arrow1.png)no-repeat 100% 100%/100% 100%;
    margin-top: -10.5px;
    left: -24px;
}
.of_content{
	width: 100%;
	padding-bottom: 20px;
}
.of_video_wrap{
	width: 1000px;
	height: 563px;
	float: left;
}
.of_no_login{
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}
.of_shadow{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.6);
}
.of_toast_wrap{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.of_toast_wrap p{
	font-size: 16px;
	color: white;
}
.of_toast_wrap div{
	padding: 6px 12px;
	font-size: 18px;
	background: #9E0003;
	color: white;
	margin-top: 10px;
	cursor: pointer;
}
.of_login_wrap{
	display: none;
	position: relative;
}
.of_hd_wrap{
	width: 285px;
	height: 563px;
	margin-left: 15px;
	float: left;
}
.od_title{
	/*padding-left: 20px;*/
	color: #FFFFFF;
	background: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
    text-align: center;
    background: #9E0003;
}
.od_content_wrap{
    width: 100%;
    height: 468px;
    background: #F5F6F8;
    padding-top: 15px;
    position: relative;
    overflow-y: scroll;
}
::-webkit-scrollbar {
	width: 0px;
}

::-webkit-scrollbar-track {
	background-color: none;
}

::-webkit-scrollbar-thumb {
	background-color: none;
}

::-webkit-scrollbar-thumb:hover {
	background-color: none;
}

::-webkit-scrollbar-thumb:active {
	background-color: none;
}
.od_ul{
	width: 92%;
	margin-left: 4%;
}
.od_ul li{
	margin-bottom: 15px;
}

.od_ul li .onlinephoto{
	width: 24px;
    height: 24px;
    vertical-align: top;
    border-radius: 50%;
    margin-top: -3px;
}
.od_ul li>span{
    width: 215px;
    font-size: 14px;
    display: inline-block;
    color: #222;
    vertical-align: text-top;
    word-break: break-all;
}
.od_ul li>span span{
	color: #176EF2;
	margin-left: 5px;
}
.od_bottom{
    width: 100%;
    height: 35px;
    background: #fff;
    padding-top: 5px;
}
.od_input_wrap{
	width: 240px;
    height: 30px;
	margin: auto;
	background:rgba(245,246,248,1);
	border-radius: 15px;
	color: white;
}
.od_input_wrap input{
    font-size: 14px;
    color: #222;
    outline: none;
    margin-left: 19px;
    margin-top: 6px;
    background: none;
    border: none;
}
.od_ul li>span>img{
	width: 107px;
	display: block;
	margin-top: 10px;
	margin-left: 5px;
}
.od_btn{
	width: 57px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #9E0003;
    border-radius: 15px;
    display: inline-block;
    float: right;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.of_toast,.fg_toast{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}
.od_ul>li>img{
    width: 24px;
    height: 24px;
    vertical-align: top;
    border-radius: 50%;
    margin-top: -3px;
}
.od_ul li>span img{
	max-height: 107px;
	width: auto;
	max-width: 107px;
	display: inline-block;
	margin-top: 5px;
	vertical-align: middle;
}
.od_ul li>span span:nth-child(2){
	color: #222;
}
.fg_toast{
	top: 5px;
	right: 5px;
}
.of_toast div,.fg_toast div{
	padding: 5px 12px;
	font-size: 18px;
	border-radius: 4px;
	color: white;
	text-align: center;
}
.fg_toast div{
	font-size: 14px;
	padding: 1px 12px;
}
.of_toast1,.fg_toast1{
	background: #12A3FF;
}
.of_toast2,.fg_toast2{
	background: #FF2828;
}
.of_toast3,.fg_toast3{
	background: #999999;
}
.fragment_ul{
	width: 100%;
}
.fragment_ul li{
	width: 248px;
	height: 210px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	cursor: pointer;
}
.fragment_ul li:nth-child(5n){
	margin-right: 0;
}
.fg_top{
	width: 100%;
	height: 139px;
	position: relative;
}
.fg_top>img{
	width: 100%;
	height: 100%;
}
.fg_bottom{
    width: 100%;
    height: 61px;
    background: rgba(0,0,0,0.2);
    padding-top: 10px;
}
.fg_content{
	width: 90%;
	margin-left: 5%;
	color: white;
    display: -webkit-box;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
}
.ol_video_wrap .fg_toast{
    top: 25px;
}
.ol_video_wrap1 .ol_shadow{
	display: none;
}
.od_nav{
	width: 100%;
	height: 100%;
}
.od_nav li{
	width: 100%;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.od_nav .od_active>span{
	color: #FF7900;
}
.od_nav li>span{
	position: relative;
	color: #222;
}
.od_nav li>span span{
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #FF7900;
    position: absolute;
    left: 0;
    bottom: -7px;
    display: none;
}
.od_nav .od_active>span span{
	display: block;
}
.eh_ul{
	width: 92%;
	margin-left: 4%;
}
.eh_ul li{
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 0;
	background: white;
	border-radius: 4px;
}
.eh_content_wrap{
	width: 88%;
	margin-left: 6%;
}
.eh_ul li p{
	font-size: 16px;
	font-weight: bold;
}
.eh_content{
	color: #999999;
	font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 1.5;
}
.eh_btn{
	width:92px;
	height:28px;
	line-height: 28px;
	text-align: center;
	border:1px solid #FF7900;
	color: #FF7900;
	font-size: 14px;
}
.eh_wraps{
    width: 100%;
    height: 509px;
    background: #1C1B19;
    padding-top: 15px;
    position: relative;
    overflow-y: scroll;
    display: none;
}


/* 新增 */
.of_title{
	clear: both;
}
.ul_time_ul{
	/* margin-top: 38px; */
	overflow: hidden;
}
.ul_time_ul li{
	float: left;
	/* width: 80px; */
	margin-right: 16px;
	color:#333333;
	text-align: center;
	position: relative;
	height: 30px;
	cursor: pointer;
}
.ul_time_ul li span{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	height:3px;
    background: linear-gradient(90deg, #FF6441 0%, #FFCE99 100%);
	border-radius:2px;
	width: 100%;
	display: none;
}
.ul_time_ul .ul_active{
	font-weight: bold;
}
.ul_time_ul .ul_active span{
	display: block;
}
.all_ul1{
	margin-top: 20px;
    display: none;
}
.all_ul1:nth-child(1){
    display: block;
}

.ul_video_list li{
	width: 315px;
	float: left;
	margin-right: 10px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	height: 86px;
	display: block;
	margin-bottom: 10px;
	background:rgba(255,255,255,1);
	cursor: pointer;
}
.ul_video_list li:nth-child(4n){
	margin-right: 0px;
}
.ul_video_list  .ul_video_title{
	/* width: 100%; */
	height:30px;
	color: #222222;
	line-height: 30px;
	font-size: 18px;
	padding-left: 20px;

background: linear-gradient(90deg, #FF6441 0%, #FFCE99 100%);
}
.ul_video_list .ul_video_desc{
	display: flex;
	padding: 5px 20px;
	color:#333333;
	font-size: 18px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ul_video_list  .ul_video_title span{
	float: right;
	margin-right: 10px;
	color:#FFFFFF;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	/* padding:0 5px; */
	border-radius:4px;
	margin-top: 5px;
	width: 42px;
	text-align: center;
}

.ul_video_list .ul_video_active{
	border: 1px solid #9E0003;
	background:rgba(255,255,255,1);
}
.ul_video_list .ul_video_active .ul_video_title{
	background:#9E0003;
	color: #FFFFFF;
}
.video_agenda>li{
	padding: 0 20px 10px 20px;

	background:rgba(255,255,255,1);
	border-radius:4px;
	overflow: hidden;
	margin-bottom: 10px;
}
.video_agenda>li .video_agenda_info{
	height: 56px;
	line-height: 56px;
	/* display: flex; */
}
.video_agenda>li .video_agenda_info img{
	width: 20px;
	float: left;
	margin-top: 18px;
	margin-right: 12px;
}
.video_agenda>li .video_agenda_info .video_agenda_time{
	width: 187px;
	float: left;
	/* font-weight: bold; */
	font-size: 28px;
}
.video_agenda>li .video_agenda_info .video_agenda_title{
	color: #176EF2;
	/* font-weight: bold; */
	font-size: 18px;
	width: 800px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.video_agenda>li .video_agenda_desc{
	width: 760px;
	color: #999999;
	font-size: 16px;
	padding-bottom: 18px;
}
.video_agenda_host {
	border-top: 1px solid #D8D8D8;

}
.video_agenda_host .video_agenda_host_name{
	color: #222222;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}
.video_agenda_host .video_agenda_host_name img{
	width: 20px;
	margin-top:12px;
	margin-right: 12px;
	float: left;
}
.video_agenda_host ul{
	padding-left: 30px;
}
.video_agenda_host ul>div{
	color: #176EF2;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.video_agenda_host ul> li{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.video_agenda_host ul> li img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.video_agenda_host ul> li .host_name{
	color: #176EF2;
	font-size: 16px;
	float: left;
	margin-right: 10px;

}
.video_agenda_host ul> li  .host_unit{
	color: #222222;
	font-size: 16px;
}
.intr img{
    max-width:1300px;
}
.allul_time_ul .ul_time_ul{
    display: none;
}
.allul_time_ul .ul_time_ul:nth-child(1){
    display: block;
}

  .intr{
        width: 1000px;
    }
    .of_hd_wrap{
        position: relative;
    }
    .alertsha{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        text-align: center;
        color: #fff;
        font-size: 16px;
        display: none;
        border-radius: 4px;
        height: 36px;
        line-height: 36px;
    }
    .alertsha>span{
        color: #fff;
        background: rgba(0,0,0,0.6);
        margin: 0 auto;
        padding: 4px 10px;
        border-radius: 4px;
    }
