@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 { font:12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333;}
a { color:#333; text-decoration:none;}
a:hover { color:#1876c7;}
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner { width:100%; margin:0 auto;} /**页面全局宽度**/

/**标题栏新闻窗口**/
.post {}
.post .tt { height:49px; border-bottom:1px solid #008AC8;} /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size:18px; color:#1876c7;font-weight: bold;} /**标题字体**/
.post .tt .tit .title { display:inline-block; height:18px; line-height:24px;padding: 14px 0px;} /**标题图标**/
.post .tt .more_btn {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    float: right;
    font-family: "微软雅黑";
    color: #cf926d;
}  /**更多按钮**/
span.more_text {
    padding: 13px 0px;
    display: block;
}
.post .tt .more_btn a{color: #cf926d;}
.post .con { padding: 0 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; display:none !important;} /**新闻列表图标**/

/**自定义新闻列表**/
.news_list {}
.news_list li.news { line-height:30px;} /**标题图标**/
.news_list li.news span.news_title { float:left; font-size:14px;overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 265px;}
.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;}


/**页头开始**/
#heaer {
 height: 80px;
}
#header .inner {
 top: -18px;
 left: 253px;
}
.head { width:100%; height:90px; position:relative;
    background-image: url(images/xiaoxun.jpg);
    background-size:36% 100%;
    background-repeat: no-repeat;
    background-position-x: 40rem;
    box-shadow:0 0 35px 20px rgba(255,255,255,.9) inset;
}    /**页头部分**/


.head .sitelogo{float:left;padding-left: 10px; margin-top: 22px;}
.head .sitetitle {display:none;margin-top: 16px; margin-left:10px;font-size:32px;font-weight:bold;color:#fff;} /**站点名称**/
.navbar { height:45px;}   	/**导航区域背景**/
.navbar .nav {height:40px; margin:0 auto;}   /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .nav .wp_nav { height:40px;}  /**导航高度**/
.navbar .nav .wp_nav li.nav-item a {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
}   /**导航字体样式**/
.navbar .nav .wp_nav li.nav-item a:hover,.navbar .nav .wp_nav li.nav-item a.parent{ color:#fff;}   	/**鼠标经过或当前选中时样式**/
.navbar .nav .wp_nav li.nav-item a span.item-name {
    padding: 9px 25px;
    height: 27px;
    line-height: 28px;
}   /**导航栏目高度与边距**/
.navbar .nav .wp_nav .sub-nav li.nav-item i.mark {
    background: #0062ad;
}  /**子菜单背景**/
.navbar .nav .wp_nav .sub-nav li.nav-item a { font-size:15px; font-weight:normal;text-align: center;}		/**子菜单字体样式**/
.navbar .nav .wp_nav li.nav-item a:hover, .navbar .nav .wp_nav li.nav-item a.parent {
    color:#0062ad;
    background: #fff;
}
.wp_nav .sub-nav {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 200;
    visibility: hidden;
    border: 1px solid #ccc;
    border-top: none;
    height: auto !important;
}
.navbar .nav .wp_nav .sub-nav li.nav-item a span.item-name {
    padding: 0 0;
    height: 40px;
    line-height: 45px;
}		/**子菜单栏目高度与边距**/


/**主体开始**/
#container { margin-top: 10px; }
#container .inner {
   margin-bottom: 66px;
    width: 1000px;
    /* padding: 10px; */
    /* border: 1px solid #e5e5e5; */
}
/**首页三列布局**/
.mod {}
/**左列**/
.mod1 .ml {} 


/**中间**/
 /**右列**/

/**列表页**/
.col_menu { width:20%; float:left;} 
.col_menu .col_menu_head { background:url(images/col_menu_head.jpg) no-repeat 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; background:#1971b5; text-align:center; font-weight:normal; font-size:20px;}  /**栏目名称图标**/
 /**栏目列表*/
.col_list{ text-align:center;}
.col_list .wp_listcolumn {}
.col_list .wp_listcolumn .wp_column a { color:#1971b5; background:#fff; text-align:center;} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { color:#fff; background:#1971b5;} 	/**鼠标经过或选中一级子栏目**/
.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:#fe9404 1px solid;}
.col_metas .col_title { display:inline-block; float:left; height:30px; line-height:30px; background:#1971b5;}  /**当前栏目**/
.col_metas .col_title h2 { display:inline-block; font-size:18px; color:#fff; padding:0 50px 0 25px;}   /**当前栏目名称**/
.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;height: 30px;line-height: 30px;font-size: 14px;}
/**文章页**/
.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 {
background: linear-gradient(90deg, #1975c6, #00a2ff);
height: 130px;
}
#footer .inner { }
#footer .inner p { font-size:14px;color: #fff;line-height:20px; text-align:left;}
#footer .inner p span { margin:0 3px;}

.box1{ width:100%; min-height:50px; margin-bottom: 20px;}
.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 #0062ad;
    text-align: center;
}
#header .inner {
    width: 1000px;
	
}
.navbar{
    display: flex;
}
.search-panel{
    display: none;
    float: right;
    position: absolute;
    right: 200px; z-index:9999;
}
.searchbtn {
    width: 40px;
    height: 39px;
    border: 0;
    outline: 0;
    background:#fff url(images/sousuo.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 120;
    cursor: pointer;
}
.search-window {
    width: 40px;
    border: 0px solid red;
    overflow: hidden;
}
.wp-search {
    position: relative;
   
}
.wp-search form {
    display: block;
}
.wp-search .search-input {
    margin-left: 10px;
    margin-right: 40px;
}
.wp-search .search-input input.search-title {
    width: 95%;
    height: 27px;
    line-height: 40px;
    border: 0;
    outline: 0;
    background: #fe9102;
    color: #2b4560;
    font-size: 14px;
    margin: 5px 0;
    padding-left: 10px;
}
.wp-search .search-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0;
    outline: 0;
    background:url(images/sousuo.png) no-repeat center;
    cursor: pointer;
}
div#header {
	background-color: white;
      /*  background-image: url(/_upload/tpl/01/64/356/template356/images/xiaoxun.png);
        background-repeat: no-repeat;
        background-position: 816px 0;*/
}
div#head1 {
 box-shadow: 3px 2px 8px #c6c6c6;
 background-color: #0062ad;
}
.box2{
    width: 360px;
    float: left;
}
.box3{float:left;width:600px;margin-left: 40px;}
.post-33{float:left;width:235px;}
.post-333{float:right;width:350px;}
.yqlj {
    float: left;
    width: 220px;
	margin-top: 54px;
}
.ewm {
    float: right;
    width: 355px;
    margin-top: 22px;
}
.wxgzh {
    float: right;
    color: #fff;
    /* line-height: 36px; */
    text-align: center;
}
.wxgzh .news_title a {
    color: #fff;
}
.wxgzh li.news {
    display: inline-block;
    width: 93px;
}
.copy {
    text-align: center;
	float:left;
	color: #fff;
	margin-left: 14px;
}
div#footer1 {
    background: #252525;
    display: none;
}
.sydw{float:left;}
.logo {
    float: left;
}
.head-right {
    float: right;
}
.yj_kz1 {
    float: left;width: 30%;
}
.yj_kz2.yj_kz1 {width: 30%;}
.jzr {
    font-size: 16px;
    line-height: 30px;
    color: #0e75c5;
    font-weight: bold;
}
.post-4 .tt {
    
}
.post-7 .tt {
    
}
.post-5 .tt {
    
}
.post-6 .tt {
    
}
.post-8 .tt {
    
}
.post-9 .tt {
    
}
.post-4 h3.tit {
    width: 195px;
    
}
.xhz{ list-style:none; padding: 6px;}
#head1 .inner.clearfix {
    position: relative;
}

