<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body { font-family: "微软雅黑", Verdana, Lucida, Arial, Helvetica; font-size: 12px; display: grid;}
* { margin: 0px; padding: 0px; list-style: none }
a { text-decoration: none; color: #333;}
a:hover { text-decoration: underline;}
img { border: none; }
.clear-1 { height: 7px; line-height: 7px;clear: both }
.clear-10 { height: 10px; line-height: 10px;clear: both }
.clear-20 { height: 20px; line-height: 20px;clear: both }
.clear-30 { height: 30px; line-height: 30px;clear: both;}
#container { margin: 0 auto;display: grid;width: 100%;}
#container_2 { margin: 0 auto; width: 100%; background: url(../img/bg_img.png) repeat; }
/* 头部内容 */
#top_head { width: 100%;margin: 0 auto; background-color: #fff;border-top: 4px solid #e2d2a9;}
.top_links { width: 1200px; height: 145px; margin: 0 auto;}
.top_links .search_box {width: 250px;float: left;padding-top: 8px;padding-left: 5px; position: relative;}
#search_input {width: 250px; height: 30px;text-indent: 5px;background-color: #f3f3f3; border: none;}
.search_icon { position: absolute;background: url(../img/search_icon.png) no-repeat; width: 23px; height: 23px; right: 2px; top: 11px; cursor: pointer;}
.logo_img { width: 489px; height: 116px; float: left;background: url(../img/logo_img_2.png) no-repeat; }
/*导航栏*/
#top_nav { float: right; margin-top: -18px; }
ul.dropdown { position: relative; z-index: 100; width: 100%; height: 35px; line-height: 35px; }
ul.dropdown li { float: left; zoom: 1; width: 155px; text-align: center; margin-right: 15px; }
ul.dropdown .first_li { margin-top: 0px; }
ul.dropdown .first_li .first_a { text-decoration: none;display: inline-block; font-size: 18px; color: #a5710b; font-family: 微软雅黑; width: 155px; border-bottom: 7px solid #dedede; font-weight: bold;}
ul.dropdown .first_li .first_a.current_hit { border-bottom: 7px solid #b2141a;color: #b2141a;}
ul.dropdown .first_li .first_a:hover { border-bottom: 7px solid #b2141a;color: #b2141a;}
ul.dropdown ul { width: 155px; display: none; position: absolute; top: 40px;}
ul.dropdown ul li { font-weight: normal; float: left; width: 155px;line-height: 15px;}
ul.dropdown ul li a { font-size: 14px; width: 90%; display: block; padding: 15px 5%; float: left}
ul.dropdown ul li a:hover { text-decoration: none; }
ul.dropdown ul ul { left: 100%; top: 0; }
ul.dropdown li:hover &gt; ul { display: block;}
ul.dropdown ul { background: #fff; }
ul.dropdown ul li a:hover {background: #d6b96d; color: #fff; }

.section_content {background-color: #e1e1e1; padding-bottom: 25px;}
.banner_box {width: 1200px;margin: 0 auto;}
.second_box {width: 1200px;margin: 0 auto;}
/*2级左列表*/
.second_bg { width: 1200px; float: left; background: #fff; }
.leftsidebar_box { width: 270px; height: auto;background-color: #fff; float: left; }
.line { height: 40px; width: 100%; background-color: #b2141a; text-align: center; line-height: 40px; color: #fff; font-size: 18px; }
.leftsidebar_box dt { padding-left: 35px; padding-right: 10px; background-repeat: no-repeat; background-position: 21px center; color: #333; font-size: 14px; position: relative; line-height: 35px; cursor: pointer; font-family: "微软雅黑"; }
.leftsidebar_box dl { border-bottom: 1px solid #e9e9e9; width: 100%; float: left; }
.leftsidebar_box dd { background-color: #fff; padding-left: 40px; }
.leftsidebar_box dd a { color: #333; line-height: 20px; font-family: "微软雅黑"; font-size: 12px; }
.leftsidebar_box dd a.current_hit { color: #0b4da2; }
.leftsidebar_box dd a:hover { text-decoration: underline }
.leftsidebar_box dt img { position: absolute; right: 10px; top: 15px; }
.system_log dt { background-image: url(../img/spot_img.png); }
.leftsidebar_box dl dd:last-child { padding-bottom: 10px; }
/*路径*/
#current_bar { font-size: 12px; color: #3f3f3f; height: 40px; line-height: 40px; padding: 0px 2%; }
#current_bar a { color: #3f3f3f; }
#current_bar a:hover { text-decoration: underline; color: #333; }
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px }
.pagination &gt; li { display: inline }
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: 12px; }
.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:focus, .pagination &gt; li &gt; span:hover { z-index: 2; color: #23527c; background-color: #eee; border-color: #ddd; }
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover { z-index: 3; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; }
.pagination &gt; .disabled &gt; a, .pagination &gt; .disabled &gt; a:focus, .pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; span, .pagination &gt; .disabled &gt; span:focus, .pagination &gt; .disabled &gt; span:hover { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; }
.pagination-lg &gt; li &gt; a, .pagination-lg &gt; li &gt; span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; }
.pagination-lg &gt; li:first-child &gt; a, .pagination-lg &gt; li:first-child &gt; span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.pagination-lg &gt; li:last-child &gt; a, .pagination-lg &gt; li:last-child &gt; span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.pagination-sm &gt; li &gt; a, .pagination-sm &gt; li &gt; span { padding: 5px 10px; font-size: 12px; line-height: 1.5; }
.pagination-sm &gt; li:first-child &gt; a, .pagination-sm &gt; li:first-child &gt; span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.pagination-sm &gt; li:last-child &gt; a, .pagination-sm &gt; li:last-child &gt; span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; }
.pager li { display: inline; }
.pager li &gt; a, .pager li &gt; span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; }
.pager li &gt; a:focus, .pager li &gt; a:hover { text-decoration: none; background-color: #eee; }
.pager .next &gt; a, .pager .next &gt; span { float: right; }
.pager .previous &gt; a, .pager .previous &gt; span { float: left; }
.pager .disabled &gt; a, .pager .disabled &gt; a:focus, .pager .disabled &gt; a:hover, .pager .disabled &gt; span { color: #777; cursor: not-allowed; background-color: #fff; }
/*页尾*/
.footer { width: 100%;height: 195px;margin: 0 auto; bottom: 0;background-color: #fefaf2;border-top: 4px solid #b2141a;}
.links_box {width: 1600px; display: inline-block; margin: 10px auto;}
.footer_font {width: 100%; display: inline-block; margin: 0 auto;background-color: #e1e1e1; }
.footer_font p {color: #333;font-size: 15px; line-height: 45px;text-align: center}
.links_font {width: 1200px;height: 195px;margin: 0 auto;background: url(../img/footer_bg.png);}
.links_font span {color: #333;font-size: 16px; text-align: left;float: left;padding: 8px 0;width: 100%;}
.con_bx {float: left;text-align: left;margin-right: 20px;margin-left: 14px;}
.con_bx li {height: 38px;line-height: 38px;color: #333;font-size: 16px;}
.con_bx_2 {float: right;text-align: center;margin-right: 20px;margin-left: 15px;margin-top: -18px;}
.con_bx_2 li {color: #333;font-size: 16px;float: left;}
.con_bx_2 li.erweima_font {margin-left: 20px;line-height: 130px;font-weight: bold;}
.con_bx_2 li img {display: block;margin: 0 auto;}

.hide {display: none;}
.footer {height: auto;}</pre></body></html>