@charset "UTF-8";
/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

/* Css Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul { padding: 0; margin: 0}
table { border-collapse: collapse; border-spacing: 0}
fieldset,
img { vertical-align: top; border: 0}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var { font-weight: 400; font-style: normal}
li,
ol,
ul { list-style: none}
dd,
div,
dl,
dt,
li,
ol,
ul { zoom: 1}
caption,
th { text-align: left}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 400; font-size: 100%}
q:after,
q:before { content: ''
}
abbr,
acronym { border: 0}
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;}
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time { margin: 0; padding: 0; display: block; zoom: 1}

/* Public */
body { color: #4f4f4f; font-size: 16px; line-height: 40px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
a { color: #333; text-decoration: none; outline: none; -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
a:hover { color: #0d7ac1; text-decoration: none;}
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden;}
.blank { display: block; height: 10px; font-size: 0px; line-height: 0; overflow: hidden; clear: both;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix { height: 1%;}
*+html .clearfix { min-height: 1%;}
.fl { float: left !important;}
.fr { float: right !important;}
.hide { display: none;}
input[type=button],
input[type=submit],
input[type=file],
button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.prev,
.next { transition: all 0.5s;}

/* frame */
body { text-align: center;}
.wrap { min-width: 1400px; min-height: 400px;}
.siteWidth { position: relative; max-width: 1400px; _width: 1200px; margin: 0 auto;}

#header { position: fixed; left: 0; top: 0; width: 100%; z-index: 3; animation: fadeInDown 1s ease 0s 1; }
#header::before { background-color: #0471b2; height: 44px; backdrop-filter: blur(5px); opacity: 0.8; display: block; content: ""; transition: all 0.5s; position: absolute; top: 0; width: 100%; min-width: 1400px; left: 0;}

/* headerTop */
.headerTop { display: flex; justify-content:space-between; height: 130px; align-items: center; transition: all 0.5s; }
#logo { position: relative; z-index: 1; width: 360px; text-align: left; transition: all 0.5s; }
#logo img { width: auto; max-height: 70px; 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) */
}

/* topBar------------------ */
.topBar { height: 44px; min-width: 1400px; line-height: 44px; color: #fff; font-size: 14px; position: relative; z-index: 3;}

.top-panel { float: right; }
.top-panel li { float: left; position: relative; }
.top-panel li>a { color: #fff; }
.top-panel li>a:hover { color: #ffd800; }
.top-panel .spe { margin: 0 15px; opacity: 0.5; background-color: #fff; font-size: 0; width: 1px; height: 14px; margin-top: 15px; }
.list-panel > li .pic { display: none; position: absolute; top: 100%; left: 50%; margin-left: -60px; }
.list-panel > li .pic::before { display: block; content: ""; width: 0; height: 0; border: 8px solid transparent; border-bottom: 8px solid #fff; margin: 0 auto; }
.list-panel > li .pic img { width: 120px; height: auto; padding: 5px; background-color: #fff;  }
.list-panel > li:hover .pic { display: block; }
.list-panel > li a { display: flex; align-items: center; }
.list-panel > li a i {  margin-right: 5px; }


.list-panel > li.sub a::before { display: block; content: "\E642"; font-family: "iconfont"; font-size: 20px; margin-right: 5px; }
.list-panel > li.sub-zh a::before { content: "\E7CA" }
.list-panel > li.sub-mail a::before { content: "\E908" }


/* topNav */
.topNav {  min-width: 0; flex: 1 0 0%; }
.topNav #li-home { display: none; }

.mainNav { display: flex; justify-content: end;}
.mainNav .li1 { position: relative; height: 56px; }
.mainNav .ul1 { display: none; width: 130%; position: absolute; left: -15%; top: 100%; background-color: #0471b2; }
.mainNav .a1 { font-size: 18px; font-weight: bold; color: #fff; transition: all 0.5s; line-height: 56px; display: block; padding: 0 15px;}
.mainNav .a1::after { display: block; content:""; width: 0; height: 3px; background-color: #0471b2; transition: all 0.5s; }
.mainNav .on1 .a1 { color: #0471b2; }
.mainNav .on1 .a1::after { width: 100%; }
.mainNav .a2 { display: block; line-height: 24px; padding: 8px 5px; color: #fff; }
.mainNav .a2:hover { background-color: #fd5e1f; }

#header.mini::before { height:124px; }
#header.mini .headerTop { height: 70px; }
#header.mini #logo img { max-height: 50px; }
#header.mini .mainNav .a1 { font-size: 16px; }
#header.mini .mainNav .on1 .a1 { color: #fddc1f; }
#header.mini .mainNav .a1::after { background-color: #fddc1f; }
#header.mini .mainNav .a2 { font-size: 14px; }


/* 搜索弹框 */
.top-search { display: none; width: 100%; height: 100%; left: 0; top: 0; position: fixed; z-index: 2; background-color: rgba(0, 0, 0, 0.7);}
.top-search .btn-close { position: absolute; z-index: 1; cursor: pointer; right: 200px; top: 200px; padding: 20px; color: #fff; font-size: 80px; pointer-events: auto; text-align: center; line-height: 1; opacity: 1; transition: all ease .4s; }
.top-search .btn-close:hover { transform: rotate(180deg); }

.top-search.show { display: block; }

/* 搜索输入框 */
.s-form { display: flex; height: 60px; position: absolute; left: 50%; margin-left: -275px; top: 50%; transform: translateY(-50%); width: 550px; background-color: #fff; border-radius: 60px; align-items: center; }
.s-form .select-box { display: none; }
.s-form .input-box { width: 460px; }
.s-form .input-box input { padding: 15px 25px; font-size: 18px; height: 30px; line-height: 30px; width: 410px; background: none; border: none; border-radius: 60px 0 0 60px; outline: none; }
.s-form .btn-box { width: 90px; }
.s-form .btn-box input { font-size: 18px; color: #fff; width: 90px; line-height: 62px; background: #0471b2; border: none; outline: none; border-radius: 0 60px 60px 0; height: 62px; }


/* 顶部登录注册 */
.topBar .userLogged { float:right; margin-top:7px; color:#fff}
.topBar .userLogged a{color:#fff}
.topBar .userLogged .userDropdown .nickname:hover{color:#fff; text-decoration:underline}
.topBar .userLogged .loggedin .signinSum,
.topBar .userLogged .loggedin .myMsg{ background-image: url(/content/main/base/img/icons-userlogged.png);}
.topBar .userLogged .loggedin .signinSum:hover,
.topBar .userLogged .loggedin .myMsg:hover,
.topBar .userLogged .loggedin .hasMsg { background-image: url(/content/main/base/img/icons-userlogged-on.png);}
.topBar .userLogged .userDropdown .nickname:after{background: url(/content/main/base/img/userlogged-arrow.png) 0px 0px no-repeat;}
.user-mainbox .hd h3{color:#0d7ac1 !important; border-bottom-color:#0d7ac1 !important;}
.user-mainbox .loginBtn{background-color:#0d7ac1 !important; }
.user-mainbox .loginBtn:hover{background-color:#0d7ac1 !important;}


/* content */
#content { clear: both; margin: 0 auto 30px; padding: 30px 0 0; max-width: 1400px; position: relative; z-index: 1; text-align: left;}
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* 节点banner  S */
.page-banner { position: relative; z-index: -1; margin-top: -100px; width: 100%; min-width: 1400px; height: 550px; overflow: hidden; background: #e8eff5 url(../img/banner-01.jpg) center top no-repeat;}

/* 主栏 和 侧栏 */
.mainContent { width: 74.5%; zoom: 1; float: left; position: relative;}
.side { font-size: 14px; width: 24%; overflow: hidden; margin-top: 30px; float: right;}

/* 位置导航 */
.path { height: 42px; line-height: 42px; font-size: 16px; color: #666; text-align:left;}
.path .container{width:1200px; margin:0 auto;}
.path a,
.path span { padding: 0 3px; color: #666;}

/* 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: .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;}

/* 栏目-子菜单 */
.menuBox { margin: 0 auto; height: 80px; background-color: #f2f2f2;}
#sideMenu { width: 1400px; margin: 0 auto; text-align: center;}
#sideMenu .hd { width: auto; float: left; height: 80px; line-height: 80px; padding: 0 30px; margin-right: 20px; font-size: 24px; color: white; background-color: #0d7ac1;}
#sideMenu .bd { overflow: hidden;}
.menuList { overflow: hidden; height: 80px; float: right; text-align: right;}
.menuList li { display: inline-block; *display: inline; width: auto;}
.menuList li a { display: block; height: 80px; line-height: 80px; padding: 0 20px; font-size: 16px; color: #666; text-align: center; color: #666;}
.menuList li.on a,
.menuList li a:hover { position: relative; z-index: 1; background-color: white; text-decoration: none;}
.menuList li.on a::after,
.menuList li a:hover::after { position: absolute; z-index: 1; left: 50%; bottom: 10px; content: ''; float: left; margin-left: -6px; width: 0; height: 0; overflow: hidden; border-width: 6px; border-style: solid; border-color: #0773c2 transparent transparent transparent;}

/* box */
.box { overflow: hidden;}
.box .hd { height: 40px; line-height: 40px; position: relative; font-size: 16px; border-bottom: 1px solid #dcdcdc;}
.box .hd .more { float: right; font-size: 12px;}
.box .hd .more { -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.box .hd .more:hover { color: #1668bc;}
.box .hd h3 { height: 40px; line-height: 40px; float: left; padding: 0 15px; font-size: 16px; color: white; background-color: #0865bb;}
.box .hd h3 a { color: white;}
.box .hd h3 a:hover { text-decoration: none;}
.box .hd ul { overflow: hidden;}
.box .hd li { float: left; margin-right: 5px;}
.box .hd li a { display: block; height: 40px; line-height: 40px; padding: 0 15px; font-size: 16px;}
.box .hd li a:hover { text-decoration: none;}
.box .hd .on a { background-color: #0865bb; color: white;}
.box .bd { padding: 15px 0 0; overflow: hidden;}

/* boxA */
.boxA { margin-bottom: 15px;}
.boxA .hd { height: 50px; line-height: 50px; position: relative; font-size: 18px; border-bottom: 2px solid #f3f3f3; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between;}
.boxA .hd .more { background-color: #ddd; position: relative; order: 1; transition: 500ms; text-align: center;  font-size: 0; width: 22px; height: 22px; overflow: hidden; border-radius: 50%;}
.boxA .hd .more::after { display: block; content: "\E654"; font-family: "iconfont"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; font-size: 22px; line-height: 22px; color: #fff;  }
.boxA .hd .more:hover { background-color: #fd5e1f; transform: rotate(360deg);}
.boxA .hd h3 { color: #0d7ac1; font-size: 20px; font-weight: bold; line-height: 40px; padding: 0 20px; height: 50px; border-bottom: 2px solid #0d7ac1;}
.boxA .hd h3 a { color: #0d7ac1;}
.boxA .hd h3 a:hover { text-decoration: none;}
.boxA .hd ul { position: absolute; height: 40px; overflow: hidden;}
.boxA .hd li { float: left; font-size: 18px; height: 39px; line-height: 39px; background: #F9F9F9;}
.boxA .hd li a { display: block; float: left; padding: 0 30px;}
.boxA .hd li a:hover { text-decoration: none}
.boxA .hd .on { border: 1px solid #E1E1E1; border-top: 3px solid #0d7ac1; border-bottom: 0;}
.boxA .bd { padding: 5px; overflow: hidden;}

/* 侧栏盒子模型 */
.sideBox { margin-top: 20px;}
.sideBox .hd { overflow: hidden; height: 30px; line-height: 30px;}
.sideBox .hd .more { float: right; color: #999;}
.sideBox .hd h3 { padding-left: 28px; font-size: 20px; background: url(/content/main/base/img/sideboxh3.png) left 7px no-repeat;}
.sideBox .hd h3 a { color: #333;}
.sideBox .hd h3 a:hover { text-decoration: none;}
.sideBox .bd { overflow: hidden; padding: 10px 0 0;}
#sideXwks .hd h3 { background-position: left -24px;}

/*节点归档信息样式*/
.archived-info { float: right;}
.archived-info span { margin: 0 5px;}

/* infoListA */
.infoListA li { height: 46px; line-height: 46px; font-size: 16px; padding-left: 15px; background: url(/content/main/base/img/dot01.png) left center no-repeat;}
.infoListA li a { color: #666;}
.infoListA .date { color: #999; float: right;}

/* 图片标题内容列表 */
.picTitleList { overflow: hidden; margin-top: -20px;}
.picTitleList li { margin-top: 20px;}
.picTitleList li .pic { overflow: hidden; margin-bottom: 12px;}
.picTitleList li img { display: block; width: 100%; height: auto;}
.picTitleList li .title { margin-bottom: 8px; height: 30px; line-height: 30px; font-size: 16px;}
.picTitleList li .title a { color: #666;}
.picTitleList li .intro { line-height: 22px; color: #999;}
.picTitleList li .others { height: 20px; line-height: 20px; font-size: 12px; color: #999;}
.picTitleList li .date { padding-left: 25px; background: url(/content/main/base/img/dateicon.png) left center no-repeat;}

/* 信件列表 */
.letterList { width: 100%; border: none;}
.letterList th,
.letterList td { text-align: center; font-size: 14px; vertical-align: middle; line-height: 26px; padding: 12px 5px}
.letterList th { background: #f1f6fa;}
.letterList th { color: #0d7ac1; height: 52px; line-height: 52px; padding: 0px; font-size: 16px; border-bottom: 1px solid #d7ebf6;}
.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: 90px;}
.letterList .state { width: 90px;}
.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;}
.letterList td.date { color: #999999}

/* 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: #0d7ac1;}
.detailTable thead th { background: #0d7ac1; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-align: center; border-color: #0d7ac1;}
.detailTable tbody td { padding: 10px 15px;}
.detailTable tbody td.tdName { font-weight: bold; background: #f7f7f7; text-align: center; width: 20%; font-size: 14px;}
.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-size: 14px; 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;}

/* mainBox */
.mainBox .mHd { position: relative; height: 42px; line-height: 42px;}
.mainBox .mHd .list { overflow: hidden;}
.mainBox .mHd .list li { float: left; padding: 0 4%;}
.mainBox .mHd .list a { font-size: 18px; color: #888;}
.mainBox .mHd .list a:hover { text-decoration: none}
.mainBox .mHd .list .on a { color: #0d7ac1}
.mainBox .mHd .list .on { position: relative; font-weight: bold; display: inline-block; *display: inline; zoom: 1; padding: 0 2.5%; border-radius: 6px 6px 0 0; color: #0d7ac1; border-bottom: 0; font-size: 18px; border-bottom: 2px solid #0d7ac1;}
.mainBox .mBd { margin-top: 8px; padding: 20px; background-color: #f9f9f9;}

/*footer*/
#footer { position: relative; z-index: 1; color: #fff; background: #646464 url(../img/footer.jpg) no-repeat; }

/* box-massge */
.box-massge { display: flex; justify-content: space-between; text-align: left; font-size: 18px; line-height: 36px; padding: 50px 0; }
.box-massge .blue { padding-top: 15px; }

.box-m-l,.box-m-m { padding-top: 20px; }

/* box-m-r */
.box-m-r { background-color: #ececec; padding: 15px 15px 5px; }
.box-m-r .title { text-align: center; line-height: 1.5; padding: 10px 0; color: #666; }


/* 底部版权 */
.copyRight { line-height: 30px; padding: 20px 0; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1);}
.copyRight a { color: inherit;}

/* 友情链接模拟下拉 */
.footerLinks { position: relative; z-index: 2; text-align: left;}
.footerLinks dl { width: 254px; margin: 0 23px; float: left; display: inline; position: relative; border-radius: 5px;}
.footerLinks dl dt { height: 38px; line-height: 38px; padding: 0 5px 0 8px; overflow: hidden; background: #fff; border: 2px solid #bcbcbc; font-size: 16px; color: #9a9a9a; position: relative; cursor: pointer; background-color: #f6f6f6;}
.footerLinks dl dt i { right: 12px; top: 50%; margin-top: -2px; border-width: 5px; position: absolute; border-color: transparent; border-style: dashed; border-top-color: #bcbcbc; border-top-style: solid; content: ""; display: block; font-size: 0; line-height: 0; width: 0;}
.footerLinks dd { bottom: 42px; display: none; width: 100%; position: absolute; left: 0;}
.footerLinks dd ul { max-height: 156px; border: 1px solid #ccc; background: #fff; overflow-y: scroll; border-radius: 5px;}
.footerLinks dd li { line-height: 18px; padding: 6px 10px; border-bottom: 1px dotted #ccc; /* word-break:keep-all; */ /* white-space:nowrap; */ cursor: pointer;}
.footerLinks dd li a { display: block;}
.footerLinks dd li a:hover { text-decoration: none}
.footerLinks dd li:hover { color: #29343f; background-color: #f1f1f1}
.footerLinks dd .last { border-bottom: 0}
.footerLinks dl.on { z-index: 9; /* -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2); */}
.footerLinks dl.on dt { background: #f1f1f1;}
.footerLinks dl.on dt i { border-top-style: none; border-bottom-color: #aaa; border-bottom-style: solid;}
.footerLinks dl.on dd { display: block; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .2);}
.footerLinks dl.on dd ul { border-color: #bbb;}

/* 底部二维码列表 */
.qrcodeList { margin: 10px auto 0; text-align: center;}
.qrcodeList li { display: inline-block; *display: inline; margin-right: 30px;}
.qrcodeList li .pic { overflow: hidden;}
.qrcodeList li .pic img { width: 114px; height: 114px;}
.qrcodeList li .tit { height: 28px; line-height: 28px; text-align: center; overflow: hidden; color: #999;}

/* 底部图标列表 */
.picLinks { text-align: center;}
.picLinks dl { position: relative; z-index: 2; display: inline-block; width: 40px; margin-left: 15px; vertical-align: middle;}
.picLinks dd { display: none; position: absolute; z-index: 1; left: -40px; bottom: 34px;}
.picLinks dd img { width: 100px; height: 100px; border: 5px solid white;}
.picLinks .on dd {display: block;}
.picLinks dt { line-height: 32px; text-align: center; overflow: hidden;}
.picLinks dt a { display: block; line-height: 32px;}
.picLinks dt img { display: block; width: 32px; height: auto;}
.picLinks .wechat dt a,
.picLinks .microblog dt a { width: 32px; height: 32px; line-height: 32px; overflow: hidden; border-radius: 50%; text-indent: -9999px; vertical-align: top; background: #627584 url(../img/footericon.png) center -26px no-repeat;}
.picLinks .microblog dt a { background-position: center 6px;}
.picLinks .wechat dt a:hover,
.picLinks .microblog dt a:hover { background-color: #99aab8;}

/* 侧栏-栏目内搜索 */
#sideSearch .bd li { padding: 0 0 10px 0; overflow: hidden;}
#sideSearch .nodes,
#sideSearch input,
#sideSearch button { height: 32px; line-height: 32px; width: 100%; border: 1px solid #ddd; font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none}
#sideSearch .keyword { width: 60%; padding: 0 5px;}
#sideSearch button { line-height: 28px; width: 32%; float: right; background: #0d7ac1; border-color: #0d7ac1; color: #fff;}

/*验证码*/
div.codeinp input[type=text] { width: 100px !important; float: left; margin-right: 10px;}

/* 通用底部按钮 */
.bot { text-align: center; padding: 0 0 20px 0;}
.bot a,
.bot button { cursor: pointer; display: inline-block; height: 46px; line-height: 46px; padding: 0 5%; font-size: 16px; background: #0d7ac1; border: 0; color: #fff; margin: 0 2%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.bot a:hover,
.bot button:hover { text-decoration: none; background: #077BD4;}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { padding: 3% 0; width: 80%; margin: 30px auto; font-size: 16px;}
.queryForm td { padding: 8px 0}
.queryForm .tdlab { width: 40%; text-align: right;}
.queryForm input[type=text] { width: 56%; height: 30px; line-height: 30px; padding: 0 10px; border: 1px solid #ddd; border-radius: 3px;}
.queryForm .bot { text-align: left;}
.queryForm .bot a { margin: 0}
.queryForm .required strong { color: #f00; margin-right: 5px;}
.queryForm .errorMessage { color: #f00;}
.queryForm table { width: 100%; border: 0;}

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult { width: 80%; margin: 30px auto;}
.queryResult .mainBox { margin-bottom: 50px;}
.queryResult .tit h3 { text-align: center; font-size: 38px; line-height: 2; margin-bottom: 30px;}
.queryResult .tips { text-align: center; font-size: 16px; margin-bottom: 50px; border-top: 1px solid #ddd; padding: 50px 0 20px 0;}
.queryResult .number { font-weight: bold; color: #f00}