@charset "UTF-8";
body{background:#eeeeef; font-size: 14px;} 
a{color:#555; text-decoration:none;}
a:hover{text-decoration:none;color:#2b6ca3;}
/* Start menu HEAD section */
#mainmenuarea{
	margin:auto;
	padding:0;
	width:1200px;
	min-width:1200px;
	background: #efefef;
	font-size:15px;
	text-align: center;
	z-index:100;
}
.ulmenu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    background-color: #c3e5f8;
	width: 1200px;
}

.dropdown {
    padding: 0px;
    display: inline-block;
	border: 0px solid #ccc;
}

.dropbtn {
	width: 142px;
	height: 36px;
    display: inline-block;
    color: #000;
	font-weight: bold;
	line-height: 36px;
	vertical-align: middle;
    text-decoration: none;
	letter-spacing:1px;
}

.dropdown:hover .dropbtn {
	color: #fff100;
    background-color: #0059a3;
}

.dropdown-content {
    display: none;

    position: absolute;
    background-color: #0059a3;
	text-align: left;
    min-width: 200px;
	width: 200px;
	line-height: 32px;
	vertical-align: middle;
	z-index:100;
	background:rgba(0, 89, 163, 0.9) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	filter: Alpha(opacity=80); background: #0059a3;/*实现IE背景透明*/
}

.dropdown-content a {
    color: #fff;
	padding-left: 28px;
    text-decoration: none;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
    display: block;
}

.dropdown-content a:hover {color: #fff100;}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-title{
	padding-top: 8px;
	padding-left: 28px;
	color: #fff100;
	font-weight: bold;
	line-height: 39px;
	vertical-align: middle;
}

/* End menu HEAD section */

/* Start nav-bar HEAD section */

#nav-bar {
  margin-top: 15px;
  right:0px;
  height:151px;
  z-index:98;
  position: fixed;
  max-width: 47px;
  text-align: center;
  border: 0px solid #bed1df;
  border-radius: 5px;
  background-color: #eeeeef;
}

#nav-bar li {
   color: #000;
   margin: 0;
   margin-top:8px;
   font-family: 'Open Sans', sans-serif;
   font-size: 0.75em;
   list-style: none;
}

#nav-bar li.level-one {
  max-width: 48px;
  max-height: 44px;
  font-size: 1.5em;
  text-align: center;
  border: 0px solid #c9c9ca;
  border-radius: 5px;
  cursor: pointer;
}

#nav-bar li.level-one:first-child {
  border-top: none;
}

#nav-bar li.level-one:hover {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,238,242,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(233,238,242,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,238,242,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,238,242,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,238,242,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,238,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eef2', GradientType=0 );
}

#nav-bar selected {
  background: #3f8eb9;
  -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
}

#nav-bar i {
  color: #bed1df;
  margin: 25%;
}

#nav-bar p {
  font:normal 14px/15px "Simsun";
  color: #bed1df;
  margin: 50px;
}

#nav-bar a {
  color: #3f8eb9;
  text-decoration: none;
}

#nav-bar .level-one {
  position: relative;
}

#nav-bar .level-two {
  display: none;
  position: absolute;
  height: 160px;
  width: 180px;
  background: #FFFFFF;
  border-radius: 4px;
  font:normal 14px/15px "Simsun";
  text-align: center;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(5, 0, 0, 0.11);
  -moz-box-shadow:    2px 3px 2px 0px rgba(5, 0, 0, 0.11);
  box-shadow:         2px 3px 2px 0px rgba(5, 0, 0, 0.11);
}

#nav-bar .level-two:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 0px 9px 9px;
  border-color: transparent  #fff;
  display: block;
  width: 0;
  z-index: 99;
  left: 179px;
  top: 10px;
}

#nav-bar .level-two li {
  margin: 15px;
}

#nav-bar .level-one:hover > .level-two {
  display: block;
}

#nav-bar .level-two {
  right: 130%;
  top: 0;
}




