/**********  所有页面都要共用的样式  **********/
/*自定义基础通用样式*/
a:hover {
	text-decoration: none;
}

body {
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	color: #333;
	background-color: #f5f5f5;
}


.introduce_title{
	width: 200px;
	height: 100px;
	margin: 0 auto;
	font-size: 40px;
	text-align: center;
	padding: 30px 10px;
	color: #1ec7f1;
	font-weight: 700;
}
.tab-container {
	width: 80%;
	margin: 0 auto;
}
.tabs {
	border-bottom: 1px solid #ccc;
	display: flex;
}
.tab-button {
	padding: 10px 15px;
	cursor: pointer;
	border: none;
	background-color: #fff;
	border-radius: 8px;
	margin-right: 20px;
}

.tab-button.active {
	background: linear-gradient( rgb(187, 246, 250) , rgb(93, 203, 253));
}
.tab-pane {
	padding: 10px;
}
.wenzi{
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 2;
	text-indent: 2em;
}



/* -------------------------------------------------- */
.clogo1 {
	width: 10vw;
	height: 10%;
	margin-right: 1vw;
}

.clogo2 {
	width: 8vw;
	height: 10%;
}

.navbar-white {
	border-bottom: 2px solid #5b96c5;
	background: #ffffff;
	border-radius: 0;
	margin-bottom: 0;
}

.sectionwrap {
	margin: 20px auto;
	width: 100%;
}

.spviewlist {
	width: 100%;
	background: #fff;
	color: #333;
	font-size: 14px;
	border-radius: 6px;
	box-shadow: 0px 5px 10px 0px rgba(111, 116, 132, 0.1);
	margin: 0 0 20px 0;
}

.spviewlist_con {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.spviewlist_con_t {
	position: relative;
	padding-left: 65px;
	padding: 0px 0 0 65px;
	line-height: 25px;
}

.spviewlist_con_img {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	left: 0;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #eeeeee;
}

.spviewlist_con_img img {
	object-fit: contain;
	width: 50px;
	height: 50px;
}

.spviewlist_con_t_name {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

.spviewlist_con_t_info {
	color: #888;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 3px;
}

.spviewlist_con_t_info span {
	display: inline-block;
	height: 10px;
	width: 1px;
	margin: 0 5px;
	background: #d0d0d0;
}

.spviewlist_bom {
	padding: 8px 15px 0 15px;
	color: #000000;
	height: 90px;
	overflow: hidden;
}

.spviewlist_jobitem {
	height: 20px;
	line-height: 20px;
	padding: 0px 90px 10px 12px;
	position: relative;
	display: block;
	cursor: pointer;
	margin: 5px 0;
}

.spviewlist_jobitem:after {
	position: absolute;
	display: block;
	content: '';
	clear: both;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #5b96c5;
	left: 0;
	top: 8px;
}

.spviewlist_jobitem .jobname {
	font-style: normal;
	display: inline-block;
	width: 80%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.spviewlist_jobitem span {
	position: absolute;
	right: 0;
	color: #ff4200;
}

.spviewlist_zwall {
	color: #888;
	padding: 5px 15px 15px 15px;
	height: 40px;
}

.spviewlist_zwall span {
	color: #ff6600;
}

.spviewlist_zwall a {
	color: #5b96c5;
	font-weight: bold;
}

.spviewlist_zwall a:hover {
	color: #5b96c5;
}

.paginationwrap {
	text-align: center;
}

.footer {
	line-height: 150%;
	text-align: center;
	color: #666666;
	padding: 10px 0;
	font-size: 12px;
}

#tbox {
	width: 47px;
	height: 47px;
	float: right;
	position: fixed;
	z-index: 999999;
	right: 10px;
	bottom: 10px;
}

#gotop {
	width: 47px;
	height: 47px;
	background: url(../images/top01.png) no-repeat;
	position: absolute;
	top: 0px;
	cursor: pointer
}

#gotop:hover {
	background: url(../images/top02.png) no-repeat;
}

.artiel_wrap {
	background: #ffffff;
}

.artiel_intro {
	float: right;
	padding: 20px;
	width: 800px;
	line-height: 200%;
}

.artiel_qrcode {
	float: right;
	padding: 20px;
	width: 360px;
}

.qrcode_wrap {
	width: 205px;
	height: 205px;
	margin: 0 auto;
	background: url(../images/qrcodebg.png) no-repeat center center;
	position: relative;
}

.qrcode_item,
.qrcode_item img {
	width: 160px;
	height: 160px;
}

.qrcode_item {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 5;
}

.qrcode_item img {
	object-fit: contain;
}

