@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, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,caption, tbody, tfoot, thead,  th,  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: 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;
	border: 1px solid #eee;
}
.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: #f5f5f5 url(images/b-bj.png) repeat-x;
}
.bg {
	width: 100%;
	
	height: 980px;
}
body, p {
	
	font: 12px/1 "微软雅黑", Tahoma, Geneva, sans-serif;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #004a95;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	    background: #fff;
	width: 1000px;
	margin: 0 auto;
} /**页面全局宽度**/
/**标题栏新闻窗口**/
.post {
	margin-bottom: 10px;
}
.post .tt {
	height: 32px;
	border-bottom: 1px solid #6db4e0;
} /**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #216687;
} /**标题字体**/
.post .tt .tit .title {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-left: 35px;
	background: url(images/icon_tit.gif) no-repeat 5px center;
} /**标题图标**/
.post .tt .more_btn {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	float: right;
}   /**更多按钮**/
.post .con {
	padding: 5px 0;
	margin: 0 auto;
}
.post .con .wp_article_list .list_item {
	border-bottom: 1px dashed #ccc;
} /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
	background: url(images/li.gif) no-repeat center;
} /**新闻列表图标**/
/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
	line-height: 24px;
	padding-left: 13px;
	background: url(images/icon_li0.gif) no-repeat 0 9px;
} /**标题图标**/
.news_list li.news span.news_title {
	float: left;
}
.news_list li.news span.news_meta {
	float: right;
	margin-left: 2px;
}
.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;
}
/**页头开始**/
#header {
	height: 178px;
	
}
.top1 {
	width: 1000px;
	height: 127px;
	margin: 0 auto;
	background: url(images/top.png) 0px 0px no-repeat;
}
#header .inner {
background:;
}
.head {
	width: auto;
	height: 99px;
	position: relative;
	float: left;
}    /**页头部分**/
.head a {
	margin-left: 16px;
	margin-top: 20px;
	display: inline-block;
}
.head .sitetitle {
	position: absolute;
	left: 366px;
	top: 48px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}		/**站点名称**/
.logo {
	width: 476px;
	height: 127px;
	background: url(images/logo.png) 0px 30px no-repeat;
	float: left;
}
.post {
	background: url(images/ss.png) 0px 0px no-repeat;
}
.ss {
	width: 184px;
	height: 37px;
	float: right;
	margin-top: 53px;
}
.search-title {
	width: 140px;
	height: 37px;
	line-height: 37px;
	border: none;
	padding-left: 12px;

	background: none;
	color: #000 !important;
	font-family: "微软雅黑";
	font-size: 12px;
}
.search-submit {
	border: none;
	background: none;
	width: 32px;
	height: 37px;
	float: right;
	margin-top: -37px;
}
.navbar {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	    background: #004a95;
z-index: 10000;
    position: relative;
}   	/**导航区域背景**/
.navbar .navbox {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}   /**导航窗口大小及位置**/
/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav {
	height: 50px;
}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {
	font-size: 15px;
	color: #fff;
}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent {
	color: #fff;
	background: #2b6cad;
}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {
	padding: 0 28px;
	height: 50px;
	line-height: 50px;
}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
	background: #2b6cad;
}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
	font-size: 13px;
	font-weight: normal;
}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover, .navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
	background: #004a95;
	color: #d5e2ef;
}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
	padding: 0 0px;
	height: 35px;
	line-height: 35px;