.post-7 h3.tit {
    width: 128px;
    
}
.post-5 h3.tit {
    width: 177px;
   
}
.post-8 h3.tit {
    width: 131px;
    
}
.post-6 h3.tit {
    width: 130px;
    
}
.post-9 h3.tit {
    width: 143px;
    
}
#footer1 .inner.clearfix {
	padding-top: 5px;
}
div#topcontrol {
    display: none;
}
.wp_search .search {
    background:url(images/sousuo.png) no-repeat center;
    width: 40px;
    height: 39px;
    border: 0px;
    cursor: pointer;
}
.sdh .wp_nav .nav-item a span.item-name {
    font-size: 10px;
    line-height: 24px;
    color: #fff;
    padding: 0px 9px;
}
.sdh .wp_nav .nav-item a{background:url(images/tiao.jpg) no-repeat right center;}
.sdh .wp_nav .nav-item.i4 a{background:none;}
.ewms {
    padding-left: 168px;
    margin-top: 32px;
}
.post .tt .more_btn a {
    color: #7c7c7c;
}
.center {
    float: left;
    width: 100%;
    margin-left: 0;
    font-size: 12px;
    line-height: 23px;
    color: #fff;
    margin-top: -26px;
}
.copyright {
    display: none;
}
.copyright p {
    display: none;
    font-size: 12px;
    color: #fff;
    line-height: 6px;
    text-align: center;
}
.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 30px;
}
.post-8 .news_list li.news {
    /*float: left;*/
    margin-left: 240px;
    position: relative;
}
.post-9 .news_list li.news {
    float: left;
    margin-left: 6px;
}
.post-8 .news_list li.news.n1 {
   
    margin-left:0px;
}
.post-9 .news_list li.news.n1 {
   
    margin-left: 0px;
}
.post-33 .con {
	padding:0 0;
   padding-top: 23px;
}
.post-333 .con {
    padding: 0 0;
	padding-top: 15px;
}
.post-7 .con {
    padding: 0 0;
}
.post-8 .con {
   /* padding-top: 18px; */

}
.post-9 .con {
    padding-top: 2px;
}
.post-8 .news_title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    color: #fff;
    width: 100%;
	text-align: center;
}
.post-8 .news_title a {
    color: #fff;
    text-align: center;
}
.sdh {
    float: right;
}
div#wp_news_w6 {
    margin-top: 10px;
}
.bq{ margin:0 auto; width:330px;}
.jz {
}
.box3-1 {
   /* margin-bottom: 12px; */
}
#featuredw6{
	left: 75px !important;
}
#w11 {
	width: 100%;
        text-align: center;
        margin-top: -2rem;
        margin-left: 1rem;
}

