@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: inherit; font-family:"微软雅黑";}
/* 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{ clear:both;}

/**布局开始**/
body {}
body,p {
	color: #333;
	font-family: "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1;
}
a { color:#333; text-decoration:none; line-height:2;}
a:hover { color:#0169c7;}
.wrapper { width:100%; margin:0 auto;}
.wrapper2 {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 1234px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} /**页面全局宽度**/
#zst{ width:1234px;}
/**标题栏新闻窗口**/
.post {}
.post .tt {
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
} /**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 16px;
	color: #333;
	padding-top: 15px;
} /**标题字体*
.post .tt .tit .title { display:inline-block; height:46px; line-height:46px;} /**标题图标**/
.post .tt .more_btn { display:inline-block; height:46px; line-height:46px; float:right; font-family:"微软雅黑"; color:#cf926d;}   /**更多按钮**/
.post .tt .more_btn a{color: #666666;}
.post .con {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 10;
}
.post .con .wp_article_list .list_item { } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; display:none !important;} /**新闻列表图标**/

/**自定义新闻列表**/
.news_list {}
.news_list li.news { line-height:24px;} /**标题图标**/
.news_list li.news span.news_title { float:left; font-size:14px; line-height:39px;}
.news_list li.news span.news_title a {}
.news_list li.news span.news_title a:hover {color:#0169c7; font-weight:bold;}
.news_list li.news span.news_meta { float:right; margin-left:2pxfont-size: 14px;
    color: #a0a0a0; padding-top:8px;}
.news_list li.news p {clear:both; line-height:20px; color:#787878;}
.news_list li.news p a { color:#787878;}
.news_list li.news p a:hover { color:#444; text-decoration:underline;}


/**页头开始**/
#heaer {}
#header .inner { }
.head {
	width: 100%;
	height: 100px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 55% 0;
}    /**页头部分**/
.head .sitetitle { position:absolute; left:366px; top:48px; font-size:32px; font-weight:bold; color:#fff;}		/**站点名称**/
.navbar {
	width: 100%;
	height: 56px;
	background-color: 0169c7;
}   




	/**导航区域背景**/
.navbar .nav { width:100%; height:56px; margin:0 auto;}   /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .nav .wp_nav { height:56px;}  /**导航高度**/
.navbar .nav .wp_nav li.nav-item a { font-size:18px;  color:#fff;}    /**导航字体样式**/
.navbar .nav .wp_nav li.nav-item a:hover,.navbar .nav .wp_nav li.nav-item a.parent{
	color: #D5D5D5;
}   	/**鼠标经过或当前选中时样式**/
.navbar .nav .wp_nav li.nav-item a span.item-name { padding:0 35px; line-height:50px;}   /**导航栏目高度与边距**/
.navbar .nav .wp_nav .sub-nav li.nav-item i.mark {
	background-color: #eee;
}  /**子菜单背景**/.dtjt8_div_img .number
.navbar .nav .wp_nav .sub-nav li.nav-item a { font-size:14px; font-weight:normal;}		/**子菜单字体样式**/
.navbar .nav .wp_nav .sub-nav li.nav-item a:hover,.navbar .nav .wp_nav .sub-nav li.nav-item a.parent .item-name{
	color: #fff;
	background-color: #336699;
}
.navbar .nav .wp_nav .sub-nav li.nav-item a span.item-name { height:40px; line-height:40px;color: #000;}		/**子菜单栏目高度与边距**/

/**主体开始**/
#container {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
}
#container .inner {
	background: #fff;
	width: 1220px;
}
#container .inner2 {
	width: 1220px;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/**首页三列布局**/
.mod {}
.mod1 {
	width: 590px;
	float: right;
} /**左列**/
.mod1 .ml {} 
.mbox { padding:0 10px; }
.mod2 {
	width: 760px;
	float: left;
}
.mod3 {
	width: 590px;
	float: left;
}

.mod22 {
	width: 1200px;
	float: left;
}
.mod2 .mc {
	width: 755px;
	float: left;
}

.m2c {
	width: 810px;
	float: left;
} /**中间**/
.mod2 .mr { width:236px; float:right;} /**右列**/

/**列表页**/
.col_menu { width:20%; float:left; margin-top:10px;} 
.col_menu .col_menu_head {
	background-repeat: no-repeat;
	background-position: 0 0;
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:17px; font-weight:bold; color:#fff; }		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 21px;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	background-color: #336699;
}  /**栏目名称图标**/
 /**栏目列表*/
.col_list{ text-align:center;}
.col_list .wp_listcolumn {}
.col_list .wp_listcolumn .wp_column a {
	color: #000;
	text-align: center;
	background-color: #eee;
} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { color:#fff; background:#369} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#fff;}
.wp_listcolumn .wp_column a .column-name{ padding:5px 10px; font-weight:normal;}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#454545; background:#e8e8e8 url(images/icon_column_2.gif) no-repeat 16px 11px; border-top:1px solid #fff; border-bottom:1px solid #bbb;} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_2_hover.gif);} 	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px; border-top:1px 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; background-image:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px; border-top:1px 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; background-image:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px; border-top:1px 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; background-image:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_news { width:75%; float:right; min-height:450px;} /**栏目新闻**/
.col_news_head { border-bottom:#ddd 1px solid;}
.col_metas .col_title { display:inline-block; float:left; height:30px; line-height:30px;margin-bottom: 10px;}  /**当前栏目**/
.col_metas .col_title h2 { display:inline-block; font-size:20px; color:#333; padding:0 0 6px 0;border-bottom: 4px solid #eb8129;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;} /**当前位置**/

.col_news_box { padding:10px 0; margin:0 7px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;}  /**栏目新闻图标序号**/
.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 { margin-bottom:10px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/
.col_news_list .wp_article_list .list_item .Article_Index{ display:none !important;}
.col_news_con .wp_article_list .list_item{border-bottom:none !important;line-height: 40px;height: 40px;}
.col_news_con1 .wp_article_list .list_item{border-bottom:none !important;height: 380px; width:400px;line-height: 30px;font-size: 14px;float:left;}

/**文章页**/
.infobox { margin:0 auto;}
.article { min-height:450px;}
.article h1.arti_title { line-height:26px; font-family: "Microsoft YaHei"; padding:5px; text-align:center; font-size:18px; color:#282828;} /**文章标题**/
.article .arti_metas { padding:10px; text-align:center;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.6; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img { max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read, .article .entry .read p{width: 1000px;margin: 0 auto;}

/**页脚开始**/
#footer {}
#footer .inner { padding:10px 0; background-color: #0169c7; height:168px;}
#footer .inner p { font-size:14px; line-height:20px; text-align:center;}
#footer .inner p span { margin:0 3px;}

.box1{ width:100%; min-height:50px; margin-bottom:15px;}
.json{ width:100%; float:left;}
.sudy-tab{ width:50%; float:right;}

iframe#wp_iframe_hotArticle_w3{ height:auto !important;}
h2.arti_title {
    border-bottom: 2px solid #ccc;
    text-align: center;
}
.main { height:26px; width:100%; background-color:#e8eaee;}
.dik {
    width: 1234px;
    height: 26px;
	background-color: #e8eaee;
}
.box3-top {
    width: 400px;
	float:left;
}
.box3-bottom {
    width: 400px;
	float:left;
}
.box3-right {
	width: 560px;
	float: left;
	margin-left: 15px;
}
.box3-left {
    width: 370px;
	float:left;
}



/*日历新闻样式1*/
.rili{}
.rili .con{ padding:5px 0px;}
.rili .news_list {}
.rili .news_list li.news{margin-top:0px;}
.rili .news_list li.news.n1{}
.rili .news_list li.news .news_date{float: left;width: 60px;height: 28px;line-height:28px;margin-top:3px;margin-right: -70px;font-family:"Microsoft YaHei";border-radius:4px;background: #146cc1;text-align:center;vertical-align:middle;}
.rili .news_list li.news .news_date .news_year{display:inline-block;padding: 0 4px;font-size: 18px;color: #fff;}
.rili .news_list li.news .news_date .news_days{display:inline-block;height: 26px;padding: 0 6px;font-size: 14px;color: #18267d;border-radius:0px 4px 4px 0px;background: #fff;vertical-align:top;border:1px solid #146cc1;}
.rili .news_list li.news .news_wz{width:100%;} 
.rili .news_list li.news .news_wz .news_con{margin-left:70px;}
.rili .news_list li.news .news_title{line-height: 34px;margin-top: 0px;font-size: 14px;color:#000;} 
.rili .news_list li.news .news_text{line-height: 20px; margin-top:0px;font-size: 12px;color:#666;}
/*日历新闻样式2*/
.rili2{}
.rili2 .con{ padding:5px 0px;}
.rili2 .news_list {}
.rili2 .news_list li.news{margin-bottom: 10px;padding-bottom: 10px;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news.n1{margin-top:10px;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news .news_date{float: left;width: 60px;margin-right:-70px;background:#00707a;text-align:center;}
.rili2 .news_list li.news .news_date .news_year{line-height: 30px;font-size: 22px; color:#fff; background-color:#949494; transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news .news_date .news_days{line-height:30px; font-size: 12px; color:#6b6b6b; background-color:#e3e4e6;}
.rili2 .news_list li.news .news_wz{width:100%;}
.rili2 .news_list li.news .news_wz .news_con{margin-left:70px; padding: 4px 0px;} 
.rili2 .news_list li.news .news_title{line-height: 23px;margin-top: 4px;font-size: 15px;color:#000;} 
.rili2 .news_list li.news:hover .news_date .news_year{background-color:#0945a8;transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news:hover .news_date .news_days{background-color:#e3e4e6;}
.cont-1-sj {
    width: 85px;
	float:left;
}

.news_wza {
    width: 300px;
    
    padding-left: 77px;
}

.box3.clearfix {
    background-color: #efefef;
}



:hov


.cls
li.news.n1.clearfix.style {
    font-weight: normal !important;
}
.post-4.tt { background:url(images/111111111.png) left bottom  no-repeat;
}
.post-44 .news {
    float: left;
    width: 102px;
}

.post-34 .news_title {
    position: absolute;
    bottom: 0px;
    background: rgba(23, 20, 20, 0.24);
    width: 248px;
    
}
.post-34 .news_title a {
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
}
.news_slt {
    width: 266px;
    
}
.post-44 .news_list li.news {
    line-height: 55px;
    padding-left: 24px;
}
.post-44 a {
    font-size: 16px;
	font-weight:bold;
}
.post-34 img {
    border: 0;
    padding-top: 14px;
}
.head-left {
	padding-top: 27px;
	width: 100%;
	float: left;
}

.sitelogo{ width:520px; float:left;}

.dtxx{
	width: 350px;
	height: 60px;
	float: right;
	background: url(images/dt.gif);
	margin-right: 30px;
} 

.box5-right {
    width: 180px;
    float: right;
}
.post.post-55.mbox {
    width: 675px;
    float: left;
	    padding-left: 163px;
    padding-top: 30px;
}
#box55 {
    background: #0169c7;
}
.post-55 .tt {
    height: 45px;
	border-bottom:none;
}
.post-55 .tt .tit {
    display: inline-block;
    float: left;
    font-size: 24px;
    color: #fff;
}
.post-55 ul.news_list a {
    color: #fff;
    font-size: 14px;
}
.erweiq {
  
    margin-left: 11px;
}
#box55 {
	height: 160px;
	background-color: #336699;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
}
#box15{
	height: 220px;
}
.box5-right {
	width: 280px;
	float: right;

}
.box5.clearfix {
	width: 250px;
	float: left;
	padding-top: 30px;
	padding-left: 30px;
	
}
.box6-right {
    width: 80px;
    float: right;
    padding-top: 106px;
}
.wfr {
    width: 56px;
}
.box5-center {
	width: 420px;
	float: left;
	margin-top: 20px;
	color: #fff;
}

.box5-center p{color:#fff; line-height:2;

}
.post-545 .tt {
    height: 45px;
    border-bottom: none;
}
.wp_article_list .list_item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: none;
    vertical-align: top;
}
.post-545 .tt .tit .title {
    display: inline-block;
    height: 45px;
    line-height: 46px;
    color: #fff;
    font-size: 24px;
}
.wp_article_list .list_item .Article_Index{ display:none !important;}
span.Article_Title a {
    
    font-size: 14px;
        line-height: 40px;
    height: 40px;
}
.wp_article_list .list_item .Article_Title {
    float: left;
    height: 40px;
    line-height: 40px;
}
.post.post-545.mbox {
    padding-top: 9px;
}
.date {
    height: 50px;
    width: 55px;
	
	float:left;
}
span.date-yue {
	width: 50px;
	height: 25px;
	
	
	font-size: 18px;
	padding-left: 16px;
	font-weight: bold;
}
span.date-ri {
	width: 55px;
	height: 25px;
	background-color: #3399CC;
	;
	font-size: 10px;
	color: #fff;
	;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.zz {
    float: left;
}
.btt {
	font-size: 14px;
	color: #333;
	padding-left: 22px;
	padding-top: 16px;
}
.btt1 {
    font-size: 14px;
    color: #fff;
    padding-left: 33px;
    padding-top: 16px;
}
.rili.clearfix {
    padding-top: 14px;
    border-bottom: 1px solid #cdcdcd;
    height:60px;
}
.news.n4.rili.clearfix {
    padding-top: 18px;
    border-bottom: none;
    height: 67px;
}
.post-34 li.news {
    float: left;
    position: relative;
}
font {
    font-weight: normal !important;
}
div#na {
	background-color: #336699;
}
div#wp_nav_w111 {
    float: right;
    padding-right: 94px;
}
div#hea {
	background-color: #0664A8;
	height: 5px;
}
.inner {
    width: 1234px;
    margin: 0 auto;
}
.wp_search #keyword {
    width: 300px !important;
  
    border: none;
    background: none;
	    color: #a0a0a0;
		padding-left:10px;
		height:40px;
}
.wp_search .search {
    background:  url(images/btn_search.gif) no-repeat 0px 0px;
    width: 58px;
    height: 22px;
    border: 0px;
    cursor: pointer;
}
.wp_search {
    background: #FFF;
    border: 1px #c9c9c9 solid;
}
.post-545 span.Article_Title a {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.post-3 a {
   
    text-decoration: none;
	font-size:14px;

}
.post-4 .tt .tit { background:url(images/111111111.png) left bottom no-repeat;line-height:30px;
}
.post-3 .news_title a:hover { color:#d70000;font-weight:bold;}
.wrapper22 {
    background: #efefef;
}
.wp_nav .sub-nav {
    display: block;
    
    position: absolute;
    z-index: 200;
    visibility: hidden;
    border: 1px solid #ccc;
    border-top: none;
}
.post-44 .news_slt {
    width: 66px;
}
.post-545 .Article_Content{font-size:14px;color:#daeaf8;line-height: 40px;}
.dtjt8_div_img .number {display:none;}



.tubiao{
	padding-top: 15px;
	width: 380px;
	float: left;
}
.pic{
	padding-top: 15px;
	width: 360px;
	float: left;
}
.tubiao ul{ background:#f1f1f1; }
.tubiao ul li{
	width: 80px;
	height: 115px;
	float: left;
	padding-right: 5px;
	padding-left: 10px;
}
.tubiao ul li a:hover{ background:#C00;color:red;}
.footer{ width:100%;margin: 0 auto; height:20px; background-color:#ccc; }
.box5-center h3{ font-size:14px;}

.box5-center ul{ list-style:none;}
.box5-center ul li{ float:left; padding-right:20px; font-size:14px; font-style:normal; color:#333; margin-top:10px;}
.top{
	margin-top: 0;
	background-image: url(images/index0_01.gif);
	height: 6px;
}

/**友情链接**/
.post-80{
	position:relative;
	width: 240px;
	height: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.post-81{
	position:relative;
	width: 240px;
	height: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 .links-wrap {
	position: relative;
	float: left;
	display: inline-block;
	width: 230px;
	line-height: 32px;
	background: #fff;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
 .links-wrap a.links-arrow {display: block; height: 32px; line-height: 32px; padding: 0 25px 0 55px; color:#a1a1a1; background: url(images/arrow.png) no-repeat right top;}
 .links-wrap a.links-arrow:hover,
 .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
 .links-wrap .link-items {display: none; position: absolute; left: -1px; bottom: 33px; width: auto; min-width:278px; height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #f5f5f5;}
 .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
 .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
 .links-wrap .link-items a:hover { color: #fff; background: #0f429b; cursor: pointer;}/**链接样式**/

.footr1{
	width: 200px;
	float: left;
	padding-left: 10px;
	height: 35px;
	background-color: #CCC;
}
.footr2{
	width: 200px;
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	height: 35px;
	background-color: #CCC;
}

新闻样式
#biaotixw{ width:100%;}
#picxw{
	width: 350px;
	height: 300px;
	float: left;
}
#xwcon{ width:400px; height:300px; float:right;}
.dhbiaoti{
	width: 100%;
	height: 64px;
}
.daohangright{ width:430px; float:right;}
.list1{
	width: 420px;
	height: auto;
}
.list1 ul { }
.list1 ul li{ width:140px; float:left;}
.list1 ul li a img:hover{ 
    filter: none; 
    opacity: 0.8; 
}
.tp{  width: 100%;
    margin-top: 30px;}

.tp>li:first-child {
    float: left;
}
.tp>li {
    width: 260px;
    height: 100px;
    background: #fff;
    float: left;
	margin-right:48px;
	text-align:center;

}
.tp>li>a>p{
	width: 260px;
	height: 25px;
	background: #fff;
	float: left;
	margin-right: 48px;
	font-size: 20px;
	padding: 5px 0 10px 0;
	font-family: "微软雅黑";
	

}


.tp>li>a>img:hover{

	 -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	


}
.tp>li>a>p>span:link a{
  
    font-size:14px;
	padding:5px 0 10px 0;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:2;
	

}



/*---底部三块---*/
.post-41 .tt .more_btn,.post-42 .tt .more_btn,.post-43 .tt .more_btn{
    margin-right:26px;
}
.post-41 .xiahuaxian2,.post-42 .xiahuaxian2,.post-43 .xiahuaxian2 {
width:250px;
background:#d2d2d2;
}
.post-41 .tt ,.post-42 .tt ,.post-43 .tt {
    margin-top:13px;
}
.post-41 .con,.post-42 .con,.post-43 .con {
    padding-top: 6px;
    padding-bottom:3px;
}

/*---友情链接---*/
.sudy-links .links-name {
        border: 0px solid #444 !important;
    height: 25px;
    float: left;
    width: 204px;
    line-height: 20px !important;
    font-size: 12px;
    font-weight: normal !important;
    text-align: center;
    padding-top: 5px !important;
    color: #313131 !important;
}
.sudy-links .links-wrap {
    margin-top: 5px !important;
    float: left;
    width: 229px !important;
    border: 0px solid #444 !important;
}
.sudy-links .links-wrap a:hover{
    background-color:#ee7800 !important;
}


.xiahuaxian1 {
    height: 2px;
    width: 80px;
    float: left;
    background: #ee7800;
}
.xiahuaxian2 {
    width: 680px;
    height: 2px;
    background: #e8e8e8;
    float: left;
}
.post-21 .xiahuaxian2 {
width:320px;
}

.searchbox{
	width: 400px;
	float: left;
	height: 40px;
}
input#keyword {    height: 30px;    width: 183px !important;    border: 0px solid #ccc;    color: #a0a0a0;    font-size: 12px;    line-height: 20px;    padding-left: 12px;}
.wp_search .search{    width: 34px;    height: 30px;    url(images/search.png);

}
.search-btn{width:34px;float:left;height:31px;}
.box10{
	width: 150px;
	min-height: 50px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	height: 100px;
	padding-left: 260px;
}
.box10-1{
	width: 130px;
	height: 30px;
	float: right;
	font-size: 16px;
	margin-top: 10px;
}
.box10-2{
	width: 130px;
	float: right;
	right: 0px;
	bottom: 0px;
	height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

.Article_MicroImage img{padding-right:20px;}

ul.news_listtw.clearfix li {
      width: 45%;
    float: left;
    clear: none;
    margin-bottom: 50px;
    margin-right: 5%;
}
.news_imgstw {
    float: left;
       background: url(images/no.png) no-repeat center;
    width: 150px;
    height: 200px;
}
.news_wztw {
    width: 60%;
    float: right;
}
.news_contw .news_title {
    font-size: 16px;
    /* color: #ff4019; */
    margin-bottom: 10px;
}
.news_contw .news_title a {
 
     color: #d55f17; 
}
a.jt {
    background: #d55f17;
    color: white;
    font-size: 16px;
    padding: 8px 15px;
}
.news_t {
    margin-bottom: 28px;
    min-height: 97px;

}