text-align: center;
width:100%;
}		/**子菜单栏目高度与边距**/
/**主体开始**/
#banner {
	width: 510px;
	height: 345px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#banner .inner {
	height: 406px;
}
#container {
	padding: 7px 0;
}
#container .inner {
	background: #fff;
	width: 978px;
	padding: 10px;
	border: none;
}
/*中间*/
#container {
	width: 1000px;
	padding: 0px;
	height: auto;
	min-height: 600px;
}
#container1 {
	width: 1000px;
	margin-top: 11px;
	padding: 5px;
	min-height: 600px;
}
#container .inner {
	width: 100% !important;
	padding: 0px;
	margin: 0 auto;
}
.inner1 {
	width: 100% !important;
	padding: 0px;
}
#container .inner2 {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}
.inner-1 {
	width: 100%;
	margin-top: 10px;
	background: #dbdbdb;
}
.inner3 {
	width: 1000px;
	height: 365px;
}
.inner4 {
	width: 1000px;
	height: 312px;
	padding: 0px 0px 20px 0px;
}
.inner5 {
	width: 1000px;
	height: 302px;
}
.left1 {
	width: 535px;
	height: 314px;
	float: left;
}
.pygz {
	width: 295px;
	float: left;
	margin-left: 15px;
}
.gz {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 31px;
	height: 31px;
	color: #313131;
}
.b4 {
	margin-top: 10px;
}
.gzlc {
	width: 290px;
	float: left;
	margin-left: 38px;
	margin-right: 40px;
}
.xxgk {
	float: right;
	width: 300px;
	margin-right: 22px;
}
.tit1 {
	width: 632px;
	line-height: 52px;
	height: 52px;
	border-bottom: 1px solid #757b80;
}
.tit2 {
	line-height: 52px;
	height: 52px;
	border-bottom: 1px solid #cfcfcf;
}
.tit4 {
	line-height: 52px;
	height: 52px;
}
.tit3 {
	line-height: 52px;
	height: 52px;
	width: 106px;
	border-bottom: 1px solid #cfcfcf;
}
.title1 {
	line-height: 52px;
	height: 52px;
	font-family: "微软雅黑";
	font-size: 19px;
	color: #caa871;
	/* width: 72px; */
	display: block;
}
.title2 {
	line-height: 52px;
	height: 52px;
	font-family: "微软雅黑";
	font-size: 19px;
	color: #004a95;
	/* width: 72px; */
	display: block;
}
.title3 {
	line-height: 56px;
	height: 56px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #535353;
	/* width: 72px; */
	display: block;
}
.date {
	width: 62px;
	height: 62px;
	float: left;
	margin-top: 16px;
}
.date-top {
	width: 48px;
	height: 24px;
	background: #656565;
}
.date-bottom {
	width: 46px;
	height: 24px;
	background: #ffffff;
	border: 1px solid #dbdbdb;
}
.dd {
	font-family: "微软雅黑";
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}
.nn {
	font-family: "微软雅黑";
	font-size: 9px;
	line-height: 24px;
	text-align: center;
	color: #4d4d4d;
}
.date-zuo {
	width: 50%;
	float: left;
	height: 280px;
}
.date-you {
	width: 50%;
	float: right;
	height: 280px;
}
.text1 {
	width: 207px;
	height: 234px;
	float: right;
	padding-top: 23px;
}
.text2 {
	width: 207px;
	height: 227px;
	float: right;
	padding-top: 23px;
}
.lie1 {
	width: 380px;
	font-size: 14px;
	float: right;
	color: #373737;
	float: right;
	padding-top: 19px;
}
.j1 {
	margin-top: 7px;
}
.lietz {
	width: 189px;
	height: 62px;
	margin-right: 18px;
	text-align: left;
	float: right;
	padding-top: 26px;
	margin-bottom: 17px;
	padding-left: 20px;
}
.lie2 {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #606060;
	line-height: 18px;
	height: 18px;
}
.jianjie {
	font-family: "微软雅黑";
	font-size: 11px;
	color: #a0a0a0;
	line-height: 18px;
	height: 18px;
}
.right1 {
	width: 444px;
	height: 364px;
	float: right;
	margin-right: 20px;
}
.left2 {
	width: 292px;
	height: 313px;
	float: left;
	margin-left: 15px;
}
.k1 {
	width: 295px;
	height: 257px;
	background: url(images/2.png) 0px 0px no-repeat;
}
.k2 {
	height: 142px;
	margin-left: 16px;
	margin-right: 15px;
	border-bottom: 1px dashed #c8c8c8;
}
.k3 {
	width: 295px;
	height: 130px;
}
.b5 {
	height: 33px;
	line-height: 33px;
}
.k221 {
}
.k222 {
	padding-top: 20px;
}
.k22 {
	float: left;
	width: 110px;
}
.k33 {
	float: right;
	width: 184px;
}
.gz1 {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	color: #313131;
	margin-left: 13px;
}
.gz2 {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 33px;
	height: 33px;
	color: #313131;
	margin-left: 36px;
}
.right2 {
	width: 645px;
	height: 313px;
	float: right;
	margin-right: 20px;
}
.bt {
	width: 560px;
	height: 32px;
	line-height: 32px;
	float: left;
}
.sj {
	float: right;
	width: 78px;
	height: 32px;
	line-height: 32px;
}
.bt {
	font-size: 14px;
	width: 85%;
	height: 30px;
	line-height: 30px;
	color: #313131;
	font-family: "微软雅黑";
}
.shijian {
	font-size: 14px;
	width: 100%;
	height: 30px;
	float: right;
	margin-right: -92px;
	line-height: 30px;
	color: #999999;
	font-family: "微软雅黑";
}
.lianjie {
	font-size: 14px;
	width: 100%;
	height: 40px;
	font-family: "微软雅黑";
}
.lianjie1 {
	font-size: 14px;
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	background: #d7e5e5;
}
.yqlj {
	margin-left: 77px;
	height: 50px;
	color: #000;
	line-height: 50px;
	font-size: 13px;
	display: none;
}
.lj {
	width: auto;
	margin: 0 80px;
	height: 40px;
	/* padding-right: 130px; */
	line-height: 40px;
}
.lj1 {
	padding-right: 2px;
	height: 40px;
	color: #000;
	line-height: 40px;
	font-size: 13px;
	margin: 0px 15px;
}
/**页脚开始**/
#footer {
	width: 100%;
	height: 116px;
	
}
#footer .inner {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-color: #004a95;
}
.foot {
	height: 116px;
	width: 600px;
	float: left;
	padding-left: 24px;
	padding-top: 28px;
}
#footer .inner p {
	font-size: 12px;
	line-height: 25px;
	font-family: "微软雅黑";
	color: #ffffff;
}
#footer .inner p span {
	margin: 0 3px;
}
#wp_nav_w01 .wp_nav {
	float: right;
}
#wp_nav_w01 .wp_nav .nav-item a {
	font-family: "Microsoft Yahei";
	display: block;
	text-align: center;
	position: relative;
	z-index: 100;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
}
#wp_nav_w2 .wp_nav .sub-nav .nav-item a {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	padding-left: 0px;
	border-top: none;
	min-width: 80px;
}
.dtjt8_div_img .number {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: none;
}
.tzgg {
	width: 445px;
	    height: 78px;

	float: left;
	border-top: 1px solid #e4e4e4;
}
.gd {
	height: 23px;
	width: 50px;
	float: right;
	font-size: 12px;
	color: #b0a123;
	font-family: "微软雅黑";
	display: block;
	margin-top: -30px;
}
.gd1 {
	
	width: 50px;
	float: right;
	font-size: 12px;
	color: #b0a123;
	font-family: "微软雅黑";
	display: block;
	width: 42px;
	  
   
	position: absolute;
	    right: 0px;
    top: 24px;
	
    
}
/**页脚开始**/
#footer {
	
}
#footer .inner {
	height: 116px;
	background-color: #004a95;
}
#footer .inner p {
	font-family: "Microsoft YaHei";
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
	height: 24px;
	text-align: center;
}
.aas{
	padding-top:35px;}