#footer1 {
	height: 0 !important;
}
#header {
    height: 100px;
}
#friends_url {
  display: flex;
  justify-content: center;
  background-color: #00C8D9;
}

/* Style the unordered list */
#friends_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Style the list items */
.frul {
  display: inline-block;
  margin: 0 55px;
  font-size: 18px;
}

/* Style the select boxes */
.frul select {
  font-size: 14px;
  padding: 5px 60px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f8f8f8;
  color: #333;
  width: 250px;
  text-align-last: left;
}

/* Style the first option in each select box */
.frul option:first-child {
  color: #aaa;
}
.frul option:not(:first-child) {
  padding: 5px 0;
}
#wp_nav_w2 {
   /*margin-left: 17.5rem;*/
}
.sub-nav {
 width: 160px !important;
/* top: 45px !important; */
}
#w50 {
 margin-top: 10px;
}
.focus1 {
 display: none;
}
.div_ztylb {
    padding-top: 8px;
}
/*@media(max-width: 1300px){
 #wp_nav_w2 {
    margin: 0px 162px;
 }
}*/
.articlelist1_a_title {
    height: 25px;
    line-height: 34px;
    font-size: 14px;
}
.articlelist1_li {
    background: none !important;
    /* background-position: 0px 24px; */
    /* background-repeat: repeat-x; */
}
.div_ztylb .div_ztylb_img {
    float: left;
    padding-right: 10px !important;
}
.news_icon {
    height: 30px !important;
    background-position: 0px 9px !important;
}

.sitelogo img{
    width: 550px;
    height: auto;
}

.mbox img{
    width: 230px;
    height: 180px;
}

.post-6 img
{
    width: 200px;
    height: 200px;
}

.json img{
    width: 1000px;
    height: 300px;
}

.yuanhui
{
    background-image: url(images/yuanhui.png);
    width: 80px;
    height: 80px;
    float: left;
    background-size:100% 100%;
    margin-top: 8px;
}