/* CSS Document */
*{ padding:0px; margin:0px; font-size:12px; text-decoration:none; border:none; list-style:none; font-family: "Microsoft YaHei","����","����";}
body{ background-color:#E7E1D6;}
.pull-left{ float:left !important;}
.pull-right{ float:right !important;}
.header{ background-color:#F0F2F0; height:110px; width:100%;}
.header_content{ height:inherit; width:980px; margin:0 auto;}
.header_content .pull-left img{ height:105px;}
.header_content .header_link{ background-color:#CCB9A5; color:#FFFFFF; padding:8px 10px;}
.header_content .header_search{ margin-top:30px;}
.header_content .header_search input{ height:30px; line-height:30px; width:200px; margin-right:0px;}
.header_content .header_search button{ height:30px; line-height:30px; padding:0px 10px; margin-right:0px; background-color:#CCB9A5; color:#FFFFFF;}
.menu{ background-color:#847365;}
.menu_content{ width:980px; margin:0 auto;}

.header_nav{ height:36px; border-top:solid 2px #7C6B5C; border-bottom:solid 2px #7C6B5C; }
.header_nav .arrow_box{ display:none;}
.header_nav li{ height:36px; line-height:36px; color:#CFC5BC; width:115px; border-right: dotted thin #CCCCCC; float:left; text-align:center;
}
.header_nav li:hover .arrow_box{ display:block;}
.header_nav li a{ color:#FFFFFF; font-size:16px; font-weight:800; display:block;}
.header_nav .arrow_box{ width:140px; display:none;}
.header_nav .current_nav .arrow_box{ display:block;}

.header_nav li:hover .header_nav_secend{ display:block;}
.header_nav_secend{ background-color:#847365; display:none; position:relative;top:-2px;  z-index:30000;}
.header_nav_secend p{ color:#BFB4AA; height:30px; line-height:30px; border-top: dotted thin #FFFFFF;}
.header_nav_secend p:hover{ color:#FFFFFF;}

.arrow_up{width:0px; height:0px; position:relative; top:-4px; left:40%;border-left:5px solid transparent; border-right:5px solid transparent;border-bottom:6px solid #fff;z-index:30001;
}

.container{ width:980px; margin:0 auto; margin-top:10px; clear:both;}
.panel{width:100%; height:inherit;}
.panel .panel_header{height:30px; background-color:#BAA992; text-align:center;}
.panel .panel_header h2{ height:20px; color:#FFFFFF; line-height:20px; padding-top:5px;}
.panel_header .arrow_up{ top:0px; left:48%;}
.panel .panel_body{ background-color:#FFFFFF; width:100%; height:inherit; min-height:inherit;}
.panel .panel_nav{ text-align:right; line-height:30px; color:#999999; padding-right:10px;}
.panel .panel_nav a{ color:#999999;}

.article_list{}
.article_list .article{ padding:10px 30px; border-top:thin dotted #999999;}
.article_list .article .pull-left{width:90%;}
.article_list .article .title{ line-height:22px; color:#666666; font-size:14px!important;}
.article_list .article .title a{  color:#666666; }
.article_list .article .content{ font-size:12px; color:#999999; line-height:25px;}
.article_list .article .content a{ font-size:12px; color:#999999;}
.article_list .article .pull-right{font-size:12px; color:#999999; line-height:25px;}

.panel_body .bottom_nav li{ text-align:center; float:left; width:162px; border-right: dotted thin #CCCCCC;height:50px; line-height:50px;}

.footer{ height:112px; padding-top:15px;width:100%; background-color:#BAA992; margin-top:20px;}
.footer{ color:#FFFFFF !important; line-height:28px;}
.footer a{ color:#FFFFFF !important;}

.left_nav{ float:left; padding-left:10px; width:170px;min-height:200px; background-color:#BBAA96; padding-bottom:20px;}
.left_nav  h2{ margin-top:20px;font-size:14px;  padding-left:10px; margin-bottom:10px; color:#5A3D27;}
.left_nav ul li{ height:30px; padding-left:10px; line-height:30px; width:150px;}
.left_nav ul li:hover{ background-color:#867263;}
.left_nav ul li a{ color:#ffffff; font-size:14px; display:block;}

.page{ padding:10px;}
.page .page_header{ color:#999999;}
.page .page_header a{ color:#999999;}
.page .page_title{ font-size:16px; margin-top:30px; margin-bottom:15px; text-align:center; height:30px; line-height:30px; border-bottom:thin dotted #999999;}
.page .page_content{ min-height:430px; margin:15px; line-height:26px; font-size:14px; color:#333333 !important; }
.page .page_content a{color:#333333 !important; }


#pages { padding:30px 0;font-family: "Times New Roman", Times, serif, "Microsoft YaHei UI"; 
display: flex; justify-content: center; align-items: center; gap:5px; }
/* #pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { background:url(/web/20250719181941im_/http://www.wxbank.org/skin/images/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block; height:22px;padding:0 10px; line-height:22px; background:#30405A; border:1px solid #30405A; color:#fff; text-align:center; } */


.pagination {
    border-radius: 0;
}
.pagination > li {
    display: block;
    float: left;
    margin: 0 0 5px 5px;
}
.pagination > li > a,
.pagination > li > span {
    display: block;
    float: none;
    margin: 0;
    padding-right: 8px;
    padding-left: 8px;
    color: #646464;
    font-weight: 600;
    border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #5c90d2;
    background-color: transparent;
    -webkit-box-shadow: 0 2px #5c90d2;
    box-shadow: 0 2px #5c90d2;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #5c90d2;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 2px #5c90d2;
    box-shadow: 0 2px #5c90d2;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #c9c9c9;
    -webkit-box-shadow: none;
    box-shadow: none;
}