#footer .inner p span {
	margin: 0 3px;
}
.foot_link {
	height: 40px;
	line-height: 40px;
	margin-top: 8px;
}
#footer .inner .foot_link p {
	font-family: "Microsoft YaHei";
	font-size: 15px;
	color: #cbd5e2;
}
#footer .inner .foot_link p span {
	margin-right: 15px;
}
/**列表页**/
.col_menu {
	width: 250px;
	height:50px;
	background: #f7f7f7;
	float: left;
	margin-top: 5px;
}
.col_menu .col_menu_head {
	background: none;
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}		/**位置栏目字体**/
.Column_Anchor {
	    font-weight: bold;
    color: #004a95;
    /* color: #3388D0; */
    font-size: 18px;
    margin-left: 33px;
}
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 21px;
	padding: 12px 5px 12px 20px;
}  /**栏目名称图标**/
/**栏目列表*/
.wp_listcolumn .wp_column a {
	font-weight: normal;
}
.col_list .wp_listcolumn {
	border-top: none;
	border-bottom: none;
}
.wp_listcolumn .wp_column a .column-name {
	padding: 8px 10px 8px 37px;
	    margin-left: 16px;
}
.col_list .wp_listcolumn .wp_column a {
	color: #383838;
	font-family: "Microsoft YaHei";
	background: none;
	line-height: 22px;
	border-bottom: none;
	border-top: none;
	    font-weight: normal;
    font-size: 15px;
    color: #fff;
    background: #004a95 url(images/pointer_white.gif) 35px center no-repeat;
    border: none;
} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #FFF;
	background: #4978a7 url(images/pointer_white.gif) 35px center no-repeat;
} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	    color: #fff;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: none;
	border-top: none;
	border-bottom: none;
} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
	    color: #FFF;
    background: #570555 url(images/pointer_white.gif) 35px center no-repeat;
} 	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #124D83;
}
.wp_listcolumn .wp_column {
    display: block;
    width: 100%;
    border-top: 1px solid #88848c;
    background: #448aca;
    vertical-align: bottom;
}
.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: 700px;
	    float: right;
	    margin: 0px 20px 30px 0px;
} /**栏目新闻**/
.col_news_head {
	border-bottom: 1px solid #dcdcdc;
	margin-top: 7px;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 38px;
	line-height: 30px;
}  /**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #3388D0;
	padding: 0 50px 0 0px;
}   /**当前栏目名称**/
.col_menu_con{
	width:250px;
	}
