#main {clear:both;overflow:hidden;margin:10px auto 0px;	width:1200px;padding:0px;}
/* 图片效果 */
.amplify{transition: all 0.4s;-ms-transition: all 0.4s; 
	/* 兼容 */
	object-fit: cover;
	object-position: bottom;
	font-family: 'object-fit: cover; object-position: center;';

} /* 放大 */
.amplify:hover{transform: scale(1.1);-ms-transform: scale(1.1);}
.bright{transition: all 0.3s;-ms-transition: all 0.3s;filter: contrast(80%);-webkit-filter: contrast(80%);} /* 聚光 */
.bright:hover{filter: contrast(110%);-webkit-filter: contrast(110%);}

/* 视频首页 */
.topFocus{
	overflow: hidden;
	background: #ffffff;
}
.imgbox{
	width: 800px;
	float: left;
	background: #ffffff;
}
#slide{
	width: 100%;
	position: relative;
	overflow: hidden;
  margin: 0;
}
#slide .slide-list{
	width: 100%;
	height: 307px;
	margin-bottom: 10px;
}
#slide .slide-list li {
	width: 100%;
	height: 307px;
    display: none;
    position: absolute;
	overflow: hidden;
}
#slide .slide-list li.current {
    display: block;
    z-index: 2;
}


#slide .slide-triggers{
	width: 100%;
	display: flex;/* 新版本语法: Opera 12.1, Firefox 22+ */
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#slide .slide-triggers div{
	width: 260px;
	height: 140px;
	cursor: pointer;
}
#slide .slide-triggers div p{
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	padding: 0 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#slide .slide-triggers div.current img{
	filter: contrast(110%);-webkit-filter: contrast(120%);
}

