*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	outline: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
body{
	background-color: #EEEEEE;
	font-size: 16px;
	color: #333;
}

a{
	text-decoration: none;
	color: #333;
}
.app{
	max-width: 1200px;
	width: calc(100%  - 20px);
	margin: 0 auto;
}

header{
	height: 60px;
}
.header{
	position: fixed;
	top: 0px;
	top:0;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 60px;
	z-index: 100;
}
.header-con{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo{
	height: 46px;
	margin: 0 20px 0 10px;
}
.header-con>div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-nav{
	padding: 0 10px;
	line-height: 60px;
	cursor: pointer;
	white-space:nowrap;
}
.header-nav:hover{
	background-color: #eee;
}
.header-nav.active{
	background-color: #D01525;
	color: #fff;
}

.header-seach{
	width: 150px;
	height: 36px;
	background-color: #EEEEEE;
	border-radius: 36px;
	display: flex;
	margin-right: 10px;
	align-items: center;
}
.header-seach-input{
	width: 100px;
	height: 30px;
	background-color: transparent;
	border: none;
	padding: 0 20px;
}
.icon-seach{
	width: 50px;
	height: 36px;
	display: block;
	background-size: 22px;
	background-position: center;
	background-image: url(../img/seach.png);
	cursor: pointer;
}

.con1{
	height: 510px;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	background-color: #16161b;
	border-radius: 10px;
	overflow: hidden;
}
.con1-video{
	width: 900px;
	height: 510px;
	background-color: #eee;
	border-radius: 10px;
	position: relative;
	transition: all .2s;
}
.con1-list{
	width: 290px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.con1-video-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background-color: rgba(0,0,0,0.3);
	/* background-image: url(../img/play.png); */
	background-size: 60px;
	background-position: center 184px;
}
.con1-video-btn{
	width: 120px;
	line-height: 40px;
	color: #fff;
	border-radius: 10px;
	/* border: 1px solid #ddd; */
	background-color: #ddd;
	color: #666;
	text-align: center;
	position: absolute;
	bottom: 34px;
	left: 50%;
	transform: translate(-50%);
	cursor: pointer;
}
.con1-item{
	width: 290px;
	height: 164px;
	border-radius: 10px;
	background-color: #eee;
	cursor: pointer;
	transition: all .2s;
}
.con1-item.active{
	border: 2px solid #CC0B0B;
}

.con2{
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}
.title{
	font-size: 24px;
	position: relative;
	padding-bottom: 36px;
}
.title-1{
	position: relative;
	z-index: 2;
	font-weight: 900;
}
.title-2{
	color: #ddd;
	position: absolute;
	bottom:20px;
	background-color: #EEEEEE;
	z-index: 1;
	padding-right: 10px;
}
.title::after{
	content:"";
	position: absolute;
	bottom: 28px;
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
}
.title-more{
	position: absolute;
	right: 0;
	font-size: 14px;
	bottom: 36px;
	z-index: 10;
}
.title1{
	text-align: center;
}
.title1 .title-2{
	left: 50%;
	transform: translate(-50%);
}
.title1::after{
	display: none;
}
.con2-item{
	width: 584px;
}
.con2-left{
	width: 387px;
	height: 290px;
	position: relative;
	background-color: #ddd;
	border-radius: 10px;
	overflow: hidden;
}
.con2-left>p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.con2-left-status{
	width: 80px;
	line-height: 30px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 20px;
	left: 288px;
	padding-left: 30px;
	font-size: 12px;
	border-radius: 4px;
}
.con2-left-status::after{
	content:"";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: #CC0B0B;
	border-radius: 50%;
}
.con2-list{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 185px;
}
.con2-list>a{
	width: 185px;
	height: 138px;
	background-color: #ddd;
	border-radius: 10px;
}
.con2-content{
	display: flex;
	justify-content: space-between;
}

.con3{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.con3-item{
	width: 377px;
}
.con3-content{
	height: 330px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}
.con3-content1-item{
	width: 380px;
	height: 100px;
	background-color: #ddd;
	border-radius: 10px;
}
.con3-content1-item1,.con3-content1-item2,.con3-content1-item3{
	border-radius: 10px;
	background-color: #ddd;
}
.con3-content1-item1{
	width: 380px;
	height: 214px;
}
.con3-content1-item2,.con3-content1-item3{
	width: 182px;
	height: 104px;
}
.con3-content1-itemtitle{
	width: 380px;
	height: 100px;
}
.con3-content3{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.con3-content3>.con3-content1-item{
	height: 76px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 20px);
	margin-left: 10px;
}
.con3-content3>.con3-content1-item:last-child{
	border: none;
}
.con3-content1-item-img{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #ddd;
}
.con3-content1-item-title{
	width: 210px;
	font-size: 14px;
	padding-left: 20px;
}
.con3-content1-item-time{
	width: 60px;
	font-size: 12px;
	color: #999;
	padding-left: 14px;
}

.con4{
	padding-top: 50px;
}
.con4-content{
	display: flex;
	justify-content: space-between;
}
.con4-content-list{
	width: 1100px;
}
.con4-content-item{
	width: 260px;
	height: 125px;
	background-color: #ddd;
	border-radius: 10px;
	margin-left: 50%;
	transform: translate(-50%);
}
.con4-content-left,.con4-content-right{
	width: 30px;
	height: 125px;
	background-size: 16px;
	background-image: url(../img/back.png);
	cursor: pointer;
}
.con4-content-right{
	transform:rotate(180deg);
}

.con5{
	padding-top: 50px;
}
.con5-content{
	display: flex;
	justify-content: space-between;
}
.con5-left{
	width: 470px;
	height: 265px;
	background-color: #ddd;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.con5-left>p{
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 40px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	padding: 0 20px;
}
.con5-right{
	width: 718px;
	height: 265px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}
.con5-right-item{
	width: 230px;
	height: 130px;
	border-radius: 10px;
	background-color: #ddd;
}

.con6{
	padding-top: 50px;
}
.con6-content-bottom{
	height: 130px;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.con6-content-bottom-item{
	width: 230px;
	height: 130px;
	border-radius: 10px;
	background-color: #ddd;
	cursor: pointer;
}
.con6-content-top{
	height: 304px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
}
.con6-content-top-left{
	width: 540px;
	height: 304px;
	background-color: #ddd;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.con6-content-top-left>div{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	background-image: url(../img/play.png);
	background-size: 40px;
	background-position: 20px 240px;
	cursor: pointer;
}
.con6-content-top-right{
	width: 522px;
	position: absolute;
	right: 66px;
	top: 0;
}
.con6-content-top-right-title{
	font-size: 24px;
	font-weight: 900;
	padding-top: 20px;
	text-align: center;
}
.con6-content-top-right-sub{
	padding: 0 20px;
	line-height: 28px;
	font-size: 14px;
	background-color: #ce1a2c;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-left: 50%;
	transform: translate(-50%);
	white-space: nowrap;
	border-radius: 28px;
	margin-top: 10px;
}
.con6-content-top-right-title1{
	font-size: 20px;
	text-align: center;
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
}
.con6-content-top-right-title1::after{
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	z-index: -2;
}
.con6-content-top-right-title1::before{
	content: "";
	width: 206px;
	height: 2px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 50%;
	z-index: -1;
	background-color: #eee;
	display: none;
}
.con6-content-top-right-des{
	display: flex;
	margin-top: 20px;
}
.con6-content-top-right-des-title{
	font-size: 14px;
	font-weight: 900;
	margin-right: 20px;
}
.con6-content-top-right-des-info{
	display: flex;
	justify-content: space-between;
	width: 400px;
	font-size: 12px;
	color: #666;
	margin-bottom: 8px;
}
.con6-content-top-right-des-info1{
	width: 286px;
}
.con6-content-top-right-des-info2{
	width: 188px;
}
.con6-content-top-right-des-info3{
	width: 84px;
}

.con7{
	padding-top: 50px;
}
.con7-content{
	display: flex;
	justify-content: space-between;
}
.con7-list{
	width: 780px;
	height: 458px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}
.con7-item{
	width: 380px;
	height: 214px;
	border-radius: 10px;
	background-color: #ddd;
}

.con7-sub{
	position: relative;
	width: 400px;
}
.con7-sub-title{
	padding-left: 100px;
	font-size: 12px;
	position: relative;
	margin-bottom: 14px;
}
.con7-sub-title::before{
	content:"未开始";
	position: absolute;
	width: 60px;
	height: 20px;
	left: 20px;
	background-color: #DDDDDD;
	text-align: center;
	line-height: 20px;
	border-radius: 4px;
}
.con7-sub-title.status1::before{
	content:"直播中";
	color: #CC0B0B;
}
.con7-sub-title.status2::before{
	content:"已结束";
}
.con7-sub-title.status3::before{
	content:"未开始";
}
.con7-sub-title.status1::after{
	content: "";
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #cc0b0b;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	z-index: 1;
}
.con7-sub-con{
	width: 380px;
	height: 214px;
	border-radius: 10px;
	background-color: #ddd;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
.con7-sub-con::after{
	content:'';
	position: absolute;
	left: -20px;
	top:10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #CC0B0B;
	z-index: 1;
}
.con7-sub-con>p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 38px;
	padding: 0 20px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
}
.con7-sub-con1{
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 20px;
	position: relative;
}
.con7-sub-con1-title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 900;
	margin-top: 20px;
}
.con7-sub-con1-title::after{
	content:"";
	position: absolute;
	left: 1px;
	top: 6px;
	width: 8px;
	height: 8px;
	background-color: #ddd;
	border-radius: 50%;
}
.con7-sub-con1-content{
	display: flex;
	padding-top: 10px;
	color: #666;
	font-size: 14px;
}
.con7-sub-con1-content>span{
	display: block;
}
.con7-sub-con1-content>span:nth-child(1){
	width: 200px;
	padding-left: 10px;
}
.con7-sub-con1-content>span:nth-child(2){
	width: 100px;
}
.con7-sub-con1-content>span:nth-child(3){
	width: 60px;
}
.con7-sub::after{
	content:"";
	position: absolute;
	left: 4px;
	top: 0px;
	width: 2px;
	height: calc(100% - 0px);
	background-color: #ddd;
}
.solarbe_bottom {
    text-align: center;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    line-height: 20px;
    padding: 30px 0px 30px 0;
}

.solarbe_bottom .footLink {
    line-height: 40px;
}

.solarbe_bottom a {
    color: #000;
}

.solarbe_bottom a:hover {
    text-decoration: underline;
}

.footer_b {
    margin-top: 10px;
}
.date{
	width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #f6f7f9;
    border-radius: 10px;
    font-size: 12px;
    padding-right: 30px;
    background-image: url(../img/rili.png);
    background-size: 25px;
    background-position: 80px;
    cursor: pointer;
}
.other1{
	display: flex;
	justify-content: center;
	position: absolute;
	top: 60px;
	flex-direction: column;
	background-color: #fff;
	left: 1113px;
}
.more-nav{
	display: block;
	position: relative;
}


/* 2021/01/13 修改首页banner处 观看回放按钮为右上角展示作用 及 点击左侧整个可跳转（时间未到也可跳转） */
.con1-video-btn{
	width: 64px;
	line-height: 30px;
	bottom: 90%;
	left: 94%;
    font-size: 14px;
}