.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
	font-size: 14px;
    color: #313131;
	    float: left;
		    padding-bottom: 15px;
	font-family: "microsoft yahei";
} /**当前位置**/
.col_news_box {
	padding: 10px 0;
	margin: 0 7px;
}
.col_news_list {
}
.col_news_list .wp_article_list .list_item {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
	background: url(images/aqwe.png) 0px center no-repeat;
	height: 31px;
}  /**栏目新闻图标序号**/
.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;
	font-family: "microsoft yahei";
}
.col_news_list .wp_entry img {
	max-width: 680px;
_width:expression(this.width > 680 ? "680px" : this.width);
}   /**列表页文章图片大小限制**/
/**文章页**/
.infobox {
	margin: 0 auto;
}
.article {
}
.article h1.arti_title {
	line-height: 26px;
	font-family: "Microsoft YaHei";
	padding: 20px;
	text-align: center;
	font-size: 24px;
	color: #3489D1;
} /**文章标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
	background-color: #eee;
	width: 94%;
	margin: 0 auto;
}
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} /**文章其他属性**/
.article .entry {
	margin: 0 auto;
	overflow: hidden;
	padding: 24px;
} /**文章内容**/
.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);
}   /**文章阅读部分图片大小限制**/
#con_link {
	height: 197px;
	background-color: #bdbdbd;
}
#con_link .inner {
	width: 1098px;
	margin: 0 auto;
	padding-top: 36px;
}
#container2 {
	min-height: 600px;
	
	width: 1000px;
	margin: 0 auto;
}
.jz {
	text-align: center;
}
.qq {
	float: left;
	text-align: left;
	height: 31px;
	width: 84%;
	/* margin-left: -92px; */
	line-height: 30px;
}
.jjj {
	margin-top: 14px;
	height: 30px;
}
#wp_nav_w5 {
	padding-top: 10px;
}
#wp_nav_w6 {
	padding-top: 5px;
}
#wp_nav_w5 a {
	padding-left: 10px;
}
#wp_nav_w5 .wp_nav .nav-item a span.item-name {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	cursor: pointer;
	width: 95%;
	font-size: 13px;
}
#wp_nav_w5 .i1 {
	background: url(images/jx1.png) 0px 12px no-repeat;
}
#wp_nav_w5 .i2 {
	background: url(images/jx2.png) 0px 12px no-repeat;
}
#wp_nav_w5 .i3 {
	background: url(images/jx3.png) 0px 12px no-repeat;
}
#wp_nav_w5 .i4 {
	background: url(images/jx4.png) 0px 12px no-repeat;
}
#wp_nav_w6 .i1 {
	background: url(images/k1.png) 5px 2px no-repeat;
}
#wp_nav_w6 .i2 {
	background: url(images/k2.png) 2px 8px no-repeat;
}
#wp_nav_w6 .i3 {
	background: url(images/k3.png) 15px 8px no-repeat;
}
#wp_nav_w6 .i4 {
	background: url(images/k4.png) 2px 10px no-repeat;
}
#wp_nav_w6 .i5 {

	background: url(images/k5.png) 15px 2px no-repeat;
}
#wp_nav_w6 .wp_nav .nav-item a span.item-name {
	display: inline-block;
	padding: 5px 16px;
	line-height: 23px;
	cursor: pointer;
	margin-left: 22px;
	font-size: 13px;
}
#wp_nav_w6 .i1 a {
	padding-left: 0px;
}
#wp_nav_w6 .i2 a {
	margin-left: -13px;
}
#wp_nav_w6 .i3 a {
	padding-left: 0px;
}
#wp_nav_w6 .i4 a {
	margin-left: -13px;
}
#wp_nav_w6 .i5 a {
	padding-left: 0px;
}
.asd {

   
}
.possplit {
    background: url(images/arrow_nextlevel.gif) 12px 6px no-repeat;
   
    text-indent: 22px;
   
    width: 15px;
    display: inline-block;
    border: 0px solid red;
	    padding: 0 5px;
}
.col-news-title {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #004a95;
    margin: 15px 0px 0px 0px;
}
.wp_editor_art_table td {
    background: white;
    padding: 5px 10px;
    border: 1px solid #DDD;
}
li.title2 {
    font-size: 19px !important;
    line-height: 56px;
}
.wp_editor_art_paste_table td {
    padding: 5px 3px !important;
}
.wp_nav .sub-nav {
    border: 0px solid #ccc;
    top: 50px !important;
    width: 100% !important;
}