/*  */
.newsBox{
	width: 380px;
	padding: 10px 0;
	float: right;
	background: #ffffff;
}
.xgwzcontent li a {
    text-decoration: none;
    padding-left: 25px;
		background: url(../images/sign.png) no-repeat 0px 26px;
		display: block;
}
.xgwzcontent li a:hover{
	color: #5aaa1c;
}
.tourList .xgwzcontent li{
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	padding: 0 10px;
}
.tourList .xgwzcontent li:hover{
	background: #f9f9f9;
}
.tourList .xgwzcontent li.tourFirst{
	height: auto;
	line-height: 25px;
}
li.tourFirst a{
	display: block;
	background: url(../images/sign_on.png) no-repeat 0px 10px;
}
li.tourFirst a:hover{
	background: url(../images/sign_on.png) no-repeat 0px 10px;
}
.tourFirst_tit{
	font-size: 17px;
	font-weight: bold;
}
.tourFirst_desc{
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tourHot{
	display: flex;/* 新版本语法: Opera 12.1, Firefox 22+ */
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tourHotImg{
	width: 208px;
	height: 120px;
	overflow: hidden;
}


/* contentBox */
.contentBox{
	margin: 15px 0;
	width: 100%;
}
.contentList{
	width: 100%;
}
.listStyleOne{
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
	/*  */
	width: 100%;
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  -ms-flex-pack: left;
  -ms-flex-align: center;
	-ms-flex-wrap: wrap;

}
.contentTitle{
	width:165px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
	background: #54c13e;
	margin: 40px 0 20px;
	border-radius: 10px;
}
.listImg{
	overflow: hidden;
	position: relative;
	width: 280px;
	height: 190px;
	border-radius: 8px;
}
.listImg a{
	display: block;
}
.listImgText{
	width: 260px;
	font-size: 15px;
	line-height: 46px;
	color: #ffffff;
	padding: 0 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0000007a;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*  */
.imgMod{
	width: 100%;
	display: flex;/* 新版本语法: Opera 12.1, Firefox 22+ */
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.imgMod_l{
	width: 466px;
}
.imgMod_c,.imgMod_r{
	height: 456px;
	display: flex;/* 新版本语法: Opera 12.1, Firefox 22+ */
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.imgMod_box{
	display: block;
	width: 348px;
	height: 221px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.box_one{
	width: 466px;
	height: 456px;
}
.imgMod_text{
	width: 328px;
	font-size: 15px;
	line-height: 46px;
	color: #ffffff;
	padding: 0 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0000007a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box_one .imgMod_text{
	width: 446px;
}

/* 歌曲 */
.musicList_l{
	width: 402px;
	display: flex;/* 新版本语法: Opera 12.1, Firefox 22+ */
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.musicList_l a{
	display: block;
	width: 196px;
	height: 172px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.musicshow{
	padding-top: 10px;
	background: #ffffff;
	display: flex;/* 新版本语法: Opera 12.1, Firefox 22+ */
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
	align-items: center;
}

.musicList_l a:hover img{
	transform: scale(1.1);-ms-transform: scale(1.1);
}
.musicList_l .musicKey{
	width: 100px;
	height: 50px;
	font-size: 15px;
	color: #ffffff;
	border-radius: 10px;
	text-align: center;
	background: #0000004c;
	line-height: 50px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -50px;
	z-index: 2;
}
.musicList_r{
	width: 738px;
	height: 324px;
	display: flex;/* 新版本语法: Opera 12.1, Firefox 22+ */
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.musicplace:after{
	content: ""; height: 100px; display: block;
}
.musicList_r .musicInfo{
	
}
.musicList_r .musicInfo a{
	overflow: hidden;
	display: block;
	padding-right: 20px;
	display: flex;/* 新版本语法: Opera 12.1, Firefox 22+ */
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */

	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
	align-items: center;
}
.musicList_r .musicInfo a:hover{
	background: #f9f9f9;
	text-decoration: none;
}
.musicList_r .musicInfo a:hover .musicInfoName{
	color: #54c13e;
}

.musicList_r  .musicInfoImg{
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	border-radius: 8px;
}

.musicList_r .musicInfo a .musicInfoName{
	float: left;
	width: 500px;
	font-size: 19px;
	color: #333;
	margin-left: 20px;
	padding: 10px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.musicList_r .musicInfo a .musicInfoAuthor{
	float: right;
	color: #0000007f;
	font-size: 16px;
	padding: 10px 0;
}
.musicList_r .musicInfo a:hover:hover img{
	transform: scale(1.1);-ms-transform: scale(1.1);
}


/* 直播列表 */

.videoListBox{
	margin-top: 10px;
	float: left;
	width: 920px;
}
.videoPageList{
	width: 100%;
	display: flex;/* 新版本语法: Opera 12.1, Firefox 22+ */
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.videoPageList:after {
	content: "";
	width: 288px;
}
.videoListData{
	width: 288px;
	height: 193px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}

.videoListImg a{
	display: block;
	position: relative;
	width: 288px;
	height: 193px;
	overflow: hidden;
}
.videoListImg .videoListText{
	width: 268px;
	padding: 0 10px;
	line-height: 30px;
	color: #ffffff;
	background: #0000007a;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* 视频直播右侧公共 */
#rightbox{
	width: 268px;
}
.rightnews{
	width: 248px;
}
#rightbox .rightnews{
	padding: 0;
}
.xgwzcontent li{
	line-height: 56px;
	height: 56px;
}


/* 视频详情页面 */
.videoShowBox{
	margin: 20px 0;
}
.videoShowContent{
	padding: 15px;
	background: #ffffff;
}
.videoShowTitle{
	font-size: 18px;
	color: #333333;
	padding: 15px 0;
	font-weight: bold;
	display: flex;/* 新版本语法: Opera 12.1, Firefox 22+ */
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */

	-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
	align-items: center;
}
.videoShowTitle .iden{
	width: 5px;
    height: 18px;
    background-image: linear-gradient(#53c747, #59ae22);
    border-radius: 5px;
    margin-right: 15px;
}
