@import url("../../css/startStudent.css");
body {
	background-color: #ffffff!important;
}


/*头部导航*/
.m-header {
	width: 100%;
	height: 1rem;
	background-color: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
	z-index: 999;
	position: fixed;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0px;
	right: 0px;
}
.m-header .menu {
	display: inline-block;
	padding: 0 0.3rem;
	height: 100%;
	line-height: 1rem;
	position: absolute;
	left: 0;
	top: 0;
}
.m-header .menu i {
	/*font-size: 18px;*/
	color: rgba(51, 51, 51, 0.6);
	font-size: 2em;
	line-height: 1rem;
}
.m-header .menu i.open {
	display: block;
}
.m-header .menu i.close {
	display: none;
}
.m-header .menu.active i.open {
	display: none;
}
.m-header .menu.active i.close {
	display: block;
}
.m-header .logo {
	display: flex;
	align-items: center;
}
.m-header .logo img {
	width: auto;
	height: .7rem;
}
.m-header .logo span {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: 'syhtB';
	display: none;
}
.m-header .tel {
	padding: 0 0.3rem;
	height: 100%;
	line-height: 1rem;
	position: absolute;
	right: 0;
	top: .1rem;
}

.m-header .tel .icon {
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

/*悬浮菜单效果*/
.floatMenu_bj{
	width: 100%;
	height: 0%;
	position: fixed;
	background: rgba(0, 0, 0, .6);
	z-index: 9999;
	left: 0px;
	right: 0px;
	top: 1rem;
	transition: all 500ms;
	overflow: hidden;
}
.floatMenu_bj.floatMenu_bjShow{
	height: 100%;
}
.floatMenu_bj .floatMenu{
	width: 2.5rem;
	position: relative;
}
.floatMenu .item{
	line-height: .8rem;
	height: .8rem;
}

.listBox .item{
	border-radius: .1rem;
	background: #f9f9f9;
	margin-bottom: .38rem;
}

.listBox .item:last-child{
	margin-bottom: 0px;
}

.listBox .item a.imgBox{
	display: block;
	width: 100%;
}

.listBox .item .title, .listBox .item .actBox{
    width: calc(100% - 0.5rem);
    padding: .15rem 0.25rem;
	overflow: hidden;
}

.listBox .item .title{
	padding-bottom: 0rem;
	margin-bottom: 0.15rem;
	
	
}
.listBox .item  .title a{
	font-size: .28rem;
	color: #333;
	line-height: .32rem;
}

.listBox .item .actBox{	
	border-top: 0.02rem solid #dadada;
	height: 0.35rem;
	display: flex;
	justify-content: flex-start;
}
.listBox .item .actBox span{
	color: #9b9b9b;
	display: block;
	margin-right: .14rem;
	text-indent: .34rem;
	height: .35rem;
	line-height: .35rem;
	font-size: .25rem;
}

.listBox .item .actBox span.see{
	background: url(../../img/see_black.png) no-repeat left center;
	background-size: .3rem;
}

.listBox .item .actBox span.comment{
	background: url(../../img/comment_black.png) no-repeat left center;
	background-size: .3rem;
}

.listBox .item .actBox span.fabulous{
	background: url(../../img/fabulous_black.png) no-repeat left center;
	background-size: .3rem;
}

.listBox .item .actBox span.date{
	margin-left: auto;
}

/*尾部置顶菜单*/
.m-foot-link {
	height: 1rem;
	display: flex;
	align-items: center;
	background-color: #267737;
	position: fixed;
	z-index: 999;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.m-foot-link .item {
	width: 33.333%;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	border-right: 1px solid #eee;
	position: relative;
	font-weight: bold;
}
.m-foot-link .item:last-child {
	border: 0;
}
.m-foot-link .item .badge {
	position: absolute;
	width: .2rem;
	height: .2rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #E60113;
	color: #fff;
	text-align: center;
	line-height: .2rem;
	font-size: .2rem;
	top: -.08rem;
	left: calc(50% + .52rem);
	font-weight: bold;
}
