@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;	font-size: 100%;font-family: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
:focus { outline:0;}
img { border:0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

/**布局开始**/
body { background:#fff;}
body,p { 
	font:12px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; 
	color:#666666;
}
a { 
	color:#666666;
	text-decoration:none;
}
a:link { 
	color:#666666;
}
a:hover { 
	color:#164f88;
}
a:active { 
	color:#666666;
}

.wrapper { 
	width:100%; 
	margin:0 auto;
}
.wrapper .inner {  /**页面全局宽度**/
	width: 980px; 
	margin:0 auto;
}


/*页头*/
#top {}

.fixed_top_bar {
	width: 100%;
	height: 28px;
	margin: 0 auto;
	background:url(../images/fixed_top_bg.png) repeat-x;
	position: absolute;
	z-index: 999;
	top:0px; left:0px;
}

.fixed_top_content {
	height: 28px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.fixed_top_content_welcome {
	width: 250px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	float: left;
	text-align: center;
	color: #FFF;
}

.fixed_top_content_text {
	width: 220px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	float: right;
	color: #FFF;
}

.fixed_top_content_text A {
	color: #FFF;
}

/*头部BANNER*/
#header {
}

.head {
	width:100%;
	height:175px;
	background:url(../images/banner.jpg) center center no-repeat;
}

/**导航条**/
#nav {
}

.nav { 
	width:100%; 
	height: 40px;
	line-height: 40px;
	margin: 0px auto 8px auto;
	background:url(../images/nav-bg.gif) repeat-x center center;
}

.nav-box {
	width: 750px;
	height: 40px;
	float: left;
	margin-left: 15px;
}

.nav-box .nav-item A {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.nav-box .wp_nav .nav-item a span.item-name {
	color: #FFF;
	padding: 0 9px;
	line-height: 40px;
}

.search {
	width: 200px;
	height: 40px;
	float: right;
	margin-right: 15px;
	background: url(../images/search-bg.png) center center no-repeat;
}

.search-component {
	width: 170px;
	height: 40px;
	margin: auto;
	overflow: hidden;
}

.search-input-box {
	width: 98px;
	float: left;
	text-align: right;
	padding-top: 10px;
}

.search-input {
	width: 65px;
	height: 18px;
	border: none;
}

.search-btn-box {
	width: 65px;
	float: right;
	padding-top: 8px;
}

.search-btn {
	width: 60px;
	height: 24px;
	border: none;
	margin: auto;
	background: url(../images/transparent.gif);
}

/**主体部分**/
#container {}

#container .inner { 
	padding: 0;
}

.mod {
	width: 100%;
	padding: 0px;
}

.mod-l {
	width: 248px;
	float: left;
}

.mod-c {
	width: 474px;
	float: left;
	margin-left: 5px;
}

.mod-r {
	width: 248px;
	float: right;
}

.cbox {
}


/*页脚*/
#footer {
	background: url(../images/footer-bg.gif) repeat-x center center;
}

.foot {
	height: 100px;
}

#copyright {
	padding: 0px;
}

#copyright p {
	font-size:12px;
	line-height:22px;
	text-align: center;
	padding: 15px 0;
}



/*首页自定义新闻列表*/
.post {
	margin-bottom: 8px;
}

.post-side {
	width:100%;
	background: url(../images/block-bottom-248.gif) center bottom no-repeat;
	padding-bottom: 10px;
}

.post-side .banner {
	height: 40px; 
	margin: auto;
	overflow: hidden;
	background: url(../images/block-title-248.gif) no-repeat center center;
}

.post-side .banner .title-text {
	width: 150px;
	height: 40px;
	text-align: left;
	text-indent: 35px;
	color: #2477b3;
	float: left;	
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}
.post-side .banner .more-btn {
	width: 60px;
	height: 40px;
	line-height: 40px;
	float: right;
	text-align: center;
	background: url(../images/more-btn.gif) center center no-repeat;
}
.post-side .banner .more-btn A{
	width: 60px;
	height: 40px;
	display: block;
}
.post-side .con {
	padding: 5px 15px; 
	margin:0 auto;
	line-height: 25px;
	background: url(../images/block-body-248.gif) repeat-y center center;
	min-height: 20px;
}

.post-side .wp_article_list .list_item {
	height: 28px;
	line-height: 28px;
	border-bottom: none;
}

.post-side .wp_article_list .list_item .Article_Index {
	width: 10px;
	height: 20px;
	margin-right: 2px;
	background: url(../images/point.gif) center center no-repeat;
}

