#themewrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	height: auto;
}

#themewrap .themeimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*头部=============================*/
#header{
	width: 1400px !important;
	margin: auto;
}
#header .content {
	height: 70px;
	/* display: flex;
    justify-content: space-between;
    align-items: center; */
}

#header .leftp {
	float: left;
}

#header .leftp .logo {
	width: 228px;
	height: 40px;
	background: url("../img/nav_logo_default.png") no-repeat;
	background-size: 100% 100%;
	margin-top: 15px;
}

#header .rightp {
	/*    display: flex;
    justify-content: space-between; */
	float: right;
}

#main {
	margin-top: 0;
}

#fixedtopheader {
	display: none;
}

#fixedtopheader .midp .navbtn * {
	float: left;
}

/* .searchcomponent{
	width: 100%;
	height:1px;
	position: absolute;
	top: 0;
	z-index: 3;
}
.searchcomponent .content{
	height: 1px;
	position: relative;
}
.searchwrap{
    width: 345px;
    height: 40px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
	right: 385px;
	margin-top: 15px;
}



.searchwrap .searchbtn{
    width: 80px;
    height: 40px;
    background: #2FAEE1;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 18px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.searchwrap .inpwrap{
    width: 225px;
    margin-left: 20px;
    height: 100%;
    position: relative;
    z-index: 2;
}
.searchwrap .inpwrap input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    background: none;
    color: #333333;
}
.searchwrap .placeholderwrap{
    width: 225px;
    position: absolute;
    height: 22px;
    left: 20px;
    top:9px;
    overflow: hidden;
    z-index: 0;
}
.searchwrap .placeholderwrap .pbox{
	width: 100%;
	height: 100%;
	position: relative;
}
.searchwrap .placeholderwrap .pbox .positionbox{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.searchwrap .placeholderwrap p{
    font-size: 16px;
    color: #999999;	
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
} */
#header .navwrap {
	/*    display: flex;
    justify-content: space-around; */
	margin-top: 15px;
	margin-left: 66px;
}

#header .navwrap .navicon {
	float: left;
	width: 40px;
	height: 40px;
	position: relative;
	margin-left: 24px;
}


#header .navwrap .navicon.zlz {
	background: url("../img/allicon.png") no-repeat;
	background-position: 0px 0px;
}

#header .navwrap .navicon.cutv {
	background: url("../img/allicon.png") no-repeat;
	background-position: -40px 0px;
}

#header .navwrap .navicon.dy {
	background: url("../img/allicon.png") no-repeat;
	background-position: -80px 0px;
}

#header .navwrap .navicon.wjz {
	background: url("../img/allicon.png") no-repeat;
	background-position: -120px 0px;
}

#header .navwrap .navicon.can {
	background: url("../img/allicon.png") no-repeat;
	background-position: -160px 0px;
}



/*主体内容=============================*/
#main {
	margin-top: -70px;
	position: relative;
	z-index: 0;
}

/*banner==================================*/
.bannersection {
	width: 100%;
	height: 634px;
	position: relative;
}

.bannerwrap {
	position: absolute;
	left: 50%;
	margin-left: -700px;
	width: 1400px;
	height: 100%;
}

.bannersection .titlewrap {
	width: 320px;
	background: url("../img/bannertitlewrapbg.png") repeat-x;
	z-index: 2;
	height: 100%;
	position: absolute;
	padding-left: 0;
	clear: both;
	right: 0;
}

.bannersection .titlewrap .titleblock {
	width: 100%;
	height: 525px;
	margin: auto;
	margin-top: 70px;
}

.bannersection .titlewrap .titleblock .titlebox {
	width: 100%;
	height: 75px;
	display: flex;
	flex-direction: column;
    justify-content: center;
	overflow: hidden;
	cursor: pointer;
}

.bannersection .titlewrap .titleblock .titlebox h1 {
	margin: 0 30px 0 30px;
	/* margin-top: 10px; */
	/* height: 52px; */
	line-height: 24px;
	/* 	width: 280px; */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: white;
}

.bannersection .titlewrap .titleblock .cur {
	height: 100px;
	background: url("../img/bannertitlebg.png") repeat-y;
}

.bannersection .titlewrap .titleblock .cur h1 {
	font-size: 20px;
	line-height: 28px;
	/* height: 60px; */
	font-weight: bold;
	/* margin-top: 17px; */
}

/*头条=======================*/
.toutiao {
	width: 100%;
	height: 120px;
	background: url("../img/headline_background.png") no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	border-radius: 8px;
	overflow: hidden;
}

.toutiao .maintitle:hover {
	color: rgb(47, 173, 225);
}

.toutiao .toutiaotitlewrap {
	width: 880px;
}

