html{
   margin: 0px;
   padding: 0px;
}
a{
	text-decoration: none;
}
body{
	margin: 0;
	padding: 0;
	background-color: #A4D885;
}
li{
	list-style: none;
}
.commonList{
	overflow: auto;
	height: 100%;
}
.commonList_contain{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header{
	width: 100%;
	height: 251px;
}
.header img{
	width: 100%;
	height: 100%;
}
.nav{
	width: 100%;
	height: 61px;
	background-image: url(../images/xnv.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
}
.nav_box{
	width: 100%;
	font-size: 0px;
	padding: 20px 57px;
	box-sizing: border-box;
}
.nav_box li{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 103px;
	text-align: center;
}
.nav_box li a{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.nav a:hover {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
	text-decoration: underline;
}
.content{
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #fff;
	height: auto;
	position: relative;
	padding-left:290px;
	box-sizing: border-box;
}
.content_left{
	width: 250px;
	height: 100%;
	position: absolute;
	left: 15px;
	top: 0px;
}
.newdynamic{
	width: 100%;
	height: 299px;
	background-image: url(../images/nbj.png);
	background-repeat: no-repeat;
	padding: 54px 30px;
	box-sizing: border-box;
	padding-top: 94px;
}
.newdynamic_list{
	width: 190px;
	height:150px;
	font-size: 12px;
	line-height: 21px;
	color: #212020;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newdynamic_list span{
	line-height: 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}
.newdynamic_list a{
	color: #212020;
}
.newdynamic_list a:hover{
	color: #e10000;
	text-decoration: underline;
}
/* 班级风采 */
.clssdemeanor{
	width: 100%;
	height: 328px;
}
.content_right{
	width: 100%;
	height: 100%;
}
.content_right_top{
	width: 100%;
	height: 43px;
	background-image: url(../images/r1.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
}
.biaot{
	display: block;
	line-height: 58px;
	text-indent: 54px;
	font-size: 15px;
}
.content_right_title{
	width: 678px;
	margin: 0 auto;
	text-align: center;
}
.article_title{
	line-height: 30px;
	vertical-align: middle;
	color: #f97300;
	font-size: 18px;
	margin: 0px;
}
.article_info{
	font-size: 12px;
	color: #45473f;
	margin: 0px;
}
.article_info span{
	display: inline-block;
}
.content_right_center{
	width: 896px;
	min-height: 500px;
	background-image: url(../images/r2.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
	border-spacing: 2px;
	padding: 0 30px;
	padding-top: 15px;
	box-sizing: border-box;
}
.content_right_list{
	width: 810px;
	margin: 0 auto;
	padding-top: 40px;
	box-sizing: border-box;
}
.content_right_list li{
	font-size: 0px;
	padding: 5px 0px;
}
.content_right_list li a{
	display: inline-block;
	color: #212020;
	width: 626px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 12px;
}
.content_right_list li a:hover{
	color: #e10000;
	text-decoration: underline;
}
.content_right_list li .type{
	width: 84px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
}
.content_right_list li .time{
	width: 99px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
}
.content_right_bottom{
	width: 895px;
	height: 41px;
	background-image: url(../images/r3.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
}
.page{
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
}
.page span{
	margin-right: 10px;
}
.page span a{
	color:#212020;
}
.page span a:hover{
	color: #e10000;
	text-decoration: underline;
}
.page .last_span{
	margin-left: 50px;
	margin-right: 0px;
}
.footer{
	width: 100%;
	height: 178px;
	text-align: -webkit-center;
	background-image: url(../images/b_bj.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
}
.footer p{
	margin: 0px;
	width: 394px;
	padding-top: 30px;
	box-sizing: border-box;
}