#nav-bar li.level-one1 {
  max-width: 43px;
  max-height: 41px;
  font-size: 1.5em;
  text-align: center;
  border: 0px solid #c9c9ca;
  border-radius: 5px;
  cursor: pointer;
}

#nav-bar li.level-one1:first-child {
  border-top: none;
}

#nav-bar li.level-one1:hover {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,238,242,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(233,238,242,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,238,242,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,238,242,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,238,242,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(233,238,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eef2', GradientType=0 );
}

#nav-bar selected {
  background: #3f8eb9;
  -webkit-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
  box-shadow: inset 1px 1px 10px 1px rgba(0,0,0,0.45);
}

#nav-bar i {
  color: #bed1df;
  margin: 25%;
}

#nav-bar p {
  font:normal 14px/15px "Simsun";
  color: #bed1df;
  margin: 50px;
}

#nav-bar a {
  color: #3f8eb9;
  text-decoration: none;
}

#nav-bar .level-one1 {
  position: relative;
}

#nav-bar .level-two1 {
  display: none;
  position: absolute;
  height: 465px;
  width: 200px;
  background: #FFFFFF;
  border-radius: 4px;
  font:normal 14px/15px "Simsun";

  text-align: center;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(5, 0, 0, 0.11);
  -moz-box-shadow:    2px 3px 2px 0px rgba(5, 0, 0, 0.11);
  box-shadow:         2px 3px 2px 0px rgba(5, 0, 0, 0.11);
}

#nav-bar .level-two1:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 0px 9px 9px;
  border-color: transparent  #fff;
  display: block;
  width: 0;
  z-index: 99;
  left: 199px;
  top: 10px;
}

#nav-bar .level-two1 li {
  margin: 15px;
}

#nav-bar .level-one1:hover > .level-two1 {
  display: block;
}

#nav-bar .level-two1 {
  right: 130%;
  top: 0;
}

#nav-bar .level-one2 {
  position: relative;
}

#nav-bar .level-two2 {
  margin-top: -250px;
  display: none;
  position: absolute;
  height: 750px;
  width: 200px;
  background: #FFFFFF;
  border-radius: 4px;
  font:normal 10px/11px "Simsun";
  line-height: 18px;
  text-align: center;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(5, 0, 0, 0.11);
  -moz-box-shadow:    2px 3px 2px 0px rgba(5, 0, 0, 0.11);
  box-shadow:         2px 3px 2px 0px rgba(5, 0, 0, 0.11);
}

#nav-bar .level-two2:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 0px 9px 9px;
  border-color: transparent  #fff;
  display: block;
  width: 0;
  z-index: 99;
  left: 199px;
  top: 258px;
}

#nav-bar .level-two2 li {
  margin: 15px;
}

#nav-bar .level-one2:hover > .level-two2 {
  display: block;
}

#nav-bar .level-two2 {
  right: 130%;
  top: 0;
}




/* End nav-bar HEAD section */



/* Start tab HEAD section */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs {
  width: 648px;
  float: none;
  list-style: none;
  position: relative;
  margin: 5px 0 0 0px;
  text-align: left;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 14px 21px;
  width:108px;
  height:35px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 10px;
  vertical-align: middle;
  background: #7aaddd;
  background-image: url('../images/tabback1.jpg');
  cursor: pointer;
  position: relative;
  top: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  -moz-box-shadow: 5px 5px 3px #888888; /* 老的 Firefox */
  box-shadow: 5px 5px 3px #888888;
}
.tabs label:hover {
  background: #7aaddd;
  background-image: url('../images/tabback1.jpg');
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  height:218px;
  font-size: 14px;
  text-align: center;
  padding: 25px;
  position: absolute;
  top: 38px;
  left: 0;
  background: #daedfa;
  font-size: 14px;
  -moz-box-shadow: 7px 7px 6px #888888; /* 老的 Firefox */
  box-shadow: 7px 7px 6px #888888; 
}
.tabs [id^="tab"]:checked + label {
  top: 4px;
  color: #2b6ca3;
  line-height: 0px;
  vertical-align: text-top;
  padding-top: 19px;
  background-image: url('../images/tabback.jpg');
  background-repeat: repeat-y;


}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
  color: #555;
}