.toutiao .toutiaotitlewrap h1 {
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

.toutiao .toutiaotitlewrap .subtitlescrollwrap {
	width:100%;
	height: 24px;
	margin-top: 16px;
	overflow: hidden;
	position: relative;
}

.toutiao .toutiaotitlewrap .subtitlescrollwrap .titlelistwrap {
	position: absolute;
	top: 0;
}

.toutiao .toutiaotitlewrap .subtitlewrap {
	width: 100%;
	height: 24px;
}

.toutiao .toutiaotitlewrap .subtitlewrap * {
	float: left;
}

.toutiao .toutiaotitlewrap .subtitlewrap .clmline {
	width: 2px;
	height: 20px;
	margin-top: 2px;
	background: #bbbbbb;
}

.toutiao .toutiaotitlewrap .subtitlewrap .clmline:last-child{
	width: 0;
}

.toutiao .toutiaotitlewrap .subtitlewrap p {
	width:800px;
	height: 24px;
	line-height: 24px;
	margin: 0 20px;
	text-align: center;
	font-size: 18px;
	color: #bbbbbb;
}

.toutiao .toutiaotitlewrap .subtitlewrap p a {
	width: 100%;
	height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.special_top {
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.special_top .item {
	width: 386px;
	height: 120px;
	overflow: hidden;
	border-radius: 8px;
}

.special_top .item a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.special_top .item a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*资讯======================*/
.newswrap {
	margin-top: 60px;
	overflow: hidden;
}

.newstabs .tabbtn {
	cursor: pointer
}

.newswrap .leftp {
	width: 820px;
	height: 697px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.newswrap .rightp {
	width: 360px;
	float: right;
	height: 697px;
}

.newswrap .leftp .titlebox {
	width: 780px;
	height: 40px;
	padding: 0 20px 0 20px;
}

.newswrap .leftp .titlebox .title {
	float: left;
}

.newswrap .leftp .titlebox .title .icon {
	width: 25px;
	height: 28px;
	background: url("../img/allicon.png") no-repeat;
	background-position: 0px -40px;
	float: left;
	margin-top: 10px;
}

.newswrap .leftp .titlebox .title h1 {
	font-size: 32px;
	font-weight: 500;
	color: #333333;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 14px;
}

.newswrap .leftp .titlebox .newstabs {
	float: left;
}


.newswrap .leftp .titlebox .newstabs div {
	float: left;
	font-size: 24px;
	margin-left: 60px;
	margin-top: 10px;
}

.newswrap .leftp .titlebox .newstabs div.cur {
	color: #2fade1;
}

.newswrap .leftp .titlebox .morebtn {
	float: right;
	font-size: 24px;
	color: #2fade1;
	margin-top: 10px;
}

.newswrap .leftp .titlebox .morebtn * {
	float: right;
}

.newswrap .leftp .titlebox .morebtn .moreicon {
	background: url("../img/allicon.png") no-repeat;
	background-position: 0px -68px;
	width: 18px;
	height: 18px;
	margin-top: 8px;
	margin-left: 4px;
}

.newswrap .leftp .tabcontentwrap {
	width: 780px;
	clear: both;
	padding: 20px;
	margin-top: 20px;
	background: white;
	border-radius: 10px;
}

.newswrap .leftp .tabcontentwrap .tj li {
	margin-bottom: 20px;
	height: 18px;
	margin-bottom: 35px;
}

.newswrap .leftp .tabcontentwrap .tj li.topitem h1 {
	font-size: 18px;
	color: #f90000;
	float: left;
	line-height: 18px;
	width: 609px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newswrap .leftp .tabcontentwrap li .tag {
	float: right;
}



.newswrap .leftp .tabcontentwrap .tj li.normalitem h1 {
	font-size: 18px;
	color: #333;
	float: left;
	line-height: 18px;
	width: 609px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newswrap .leftp .tabcontentwrap .tj li.normalitem h2 {
	height: 18px;
	color: #999;
	font-size: 16px;
	float: right;
	text-align: center;
	border-radius: 3px;
	line-height: 18px;
}

.newswrap .leftp .tabcontentwrap .itemlist {
	width: 820px;
}

.newswrap .leftp .tabcontentwrap .itemlist li {
	width: 370px;
	height: 105px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.newswrap .leftp .tabcontentwrap .itemlist li .imgbox {
	width: 140px;
	height: 105px;
	border-radius: 8px;
	overflow: hidden;
	float: left;
}

.newswrap .leftp .tabcontentwrap .itemlist li .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newswrap .leftp .tabcontentwrap .itemlist li .rightp {
	width: 210px;
	height: 105px;
	float: left;
	margin-left: 20px;
	position: relative;
}

.newswrap .leftp .tabcontentwrap .itemlist li .rightp h1 {
	width: 100%;
	line-height: 26px;
	height: 78px;
	font-size: 18px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #333;
	text-align: justify;
}

.newswrap .leftp .tabcontentwrap .itemlist li .rightp .timewrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.newswrap .leftp .tabcontentwrap .itemlist li .rightp .timewrap .pushtime {
	font-size: 16px;
	text-align: left;
	color: #bbbbbb;
	float: left;
}

.newswrap .leftp .tabcontentwrap .itemlist li .rightp .timewrap .toptag {
	float: right;
	margin-top: 2px;
}


.newswrap .rightp .listwrap {
	width: 320px;
	clear: both;
	padding: 20px;
	margin-top: 20px;
	background: white;
	border-radius: 10px;
    overflow:hidden;
}
.newswrap .rightp .listwrap .item{
    margin-bottom: 20px;
	height: 18px;
	margin-bottom: 35px;
}
.newswrap .rightp .listwrap .item h1{
    font-size: 18px;
    color: #333;
    float: left;
    line-height: 18px;
    width: 320px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.newswrap .rightp .titlebox {
	width: 780px;
	height: 40px;
	padding: 0 20px 0 20px;
}

.newswrap .rightp .titlebox .title {
	float: left;
}

.newswrap .rightp .titlebox .title .icon {
	width: 25px;
	height: 28px;
	background: url(../img/allicon.png) no-repeat;
	background-position: 0px -40px;
	float: left;
	margin-top: 10px;
}

.newswrap .rightp .titlebox .title h1 {
	font-size: 32px;
	font-weight: 500;
	color: #333333;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 14px;
}

.newswrap .rightp .weibo {
	margin-top: 20px;
	clear: both;
	width: 100%;
	height: 645px;
	background: white;
	border-radius: 10px;
}

.ulwrap {
	display: none;
}


/* 直播============================ */
.livewrap {
	width: 1160px;
	padding: 20px;
	height: 690px;
	background: #2FAEE1;
	border-radius: 10px;
	margin-top: 20px;
	clear: both;
}

.livewrap .leftp {
	width: 800px;
	height: 100%;
	float: left;
}

.livewrap .leftp .videowrap {
	width: 800px;
	height: 450px;
	background: black;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.livewrap .leftp .videowrap .videobox {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.livewrap .leftp .videowrap .videobox .posterimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.livewrap .leftp .videowrap .videobox .playbtn {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background: url(../img/allicon.png) no-repeat;
	background-position: 0 -85px;
	
}
.livewrap .leftp .videowrap .videobox .playbtn:hover {
	background: url(../img/allicon.png) no-repeat;
	background-position: -60px -85px;
}
.livewrap .leftp .videotitlewrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: url(../img/videotitlebg.png) repeat-x;
	background-size: 100% 100%;
}

.livewrap .leftp .videotitlewrap h1 {
	position: absolute;
	padding: 20px;
	bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	width: 760px;
	color: white;
}

.livewrap .leftp .videowrap .livestate {
	width: 50px;
	height: 30px;
	border-radius: 3px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: center;
	line-height: 30px;
	color: white;
	font-size: 18px;

}

.living {
	background: #FF892E;


}

.rec {
	background: #00C52E;
}

.livewrap .leftp .videowrap .videobox video {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.livewrap .leftp .radiowrap {
	width: 100%;
	height: 220px;
	margin-top: 20px;
	overflow: hidden;
}

.livewrap .leftp .radiowrap .itembox {
	width: 820px;
}

.livewrap .leftp .radiowrap .item {
	float: left;
	width: 253px;
	height: 220px;
	margin-right: 20px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.livewrap .leftp .radiowrap .item .radioposter {
	width: 100%;
	height: 100%;
}

.livewrap .leftp .radiowrap .item .radioposter img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.livewrap .leftp .radiowrap .livestate {
	width: 50px;
	height: 30px;
	border-radius: 3px;
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: center;
	line-height: 30px;
	color: white;
	font-size: 18px;

}

.livewrap .leftp .radiowrap .itembox .item:hover .playbtn {
	background: url(../img/allicon.png) no-repeat;
	background-position: -60px -85px;
}

.livewrap .leftp .radiowrap .item .title {
	width: 213px;
	height: 60px;
	background: black;
	color: white;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	background: url(../img/videotitlebg.png) repeat-x;
	background-size: 100% 100%;
}

.livewrap .leftp .radiowrap .item .playbtn {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background: url(../img/allicon.png) no-repeat;
	background-position: 0 -85px;
}




/* .livewrap .leftp .radiocontrolwrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: red;
	z-index: 5;
}

.livewrap .leftp .radiocontrolwrap .radioposter {
	width: 100%;
	height: 100%;
}

.livewrap .leftp .radiocontrolwrap .controlbar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.8);
}

.livewrap .leftp .radiocontrolwrap .controlbar .radioplaybtn {
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}


.livewrap .leftp .radiocontrolwrap .controlbar .radioplaybtn img {
	width: 100%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
}

.livewrap .leftp .radiocontrolwrap .controlbar .isplay img{
	top: -100%;
}

.livewrap .leftp .radiocontrolwrap .controlbar .radiotitle {
	float: left;
	max-width: 70%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.livewrap .leftp .radiocontrolwrap .controlbar .playstatuicon{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	display: none;
}
svg rect {
  fill: #2FAEE1;
} */
/* #ivideo{
	position: relative;
	z-index: 30;
} */

.playbtn.paused {
	background: url(../img/allicon.png) no-repeat;
	background-position: 0 -85px;
}

.playbtn.playing {
	background: url(../img/allicon.png) no-repeat;
	background-position: 0 -85px;
}


.livewrap .rightp {
	width: 340px;
	height: 100%;
	margin-left: 20px;
	background: red;
	float: right;
	background: #dff2fb;
	border-radius: 8px;
	overflow: hidden;
}

.livewrap .rightp .titlebox {
	width: 300px;
	height: 70px;
	padding: 0 20px 0 20px;
	display: table;
}

.livewrap .rightp .titlebox .title {
	width: 100%;
	margin-top: 12px;
}

.livewrap .rightp .titlebox .title .icon {
	width: 32px;
	height: 28px;
	background: url(../img/allicon.png) no-repeat;
	background-position: -58px -40px;
	float: left;
	margin-top: 10px;
}

.livewrap .rightp .titlebox .title h1 {
	font-size: 32px;
	font-weight: 500;
	color: #2faee1;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 14px;
}

.livewrap .rightp .titlebox .morebtn {
	float: right;
	font-size: 24px;
	color: #2fade1;
	margin-top: 10px;
}

.livewrap .rightp .titlebox .morebtn * {
	float: right;
}

.livewrap .rightp .titlebox .morebtn .moreicon {
	background: url(../img/allicon.png) no-repeat;
	background-position: 0px -68px;
	width: 18px;
	height: 18px;
	margin-top: 8px;
	margin-left: 4px;
}

.livewrap .rightp .livelistwrap {
	width: 100%;
}

.livewrap .rightp .livelistwrap .item {
	height: 73px;
	padding: 15px 20px;
}

.livewrap .rightp .livelistwrap .item.cur .bottomsection h1 {
	color: #FF892E;
}

.livewrap .rightp .livelistwrap .item:nth-of-type(even) {
	background: #fff;
}

.livewrap .rightp .livelistwrap .item .topsection {
	overflow: hidden;
	height: 18px;

}

.livewrap .rightp .livelistwrap .item .topsection .livetime {
	float: left;
}

.livewrap .rightp .livelistwrap .item .topsection .livetime * {
	float: left;
}

.livewrap .rightp .livelistwrap .item .topsection .livetime .tag {
	margin-right: 20px;
}

.livewrap .rightp .livelistwrap .item .topsection .livetime h2 {
	font-size: 16px;
	line-height: 18px;
}

.livewrap .rightp .livelistwrap .item .topsection .playstate {
	float: right;
}

.livewrap .rightp .livelistwrap .item .topsection .btn {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.livewrap .rightp .livelistwrap .item .bottomsection {
	margin-top: 8px;
}

.livewrap .rightp .livelistwrap .item .bottomsection h1 {
	height: 55px;
	font-size: 18px;
	font-weight: Normal;
	text-align: left;
	color: #333333;
	line-height: 27px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 热点新闻============================================= */
.hot_special {
	width: 1200px;
	margin-top: 60px;
}

.hot_special .titlebox {
	width: 1160px;
	height: 40px;
	padding: 0 20px 0 20px;
}

.hot_special .titlebox .title {
	float: left;
}

.hot_special .titlebox .title .icon {
	width: 25px;
	height: 28px;
	background: url("../img/allicon.png") no-repeat;
	background-position: 0px -40px;
	float: left;
	margin-top: 10px;
}

.hot_special .titlebox .title h1 {
	font-size: 32px;
	font-weight: 500;
	color: #333333;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 14px;
}

.hot_special .titlebox .morebtn {
	float: right;
	font-size: 24px;
	color: #2fade1;
	margin-top: 10px;
}

.hot_special .titlebox .morebtn * {
	float: right;
}

.hot_special .titlebox .morebtn .moreicon {
	background: url("../img/allicon.png") no-repeat;
	background-position: 0px -68px;
	width: 18px;
	height: 18px;
	margin-top: 8px;
	margin-left: 4px;
}

.hot_special .contentwrap {
	width: 1200px;
	height: 260px;
	margin-top: 20px;
	position: relative;
}

.hot_special .contentwrap .item {
	width: 386px;
	height: 120px;
	position: absolute;
	overflow: hidden;
	border-radius: 8px;
	transition: 0.5s;
	background: #fff;
}

.hot_special .contentwrap .item img {
	position: absolute;
	
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.hot_special .contentwrap .item:nth-of-type(1) {
	left: 0;
	top: 0;
	z-index: 6;
}

.hot_special .contentwrap .item:nth-of-type(1):hover {
	z-index: 10;
}

.hot_special .contentwrap .item:nth-of-type(2) {
	left: 407px;
	top: 0;
	z-index: 5;
}

.hot_special .contentwrap .item:nth-of-type(2):hover {
	left: 407px;
	z-index: 10;
}

.hot_special .contentwrap .item:nth-of-type(3) {
	right: 0;
	top: 0;
	z-index: 4;
}

.hot_special .contentwrap .item:nth-of-type(3):hover {
	right: 0;
	z-index: 10;
}

.hot_special .contentwrap .item:nth-of-type(4) {
	left: 0px;
	top: 140px;
	z-index: 6;
}

.hot_special .contentwrap .item:nth-of-type(1):hover {
	z-index: 10;
}

.hot_special .contentwrap .item:nth-of-type(5) {
	left: 407px;
	top: 140px;
	z-index: 5;
}

.hot_special .contentwrap .item:nth-of-type(5):hover {
	left: 407px;
	z-index: 10;
}

.hot_special .contentwrap .item:nth-of-type(6) {
	right: 0;
	top: 140px;
	z-index: 4;
}

.hot_special .contentwrap .item:nth-of-type(6):hover {
	right: 0;
	z-index: 10;
}

.hot_special .contentwrap .item:hover {
	width: 793px;
	z-index: 10;
}


/* 监察======================================== */
.supervision {
	margin-top: 60px;
	width: 1200px;
	height: 120px;
	border-radius: 10px;
	background: #ffe9e1;
	position: relative;
}

.supervision .leftp {
	height: 86px;
	position: relative;
	float: left;
	width: 200px;
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: 20px;
}

.supervision .leftp h1 {
	position: absolute;
	font-size: 30px;
	color: #f90000;
	font-weight: 500;
	top: 0;
}

.supervision .leftp h2 {
	position: absolute;
	font-size: 30px;
	color: #f90000;
	font-weight: 500;
	bottom: 0;
}

.supervision .rightp {
	height: 90px;
	position: relative;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
	width: 120px;
}

.supervision .rightp h1 {
	position: absolute;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	top: 0;
	background: #f90000;
	border-radius: 3px;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.supervision .rightp h2 {
	position: absolute;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	bottom: 0;
	width: 120px;
	height: 40px;
	border-radius: 3px;
	background: #f90000;
	line-height: 40px;
	text-align: center;
}

.supervision .midp {
	position: absolute;
	width: 800px;
	/* height: 58px; */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.supervision .midp h1 {
	font-size: 18px;
	color: #333333;
}

.supervision .midp h2 {
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}


/* 精彩节目================================= */

.wonderful_column {
	width: 1200px;
	margin-top: 60px;
}

.wonderful_column .titlebox {
	width: 1160px;
	height: 40px;
	padding: 0 20px 0 20px;
}

.wonderful_column .titlebox .title {
	float: left;
}

.wonderful_column .titlebox .title .icon {
	width: 25px;
	height: 28px;
	background: url("../img/allicon.png") no-repeat;
	background-position: 0px -40px;
	float: left;
	margin-top: 10px;
}

.wonderful_column .titlebox .title h1 {
	font-size: 32px;
	font-weight: 500;
	color: #333333;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 14px;
}

.wonderful_column .titlebox .morebtn {
	float: right;
	font-size: 24px;
	color: #2fade1;
	margin-top: 10px;
}

.wonderful_column .titlebox .morebtn * {
	float: right;
}

.wonderful_column .titlebox .morebtn .moreicon {
	background: url("../img/allicon.png") no-repeat;
	background-position: 0px -68px;
	width: 18px;
	height: 18px;
	margin-top: 8px;
	margin-left: 4px;
}

.wonderful_column .titlebox .morebtn {
	float: right;
	font-size: 24px;
	color: #2fade1;
	margin-top: 10px;
}

.wonderful_column .titlebox .morebtn * {
	float: right;
}

.wonderful_column .titlebox .morebtn .moreicon {
	background: url("../img/allicon.png") no-repeat;
	background-position: 0px -68px;
	width: 18px;
	height: 18px;
	margin-top: 8px;
	margin-left: 4px;
}

.wonderful_column .contentwrap {
	margin-top: 20px;
}

.wonderful_column .contentwrap .section {
	margin-bottom: 20px;
}

.wonderful_column .contentwrap .section {
	width: 100%;
	height: 474px;
	overflow: hidden;
}

.wonderful_column .contentwrap .section .leftp {
	width: 468px;
	height: 474px;
	border-radius: 8px;
	overflow: hidden;
	float: left;
}

.wonderful_column .contentwrap .section .leftp .topimg {
	width: 468px;
	height: 351px;
}

.wonderful_column .contentwrap .section .leftp .topimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wonderful_column .contentwrap .section .leftp .playtime {
	width: 100%;
	height: 123px;
	background: #fff;
	padding-top: 20px;
}

.wonderful_column .contentwrap .section .leftp .playtime h1 {
	font-size: 24px;
	color: #333;
	text-align: center;
}

.wonderful_column .contentwrap .section .leftp .playtime h2 {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 16px;
}

.wonderful_column .contentwrap .section .rightp {
	width: 712px;
	height: 474px;
	margin-left: 20px;
	overflow: hidden;
	float: right;
}

.wonderful_column .contentwrap .section .rightp .itemwrap {
	width: 732px;
	height: 100%;
}

.wonderful_column .contentwrap .section .rightp .itemwrap .item {
	width: 224px;
	height: 227px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
}

.wonderful_column .contentwrap .section .rightp .itemwrap .item .playbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
}

.wonderful_column .contentwrap .section .rightp .itemwrap .item:hover .playbtn {
	background: url(../img/allicon.png) no-repeat;
	background-position: -60px -85px;
}

.wonderful_column .contentwrap .section .rightp .itemwrap .item .topimg {
	width: 224px;
	height: 168px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.wonderful_column .contentwrap .section .rightp .itemwrap .item .topimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wonderful_column .contentwrap .section .rightp .itemwrap .item .title {
	height: 59px;
	width: 100%;
}

.wonderful_column .contentwrap .section .rightp .itemwrap .item .title h1 {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-top: 10px;
	text-align: justify;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wonderful_column .contentwrap .otherprogram {
	width: 1200px;
	height: 235px;
	overflow: hidden;
}

.wonderful_column .contentwrap .otherprogram .programwrap {
	width: 1220px;
	height: 235px;

}

.wonderful_column .contentwrap .otherprogram .programwrap .item {
	width: 224px;
	height: 207px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;

}

.wonderful_column .contentwrap .otherprogram .programwrap .item .topimg {
	width: 224px;
	height: 168px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.wonderful_column .contentwrap .otherprogram .programwrap .item .topimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}


.wonderful_column .contentwrap .otherprogram .programwrap .item .topimg .gif_img{
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}
.wonderful_column .contentwrap .otherprogram .programwrap .item .topimg:hover .gif_img{
	visibility: visible;
	opacity: 1;
}

.wonderful_column .contentwrap .otherprogram .programwrap .item .title {
	width: 100%;
	height: 39px;
}

.wonderful_column .contentwrap .otherprogram .programwrap .item .title h1 {
	width: 100%;
	height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 39px;
	text-align: center;
	font-size: 24px;
}

.bottombanner {
	width: 1200px;
	height: 120px;
	overflow: hidden;
	border-radius: 10px;
}

.bottombanner .swiper-container {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.bottombanner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bottombanner .swiper-pagination {
	text-align: right;

}

.bottombanner .swiper-pagination .swiper-pagination-bullet {
	margin-right: 15px;
	margin-left: 0;
	background: #fff;
	opacity: 0.7;
}

.bottombanner .swiper-pagination .swiper-pagination-bullet-active {
	background: #2faee1;
	opacity: 0.7;
}

.fusion_media_matrix {
	width: 1200px;

	margin-top: 60px;

}

.fusion_media_matrix .titlebox {
	width: 1160px;
	height: 40px;
	padding: 0 20px 0 20px;
}

.fusion_media_matrix .titlebox .title {
	float: left;
}

.fusion_media_matrix .titlebox .title .icon {
	width: 30px;
	height: 30px;
	background: url("../img/allicon.png") no-repeat;
	background-position: -90px -40px;
	float: left;
	margin-top: 8px;
}

.fusion_media_matrix .titlebox .title h1 {
	font-size: 32px;
	font-weight: 500;
	color: #333333;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 14px;
}

.fusion_media_matrix .titlebox .morebtn {
	float: right;
	font-size: 24px;
	color: #2fade1;
	margin-top: 10px;
}

.fusion_media_matrix .titlebox .morebtn * {
	float: right;
}

.fusion_media_matrix .titlebox .morebtn .moreicon {
	background: url("../img/allicon.png") no-repeat;
	background-position: 0px -68px;
	width: 18px;
	height: 18px;
	margin-top: 8px;
	margin-left: 4px;
}

.fusion_media_matrix .contentwrap {
	width: 1200px;
	height: 500px;
	background: #fff;
	margin-top: 20px;
}

.fusion_media_matrix .contentwrap .topsection {
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	height: 249px;
}

.fusion_media_matrix .contentwrap .item {
	width: 399px;
	height: 249px;
	float: left;
	position: relative;
}

.fusion_media_matrix .contentwrap .item .codewrap {
	position: absolute;
	height: 100%;
	background: #fff;
	display: none;
	z-index: 2;
}

.fusion_media_matrix .contentwrap .item .zlzappcode {
	width: 200%;
	top: 0;
	left: 0;
}

.fusion_media_matrix .contentwrap .item .zlzappcode .imgbox {
	width: 50%;
	height: 250px;
	float: left;
}

.fusion_media_matrix .contentwrap .item .zlzappcode .imgbox img {
	height: 100%;
	width: auto;
}

.fusion_media_matrix .contentwrap .item .cutvappcode {
	width: 200%;
	top: 0;
	left: 0;
}

.fusion_media_matrix .contentwrap .item .cutvappcode .imgbox {
	width: 50%;
	height: 250px;
	float: left;
}

.fusion_media_matrix .contentwrap .item .cutvappcode .imgbox img {
	height: 100%;
	width: auto;
}

.fusion_media_matrix .contentwrap .item .tiktokcode {
	width: 200%;
	top: 0;
	left: 0;
}

.fusion_media_matrix .contentwrap .item .tiktokcode .imgbox {
	width: 33.33%;
	height: 250px;
	float: left;
}

.fusion_media_matrix .contentwrap .item .tiktokcode .imgbox img {
	height: 100%;
	width: auto;
}

.fusion_media_matrix .contentwrap .item .wxcode {
	width: 200%;
	top: 0;
	left: 0;
}

.fusion_media_matrix .contentwrap .item .wxcode .imgbox {
	width: 33.33%;
	height: 250px;
	float: left;
}

.fusion_media_matrix .contentwrap .item .wxcode .imgbox img {
	height: 100%;
	width: auto;
}

.fusion_media_matrix .contentwrap .item .wjzcode {
	width: 100%;
	top: 0;
	left: 0;
}

.fusion_media_matrix .contentwrap .item .wjzcode .imgbox {
	width: 100%;
	height: 250px;
	float: left;
}

.fusion_media_matrix .contentwrap .item .wjzcode .imgbox img {
	height: 100%;
	width: auto;
}


.fusion_media_matrix .contentwrap .item .imgbox {
	width: 100%;
	height: 100%;
	position: relative;
}

.fusion_media_matrix .contentwrap .item .imgbox img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
}

.public_ad {
	width: 1200px;
	margin-top: 60px;
}

.public_ad .titlebox {
	width: 1160px;
	height: 40px;
	padding: 0 20px 0 20px;
}

.public_ad .titlebox .title {
	float: left;
}

.public_ad .titlebox .title .icon {
	width: 32px;
	height: 32px;
	background: url("../img/allicon.png") no-repeat;
	background-position: -120px -40px;
	float: left;
	margin-top: 8px;
}

.public_ad .titlebox .title h1 {
	font-size: 32px;
	font-weight: 500;
	color: #333333;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 14px;
}

.public_ad .titlebox .morebtn {
	float: right;
	font-size: 24px;
	color: #2fade1;
	margin-top: 10px;
}

.public_ad .titlebox .morebtn * {
	float: right;
}

.public_ad .titlebox .morebtn .moreicon {
	background: url("../img/allicon.png") no-repeat;
	background-position: 0px -68px;
	width: 18px;
	height: 18px;
	margin-top: 8px;
	margin-left: 4px;
}

.public_ad .contentwrap {
	width: 1200px;
	margin-top: 20px;
}

.public_ad .contentwrap .topsection {
	width: 1200px;
	height: 216px;
	overflow: hidden;
}

.public_ad .contentwrap .topsection .itemwrap {
	width: 1224px;
	height: 216px;
}

.public_ad .contentwrap .topsection .itemwrap .item {
	width: 384px;
	height: 216px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 24px;
	position: relative;
	float: left;
}

.public_ad .contentwrap .topsection .itemwrap .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.public_ad .contentwrap .topsection .itemwrap .item .playbtn {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background: url(../img/allicon.png) no-repeat;
	background-position: 0 -85px;
}

.public_ad .contentwrap .topsection .itemwrap .item:hover .playbtn {
	background: url(../img/allicon.png) no-repeat;
	background-position: -60px -85px;
}

.public_ad .contentwrap .bottomsection {
	width: 1200px;
	height: 212px;

	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

.public_ad .contentwrap .bottomsection .tushu {
	position: absolute;
	top: -36px;
	/* transform: scale(1.254); */
}

.public_ad .contentwrap .bottomsection .rightbook {
	float: right;
	width: 200px;
	height: 212px;
}



/* ===================移动端==================== */

#m_main{
	border-top: 0 solid transparent !important;
}
#m_header{
	background: none;
}
#m_header .m_searchwrap{
	width:9.4375rem;
}
#m_header .m_btnwrap .m_btnblock{
	top:-100%;
}


#m_mainbanner {
	width: 23.4375rem;
	height: 15.625rem;
	position: relative;
}

.m_bannertitle {
	width: 100%;
	height: 3.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	font-size: 1rem;
	color: white;
	padding: 0 0.9375rem;
	box-sizing: border-box;
	z-index: 2;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	padding-top: 1rem;
	display: none;
}

.m_bannerbottomwrap {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.m_bannerswiper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}

.m_bannerswiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.m_bannerswiper .swiper-slide a{
	display: inline-block;
	width: 100%;
	height: 100%;
}


.m_bannerswiper .swiper-pagination {
	bottom: 1rem;
	text-align: right;
	padding: 0 0.9375rem;
	box-sizing: border-box;
}

.m_bannerswiper .swiper-pagination .swiper-pagination-bullet {
	background: white;
	opacity: 1;
	width: 0.3125rem;
	height: 0.3125rem;
	transition: 0.3s;
	margin: 0 0.15625rem !important;
}

.m_bannerswiper .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0 !important;
}

.m_bannerswiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #36ACDB;
	width: 0.625rem;
	border-radius: 0.3125rem;
}

.m_navwrap {
	width: 100%;
	height: 100%;
	margin: 0.9375rem 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m_navwrap .m_itemnav {
	width: 4.25rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.m_navwrap .m_itemnav img {
	width: 2.8125rem;
	height: 2.8125rem;
	margin-bottom: 0.3125rem;
}

.m_navwrap .m_itemnav .m_title {
	font-size: 0.75rem;
	color: #333333;
	width: 100;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m_maincontent {
	margin: 0.9375rem;
}

.m_maincontent .m_selection {
	box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.05);
	background: white;
	border-radius: 0.5rem;
	padding: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.m_titlewrap {
	width: auto !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 !important;
}

.m_titlewrap .m_sectitle {
	flex-shrink: 0;
	font-size: 0.9375rem;
	color: #333;
}

.m_titlewrap .m_tabswrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
}

.m_maincontent .m_selection .m_more {
	flex-shrink: 0;
	font-size: 0.75rem;
	color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m_maincontent .m_selection .m_more img {
	width: 0.75rem;
	height: 0.5rem;
}

.m_todayheadlines {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m_todayheadlines .m_newstitle {
	font-size: 0.9375rem;
	color: #333;
	line-height: 1.25rem;
	margin-right: 0.9375rem;
	text-align: justify;
}

.m_todayheadlines .m_toutiaoicon {
	width: 2.3125rem;
	height: 2.1875rem;
	flex-shrink: 0;
}







.m_midbannerwrap {
	width: 21.5625rem;
	height: 6.6875rem;
	overflow: hidden;
	border-radius: 0.5rem;
	padding: 0 !important;
}

.m_midbannerwrap .swiper-container {
	border-radius: 0.5rem;
	overflow: hidden;
}



.m_midbannerwrap .swiper-pagination {
	bottom: 0.3125rem !important;
	text-align: right;
	padding: 0 0.625rem;
	box-sizing: border-box;
}

.m_midbannerwrap .swiper-pagination .swiper-pagination-bullet {
	background: white;
	opacity: 1;
	width: 0.3125rem;
	height: 0.3125rem;
	transition: 0.3s;
	margin: 0 0.15625rem !important;
	border-radius: 0.3125rem !important;
}

.m_midbannerwrap .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0 !important;
}

.m_midbannerwrap .swiper-pagination .swiper-pagination-bullet-active {
	background: #36ACDB;
	width: 0.625rem;
	border-radius: 0.3125rem;
}

.m_jclanmuwrap .m_titlewrap {
	padding-left: 0.9375rem !important;
	padding-right: 0.9375rem !important;
}

.m_jclanmuwrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.m_jclanmuwrap .m_swiperwrap {
	margin-top: 0.9375rem;
	width: 100%;
	height: 13.375rem;
}

.m_jclanmuwrap .m_swiperwrap .swiper-slide {
	overflow: hidden;
	border-radius: 0.5rem;

}

.m_jclanmuwrap .m_swiperwrap .m_itemtitle {
	width: 90%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	font-size: 0.9375rem;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.625rem 5%;
}

.m_jiancha {
	padding: 0 !important;
	width: 100%;
	height: 7.875rem;
	overflow: hidden;
	border-radius: 0.5rem;
}

.m_jiancha img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.m_hotzhuanti .m_listwrap .m_item {
	height: 6.125rem;
	overflow: hidden;
	border-radius: 0.5rem;
	margin-top: 0.9375rem;
}

.m_hotzhuanti .m_listwrap .m_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