.qrcode_txt {
	margin: 15px auto;
	width: 250px;
	background: #5b96c5;
	color: #ffffff;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.linkbtn {
	display: block;
	box-sizing: border-box;
	border: 2px solid #5b96c5;
	background-color: #ffffff;
	color: #5b96c5;
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	margin: 0 0 20px 0;
}

.mtitle {
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	background: #5b96c5;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.dtable_1 {
	font-size: 16px;
	border-left: 1px solid #5b96c5;
	border-top: 1px solid #5b96c5;
}

.dtable_1 th,
.dtable_1 td {
	text-align: center;
	padding: 5px 0;
	line-height: 150%;
	font-size: 14px;
}

.dtable_1 th {
	background: #5b96c5;
	color: #ffffff;
}

.dtable_1 th,
.dtable_1 td {
	vertical-align: middle;
	border-right: 1px solid #5b96c5;
	border-bottom: 1px solid #5b96c5;
}

.dtable_1 td.bg1 {
	background: #ffffff;
	color: #333333;
}

.dtable_1 td.bg2 {
	background: #fbd5b5;
	color: #333333;
}

.col_viewmore {
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.col_viewmore a {
	color: #666666;
}

.thumbnail {
	border: none;
	box-shadow: 0px 0px 5px 1px #ccc;
	position: relative;
}

.img-rounded {
	margin-top: 5px;
}

.splitline {
	background: #eeeeee;
	height: 1px;
	margin: 10px 0;
}

.linkbox {
	display: block;
	text-align: center;
	height: 250px;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgb(255 18 63 / 14%);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.linkbox .icon {
	width: 50%;
	margin: 0 auto;
}

.linkbox .text {
	font-size: 20px;
	text-align: center;
	line-height: 150%;
	margin: 20px 0 0 0;
}

.yun_network {
	padding: 12px 200px 10px 200px;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}

.yun_network ul {
	width: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.yun_network ul li {
	width: 33%;
	float: left;
	text-align: center;
	overflow: hidden;
	border-right: 1px solid #cccccc;
}

.yun_network ul li:last-child {
	border: none;
}

.yun_network ul li p {
	font-size: 36px;
	color: #5b96c5;
	margin: 0;
}

.yun_network_text {
	margin: 2px 35px 0px 35px;
	height: 90px;
	overflow: hidden;
}

.yun_network_text div {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}

.invitewrap {
	background: #FFFFFF;
	padding: 15px;
}

.invite_title {
	width: 200px;
	height: 64px;
	line-height: 78px;
	font-size: 22px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: url(../images/title_invite.jpg) no-repeat center center;
	background-size: 100%;
}

.invite_text {
	font-size: 14px;
	line-height: 150%;
	margin: 15px 0;
}

.qrcode {
	width: 300px;
	margin: 0 auto;
}

.qrcode .img {
	width: 200px;
	height: 200px;
	border: 1px solid #cccccc;
	margin: 0 auto;
}

.qrcode .text {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	margin: 15px 0 0 0;
}

.loading-overlay img {
	width: 10rem;
	height: 10rem;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.btn-music,
.btn-music i,
.up-arrow,
.up-arrow i {
	width: 2rem;
	height: 2rem
}

.btn-music {
	background-color: transparent;
	position: fixed;
	top: 1.5rem;
	right: 1.5rem;
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 2rem;
	border: .125rem solid #5b96c5;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-animation: btnMusicAni 3s infinite linear;
	animation: btnMusicAni 3s infinite linear
}

.btn-music i {
	line-height: 2rem;
	font-size: 2rem;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	background: url(../images/music.png) center no-repeat;
	background-size: 2rem 2rem;
}

.btn-music.paused {
	opacity: .4;
	-webkit-animation: none;
	animation: none
}

.typeTitle {
	text-align: center;
	padding: 0 0 20px 0;
}

@-webkit-keyframes btnMusicAni {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes btnMusicAni {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

/***********自定义基础通用样式 ***********/

/*复写样式*/
.navbar-header {
	display: flex;
	align-items: center;
	width: fit-content;
	padding: 0;
	margin: 0;
}

.navbar-brand {
	height: 80%;
	width: fit-content;
}

.navbar-white .navbar-toggle {
	border-color: #ddd;
	margin-top: 16px;
}

.navbar-white .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-white .navbar-nav {
	display: flex;
	height: 15%;
}

.navbar-white .navbar-nav>li {
	margin: 15px 0;
}

.navbar-white .navbar-nav>li a {
	color: #333333;
}

.navbar-white .navbar-nav>li.active {
	background: rgb(255 18 63 / 6%);
}

.navbar-white .navbar-nav>li.active a {
	color: #5b96c5;
}

/*复写样式 */

.navbar-nav .dropdown-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
}

/* 菜单项的样式 */
.navbar-nav .dropdown-menu li {
	margin-top: 2px;
	padding: 5px 5px;
}

/* 链接样式 */
.navbar-nav .dropdown-menu li a {
	color: #333;
	text-decoration: none;
	display: block;
}

/* 悬停时链接的背景色 */
.navbar-nav .dropdown-menu li a:hover {
	background-color: #5b96c5;
}



.zphListTitle {
	display: inline-block ;
	padding: 6px;
	width: 250px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	color: #ffffff;
	border-radius: 100px;
	background: #037CE0;
	margin-right: 15px;
	/* margin: 0 auto; */
}

.zphListTitle:hover {
	color: #ffffff;
}
.fenlie{
	display: flex;
	justify-content: center;
	align-items: center;

}
.zphlist {
	margin: 5px 0 0 0;
}

.zphlist .item {
	background: #ffffff;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	border-bottom: 1px solid #eeeeee;
}

.zphlist .item:last-child {
	border-bottom: none;
}

.zphlist .listName {
	color: #d8443e;
	font-weight: bold;
}

.zphlist .listTime {
	color: #666666;
}



.img-banner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: rgba(106, 110, 110, 0.8);
	border-radius: 0 0 6px 6px;
	color: #fff;
	text-align: center;
}

.caption {
	position: relative;
	padding-bottom: 1%;
	text-align: center;
}

.actionTime {
	color: #027CE1;
	height: 30px;
	font-size: 1.4rem;
}


#schoolImage {
	width: 100%;
}

.state {
	position: absolute;
	top: 3%;
	left: 3%;
	padding: 5px 9px;
	border-radius: 25px;
	font-size: 1rem;
	text-align: center;
	color: white;
}

.state.ended {
	width: fit-content;
	background-color: rgb(135, 140, 140, 0.7);
}

.state.upcoming {
	width: fit-content;
	background-color: rgb(48, 186, 38, 0.7);
}

.state.ongoing {
	width: fit-content;
	background-color: rgb(247, 51, 2, 0.7);
}



.video-container {
	width: 80%;
	height: auto;
	margin-left: 10%;
	position: relative;
	display: inline-block;
}

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	background-color: transparent;
	color: #027CE1;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 20px 20px;
	z-index: 10;
}

video {
	width: 100%;
}


/*所有页面共享的样式如导航,页脚等 */
/*手机超小屏幕下的单独样式 xs < 768px */
@media (max-width: 767px) {
	.navbar-white .navbar-nav {
		width: 100%;
		margin: 7.5px 0;
	}

	.sectionwrap {
		width: 100%;
	}

	.artiel_intro {
		width: 100%;
	}

	.artiel_qrcode {
		width: 100%;
		padding: 20px 20px 0 20px;
	}

	.linkbox {
		height: 160px;
		margin: 0 0 20px 0;
	}

	.linkbox .text {
		font-size: 14px;
	}

	.typeTitle img {
		width: 80%;
	}

	.container {
		width: 100%;
	}

	.container>.navbar-header {
		margin-left: 7%;
	}

	video {
		max-width: 100%;
		height: auto;
	}

}

/*手机超小屏幕下的单独样式 xs < 768px */

/*大于手机屏幕时的样式 sm  > = 768px */
@media (min-width: 768px) {
	.container {
		width: 100%;
	}

	.container>.navbar-header {
		margin-left: 7%;
	}

	video {
		max-width: 100%;
		height: auto;
	}

}

/*大于手机屏幕时的样式 sm  > = 768px */

/*平板小屏幕样式 768px <= sm < 992px */
@media (min-width: 768px) and (max-width: 991px) {
	.sectionwrap {
		width: 100%;
	}

	.artiel_intro {
		width: 430px;
	}

	.container {
		width: 100%;
	}

	.container>.navbar-header {
		margin-left: 7%;
	}

	video {
		max-width: 100%;
		height: auto;
	}

}

/*平板小屏幕样式 768px <= sm <= 1024px */
@media (min-width: 1000px) and (max-width: 1024px) {
	.sectionwrap {
		width: 100%;
	}

	.artiel_intro {
		width: 680px;
	}

	.container {
		width: 100%;
	}

	.container>.navbar-header {
		margin-left: 7%;
	}

	video {
		max-width: 100%;
		height: auto;
	}

}

/*平板小屏幕样式 768px <= sm < 992px */

/*大于992px以上固定宽度为970px md  > = 992px */
@media (min-width: 992px) {
	.container {
		width: 100%;
	}

	.container>.navbar-header {
		margin-left: 7%;
	}

	video {
		max-width: 100%;
		height: auto;
	}

}

/*大于992px以上固定宽度为970px md  > = 992px */




/* introduce页面 */



  

  
  
  
  
  
