﻿@charset "UTF-8";

/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center
   本网站通用布局
*/

/* Css 初始化 */
html { font-size: 0.52px; }
body { font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; color: #333; }
pre { white-space: pre-wrap; word-wrap: break-word; font-size: inherit; line-height: inherit; font-family: inherit; }
ul, ol, li { padding: 0; list-style: none; margin: 0; }
dl, dt, dd { margin: 0; font-weight: normal; }
p, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: inherit; line-height: inherit; font-size: inherit; }
i, em { font-style: normal; }
a { color: #333; text-decoration: none; }
a:hover { color: #01559b; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

/* 公共 */
.iconfont { font-size: inherit; line-height: inherit; }
.iconsvg { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; }
.form-control::-webkit-input-placeholder { color: #d2d2d2; }
.form-control::-moz-placeholder { color: #d2d2d2; }
.pic img { width: 100%; height: auto; min-height: 100%; transition: all 0.5s;
   image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/* 框架 */
body { font-size: 170%; overflow-x: hidden; }
#content { position: relative; z-index: 1;  min-height: 300rem; }
.container::after, .container::before, #content::after, #content::before { display: table; content: " "; clear: both; }
.row { --bs-gutter-x: 30rem; --bs-gutter-y: 30rem; }


@font-face {
    font-family: 'font-webicon';
    src: url('../font-webicon/iconfont.eot');
    src: url('../font-webicon/iconfont.woff2') format('woff2'),
        url('../font-webicon/iconfont.woff') format('woff'),
        url('../font-webicon/iconfont.ttf') format('truetype');
}

/* 顶部 */
#header { width: 100%; z-index: 11; position: fixed; top: 0; left: 0; box-sizing: border-box; background: linear-gradient(180deg, rgba(1, 85, 155, 0.72) 0%, rgba(1, 85, 155, 0) 100%);}
#header>.logo-box { position: relative; min-height: 120rem; display: flex; align-items: center; justify-content: space-between; padding: 0 2%; }
.logo a { display: block; }
.logo img { width: auto; max-height: 100rem; max-width: 100%;
   image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}


/* 主导航 */
.top-bar,
.navbar { padding: 0; position: absolute; width: 100%; left: 0; top: 100%; background-color: rgba(0, 0, 0, 0.8); }
.nav-main { max-height: 1000rem; overflow-y: auto; }
.nav-main .li1 { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.nav-main .li1:last-of-type { border-bottom: none; }
.nav-main .a1 { display: block; line-height: 50rem; padding: 20rem 30rem; font-size: 18em; color: #fff; text-decoration: none; }
.nav-main .dropdown1 { display: none; padding: 0 30rem 20rem; }
.nav-main .dropdown1 .ul1 { display: flex; flex-wrap: wrap; }
.nav-main .dropdown1 .li2 { min-width: 33.3333%; }
.nav-main .dropdown1 .a2 { display: block; padding: 10rem 20rem; font-size: 16em; color: rgba(255, 255, 255, 0.9); }
.nav-main .hasUl1 .drop { position: absolute; right: 0; top: 0; width: 86rem; height: 86rem; }
.nav-main .hasUl1 .drop::after, .nav-main .hasUl1 .drop::before { position: absolute; content: ""; display: block; right: 30rem; top: 50%; margin-top: -1px; height: 2px; width: 30rem; background: #fff; }
.nav-main .hasUl1 .drop::before { transform: rotate(90deg); }
.nav-main .hasUl1 .show .drop::before { display: none; }


/* 导航折叠按钮 */
#header .navbar-toggler { border: none; outline: none; box-shadow: none; }
#header .navbar-toggler[aria-expanded=true] { background-color: #01559b; }
#header .navbar-toggler .icon-nav:before { font-size: 8em; }
#header .navbar-toggler[aria-expanded=true] .icon-nav:before { content: "\E64D"; }
#header .navbar-toggler,
.btn-search { width: 15em; height: 15em; font-size: 2.5em; line-height: 15em; background: rgba(0, 0, 0, 0.5); border-radius: 100%; color: #fff; z-index: 1; }    

#header .navbar-toggler::before,
.btn-search::before { font-family:"font-webicon"; font-size: 12em; color: #fff; content: "\E814"; }
.btn-search::before { content: "\E805"; }
.btn-search {  margin: 0 15rem; cursor: pointer; text-align: center; }
.btn-search.on { background-color: #01559b; }

/* btn-panel */
.btn-panel { display: flex; align-items: center; justify-content: space-between; position: absolute; top: 5em; right: 2%; }
.btn-panel.d-xl-none{ top: 20rem; }

/* btn-phone */
.btn-phone { position: relative; padding: 0 15rem; }
.btn-phone::after { display: block; content: ""; width: 1px; height: 14rem; background-color: #fff; opacity: 0.3; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.btn-phone a { font-size: 16em; color: #fff; }
.btn-phone a:hover { color: #ffc845; }
.btn-phone .pic { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); display: none;  }
.btn-phone .pic::before { display: block; content: ""; width: 0; height: 0; border: 7px solid transparent; border-bottom: 7px solid #fff; left: 50%; position: relative; margin-left: -3px;}
.btn-phone:hover .pic { display: block; }
.btn-phone .pic img { width: 120px; border: 5px solid #fff; }

/* btn-search-02 */
.btn-search-02 { padding: 0 10rem; cursor: pointer; }
.btn-search-02::before { content: "\E805"; font-family: font-webicon; font-size: 30em; line-height: 1; color: #fff; }
.btn-search-02:hover::before { color: #ffc845; }


/* 搜索弹框 */
#modal-search { background-color: rgba(0, 0, 0, 0.8); }
#modal-search .modal-backdrop { display: none !important; }
#modal-search .modal-dialog { max-width: none; justify-content: center; }
#modal-search .modal-content { width: 80%; background: none; box-shadow: none; border: none; border-radius: 0; }
#modal-search .btn-close { position: absolute; z-index: 1; right: 2%; top: 100rem; padding: 20rem; color: #fff; font-size: 60rem; color: #fff; pointer-events: auto; text-align: center; line-height: 1; opacity: 1; box-shadow: none; background: none; border: none; transition: all ease .4s; }
#modal-search .btn-close:hover { transform: rotate(180deg); }
#modal-search .icon-close:before { content: "\e800"; font-family: font-webicon; font-size: 1em; }
  


/* 搜索输入框 */
.s-form { display: flex; }
.s-form .input-box { position: relative; width: 1%; flex-grow: 1; background: #fff; border-radius: 500px 0 0 500px; }
.s-form .input-box .iconfont { position: absolute; left: 1em; top: 50%; font-size: 20em; color: #999; transform: translateY(-50%); }
.s-form .input-box input { position: relative; width: 100%; height: auto !important; vertical-align: top; padding: 15rem 1.5em !important; line-height: 2 !important; border: 0 !important; outline: none; background: none !important; font-size: 16em; }
.s-form .input-box .dropdown-word { position: absolute; top: 100%; width: auto; left: 30rem; right: 0; background: #fff; max-height: 190rem; overflow-y: auto }
.s-form .input-box .dropdown-word li { padding: 0 10rem; font-size: 15em; line-height: 2.5; cursor: pointer; }
.s-form .input-box .dropdown-word li:hover { background: #f5f5f5; color: #633; }
.s-form .btn-box { display: block; background: #2684C5; border-radius: 0 500px 500px 0; }
.s-form .btn-box input { height: auto; padding: 1em 1.5em; overflow: hidden; border: none; outline: none; color: #fff; background: none; font-size: 18em; text-align: center; }
.s-form .btn-box input:focus { outline: none; box-shadow: none; }
.s-form .link-box { text-align: right; font-size: 14px; }



/* footer ----------------------- */
#footer { clear: both; background: #0c6fb2 url(../img/foot-bg.jpg) no-repeat center top; padding: 30rem 0 0 0; color: #fff; background-size: cover; }
#footer>.container { align-items:center; }
#footer a { color: inherit; }
#footer a:hover { color: #ffc845; }


/* box-links */
.box-links { line-height: 2; margin-bottom: 20rem;}
.box-links .hd { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 0 20rem 10rem;}
.box-links .hd h3 { font-size: 20em;}
.box-links .bd { padding: 20rem 20rem 0; }
.box-links .bd li { font-size: 16em; width: 50%; padding-right: 20rem; box-sizing: border-box; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/* box-massge */
.box-massge { padding: 20rem 0; justify-content: center; align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.2);}
.foot-logo { opacity: 0.5; width: 60%; text-align: center; padding: 0 30em 0 10em; }
.foot-logo img { max-width: 100%; height: auto; width: auto; }

.foot-add { font-size: 16em; line-height: 2; color: rgba(255, 255, 255, 0.6); width: 100%; padding: 15rem; order: -1; }
.foot-add p { display: flex; align-items: center; }
.foot-add p::before { font-family: "font-webicon"; content: "\E809"; font-size: 1.6em; line-height: 1; margin-right: 10rem; color: #fff;}
.foot-add .p2::before { content: "\E810"; }
.foot-add .p3::before { content: "\E811"; }
.foot-add span { width: 4em; text-align: justify; text-align-last: justify; text-justify:distribute-all-lines;}

.foot-qr { display: flex; align-items: center; width: 39%; justify-content: center; }
.foot-qr .pic { margin-right: 20rem; }
.foot-qr .pic img { width: 100rem; }
.foot-qr .title { font-size: 14em; }

/* copyRight */
.copyRight { background-color: #01559b; font-size: 16em; line-height: 1.8; padding: 15rem 0; text-align: center; }
.copyRight span { color: #fff !important; }
.copyRight img { vertical-align: text-bottom; }

/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: 0.9; background: rgba(0, 0, 0, 0.5); }
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0; }

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, 0.8); left: 0; top: 0; }

/* footer ----------------------- */

/* 内页Banner */
.page-banner { height: 400rem; background-image: url(../img/pagebanner.jpg); background-position: center 0; background-repeat: no-repeat; background-size: cover; position: relative; }
.page-banner:after { display: none; content: ""; width: 100%; height: 80rem; position: absolute; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }

/* 侧栏和主栏 */
.main { min-width: 0; margin-top: 0; }
.noSideContent .box-main { margin-top: 15rem;}

/* 当前位置 */
.path { min-width: 0; flex: 1 0 0%; text-align: left; font-size: 14em; line-height: 1.2; color: #666; }
.path em:before { display: inline-flex; content: '\E816'; font-family:"font-webicon"; font-size: 1.6em; vertical-align: middle; color: #666; margin-right: 8rem; position: relative; top: -2rem;}
.path a { padding: 0 6rem; color: #666; }
.path a:hover { color: #01559b; }

/* 侧栏菜单 */
#side-menu > .hd h3 {  font-size: 24em; line-height: 3.3em; color: #fff; text-align: center; overflow: hidden; }

    

/* box-main */
.box-main > .hd { display: none; flex-wrap: wrap; border-bottom: 1px solid #e5e5e5; position: relative; justify-content: space-between; align-items: center; }
.box-main > .hd h3 { position: relative; line-height: 2.5; font-size: 18em; color: #01559b; }
.box-main > .hd h3 span { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.box-main > .hd h3 a { display: block; color: inherit; }
.box-main > .hd .more { position: absolute; right: 0; top: 50%; font-size: 16em; transition: all 0.5s; color: #999; transform: translateY(-50%); display: flex; align-items: center;}
.box-main > .hd .more::after { display: block; margin-left: 5rem; content: "\E6CB"; color: #01559b; font-family: "iconfont"; font-size: 1.6em; transition: all 0.5s; }
.box-main > .hd .more:hover { color: #01559b; }
.box-main > .hd .more:hover::after { transform: rotateY(180deg); }
.box-main > .bd { padding: 20rem 0; }
.box-main > .bd::after, .box-main > .bd::before { display: table; content: " "; clear: both; }
.box-main > .hd .path { text-align: right; }

/* box - 盒子 */
.box > .hd { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.box > .hd h3 { position: relative; min-width: 0; max-width: 100%; line-height: 2em; font-size: 22em; font-weight: bold; color: #01559b; padding-left: 10rem; }
.box > .hd h3 a { color: inherit; }
.box > .hd .more { position: absolute; right: 0; top: 50%; font-size: 16em; padding-left: 32rem; transition: all 0.5s; color: #999; transform: translateY(-50%); }
.box > .hd .more:hover { padding-left: 40rem; color: #01559b; }
.box > .bd { padding: 15rem 0 0; }

/* box-default - 盒子 - 默认的 */
.box-default > .hd { position: relative; margin-bottom: 20rem; display: flex; align-items: center; justify-content: space-between; font-size: 20em; }
.box-default > .hd h3 { line-height: 1.4; }
.box-default > .bd { padding: 0; }
.box-default > .hd .more { font-size: 0.8em; color: #999;}
.box-default > .hd .more:hover { color: #01559b; }

/* node-list */
.node-list { min-width: 0; flex: 1 0 0%; display: flex; justify-content: flex-end; }
.node-list li { font-size: 0.66667em; position: relative; padding: 0 10rem; }
.node-list li::after { display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 15rem; background-color: #ccc; }
.node-list li:last-child { padding-right: 0; }
.node-list li:last-child::after { display: none; } 

/* box-border - 盒子 - 默认的 */
.box-border > .hd { display: flex; font-size: 20em; margin-bottom: 25rem; flex-wrap: wrap; align-items: center; justify-content: space-between; position: relative; border-bottom: 1px solid #D9D9D9;}
.box-border > .hd h3 { position: relative; min-width: 0; max-width: 100%; line-height: 2em; color: #6fb143; }
.box-border > .hd h3::after { position: absolute; left: 0; bottom: -1px; content: ''; width: 100%; height: 2px; background: #71b143; }
.box-border > .hd h3 a { color: inherit; }
.box-border > .hd .more { font-size: 0.8em; color: #999;}
.box-border > .hd .more:hover { color: #01559b; }

/* 日历式列表 */
.list-info-date li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: relative; transition: all 0.5s; background: #fff; }
.list-info-date li .con { position: relative; z-index: 1; display: flex; align-items: center; }
.list-info-date li .calendar { margin-right: 20em; padding: 14em 12em; line-height: 1; text-align: center; border-radius: 5rem; background-color: #f4f4f4;}
.list-info-date li .calendar em { display: block; font-size: 30em; color: #01559b; font-weight: bold; }
.list-info-date li .calendar span { display: block; margin-top: 0.3em; font-size: 16em; line-height: 1.6em; }
.list-info-date li .title { line-height: 1.6em; height: 1.6em; margin-bottom: 5rem; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; font-size: 18em; }
.list-info-date li .title a::after { display: block; position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; }
.list-info-date li .intro { line-height: 1.6em; font-size: 16em; height: 3.2em; color: #999; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.list-info-date li:hover { color: #fff; background-color: #01559b; }
.list-info-date li:hover .title,
.list-info-date li:hover .title a,
.list-info-date li:hover .intro,
.list-info-date li:hover .calendar em { color: #fff; }
.list-info-date li:hover .calendar { background-color: #fd9939; color: #fff; }

/* list-page-special */
.list-page-special { grid-gap: 15em; display: grid; grid-template-columns: repeat(1, 1fr); }
.list-page-special .tit { display: block; text-align: center; font-size: 16em; line-height: 1.5em; max-height: 3em;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.list-page-special .pic { position: relative; display: block; height: 0; padding-bottom: 19%; overflow: hidden; margin-bottom: 15rem; }
.list-page-special .pic img { transition:all 0.5s; position: absolute; left: 0; top: 0; height: 100%; }
.list-page-special li:hover .pic img { transform: scale(1.2); }

/* goTop */
#goTop { position: fixed; display: none; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: .9; background: rgba(0, 0, 0, .5); }
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0; }

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .8); left: 0; top: 0; }

/*节点归档信息样式*/
.archived-info { float: right; }
.archived-info span { margin: 0 5px; }

/* 通用底部按钮 */
.bot { text-align: center; padding: 0 0 20rem 0; }
.bot a, .bot button { cursor: pointer; display: inline-block; height: 2.8em; line-height: 2.8em; padding: 0 1.2em; font-size: 16em; background: #01559b; border: 0; color: #fff; margin: 0 10rem; border-radius: 2px; }
.bot a:hover, .bot button:hover { text-decoration: none; background: #004a88; }

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {  margin: 30rem auto; }
.queryForm td { padding: 8px 0 }
.queryForm .tdlab { min-width: 7em; text-align: right; font-size: 16em; line-height: 1.4em; padding: 0.6em 0.5em 0.6em 0; }
.queryForm input[type=text] { width: 100%; height: auto; font-size: 16em; line-height: 1.4em; padding: 0.6em 0.7em; border: 1px solid #ddd; border-radius: 3px; outline: none; }
.queryForm .bot { text-align: left; }
.queryForm .bot a { margin: 0; }
.queryForm .required strong { color: #f00; margin-right: 0.5em; }
.queryForm .errorMessage { color: #f00; }
.queryForm table { width: 100%; border: 0; }

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult { margin: 30rem auto; }
.queryResult .tit h3 { text-align: center; font-size: 34em; line-height: 2; margin-bottom: 30rem; }
.queryResult .tips { text-align: center; font-size: 18em; margin-bottom: 50rem; border-top: 1px solid #ddd; padding: 50rem 0 20rem 0; }
.queryResult .number { font-weight: bold; color: #f00 }

/* 登录注册 */
.userlogincomment { width: auto !important; max-width: 880px; left: 20rem !important; right: 20rem; margin: auto !important; }
.userlogincomment .user-mainbox .hd h3, .userlogincomment .user-mainbox .top h3 { color: #01559b; border-bottom-color: #01559b; }
.userlogincomment .user-mainbox .loginBtn { background: #01559b; }
.userlogincomment .user-mainbox .loginBtn:hover { background: #004a88; }
.userlogincomment .loginCookie dd .cookie-time { color: #01559b; }
.userlogincomment .login-tip .registerlink a, .userlogincomment .login-tip .forget-password a { color: #01559b; }
.userlogincomment .user-mainbox .bd { padding: 47rem 35rem 20rem; background-position: 999% 999%; }
.userlogincomment .user-panel { width: 100%; padding: 0; }
.userlogincomment .login-tip { float: left; margin: 5% 0 0; width: 100%; height: auto; padding: 0 0 30rem; background-size: contain; background-position: right bottom; }
.userlogincomment .user-panel-login input.form-control { height: auto; width: 100%; box-sizing: border-box; }
.userlogincomment .user-panel-login #Password { width: 100%; }
.userlogincomment .user-mainbox .loginBtn { width: 100%; }
.userlogincomment .login-select { width: auto; margin-top: 25rem; }
.userlogincomment .loginCookie { padding-top: 20rem; }

/* 评论列表 */
.commentForm { font-size: 16em; line-height: 1.8; }
.commentForm .commentTitle { font-size: 1.5em !important; line-height: 1.5; }
.commentForm .commenttitle, .commentForm h3.title { margin-bottom: 0 !important; font-size: 1.1em !important; line-height: 2.5; }
.commentForm .comments ul { padding: 10rem 0 10rem 40rem; }
.commentForm .tips, .commentForm .comments .commenttime, .commentForm .comments .operate a, .commentForm .commentstatus { font-size: 0.9em !important; }

/* 信件列表 */
.letterList { width: 100%; border: none; }
.letterList th,
.letterList td { text-align: center; vertical-align: middle; line-height: 32px; padding: 8px 5px; }
.letterList th { background: #f5f5f5; font-weight: bold; }
.letterList th { color: #01559b; height: 46px; line-height: 46px; padding: 0px; border-bottom: none; }
.letterList th.title { text-align: left; padding-left: 38px; }
.letterList .even td { background: #f4f4f2; }
.letterList .num { display: none; }
.letterList td.title { text-align: left; padding-left: 5px; white-space: normal; word-break: break-all; }
.letterList .ico { width: 30px; text-align: center; vertical-align: middle; padding: 0px; }
.letterList .ico img { vertical-align: middle; }
.letterList .dep { width: 120px; }
.letterList .state { width: 120px; }
.letterList .open,
.letterList .handle { display: none; }
.letterList .state .s0 { color: #333; }
.letterList .state .s1 { color: #f70; }
.letterList .state .s2 { color: #f00; }
.letterList .state .s3 { color: #390; }
.letterList .state .s4 { color: #333; text-decoration: line-through; }
.letterList .date { border-right: none; width: 90px; display: none; }
.letterList td.date { color: #999999; }
.letterList .clicks { display: none; }

/* detailTable */
.detailTable { margin-bottom: 10px; background: #fff; width: 100%; }
.detailTable,
.detailTable tr,
.detailTable tr td { border: 1px solid #e6e6e6; border-collapse: collapse; }
.detailTable thead tr { border-color: #01559b; }
.detailTable thead th { background: #01559b; height: 60px; line-height: 60px; color: #fff;  text-align: center; border-color: #01559b; font-size: 20px; }
.detailTable tbody td { padding: 10px 15px; }
.detailTable tbody td.tdName { font-weight: bold; background: #f7f7f7; text-align: center; width: 20%; }
.detailTable .trTitle .tdCon { font-weight: bold; white-space: normal; word-break: break-all; }
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) { width: 160px; }
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) { width: 160px; }
.detailTable .preDiv { width: 670px; overflow: auto; }
.detailTable .preDiv pre { font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }

/* 标记分类 */
.filter-row{background-color: rgba(54,145,172, 0.05);}
.filter-row .choose-item a:hover,
.filter-row .filter-key{color:#3691ac; }
.filter-result .filter-criteria-item:hover,
.filter-row .filter-ext-more:hover,
.filter-row .filter-ext-multiple:hover{color:#3691ac; border-color:#3691ac}
.filter-row .filter-ext-more:hover i, .filter-row .filter-ext-multiple:hover i{background-image:url(../img/filter-icons-on.png)}
.filter-result .filter-criteria-item{border-color:rgba(54,145,172, 0.2);background-color: rgba(54,145,172, 0.03); }
.filter-result .filter-criteria-item i{background-image:url(../img/filter-icons.png)}
.filter-result .filter-criteria-item:hover i{background-color:#3691ac}

/* layui */
.layui-layer { font-size: 16rem; }

/* 验证码弹窗 */
#simCaptcha-layer { font-size: 16rem; }

/* 媒体查询 */
@media (max-width:992px) {

    /* 侧栏菜单 */
    #side-menu > .bd { padding: 10rem 0; }
    #side-menu .list-menu { overflow: hidden; width: 100%; overflow-x: scroll; white-space: nowrap;  }
    #side-menu .list-menu::-webkit-scrollbar { height: 0 !important; width: 0 !important }
    #side-menu .list-menu li { display: inline-block; margin: 0 8rem; }
    #side-menu .list-menu::-webkit-scrollbar { display: none; }
    #side-menu .list-menu li a { display: block; background: #ddd; color: #333; border-radius: 4px; padding: 0 1.2em; text-decoration: none; font-size: 16em; line-height: 2.3; }
    #side-menu .list-menu li.on1 a,
    #side-menu .list-menu li.on a { background: #01559b; color: #fff; background: linear-gradient(90deg, #01559B 0%, #70B143 100%);}
    #side-menu .list-menu .ul1 { position: fixed; z-index: 33; bottom: 0; left: 0; padding: 0 5%; box-sizing: border-box; width: 100%; display: none; background-color: rgba(0, 0, 0, 0.8); padding-block: 20rem 10rem; }
    #side-menu .list-menu .li2 { background-color: #ddd; float: left; width: 32%; margin:0 2% 10rem 0; text-align: center; border-radius: 4px; overflow: hidden; }
    #side-menu .list-menu .li2:nth-child(3n) { margin-right: 0; }
    #side-menu .list-menu .li2 .a2 { display: block; padding: 0; width: 100%; background: #ddd; color: #333; border-radius: 4px; }
    #side-menu .list-menu .on2 .a2 { background-color: #01559b; color: #fff; border-color: #01559b; }
    #side-menu .list-menu li.on1 .ul1,
    #side-menu .list-menu li.submeun .ul1 { display: block; }


    .box-links .bd li { opacity: 0.7; }
}
@media (min-width:768px) {
    html { font-size: 0.6px; }
    body { font-size: 140%; }

    /* header --------------------- */
    .s-form .btn-box input  { font-size: 20em; }

    #header .navbar-toggler, .btn-search { width: 20em; height: 20em; line-height: 20em; }
    #header .navbar-toggler::before, .btn-search::before { font-size: 16em; }

    /* footer --------------------- */
    .box-links { margin-bottom: 0; }
    .box-links .bd li { width: 33.33%; }

    .box-massge { justify-content: space-between; border-top: none; }
    .foot-logo { width: 30%; padding-right: 5%; text-align: left; margin-bottom: 0; }
    .foot-add { width: 40%; order: 0; }
    .foot-qr { width: 24%; }


    .list-page-special { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width:992px) {
    html { font-size: 0.68px; }
    body { font-size: 125%; }


    /* 侧栏和主栏 */
    .side { max-width: 270rem; }
    .main { margin-top: var(--bs-gutter-y); }
    .box-main > .hd { display: flex; }
    .box-main > .hd h3 { font-size: 24em;}
    .box-main > .bd { padding-top: 30rem; }
    .box-default > .hd,
    .box-border > .hd { font-size: 24em; }
    .box-border > .hd h3 { line-height: 2.5em; }

    /* 侧栏菜单 */
    #side-menu { margin-bottom: 10rem; }
    #side-menu > .hd { background-color: #01559b; }
    #side-menu .list-menu { border: 1px solid #efefef; border-top: none; }
    #side-menu .list-menu li { position: relative; }
    #side-menu .list-menu li a { display: flex; padding: 12rem; text-align: center; justify-content: center; font-size: 16em; line-height: 1.8em; overflow: hidden; border-bottom: 1px solid #e8e8e8; border-left: 2px solid transparent; }
    #side-menu .list-menu li.on1 a,
    #side-menu .list-menu li.on a  { background: #EEF7FF; color: #01559B; border-left-color: #01559B; }
    #side-menu .list-menu li:hover a { color: #01559B; }
    #side-menu .list-menu li.li-one:last-child a { border-bottom: none; }

    #side-menu .list-menu li.hasUl1 .ul1 { background-color: #F9F9F9; padding-left: 70rem; }
    #side-menu .list-menu li.hasUl1 .h1 { position: relative; cursor: pointer; }
    #side-menu .list-menu li.hasUl1 .h1::after { display: block; content: "\E818"; font-family: font-webicon; font-size: 24em; color: #999; position: absolute; right: 12rem; top: 50%; margin-top: -0.6em; line-height: 1; transition: 0.5s; }
    #side-menu .list-menu li.hasUl1 .on1::after { color: #01559B; transform: rotate(-180deg); }
    #side-menu .list-menu li.on1 .h1::after { color: #01559B; content: "\E817"; }
    #side-menu .list-menu li.hasUl1 h1.on1 .a1 { color: #01559B; }
    #side-menu .list-menu .ul1 { padding-block: 15rem; display: none;}
    #side-menu .list-menu .on1 .ul1 { display: block; }
    #side-menu .list-menu .ul1 .li2 a { border-bottom: none; align-items: center; }
    #side-menu .list-menu .ul1 .li2 a::before { content: ""; width: 5px; height: 5px; margin-right: 10px; box-sizing: border-box; background-color: #fff; border: 1px solid #999; border-radius: 100%; }
    #side-menu .list-menu li.hasUl1 .a2 { border: none; background: none; color: #666; padding-block: 6rem; justify-content: start; }
    #side-menu .list-menu li.hasUl1 .a2:hover,
    #side-menu .list-menu li.hasUl1 .on2 .a2 { color: #01559B; }
    #side-menu .list-menu li.hasUl1 .on2 .a2::before { border-color: #01559B; }

    /* 依申请、信访、咨询等通用 查询结果页样色 */
    .queryResult { width: 80%; }

    /* 依申请、信访、咨询等通用 查询页样色 */
    .queryForm { width: 80%; }
    .queryForm .tdlab { width: 40%; }
    .queryForm input[type=text] { width: 56%; }

    /* footer --------------------- */
    .box-links .bd li { width: 20%; }

    /* footer --------------------- */
    .foot-logo { width: 34%; }
    .foot-add { width: 30%; }
    
}
@media (min-width:1200px) {
    html { font-size: 0.84px; }
    body { font-size: 100%; }

    /* header -------------------------- */

    #modal-search .modal-content { width: 50%; }
    #modal-search .modal-dialog { margin-top: 200px; }

    /* 主导航 */
    .top-bar { position: static; background: none; justify-content: flex-end; min-width: 0; width: auto; }
    .navbar { position: static; background: none; min-width: 0; flex: 1 0 0%; justify-content: flex-end;}
    .navbar .navbar-collapse { margin: 0;  }
    .nav-main { max-height: 60rem; overflow: visible; display: flex;  }
    .nav-main .li1 { height: 50rem; border-bottom: none; text-align: center;  }
    .nav-main .h1 { position: relative; }
    .nav-main .a1 { line-height: 50rem; padding: 0; font-size: 18em; transition: all 0.4s; padding: 0 20rem; }
    .nav-main .hasUl1 .drop { display: none; }

    /* 翻转 */
    .nav-main .h1 { overflow: hidden; position: relative; }
    .nav-main .a1 { width: 100%; display: block; }
    .nav-main .a1:before { position: absolute; top: 100%; width: 100%; left: 0; content: attr(title); color: #fff; background-color: #0c6fb2; }
    .nav-main .li1:hover .a1 { transform: translateY(-100%); }
    .nav-main #li-home:hover .a1 { transform: translateY(0); color: #fff; background-color: #0c6fb2; }

    /* 导航下拉菜单 */
    .nav-main .dropdown1 { width: 100%; left: 0; background: #0c6fb2; padding: 0; overflow: hidden; position: absolute; left: 0; top: 100%;  }
    .nav-main .dropdown1 .ul1 { display: block; flex-wrap: nowrap; }
    .nav-main .dropdown1 .ul1 li a { display: block; padding: 10rem 5rem; line-height: 1.2em; font-size: 16em; color: #fff; text-align: center; width: 100%;}
    .nav-main .dropdown1 .ul1 li a:hover { text-decoration: none; background-color: #01559b; }

}
@media (min-width:1300px) {
    html { font-size: 0.92px }
    .container { max-width: 1200px; }
}
@media (min-width:1400px) {
    html { font-size: 1px; }

    /* header -------------------------- */
    .nav-main .li1 .a1 { padding: 0 30rem; }

    /* footer --------------------- */
    .box-links .bd li { width: 16.66%; }
    .foot-qr .title { font-size: 16em; }
    
}
@media (min-width:1500px) {
    .container { max-width: 1340px; }
    .list-page-special .tit { font-size: 18em; }
    

    /* footer --------------------- */
    .copyRight { font-size: 18rem; }
}

@media (min-width:1600px) {

    .container { max-width: 1400px; }
    .page-banner { height: 500rem; }

    /* header --------------------- */
    .logo { max-width: 410rem; }
}


@media (min-width:1875px) {
    /* header --------------------- */
    #header>.logo-box { padding: 0 8%; }
    .btn-panel { right: 8%;}
}


@keyframes path {
    0% {
        stroke-dashoffset: 220;
    }

    100% {
        stroke-dashoffset: 0;
    }
}