BODY {
	font-family: 微软雅黑;
}

.m20 {
	margin-top: 20px;
}

.s-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#header {
	background: #005bac;
	height: 180px;
}

#logo {
	height: 130px;
}

#footer {
	background: #005bac;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: #BBB 5px solid
}

#footer P {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	margin: 0;
}

#nv {
	height: 50px;
    position: relative;
    z-index: 880;
}

.nav {
	background: #f3f3f3;
	border-bottom: #dcdcdc 9px solid;
}

#nv {
	*zoom:1; 
}
#nv:after,#nv:before{
	display: block; 
	content:"clear"; 
	height:0; 
	clear:both; 
	overflow:hidden; 
	visibility:hidden; 
}
.nav li {
	float: left;
	width: 11%;
	position: relative;
	font-size:16px;
	border-right: #ebebeb 1px solid;
	border-left: #fff 1px solid;
}
.nav li .v1 {
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.nav li.on .v1,.nav li:hover .v1 {
	color: #005bac;
	background-color: #FFF;
	text-decoration: none;
}
.nav dl {
	position: absolute;
	top: 51px;
	left: 0;
	width: 195px;
    background: url(imgs/ico-bg1.png) repeat;
    display: none;
}
.nav dd {
    background: url(imgs/ico-bor6.png) repeat-x left bottom;
	margin: 0;
}
.nav dd a {
	display: block;
	height: 49px;
	line-height: 49px;
	font-size: 14px;
    padding-left: 40px;
	overflow: hidden;
	position: relative;
	font-weight: bold;
	color: #005bac;
}
.nav dd a i {
	width: 8px;
	height: 8px;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -4px;
    background: url(imgs/ico-05.png) no-repeat center center;display: none;
}
.nav dd:hover a {
	background-color: #005bac;
	color: #fff;
	text-decoration: none;
}
.nav dd:hover a i {
	display: block;
}
.nav li:last-child dl,.nav li:nth-last-of-type(2) dl {
	left: auto;
	right: 0;
}

.tbg {
	background: #005bac;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sbtn {
	position: relative;
}

.tbtm {
	background: #FFFFFF;
	line-height: 25px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0.8;
}

.tbtm A {
	color: #333;
	font-size: 14px;
}

.item {
	margin: 0;
	padding: 0;
	border: #CCC 1px solid;
}

.item .mt {
	border-bottom: #005bac 2px solid;
	padding-right: 10px;
	padding-left: 10px;
}

.item .mt H3 {
	margin: 0px;
	font-size: 16px;
	font-weight: bolder;
	font-family: 微软雅黑;
	float: left;
	color: #005bac;
	line-height: 40px;
	padding-left: 5px;
}

.item .mt A {
	float: right;
	color: #999;
	font-family: 微软雅黑;
	font-size: 12px;
	line-height: 40px;
}

.item .mc {
	padding-left: 10px;
	padding-right: 10px;
}

.item .mc .newslist {
	margin: 0;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.item .mc .newslist LI {
	list-style-type: none;
	line-height: 30px;
	border-bottom: #e5e5e5 1px dashed;
	background: url('imgs/point.png') no-repeat 2px center;
	padding-left: 15px;
}

.item .mc .newslist LI A {
	font-size: 13px;
	color: #333;
}

.item .mc .newslist LI A:hover {
	color: #005bac;
	text-decoration: none;
}

.item .mc .newslist LI SPAN {
	float: right;
	font-size: 13px;
	color: #999;
}

.flinks {
	border-left: #ce0000 3px solid;
	border-top: #DDD 1px solid;
	border-right: #DDD 1px solid;
	border-bottom: #DDD 1px solid;
	padding-left: 10px;
}

.flinks SPAN {
	font-size: 14px;
	font-family: 微软雅黑;
	line-height: 40px;
}

.flinks SELECT {
	margin-right: 10px;
	height: 24px; 
	border: #ccc 1px solid;
	padding-left: 5px;

}



.abtn {
	background: #F8F8F8;
	border: #D6D6D6 1px solid;
	display: block;
	width: 100%;
	padding-left: 20px;
	line-height: 80px;
	color: #666;
}

.abtn IMG {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}

.abtn I {
	font-style: normal;
}

.abtn:hover {
	border: #1567b1 1px solid;
	color: #1567b1;
	text-decoration: none;
}

.lfoc {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
}

.lfoc A {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

.lfoc A:hover {
	color: #005bac;
	text-decoration: none;
}

.lfoc P {
	font-size: 13px;
	color: #666;
	padding: 0;
}

.left-nav {
}

.left-nav .top {
	height: 80px;
	background: #005bac;
}

.left-nav .top H4 {
	line-height: 80px;
	padding-left: 30px;
	color: #FFF;
}

.left-nav UL {
	margin-top: 15px;
	padding:0;
	background: #FFF;
}

.left-nav LI {
	list-style-type: none;
	line-height: 56px;
	height: 56px;
}

.left-nav LI A {
	color: #666;
	display: block;
	text-decoration:none;
	padding-left: 30px;
	border-bottom: #005bac 1px solid; 
}

.left-nav LI.on A {
	color: #FFF;
	background: #005bac;
	border-top: #fff 1px solid;
	border-bottom: #005bac 1px solid; 
}

.left-nav LI.on A:hover {
	color: #FFF;
	background: #005bac;
	border-top: #fff 1px solid;
	border-bottom: #005bac 1px solid; 
}

.left-nav LI A:hover {
	color: #FFF;
	background: #005bac;
	border-top: #fff 1px solid;
}

.content {
	background: #FFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	margin-bottom: 50px;
}

.content .content-header {
	height: 50px;
	border-bottom: #CCC 2px solid;
}

.content .content-header H5 {
	padding: 0 10px;
	margin: 0;
	line-height: 48px;
	height: 50px;
	font-size: 23px;
	color: #333;
	border-bottom: #005bac 2px solid;
	float: left;
}

.content .content-header .position {
	float: right;
	height: 40px;
	padding-top: 18px;
}

.content .content-header .position SPAN {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
	margin-right: 3px;
}

.content .content-header .position A {
	color: #666;
	font-size: 13px;
}

.content .content-header .position A:hover {
	color: #005bac;
	text-decoration: none;
}

.list-news UL {
	margin-top: 20px;
	padding: 0;
}

.list-news LI {
	list-style-type: none;
	line-height: 60px;
	height: 60px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: #CCC 1px dashed;
	clear: both;
}

.list-news LI A {
	color: #222;
	font-size: 14px;
	float: left;
}

.list-news LI A:hover {
	color: #005bac;
	text-decoration: none;
}

.list-news LI SPAN {
	font-size: 13px;
	color: #999;
	float: right;
}

.content .content-pager {
	padding-top: 20px;
	padding-bottom: 30px;
}

.content .title {
	margin-top: 30px;
	padding-bottom: 15px;
}

.title1 {
	margin-top: 20px;
}

.content .content-content {
	padding-bottom: 50px;
}

.teacher {
	border-bottom: #CCC 1px solid;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.info {
	background: #FFF;
	padding: 5px;
}

.info H5 {
	padding-left: 5px;
	padding-right: 5px;
}

.info H5 A {
	color: #222;
	font-family: 寰蒋闆呴粦;
	font-size: 16px;
	font-weight: bold;
}

.info H5 A:hover {
	color: #3582BF;
	text-decoration: none;
}

.info P {
	font-size: 14px;
	font-family: 瀹嬩綋;
	color: #666;
	line-height: 25px;
	height: 100px;
	text-indent: 15px;
	overflow: hidden;
}

.pitem {
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.pitem A.text {
	display: block;
	color: #666;
	font-size: 16px;
	font-family: 寰蒋闆呴粦;
	line-height: 25px;
	padding-top: 10px;
}

.pitem A.text:hover {
	color: #3582BF;
	text-decoration: none;
}

.sybg {
	background: #e8efef;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.bobg {
	background: #e8efef;
	padding-top: 20px;
	padding-bottom: 30px;
}

#listnews {
	margin-top: 15px;
}

