@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,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: auto;padding: 0;border: 0;	font-size: 100%;font: inherit;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcap
tion, 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 {}
body, p {
    font: 12px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}
a { 
	color:#3c3c3c;
	text-decoration:none;
}
a:link { 
	color:#3c3c3c;
}
a:hover { 
	color:#1964a9;
}
a:visited { 
}
.wrapper { 
	width:100%; 
	margin:0 auto;
}
.wrapper .inner {  /**页面全局宽度**/
	width:1050px; 
	margin:0 auto;
}
/**自定义新闻列表**/
.mod_bottom.clearfix .news_list li.news {
    width: 317px;
    float: left;
    /* height: 56px; */
    margin-left: 12px;
}
.mod_bottom.clearfix .news_list .news.n1.clearfix {margin-left: 0px;}
.mod_bottom.clearfix .news_pic {
    width: 217px;
    float: left;
}
.mod_bottom.clearfix .news_title {
    display: none;
    width: 217px;
    float: left;
    text-align: center;
    padding-top: 15px;
}
.mod_bottom.clearfix img {
    width: 200px;
    height: 140px;
}
/**页头**/
#header {background:url(../images/head_bg.png) left top repeat-x;}
#header .inner {}
.head_index {
    width: 125px;
    float: right;
    height: 27px;
    margin: 0px -62px 0px 0px;
    color: #e9e9e9 !important;
    line-height: 27px;
}
.head {
	width:100%;
	height: 127px;
	position:relative;
}
.head_1 {
    float: right;
    height: 27px;
    /* width: 100%; */
}
.head_2 {
	float:left;
	height:100px;
	width:100%;
	/*background:url(../images/head_logo.png) center no-repeat;*/}
.head_search {
    float: right;
    width: 195px;
    height: 35px;
    margin: 35px 8px 0px 0px;
    background: url(../images/search.png) center no-repeat;
}
.head .sitelogo {float: left; width: 400px; height: 100px;margin-top: 20px; }
.site{float: left;width: 200px;height: 70px;color: #000;font-size: 30px;padding: 30px 0px 0px 0px;}
/**导航条**/
#nav {
}
.nav_mod {
	width:100%;
	height:48px;
	}
.nav { height:48px;line-height: 48px;
}
/*.nav_1 { 
	float:right;
	width: 250px; 
	height: 28px;
	line-height: 48px;
	margin: 10px 0px;
}*/