/* 选择框样式 */
#parent72 {
	margin-left:50px;
	margin-top:30px;
	background: url('../images/tabselect72.png') no-repeat;
	background-position: center center;
	width: 72px;
	height: 22px;
	overflow: hidden;
	border:none !important;
	outline:none;
	float:left;
	font-size: 14px;
	color: #555;
}

#parent72 select {
	/* IE8/9选择框样式 */
    background: transparent;
	color: #555;
    border:none !important;
	outline:none;
    padding-left: 10px;
    width: 72px;
    height: 22px;
	
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 0px #000;

	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;

	/*在选择框的最右侧中间显示小箭头图片*/
	/*background: url("../images/tabselect.png") no-repeat scroll right center transparent;*/


	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;

	/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
	select::-ms-expand { display: none; }
}


#parent85 {
	margin-left:50px;
	margin-top:30px;
	background: url('../images/tabselect85.png') no-repeat;
	background-position: center center;
	width: 85px;
	height: 22px;
	overflow: hidden;
	border:none !important;
	outline:none;
	float:left;
	font-size: 14px;
	color: #555;
	text-align: center;
}

#parent85 select {
	/* IE8/9选择框样式 */
    background: transparent;
	color: #555;
    border:none !important;
	outline:none;
    padding-left: 9px;
    width: 82px;
    height: 22px;
	
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 0px #000;

	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;

	/*在选择框的最右侧中间显示小箭头图片*/
	/*background: url("../images/tabselect.png") no-repeat scroll right center transparent;*/


	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 15px;

}
	/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
	select::-ms-expand { display: none; }

.tabs1 {
  width: 498px;
  float: none;
  list-style: none;
  position: relative;
  margin: 5px 0 0 15px;
  text-align: left;
}
.tabs1 li {
  float: left;
  display: block;
}
.tabs1 input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs1 label {
  display: block;
  padding: 14px 21px;
  width:166px;
  height:32px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  line-height: 10px;
  vertical-align: middle;
  background: #7aaddd;
  cursor: pointer;
  position: relative;
  top: 4px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  
}
.tabs1 label:hover {
  background: #7aaddd;
}
.tabs1 .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  height:225px;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  padding: 5px 20px 20px 20px;
  position: absolute;
  top: 35px;
  left: 0;
  background: #daedfa;
  border-bottom: 2px solid #0059a3;
  
}
.tabs1 [id^="tab"]:checked + label {
  top: 4px;
  color: #2b6ca3;
  line-height: 0px;
  vertical-align: text-top;
  padding-top: 19px;
  background-image: url('../images/tabback2.jpg');
  background-repeat: repeat-y;
  background-position: center;

}
.tabs1 [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
  color: #555;
}


