/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

body {
	margin: 0 auto;
	
}

dd,
dl,
dt,
li,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}


	.right_home img
	{
	position:absolute;
	right:0.319rem;
	top:0.68rem;
	z-index:5;
	width: 2.139rem;
	height: 1.68rem;
	}
	.left_home img
	{
	position:absolute;
	left:0.82rem;
	top:0.68rem;
	z-index:5;
	width: 1.139rem;
	height: 1.62rem;
	}






.other {
	padding: 2%;
	
}




/*   时间   */

.calendar {
	padding:0% 2.7%;
	
}

.calendar-lunar {
	border-radius: .5rem;
	padding: 2%;
	background: #DDD;
	font-weight:900;
	font-size:16px;
}





/*   顶部导航   */



.ui-header {
	padding: 1.9rem; /*   顶部距离   */

}


.header_top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
}

.header_top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0px solid #e7e7e7;
    background-color: #F7F7F7;
}

.header_top li {
    float: left;
    background-color: #F7F7F7;
    padding: 0px 0px;
    text-align: center;
}
	
.header_top li a {
    display: block;
    color: #666;
    text-align: center;
    text-decoration: none;
    margin-top:5px;
    padding: 6px 13px;
	cursor: default;
}

/*
.header_top li a:hover:not(.active) {
    background-color: #666;
}
*/
.active {
    background-color: #666;
	font-size:16px;
}

	
.header_top li.active {
    float: left;
    background-color: #F7F7F7;
    text-align: center;
    padding: 14px 16px;
	font-size:16px;
}







/*   首页超链接 > zwkz_xuewei.php   */

a {
    text-decoration: none;
    display: inline-block;
    
}

a:hover {
    background-color: #ddd;
    color: black;
}

.next1 {
    background-color: #f1f1f1;
    color: black;
    margin: 4px 0px;
	border-radius: .5rem;
}

.next2 {
    background-color: #317CFB;
    color: white;
    margin: 4px 0px;
}











