/*网站动态栏*/
.dynamic-list {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	overflow: hidden;
}

.dynamic-list li {
	display: flex;
	align-items: center;
	width: 24%;
	min-width: 26rem;
	padding: 0 0.5%;
	white-space: nowrap;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dynamic-list li a {
	display: flex;
	align-items: center;
}

.dynamic-list li a .iconsvg {
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 0.3rem;
}

.dynamic-list li a:hover .iconsvg path,
.dynamic-list li a:focus .iconsvg path {
	fill: rgba(var(--link-hover-rgba), 1);
}

/* 手机端 */
@media screen and (max-width: 600px) {
	.dynamic-list li {
		width: 49%;
		min-width: 49%;
	}
}

/*网站动态栏*/


/*快捷访问栏*/
.quick_access_column {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.quick_access_column a {
	text-decoration: none;
}

.quick_access_column a:hover span,
.quick_access_column a:focus span {
	text-decoration: none;
	font-weight: 700;
}

.quick_access_column .quick_access_item {
	float: left;
	width: 31.3333%;
	height: auto;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	border-radius: 0.6rem;
	background: linear-gradient(to top, rgba(var(--web-option-rgba), 0.6), rgba(var(--web-option-rgba), 0.1));
}

.quick_access_column .quick_access_item img,
svg {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
}

.quick_access_column .quick_access_item span {
	display: inline-block;
	width: 100%;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
	font-size: 1.9rem;
	color: rgba(var(--web-theme-rgba), 1);
	white-space: nowrap;
	overflow: hidden;
}

/*快捷访问栏*/


/*大树课程表*/
.vbigtree_course {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
	overflow: hidden;
}

.vbigtree_slogan {
	background-color: rgba(var(--index-coursecolumn-rgba), 0.3);
	height: 6rem;
	font-size: 2.1rem;
	line-height: 6rem;
	color: rgba(var(--index-coursetext-rgba), 1);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 1.6rem 1.6rem 0.6rem 0.6rem;
}

.vbigtree_slogan .cbigtrees_start {
	right: 0;
}

.vbigtree_slogan .cbigtrees_middle {
	font-size: 2.7rem;
	font-weight: 700;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.vbigtree_slogan .cbigtrees_ending {
	left: 0;
}

#vbigtreee_class {
	overflow: hidden;
}

#vbigtreee_class div {
	cursor: pointer;
	float: left;
	text-align: center;
	width: calc(24% - 2px);
	height: 4.5rem;
	line-height: 4.5rem;
	font-size: 1.9rem;
	border-radius: 1.6rem;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(var(--web-theme-rgba), 1);
	margin: 1rem 0.5%;
	-o-user-select: none;
	/*禁止文字被选中*/
	-moz-user-select: none;
	/*火狐 firefox*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10+*/
	-khtml-user-select: none;
	/*早期的浏览器*/
	user-select: none;
	/*禁止文字被选中*/
	transition: background 0.3s ease-in-out;
	/* 过渡效果 */
	-webkit-transition: background 0.3s ease-in-out;
	/* Safari */
}

#vbigtreee_class div:hover,
#vbigtreee_class div:focus {
	background-color: rgba(var(--web-option-rgba), 0.7);
}

#vbigtreee_class div.class_select {
	font-weight: 700;
	color: rgba(var(--common-white-rgba), 1);
	background-color: rgba(var(--web-stress-rgba), 0.7);
}

#vbigtree_explain {
	width: 100%;
	line-height: 1.8;
	padding-top: 1rem;
	padding-bottom: 1rem;
	overflow: hidden;
}

#vbigtree_explain div {
	display: none;
	font-size: 1.8rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

#vbigtree_explain div h2 {
	background-color: rgba(var(--index-coursetitle-rgba), 0.3);
	color: rgba(var(--index-coursetext-rgba), 1);
	font-size: 2.0rem;
	padding: 0.5rem;
	border-radius: 0.6rem;
	text-align: center;
	margin-right: 1rem;
}

#vbigtree_explain div.explain_select {
	display: block;
}

#vbigtree_curriculum {
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	overflow: hidden;
}

#vbigtree_curriculum dt {
	display: none;
	overflow: hidden;
}

#vbigtree_curriculum dt.curriculum_select {
	display: block;
	overflow: hidden;
}

.vbcurr_imore {
	clear: both;
	/* 清除两边浮动 独占一行 */
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	overflow: hidden;
}

.vbcurr_imore a {
	padding: 1rem 2.5rem;
	line-height: 5rem;
	border-radius: 1.6rem;
	white-space: nowrap;
}

/* 手机端 */
@media screen and (max-width: 600px) {
	.vbigtree_slogan .cbigtrees_start {
		display: none;
	}

	.vbigtree_slogan .cbigtrees_middle {
		font-size: 2.3rem;
	}

	.vbigtree_slogan .cbigtrees_ending {
		display: none;
	}
}

/*大树课程表*/