.post-link .con1 {padding: 10px 15px 0px 15px;}

.post-link .con2 {}

.post-link .wp_article_list .list_item .Article_Index{
	display: none;
}

.post-link .sudy-links .links-wrap a:hover {
	background: transparent;
}


.post-center {
	width:100%;
	background: url(../images/block-bottom-474.gif) center bottom no-repeat;
	padding-bottom: 10px;
}

.post-center .banner {
	height: 40px; 
	margin: auto;
	overflow: hidden;
	background: url(../images/block-title-474.gif) no-repeat center center;
}

.post-center .banner .title-text {
	width: 150px;
	height: 40px;
	text-align: left;
	text-indent: 35px;
	color: #2477b3;
	float: left;	
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}
.post-center .banner .more-btn {
	width: 60px;
	height: 40px;
	line-height: 40px;
	float: right;
	text-align: center;
	background: url(../images/more-btn.gif) center center no-repeat;
}
.post-center .banner .more-btn A{
	width: 60px;
	height: 40px;
	display: block;
}
.post-center .con {
	padding: 5px 15px; 
	margin:0 auto;
	line-height: 25px;
	background: url(../images/block-body-474.gif) repeat-y center center;
	min-height: 20px;
}

.post-center .wp_article_list .list_item {
	height: 29px;
	line-height: 29px;
	background: url(../images/dash.gif) bottom center repeat-x;
	border-bottom: none;
}

.post-center .wp_article_list .list_item .Article_Index {
	width: 10px;
	height: 20px;
	margin-right: 2px;
	background: url(../images/point.gif) center center no-repeat;
}

.post-calendar .banner .more-btn {
	width: 60px;
	height: 40px;
	line-height: 40px;
	float: right;
	text-align: center;
	background: url(../images/digital-btn.gif) center center no-repeat;
}
.post-calendar .banner .more-btn A{
	width: 60px;
	height: 40px;
	display: block;
}

.post-calendar .con {
	padding: 5px 0;
}

.post-calendar .teaching-Calendar {
  width: 230px;
  height: 70px;
  overflow: hidden;
  margin: 0 auto;
}

.post-calendar .teaching-Calendar .Calendar-Icon {
  width: 80px;
  height: 70px;
  overflow: hidden;
  float: left;
  background: url(../images/calendar.png) center center no-repeat;	
}

.post-calendar .teaching-Calendar .Calendar-Icon .calendar-month {
  width: 80px;
  height: 32px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

.post-calendar .teaching-Calendar .Calendar-Icon .calendar-date {
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #888888;
  font-size: 20px;
  font-weight: bold;	
}

.post-calendar .teaching-Calendar .Calendar-Detail {
  width: 150px;
  height: 75px;
  overflow: hidden;
  float: right;
  color: #FF0000;
  font-weight: bold;
  line-height: 20px;
}

.post-calendar .teaching-Calendar .Calendar-Detail .calendar-detail-item {
	width: 100%;
	height: 20px;
	text-align: left;
}

#post-calendar-datetime {
	margin-top: 5px;
}

.post-calendar .not-visibile {
	visibility: hidden;
	display: none;
}

.calendar-setup {
	width: 100%;
	height: 5px;
	overflow: hidden;
	visibility: hidden;
}

.post-apps .con {
	padding: 5px 11px;
	background: url(../images/block-app-platform.gif) center center repeat-y;
}

.app-icon {
	width: 75px;
	height: 90px;
	overflow:hidden;
	float: left;
}

.post-news {
	background: transparent;
	padding: 0px;	
}

.post-news .div_ztyw_li .c_pt_04 .c_pic {
	margin-bottom: 4px;
	float: none;
}

.post-news .div_ztyw_li .c_pt_04 .c_txt p {
	line-height: 20px;
}

.post-news-2 {
	background: url(../images/block-bottom-248.gif) center bottom no-repeat;
	padding-bottom: 10px;
}

.post-news-2 .con .wp_article_list{
	background: url(../images/dash.gif) top center repeat-x;
}

.post-news-2 .con .wp_article_list .i1{
	/*display: none;*/
}