/**导航样式：后台绑定时也可以定义配置**/ 
.nav .wp_nav { height:48px;}  /**导航高度**/
.nav .wp_nav li.nav-item {
    padding: 0 10px;
}
.nav .wp_nav li.nav-item a { font-weight:normal; color:#003f78;  z-index:200;text-align: center;line-height: 48px;font-family: "Microsoft YaHei";font-size: 17px;}    /**导航字体样式**/
.nav .wp_nav li.nav-item a:hover,.navbar .navbox .wp_nav li.nav-item a.parent{ color:#52a2eb; }   	/**鼠标经过或当前选中时样式**/ 
.nav .wp_nav li.nav-item a span.item-name { padding: 0 9px 0px 9px; height: 48px; line-height: 48px;}   /**导航栏目高度与边距**/
.sub-nav { height:auto !important;min-width: 110px !important;}
.nav .wp_nav .sub-nav li.nav-item {padding: 0px;}
.nav .wp_nav .sub-nav li.nav-item i.mark { background:#1964a9;}  /**子菜单背景**/  
.nav .wp_nav .sub-nav li.nav-item a { font-size:12px; font-weight:normal; color:#fff;}		/**子菜单字体样式**/
.nav .wp_nav .sub-nav li.nav-item a:hover,.navbar .navbox .wp_nav .sub-nav .nav-item a.parent { background:#a4b7d2;color:#fff; }/**子菜单选中的背景色**/
.nav .wp_nav .sub-nav .nav-item a.parent:hover {  background:#a4b7d2;color:#fff;}
.wp_nav .sub-nav .nav-item a.parent {  background:#a4b7d2;color:#fff;}  
.nav .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 5px; height:30px; line-height:30px;}		/**子菜单栏目高度与边距**/
.nav_1 .wp_nav li.nav-item { background:#e9e9e9;padding: 0 10px; margin: 0px 1px;}
.nav_1 .wp_nav li.nav-item a { font-weight:normal; color:#b30e0d;  z-index:200;text-align: center;line-height: 28px;font-family: "Microsoft YaHei";font-size: 16px;}

#wp_nav_w61 .wp_nav li.nav-item a { font-weight:normal; color:#fff;  z-index:200;text-align: center;line-height: 48px;font-family: "Microsoft YaHei";font-size: 14px;}
/**主体部分**/
#container {
    background: #fff url(../images/dis_bg.png) left top repeat-x;
    padding: 0px 0px 23px 0px;
}

#container .inner { 

	}

#container_bottom {
	background:#6d7078;
	}
#container_links {
	background: #555b69;}
.body_main {
margin: 0 auto;
}
.banner {
	width: 100%;
	height:418px; background:url(../images/banner.png);}
.banner_list {
	width: 100%;
	height:321px; background:url(../images/banner_list.jpg);}
.mod {
	width: 1000px;
	margin: 0px auto;
	padding: 20px 0px;
}
.mod_top {
	float:left;
	width:100%;}
.mod_bottom {
	float:left;
	width:100%;
	margin: 0px 0px 0px 0px;
	margin-top: 10px;
}
.top_left {
	float:left;
	width: 49%;}
.top_right {
	float:right;
	width: 49%;}
.foot_bottom {
	padding: 30px 0px;
	}
.foot_bottom_1 {
	float: left;
	width: 560px;
	margin: 0px 0px 0px 0px;
}
.foot_bottom_2 {
	float: right;
	width: 400px;
	height: 135px;
	border-left: 1px solid #85878d;
	background:url(../images/wb1.png) right center no-repeat;
	margin: 0px 10px 0px 0px;
}
.links_con {
	height: 30px; 
	padding: 7px 0px 12px 190px;
	background:url(../images/link_title.png) 10px center no-repeat;
	}
.news_left {
	float:left;
	width: 93px;
	background:#fff;
	height:107px;
	padding:1px 0px;}
.news_left1 {
	float:left;
	width:155px;
	height:110px;
	padding:1px 0px;}
.new_photo {
	position:relative;
	width:155px;
	height:110px;}

.news_right1 {
    float: right;
    width: 310px;
    margin: 8px 0px 0px 0px;
}
.news_right {
    margin: 8px 60px 0px 27px;
}
.news_meta { 
float:left;}
.news_right1 .post_time {
	position: absolute;
	width: 47px;
	height:26px;
	background:#1964a9;
	left: 108px;
	top: 85px;
	color: #fff;
}
.news_right1 .post_time a{
 	color:#fff;
	}
.news{
    position: relative;
}
.news_right1 .date-day {
    height: 30px;
    line-height: 24px;
    font-size: 14px;
	margin: 0px 9px;
}
.news_right1 .date-day {
    line-height: 24px;
    font-size: 14px;
    margin: 0px 9px;
}  
.news_left .date-day { line-height: 30px; width: 93px;text-align: center; font-size:37px; color:#1964a9;}
.news_left .date-month { line-height: 30px; width: 93px;text-align: center; font-size:16px; color:#7f7f7f;}
.news_left .date { margin: 20px 0px 0px 0px;}
.news_right1 .news_title { float:left;width:100%;  }
.news_right1 .news_title a{ color:#1964a9; font-size:14px;height: 35px; line-height: 35px;}
.news_right .news_title { float:left;width:100%;}
.news_right .news_title a{ color:#1964a9; font-size:14px;height: 35px; line-height: 35px;}
.news_right .news_text{ float:left; width:100%;}
.news_right .news_text a,.news_right1 .news_text a{ line-height: 24px;}
/*左下角*/
.post1 {}
.post1 .subnav {width: 100%; height: 36px; margin: 0px 0px 20px 0px;}
.post1 .subnav .title{ float: left; height: 36px; line-height: 36px; width: 400px;font-weight:normal; font-family: "Microsoft YaHei";font-size: 21px;color: #1964a9; background:url(../images/title_bg.png) left bottom no-repeat;}
.post1 .con {color:#444;text-align:left; padding: 5px; }
.post1 .wp_article_list .list_item { border: none; color: #000;font-family: "Microsoft YaHei";font-size: 13px; height: 30px; line-height: 30px;}
.post1 .wp_article_list .list_item .Article_Index { display: none; }
.post1 .con-more { float: right;width:60px; height: 20px; display:block; margin: 8px 0px 0px 0px;color: #6f6f6f;}
.post1 .con-more .more-btn{width: 44px; height: 20px; margin: 0px 10px 0px 0px;line-height: 20px;float: right; background: url(../images/more_btn.gif) center center no-repeat;}
.post1 .con-more .more-btn A {width: 44px; height: 20px;  margin: 0px 10px 0px 0px;color: #9d9d9d; display:block;}
/*.top_left_1 .post1 .subnav .title { background:url(../images/title_1.png) center left no-repeat; height:30px;}
.top_right_1 .post1 .subnav .title { background:url(../images/title_2.png) center left no-repeat; height:30px;}
.foot_bottom_1 .post1 .subnav .title{ background:url(../images/title_4.png) left center no-repeat; height:30px;}
.bottom_title .post1 .subnav .title { background:url(../images/title_3.png) center left no-repeat; height:30px;}*/
.top_right_1 .post1 .con { background:#f9f6f6; padding:1px; height:110px;}
.top_left_1 .post1 .con { background:#f9f6f6; padding:0px; height:111px;}  
.top_left_2 .post1 .con { padding:15px 3px;}
.top_right_2 .post1 .con { padding:15px 3px;}  
.top_left_2 .post1 .wp_article_list .list_item.i1 { display:none;}
.top_right_2 .post1 .wp_article_list .list_item.i1 { display:none;}

/*切换*/
  
.sudy-tab .tab-menu { background:url(../images/post_title2.gif) center no-repeat; height: 36px;}
.sudy-tab .tab-list li .cbox{position:relative; padding:15px 0; color:#000;font-family: "Microsoft YaHei"; }
.sudy-tab .tab-list li .cbox .more {position: absolute; right: 7px; top:-26px; z-index:300; width: 60px;}
.sudy-tab .tab-list li .cbox .con {position: absolute; left: 0px; top: 0px; z-index: 299; padding: 10px 0;}
.sudy-tab .tab-menu li.selected { background: url(../images/select_bg11.png) center no-repeat !important; color:#fff; padding:0 15px;}
/*页脚*/
#footer {
    background: #0f4f89;
    height: 95px;
}
#footer .inner {
	width: 1000px;
}

.foot {
	width:1000px;
	margin: 0px auto;
}
#copyright {
    float: left;
    width: 100%;
    margin: 21px 0px 0px 0px;
}
#copyright p {
	width:100%;
	font-size: 13px;
	line-height: 28px;
	float: left;
	color:#fff;

	text-align: center;
}
/*列表页*/
#container1 .listpage-inner {width:1000px;padding: 30px 0px;  min-height:400px;padding: 20px 0px 20px 0px;}
.col-menu { /**列表页左侧栏目**/
	width:270px;
	float:left;
	display:inline;
	margin: 0px 0px 15px 0px;
	min-height: 400px;
	
} 
.col-menu-head { /*列表头部*/
	width: 100%;
	height: 50px;
	background:#f0f0f0;
	text-align: center;
	border-top:8px solid #4787c5;
}
.banner-200-blue { 
  width: 270px;
}
.conl_name_box {
	text-align: left;
	padding: 0px 0px 0px 40px;
}
.col-menu-con {
    min-height: 500px; background: rgba(210, 206, 206, 0.05);
 }
.col-menu-head h3.col-name { font-size:20px; font-style:normal;color:#1964a9; margin: 0px;}		/**位置栏目字体**/
.col-menu-head h3.col-name .col-name-text { display:block; line-height:50px; height: 50px;}  /**栏目名称图标**/
/*多级栏目列表*/
.wp_listcolumn {border:none;  }
.col-list .wp_listcolumn .wp_column a { font-weight:normal; font-size: 13px;font-family: "Microsoft YaHei"; color: #656565; background: none;  border-bottom: 1px solid #e0e0e0; width: 84%; text-align: left; margin: 0px 8%;} 	/**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a:hover,.col-list .wp_listcolumn .wp_column a.selected { border-bottom: 1px solid #e0e0e0; color: #4787c5;font-size: 13px; width: 84%; text-align: left; margin: 0px 8%;} 	/**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected span.column-name{
    padding: 5px 0px 5px 20px;
}  
.col-list .wp_listcolumn .wp_subcolumn {border:none;}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a {  font-size: 13px;font-family: "Microsoft YaHei"; color:#656565; background: none; } 	/**二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a:hover,.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected {   font-size: 13px;font-family: "Microsoft YaHei"; color:#4787c5; background: none;} 	/**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#4787c5; padding: 5px 0px 5px 30px;} 

.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none;} 	/**三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {} 	/**鼠标经过或选中三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#fff;}

.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; } 	/**四级子栏目**/
.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 { background:#9ad6e0;} 	/**鼠标经过或选中四级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#3b3a3a;}

.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; } 	/**五级子栏目**/
.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 { background:#9ad6e0;} 	/**鼠标经过或选中五级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#3b3a3a;}


.col-news { /**列表页右侧新闻**/
	width:690px; 
	float:right;
} 
.col-image {
	width: 684px;
	height: 127px;
	background:url(../images/listpage-image.jpg) center center no-repeat;
	margin-bottom: 20px;
}
.col-news-head {
	margin: 0px auto;
	background: url(../images/list_right.gif) left center no-repeat;
}
.col-metas {
}
.col-metas .col-path { /**当前位置**/
	display:inline-block;
	white-space:nowrap; 
	height:36px; 
	line-height:36px; 
	text-align: left;
	color: #444444;
	float:right;
	width:100%;
} 
.col-metas .col-path A {
	color: #444444;
}
.possplit {
	background: url(../images/possplit.png) center center no-repeat;
	width: 15px;
}
.col-metas .col-title { /**当前栏目**/
	display:inline-block; 
	white-space:nowrap;
	height:36px; 
	line-height:30px;
	float:left;
	padding: 0px 5px;
	width:100%;
	border-bottom:1px solid #e4e4e4;

} 
.col-metas .col-title h2 { /**当前栏目名称**/
	display:inline-block; 
	font-size: 20px;
	color: #4787c5;
	line-height: 30px;
	font-weight: bold;
	padding: 0px 2px;
        margin: 0px;
	font-family: "Microsoft YaHei";
}   
.col-news-con { 
	padding:0px 0px 10px 0px ; 
	margin:0px auto;
	background: url(../images/col_right_bottom.gif) 0px bottom no-repeat;
}
.col-news-list {
	padding:20px 10px 30px 10px;
	background:url(../images/col_right_bg.gif) center repeat-y}
.col-news-list .wp_article_list .list_item {height: 36px; line-height: 36px;clear:both;}  /**栏目新闻列表**/
.col-news-list .wp_article_list .list_item .Article_Index { height:35px;  width:5px; background:url(../images/li.png) left center no-repeat;margin:0px 7px 2px 2px;}  /**栏目新闻图标序号**/
.col-news-list .wp_article_list .list_item .Article_Title {margin:0px;font-family:"Microsoft YaHei"; font-size:12px;}
.col-news-list .wp_article_list .list_item .Article_PublishDate{font-family:"Microsoft YaHei"; font-size:12px;}
.col-news-list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333;}
.col-news-list .wp_entry p { line-height: 25px;  font-size: 14px;}
.col-news-list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/


/*文章页*/
#container .dispage_inner { width:1000px;   min-height:400px;padding: 0px 0px;}
#container1 {background:#fff url(../images/dis_bg.png) left top repeat-x;padding: 20px 0px 20px 0px;}
.infobox {
	width:1000px;
	margin: 0px auto;
	min-height: 420px;
}

.article {}
.article h1.arti_title { /**文章标题**/
	line-height:60px; 
	font-family: "Microsoft YaHei"; 
	font-weight: bold;
	padding:10px 0px 0px 0px;
	text-align:center; 
	font-size:20px; 
	color:#1964a9;
	
	 
} 
h2.arti_title1 {line-height: 60px;font-family: "Microsoft YaHei";font-weight: bold;text-align: center;font-size: 18px; color: #1964a9;}
.article .arti_metas { 
    width: 100%;
	padding:10px;
	text-align:center;
	margin: 0px auto;
}
.article .arti_metas span { /**文章其他属性**/
	margin:0 5px; 
	font-size:13px; 
	color:#787878;
} 
.article .entry { /**文章内容**/
	margin: 0px auto 20px auto;
	width: 90%;
	overflow:hidden;
} 
.article .entry .read,.article .entry .read p { /**阅读字体**/
	line-height: 2.0; 
	font-size: 14px; 
	color:#333;
	font-family: "Microsoft YaHei"; 
}  
.article .entry .read p { 
}

.article .entry .read img { /**文章阅读部分图片大小限制**/
	max-width:870px; _width:expression(this.width > 870 ? "870px" : this.width); 
}   

.wp_search .search { background: none; width: 46px; height: 30px; border: none; cursor:pointer;}
.keyword { color: #b4b4b4;border: 0px;margin-left: 10px;margin-top: 6px;}
.sudy-links1 {
	float: left;
	width: 180px;
	height: 28px;
	margin:50px 5px 10px 0px;;}
.sudy-links2 {
	float: left;
	width: 130px;
	height: 28px;
	margin: 50px 5px 10px 0px;}
.sudy-links3 {
	float: left;
	width: 180px;
	height: 28px;
	margin: 0px 5px 10px 0px;}
.sudy-links4 {
	float: left;
	width: 130px;
	height: 28px;
	margin: 0px 5px 10px 0px;}
.sudy-links3 .wp_article_list .list_item .ex_fields{ display: none;}
.sudy-links3 .wp_article_list .list_item .Article_Index { display:none;}
.sudy-links3 .wp_article_list .list_item { border: 1px solid #ccc; margin: 2px 0px 0px 0px; height: 18px; line-height: 18px; width: 150px;}
.sudy_2222 .wp_article_list .list_item .ex_fields{ display: none;}
.sudy_2222 .wp_article_list .list_item .Article_Index { display:none;}
.sudy_2222 .wp_article_list .list_item { border: 1px solid #ccc; margin: 2px 0px 0px 0px; height: 18px; line-height: 18px;width: 150px;}

.col-news-list .news_list {
	/* height: 150px; */}
.col-news-list .news_img {
	 margin: 10px;
	 float: left;
	 width: 15%;
}
.focus-pagination {
    display: none;
}
.focus-title-bar {
    bottom: 30px !important;
    left: 30px !important;
}
.focus-title-bg {
    display: none;
}
.focus-title {
    background: #000;
    opacity: 0.7;
    padding: 0px 20px 0px 10px;
}
.wp_listcolumn .wp_column a .column-name {padding: 5px 0px 5px 20px;}


.focus.focus-box {
    width: 100% !important;
}
.focus-title-bar {
    display: none !important;
}
.focus-container {
    width: 100% !important;
}
#wp_nav_w61 .wp_nav li.nav-item a:hover {color:#cce4fb;}
.wp_approve .step_disabled{display: none;}
.hdif-bot{ margin-top:40px;}

.wp_article_list .list_item {
    width: 100%;
    height: 24px;
    line-height: 24px;
   
    vertical-align: top;
}
.wp_article_list .list_item span {
    display: inline-block;
    vertical-align: top;
    float: left;
    /* margin-left: 5px; */
    /* margin: -27px -29px 0px 0px !important; */
}
.wp_nav {
    display: block;
  
    padding: 0;
    display: block;
}

.foot_bottom_2 .articlecontent {
    margin: 0px 0px 0px 88px !important;
}
.articlecontent {
    margin: 0px 0px 0px -5px;
}
.site .wp_article_list .list_item .pr_fields {
    display: none;
}
span.ftit {
    color: #cbcbcb;
    margin: 0px 0px 0px 10px;
}
.wp_nav .sub-nav {
    margin: 0px 0px 0px 0px !important;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 200;
    visibility: hidden;
    border: 1px solid #ccc;
    border-top: none;
}
.search-box {
    width: auto;
    max-width: 1100px;
    margin: 0 auto;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -550px;
}
.box_left {
    float: left;
    width: 71.8%;
}
.search-box .sudy-tab {
    width: 100%;
    float: left;
}
.search-box .sudy-tab .tab-menu {
    height: 53px;
    border: none;
    background: #354662;
}
.search-box .sudy-tab .tab-list {
    background: url(../images/searchbox-bg.png) repeat;
    height: 243px;
}
.lib-con {
    padding: 63px 80px 0 80px;
}
.ser-sys {
    position: relative;
    background: #fff;
}
.ser-sys form {
    display: block;
}
.input-text {
    margin-left: 15px;
    margin-right: 60px;
}
#textprimo {
    width: 100%;
    height: 41px;
    line-height: 41px;
    border: 0;
    outline: 0;
    background: none;
    color: #6a6a6a;
    font-size: 15px;
    padding: 8px 0;
}
.input-btn {
    width: 59px;
    height: 57px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -28.5px;
}
#go_primo {
    width: 100%;
    height: 57px;
    border: 0;
    outline: 0;
    background: url(../images/search-btn.png) center no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}
.text-fs {
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    padding-bottom: 14px;
}
.links {
    display: inline-block;
    margin: 0 10px;
}
.ser-link .links a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}
.box_right {
    float: left;
    width: 28.2%;
    background: #f6f6f6 url(../images/coniconbg.png) bottom center no-repeat;
    height: 296px;
}
.post-7 {
    margin-top: 9px;
}
.post-7 .wp-menu {
    margin: 0 auto;
}
.post-7 .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 100;
    width: 33.3%;
    text-align: center;
    margin-top: 17px;
}
#container2{position: relative;}
.search-box {width: auto; max-width: 1100px; margin: 0 auto; position: absolute; top: 60px; left: 52.5%; margin-left: -550px;}
.search-con {width: 100%; background: url(../images/focusbg.png) repeat-x; position: absolute; bottom: 0;}
.con-text {width: auto; max-width: 1100px; margin: 0 auto; height: 61px; line-height: 61px;}
.con-text-info {max-width: 480px; margin: 0 auto; font-size: 16px; color: #fff; height: 61px; line-height: 61px;}
.text-tel {float: left; background: url(../images/telbg.png) left center no-repeat; padding-left: 28px;}
.text-mail {float: right; background: url(../images/mailbg.png) left center no-repeat; padding-left: 24px;}
.text-mail a:link {color: #fff; text-decoration: none;}
.text-mail a:hover {color: #ed8016; text-decoration: none;}
.box_left {float: left; width: 790px;}
.box_right {float: left; width: 210px; background: #f6f6f6 url(../images/coniconbg.png) bottom center no-repeat; height: 296px;}
.search-box .sudy-tab {width: 100%; float: left;}
.search-box .sudy-tab .tab-menu {height: 53px; border: none; background: #0b3a66;}
.search-box .sudy-tab .tab-list {background: url(../images/searchbox-bg.png) repeat; height: 243px;}
.search-box .sudy-tab .tab-menu li {height: 53px; line-height: 53px; font-size: 18px; font-weight: normal; color: #fff;  border-radius: 0; padding: 0 26px; transition: all 0.5s;}
.search-box .sudy-tab .tab-menu li a {color: #fff;}
.search-box .sudy-tab .tab-menu li.selected {background: #3770d3; color: #fff;}
.lib-con {padding: 63px 80px 0 80px;}
.ser-sys {position: relative; background: #fff;}
.ser-sys form {display: block;}
.input-text {margin-left: 15px; margin-right: 60px;}
.input-btn {width: 59px; height: 57px; position: absolute; right: 0; top: 50%; margin-top: -28.5px;}
.input-sele {position: absolute; top: 50%; left: 15px; height: 57px; line-height: 57px; margin-top: -28.5px;}
.input-sele select {display: inline-block; border: none; color: #6a6a6a; font-size: 15px; width: auto; max-width: 127px; line-height: 57px;height: 57px;}
.input-sele select option {height: 57px; line-height: 57px;}
#textprimo {width: 100%; height: 41px; line-height: 41px; border: 0; outline: 0; background: none; color: #6a6a6a; font-size: 15px; padding: 8px 0;}
#go_primo {width: 100%; height: 57px; border: 0; outline: 0; background: url(../images/search-btn.png) center no-repeat; cursor: pointer; text-indent: -9999px;}
.text-fs {width: 120%; height: 48px; line-height: 48px; color: #fff; font-size: 14px; padding-bottom: 14px;}
.text-fs a {color: #afbdf5;}
.text-fs a:hover {color: #95e462;}
.ser-link .links a {color: #fff; font-size: 16px; text-decoration: underline;}
.ser-link .links a:hover {color: #95e462;}
.text-name {position: absolute; line-height: 57px; left: 15px; color: #6a6a6a; font-size: 15px;}
.links {display: inline-block; margin: 0 10px;}
.lib-ser-2 .input-text {margin-left: 150px;}
.lib-ser-3 .input-text {margin-left: 95px;}
.lib-ser-4 .input-text {margin-left: 75px;}
.lib-ser-5 .ser-sys {background: none; width: 100%; height: 38px;}
.lib-ser-5 .input-text {margin: 0; font-size: 15px; color: #6a6a6a; width: 50%; float: left; background: #fff;}
.login-text {float: left; line-height: 38px; color: #fff; font-size: 16px; margin-right: 8px;}
.input-login {float: left; background: #fff; padding: 0 1.5%; width: 35.5%; margin: 0px 10px; height: 38px; line-height: 38px; position: relative;}
#password {height: 35px; line-height: 38px; font-size: 15px; border: none; color: #6a6a6a;}
#username {border: none; font-size: 15px; color: #6a6a6a; width: 100%; height: 35px; line-height: 38px; background: #fff;}
#passbtn {position: absolute; top: 50%; right: 0; margin-top: -19px; width: 38px; height: 38px; line-height: 38px; cursor: pointer; border: 1px solid #b1b3e4; background: #7e7ed2; color: #fff;}
.ser-info a {display: inline-block; font-size: 15px; margin: 0 10px;}
.post-7 {margin-top: 9px;}
.post-7 .wp-menu {margin: 0 auto;}
.post-7 .wp-menu .menu-item {display: inline-block; float: left; position: relative; z-index: 100; 
width: 46.3%; text-align: center; margin-top: 17px;}
.post-7 .wp-menu .menu-item a.menu-link {display: inline-block; padding: 24px 0 0; height: 47px; line-height: 47px; color: #252525; font-size: 14px;}
.post-7 .wp-menu .i1 a.menu-link {background: url(../images/snav-4.png) top center no-repeat;}
.post-7 .wp-menu .i2 a.menu-link {background: url(../images/snav-2.png) top center no-repeat;}
.post-7 .wp-menu .i3 a.menu-link {background: url(../images/snav-1.png) top center no-repeat;}
.post-7 .wp-menu .i4 a.menu-link {background: url(../images/snav-5.png) top center no-repeat;}
.post-7 .wp-menu .i5 a.menu-link {background: url(../images/snav-7.png) top center no-repeat;}
.post-7 .wp-menu .i6 a.menu-link {background: url(../images/snav-6.png) top center no-repeat;}
.post-7 .wp-menu .i7 a.menu-link {background: url(../images/snav-7.png) top center no-repeat;}
.post-7 .wp-menu .i8 a.menu-link {background: url(../images/snav-8.png) top center no-repeat;}
.post-7 .wp-menu .i9 a.menu-link {background: url(../images/snav-9.png) top center no-repeat;}
.post-7 .wp-menu .menu-item a.menu-link:hover {text-decoration: none; color: #3da6f1;}
.post-7 .wp-menu .menu-item a.menu-link .menu-name {display: inline-block;}

.search-box .sudy-tab .tab-menu li.selected {background: #1964a9 !important; color: #fff;}
#container_bottom .wp_article_list .list_item .Article_Title a {
    color: #fff;
    font-size: 14px;
    line-height: 36px;
}
.site-lang .links a {
    font-size: 12px;
    color: #fff;
    line-height: 12px;
}
.site-lang .links {
    padding: 0px 10px;
    margin: 7px 0px;
    border-right: 1px solid #fff;
}
.site-lang .links.i3 {
    border-right: 0px solid #fff;
    padding-right: 0px;
}
#container .post1 .wp_article_list .list_item{background:url(../images/jiantou.jpg) no-repeat left center;}
#container .wp_article_list .list_item .Article_Title {
    float: left;
    padding-left: 10px;
}
#container_bottom .wp_article_list .list_item .Article_Title {
    float: left;
  padding-left: 0px; 
    margin-left: 0px;
}
.foot_bottom_1 .con {
    width: 465px;
    float: left;
}
.mod_bottom li.news.news-list {
    margin: 0 0px;
}
.mod_bottom span.news_title1.more_bg a {
    font-size: 14px;
    line-height: 30px;
}
.news_2 {
    text-align: center;
}
.foot_bottom_1 .post1 .wp_article_list .list_item{line-height:36px;height:36px;background:url(../images/dian.jpg) no-repeat left center;}
#container_bottom .wp_article_list .list_item .Article_Title{padding-left:10px;}
#textprimos {width: 100%; height: 41px; line-height: 41px; border: 0; outline: 0; background: none; color: #6a6a6a; font-size: 15px; padding: 8px 0;}
.lib-ser-6 .input-text {
    margin-left: 75px;
}