/*默认主导航样式*/
#nav .inner{width: 1136px;margin: 0 auto;}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {margin:0 auto;height: 36px;}
.wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.wp-menu .menu-item a.menu-link {min-width:142px;text-align:center;display: inline-block;padding: 0px;line-height: 36px;color: #000;font-size: 14px;font-weight: bold;}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{background-color:#0059a3; text-decoration: none; color: #fff100;}
.sub-menu {display: none;position: absolute;left: 0;top: 36px;min-width: 200px;z-index: 100;background: rgba(0, 89, 163, 0.9) none repeat scroll 0 0 !important;    overflow: inherit !important;}

.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;list-style:none;}
.sub-menu .sub-item a {display: block;color: #ffff;height: 32px;line-height: 32px;padding-left:  27px;font-size: 14px;background:none;text-align: left;}
.sub-menu .sub-item a:hover {color:#fff100;}

.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}

/*.nav li.menu-item.i2  li.sub-item.i2-1{float:left;width:200px;}
.nav li.menu-item.i2  li.sub-item.i2-2{float:left;width:200px;}
.nav li.menu-item.i2>.sub-menu {width:400px;}
.nav li.menu-item.i2 .sub-menu .sub-menu{display: block !important; position: relative; left: 0;background:none !important;}
.nav li.menu-item.i2 .sub-menu .sub-item a{text-align:left;padding-left:28px;}
.nav li.menu-item.i2 li.sub-item.i2-1>.sub-link{color:#fff100;font-weight:bold;}
.nav li.menu-item.i2 li.sub-item.i2-2>.sub-link{color:#fff100;font-weight:bold;}

.nav li.menu-item.i4  li.sub-item.i4-1{float:left;width:200px;}
.nav li.menu-item.i4  li.sub-item.i4-2{float:left;width:200px;}
.nav li.menu-item.i4  li.sub-item.i4-3{float:left;width:200px;}
.nav li.menu-item.i4>.sub-menu {width:600px;}
.nav li.menu-item.i4 .sub-menu .sub-menu{display: block !important; position: relative; left: 0;background:none !important;}
.nav li.menu-item.i4 .sub-menu .sub-item a{text-align:left;padding-left:28px;}
.nav li.menu-item.i4 li.sub-item.i4-1>.sub-link{color:#fff100;font-weight:bold;}
.nav li.menu-item.i4 li.sub-item.i4-2>.sub-link{color:#fff100;font-weight:bold;}
.nav li.menu-item.i4 li.sub-item.i4-3>.sub-link{color:#fff100;font-weight:bold;}
*/
.post-13 {width: 1200px;}
.post-13 .news_img{width: 100%;height: 110px;overflow: hidden;}
.post-13 .news_img img{width: 100%;height: 110px;}

.post-14 .tt{float:left;width: 100%;}
.post-14 .tit{float: left;font-size: 14px; height: 22px; width: 100px;border-bottom: #2b6ca3 2px solid;margin-left: 0px; margin-top: 10px;}
.post-14 .more_btn{float: right;    height: 21px; width: 100px; color: #666; margin-left: 520px; margin-top: -18px;}
.post-14 .con{float: left;width: 100%;margin-top:5px;}
.post-14 .news_title {padding: 0px 20px;width:auto !important;margin:0 !important;}
.post-14 li{margin-bottom:15px;}
.post-14 li.n5 .news_title{border-right:0px;}
.post-14 li.n6{margin-left:90px;}
.post-18 li.n6{margin:0px;}

.post-15 .news_title{border-right: #0059a3 2px solid; width: 60px; margin: 2px 2px 2px 20px;font-size: 14px;}
.post-15 .con{margin-top:10px;}
.post-16 .news_title{font-size: 14px; height: 21px; width: 100px; color: #666;  margin-left: 265px; margin-top: 15px;}

.sudy-tab { width: 498px; height: 255px; margin-top: 9px;  margin-left: 16px; overflow: hidden; background: #daedfa;border-bottom: 2px solid #0059a3;}
.sudy-tab .tab-menu li{float: left; width: 165px; height: 32px; line-height: 35px; text-align: center; overflow: hidden; padding: 0 1px; background: #7aadde; border-bottom: 0px solid #eee;color: #FFF;}
.sudy-tab .tab-menu{border:0px;}
.sudy-tab .tab-menu li.selected { background: #FFF; background: url(picture/tabback2.jpg)no-repeat top center; border-bottom-color: #FFF;  border-left: 0px solid #eee; border-right: 0px solid #eee; padding: 0;color: #2b6ca3; }
.post-52 .news_meta{width: 75px;height: 70px;margin-top: 5px;float: left;}
.year{font-size: 14px;text-align: center; color: #0059a3; font-family: Arial;}
.day{ width: 50px; height: 50px;line-height: 51px; font-size: 36px; background-color: #0059a3; text-align: center; color: #fff;border-radius: 10px;font-family: Arial;margin: 0 auto;}
.post-52{padding: 0 5px 0 ;}
.post-52 .news_title{float: left;    padding-top: 9px;padding-left: 3px; font-weight: bold; font-size: 15px; width: 390px;}
.post-522{padding-left: 15px;}
.post-522 li{height: 20px; line-height: 20px; overflow: hidden;font-size: 14px; color: #555;}
.post-522 .more_btn{float: right;}

.post-11 .focus .focus-title {height: 34px;line-height: 34px;padding: 0 15px; font-size: 14px;}
.post-11 .focus .focus-title-bar {height: 34px; bottom:0px; left:0px; right:0px; margin-left:0px;position: relative;}
.post-11 .focus .focus-title-bg {background-color: #daedfa;}

.post-11 .focus .focus-pagination {position:absolute;right: 14px;bottom: -28px;}
.post-11 .focus .focus-page {width: 10px;height: 10px; line-height: 20px; font-size:12px; border-radius: 0px; background-color: #888; color: #000;}
.post-11 .focus .focus-page span {display:none;}
.post-11 .focus .focus-page:hover {font-size: 13px; color: #000; font-weight: bold; }
.post-11 .focus .focus-page-active {background-color: #0059a3;color:#fff;}

.post-11 .focus .focus-navigation {opacity: 0.7;filter:alpha(opacity=70);}
.post-11 .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.post-11 .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}

.post-21 .news_img{width: 70px;height: 70px;overflow:hidden;}
.post-21 .news_img img {width:100%;height:auto;min-heigth:100%;display:none;}
.post-21 li.n1 .news_img{background:url(picture/1-1.png)no-repeat center;}
.post-21 li.n2 .news_img{background:url(picture/1-2.png)no-repeat center;}
.post-21 li.n3 .news_img{background:url(picture/3-1.png)no-repeat center;}
.post-21 li.n4 .news_img{background:url(picture/1-10.png)no-repeat center;}
.post-21 li.n5 .news_img{background:url(picture/1-4-2.png)no-repeat center;}
.post-21 li.n6 .news_img{background:url(picture/1-5.png)no-repeat center;}
.post-21 li.n7 .news_img{background:url(picture/1-6.png)no-repeat center;}
.post-21 li.n8 .news_img{background:url(picture/1-11.png)no-repeat center;}
.post-21 li.n9 .news_img{background:url(picture/1-7.png)no-repeat center;}
.post-21 li.n10 .news_img{background:url(picture/1-8.png)no-repeat center;}
.post-21 li.n11 .news_img{background:url(picture/1-9.png)no-repeat center;}
.post-21 li.n12 .news_img{background:url(picture/1-12.png)no-repeat center;}

.post-21 li.n1 .news_img:hover{background:url(picture/2-1.png)no-repeat center;}
.post-21 li.n2 .news_img:hover{background:url(picture/2-2.png)no-repeat center;}
.post-21 li.n3 .news_img:hover{background:url(picture/4-1.png)no-repeat center;}
.post-21 li.n4 .news_img:hover{background:url(picture/2-10.png)no-repeat center;}
.post-21 li.n5 .news_img:hover{background:url(picture/2-4-2.png)no-repeat center;}
.post-21 li.n6 .news_img:hover{background:url(picture/2-5.png)no-repeat center;}
.post-21 li.n7 .news_img:hover{background:url(picture/2-6.png)no-repeat center;}
.post-21 li.n8 .news_img:hover{background:url(picture/2-11.png)no-repeat center;}
.post-21 li.n9 .news_img:hover{background:url(picture/2-7.png)no-repeat center;}
.post-21 li.n10 .news_img:hover{background:url(picture/2-8.png)no-repeat center;}
.post-21 li.n11 .news_img:hover{background:url(picture/2-9.png)no-repeat center;}
.post-21 li.n12 .news_img:hover{background:url(picture/2-12.png)no-repeat center;}

.post-21 li .news_img a{width:70px;height:70px;cursor: pointer;display: inline-block;}
.outer li{float: left;border-right: 1px solid #FFF;width: 120px;}
.nav-t{width: 1300px;}



ul.news_list.list2{list-style: none;}
ul.news_list.list2 .news_title{float: left;}
ul.news_list.list2 .news_meta{float: right; color: #555;}
ul.news_list.list2{color: #2b6ca3;}
ul.news_list.list2 a {color: #2b6ca3;}
.outer a{color: #fff;}

.post-522 li {  float: none !important;}
.post-52 ul{height:75px;}
li.col_path {
    list-style: none;
}

ul.tab-list li {position: relative;}
.post-522 .more_btn {  float: right;    position: absolute;   bottom: 0px;right:0px;z-index:999;}
.outer a{color:#fff !important;}
.outer li.in10{border:0px;}
.wp_listcolumn .wp_column a .column-name{padding:0px;line-height: inherit;}

.wp_listcolumn{border:0px;}
.menu ul .wp_column{margin-left:0px;}
.col_name_text{font-size:26px;font-weight:normal;}
.menu{width:235px;margin-left:85px;}
.wp_listcolumn .wp_column a{background:#0059a3;border:0px;}
.wp_listcolumn .wp_column a .column-name{    display: block;
    height: 28px;
    width: 235px;
    margin-top: 0px;
   
    font-size: 14px;
    color: #fff;
    outline: none;}
.wp_listcolumn .wp_column a.selected {
    color: #fff;
    background: #7aaddd;
background: #0059a3;
}
.menu ul .wp_column a:hover{background:#7aaddd;}
.wp_listcolumn .wp_column a .column-name{width:100%;}
h3.col_name{text-align:center;}
.possplit{background:url(picture/off.png)no-repeat center;width:28px;height:28px;}
ul.news_list.list2 li{float:left;width:100%;}
.outer ul.news_list.list2 li{width:120px;}
.single_area{min-heigt:500px;}
.post-131{margin:0 auto;}
.post-131 .con{width:110px;margin:0 auto;}
.post-131 .fw{float:left;}
span.WP_VisitCount{float:left;}
.siteCounter4 span{background:none;color:#000;padding:0px;margin:0px;}
.ul1 li .tab-list{width:100%}
.ul1 li .tab-list .post-522 .more_btn{       display: none; position: static;}
.tab-menu li{    cursor: pointer;}
.outer li:last-child{border:none}
.outer{background:#7aadde;border:#7aadde}
.post-13 li{list-style:none}
.menu .wp_listcolumn .wp_column a{font-weight:500}
.main #nav-bar .level-two1 li{margin:13px;}
.wp-menu .menu-item a.menu-link{font-size:15px;    letter-spacing: 1px;}
.prev-title::after{content:' ';display:block}
.prev-title{margin-top: 20px;color: #000;}
.prev{margin-top:20px;}
.wp_artfuns .wp_art_adjoin .prev{    cursor: text;padding-left:25px;}
.wp_artfuns .wp_art_adjoin .prev:hover{color:#000}
.wp_artfuns .wp_art_adjoin .next{padding-left:25px;padding-top: 15px;display: inline-block;cursor: text}
.wp_artfuns .wp_art_adjoin .next:hover{color:#000}
.prev-title,.next-title{color:#888}
.clearfix::after{content:'';display:block;clear:both}
.gb span{float: right; margin-bottom: 15px;cursor: pointer;}
.wp_entry{    color: #555;}
.wp_entry p{text-indent: 2em;}
.page_nav .prev{margin-top:0}
.list .col_path .possplit:last-of-type{display:none}
.list .col_path a:last-of-type{display:none}
.dis .col_path a:last-of-type{display:none}