/*列表页*/
.pathbox {
	width: 100%;
	height: 50px;
	line-height: 45px;
	background: url(../images/page-navigator.gif) bottom center no-repeat;
	margin-bottom: 10px;
}
.pathbox .Column_Position {padding:0 0;}
.pathbox .possplit {width: 15px; background: url(../images/arrow-nextlevel.gif) center center no-repeat;}
.pathbox A, .pathbox A:link, .pathbox A:hover, .pathbox A:active {color: #2477b3;}

.colbox {
	width: 100%;
	margin-bottom: 8px;
}
.col-menu {
	width: 248px;
	float: left;
	margin:0px auto;
} 
.col-menu-head {
	width: 100%;
	height: 40px;
	background: url(../images/block-title-248.gif) center center no-repeat;
}
.col-name-text {
	color: #2477b3;
	line-height: 40px;
	text-indent: 35px;
	font-size: 14px;	
	font-weight: bold;
	display: block;
}

/*多级栏目列表*/
.col-menu-con {padding:0 0 10px 0; background: url(../images/block-bottom-248.gif) bottom center no-repeat;}
.col-list {padding: 10px 20px; background: url(../images/block-body-248.gif) center center repeat-y}
/*一级*/
.col-list .wp_listcolumn { border: none; }
.col-list .wp_listcolumn .wp_column a { font-weight:normal; font-size: 12px; color:#666; background:none; border-top: 0px solid #fff; border-bottom: 1px solid #e2e2e2;} 	/**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a.parent {color:#666; font-weight: bolder;}
.col-list .wp_listcolumn .wp_column a:hover { color:#164f88;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected { color:#164f88; font-weight: bold; background: transparent;}
.col-list .wp_listcolumn .wp_column a span.column-name{background: url(../images/point.gif) 5px center no-repeat; line-height: 25px;}
/*二级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a { font-weight:normal; font-size: 12px; color:#666; background:none; border-top:0px solid #fff; border-bottom:1px solid #e2e2e2;} 	/**二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a:hover {color:#164f88;} 	/**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected {color:#164f88; font-weight: bold; background: transparent;}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a span.column-name{background: url(../images/point.gif) 18px center no-repeat; line-height: 25px;}
/*三级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px solid #fff; border-bottom:1px solid #ccc;} 	/**三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000;} 	/**鼠标经过或选中三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}
/*四级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px solid #fff; border-bottom:1px solid #ddd;} 	/**四级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000;} 	/**鼠标经过或选中四级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}
/*五级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px solid #fff; border-bottom:1px solid #eee;} 	/**五级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000;} 	/**鼠标经过或选中五级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}


.col-news {
	width: 725px;
	float: right;
	margin:0px auto;
}
.col-news-head {padding: 0 15px;}
.col-metas {height:50px; line-height:50px; text-indent:20px; color: #000; font-size: 14px; font-weight: bold; border-bottom: 1px solid #dde6ed; background: url('../images/flag.gif') left center no-repeat;}
.col-news-con {padding: 5px 15px 0 15px;}
.col-news-list {}
.col-news-list .wp_article_list .list_item {border: none; height: 40px; line-height: 40px; border-bottom: #d7d7d7 1px dashed; background: url(../images/point.gif) 10px center no-repeat;}  /**栏目新闻列表**/
.col-news-list .wp_article_list .list_item .Article_Index { width: 25px; height: 28px; background: url(../images/dot.gif) no-repeat center center; margin:0px;}  /**栏目新闻图标序号**/
.col-news-list .wp_article_list .list_item .Article_Title {margin:0px; font-size: 14px;}
.col-news-list .wp_entry { line-height:2; font-size:14px; color:#333;}
.col-news-list .wp_entry p { margin-bottom:0px; line-height: 2; font-size: 14px;}
.col-news-list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/
.col-news-list .wp_paging {padding-bottom: 10px;}



/*文章页*/

.articlebox {
	margin:0px auto 5px auto;
}
.article {
	padding: 0 50px;
}
.article h1.arti_title { /**文章标题**/
	font-family: "Microsoft YaHei"; 
	font-weight: normal;
	padding:30px 0px 5px 0px;
	text-align:center; 
	line-height: 150%;
	font-size:22px; 
	color:#000; 
} 
.article .arti_metas { 
	padding: 15px 0;
	text-align:center;
	border-bottom: #dde6ed 1px solid;
}
.article .arti_metas span { /**文章其他属性**/
	margin:0 5px; 
	font-size:12px; 
	color:#787878;
} 
.article .entry { /**文章内容**/
	margin:0 auto;
	padding: 20px 0px;
	overflow:hidden;
} 
.article .entry .read,.article .entry .read p { /**阅读字体**/
	line-height: 2; 
	font-size: 14px; 
	color: #333;
}  
.article .entry .read p { 
	margin-bottom:20px;
}
.article .entry .read img { /**文章阅读部分图片大小限制**/
	max-width:880px; 
	_width:expression(this.width > 880 ? "880px" : this.width); 
}   