﻿@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: "simsun", "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: #333; font-size: 14px; line-height: 26px; font-family: "simsun", "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; }
a:hover { color:#c00; text-decoration: underline;}
a:active { color:#900; }
.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; background: #faf6ec; position: relative; }
.wrap { min-width: 1000px; min-height: 400px; margin: 0 auto;}
.siteWidth { position: relative; max-width: 1000px; margin: 0 auto;}
#header { text-align: left; margin: 0 auto; width: 1000px; position: relative; z-index: 1;}
#content { clear: both; margin: 0 auto; width: 1000px; position: relative; text-align: left;}


/* 搜索框 */
.s-form { position: absolute; right: 0; top: 45px; display: none; }
.s-form .closeBtn { position: absolute; display: none; z-index: 1; right: 0; top: 0; width: 20px; float: left; text-align: center; background-color: #f0f0f0; font-size: 18px; height: 20px; line-height: 20px; color: #8a6b47; cursor: pointer;}
.s-form .input-box { float: left; margin-right: 10px; }
.s-form .input-box input { width: 280px; vertical-align: top; border-radius: 4px; height: 25px; padding: 0 10px; line-height: 25px; border: 1px solid #c9a980; outline: none; background: none;}
.s-form .btn-box { float: left;}
.s-form .btn-box input { height: 27px; color: #957854; overflow: hidden; border: none; background: url(../img/btn-search.jpg) center no-repeat; line-height: 27px; width: 64px; text-align: center; outline: none;}
.s-form .link-box { text-align: center; font-size: 14px;}
.s-form .select-box { float: left; width: 100px; height: 46px; border: none; background: none; display: none; position: relative;}
.s-form .select-box ul { position: absolute; background: #fff; border-top: 0; line-height: 1.8; display: none; left: 0px; top: 46px; border: 1px solid #ede0c9; border-top: 0; width: 301px; padding: 5px 10px;}
.s-form .select-box ul li { cursor: pointer; padding: 4px 5px; font-size: 14px; float: left; width: 90px; text-align: left;}
.s-form .select-box ul li:hover { color: #E20500; background: #f1f1f1;}
.s-form .select-box .s-option { display: inline-block; position: absolute; top: 0; height: 46px; line-height: 46px; width: 80px; text-align: center; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.s-form .select-box a:hover { text-decoration: none;}
.s-form .select-box .arrow-dn { display: inline-block; height: 0; width: 0; font-size: 0; overflow: hidden; border: 5px solid transparent; border-color: #666 transparent transparent; position: absolute; right: 10px; top: 20px; transition: -webkit-transform .1s ease-in-out; transform: translate3d(0, 0, 999px); backface-visibility: visible; -webkit-transition: -webkit-transform .1s ease-in-out; -webkit-transform: translate3d(0, 0, 999px); -webkit-backface-visibility: visible; -moz-transition: -moz-transform .2s ease-in-out; -moz-transform: translate3d(0, 0, 999px); -moz-backface-visibility: visible;}
.s-form .select-box .arrow-hover { border-color: transparent transparent #666 transparent; top: 14px;}

/* logo */
#logo { float: left; max-width: 400px; padding-top: 13px; display: none; }
#logo img { max-width: 100%; max-height: 70px;
	
  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) */
}

/* headerTop */

/* topLinks */
.topLinks { z-index: 2; position: absolute; right: 0; top: 5px;}
.topLinks>li { float: left; font-size: 12px; line-height: 26px; }
.topLinks>li>a { cursor: pointer; }
.topLinks>.spe { font-size: 12px; opacity: 0.7; margin: 0 8px; }
.topLinks .phone { position: relative;  }
.topLinks .phone dd { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); display: none;  }
.topLinks .phone dd::before { display: block; content: ""; width: 0; height: 0; border: 7px solid transparent; border-bottom: 7px solid #fff; left: 50%; position: relative; margin-left: -7px;}
.topLinks .phone.on dd { display: block; }
.topLinks .phone dd img { width: 100px; border: 5px solid #fff; }


/* 顶部登录注册 */
.topLinks .userLogged { margin: 0; }
.user-mainbox .hd h3{color:#8a6b47 !important; border-bottom-color:#8a6b47 !important;}
.user-mainbox .loginBtn{background-color:#8a6b47 !important; }
.user-mainbox .loginBtn:hover{background-color:#8a6b47 !important;}

.topLinks .userLogged .userDropdown .nickname { font-weight: normal; }

/* 主导航 */
.topNav { height: 36px; line-height: 36px; background: url(../img/nav-bg.jpg) no-repeat; }
.topNav .li1 { float: left; text-align: center; background: url(../img/nav-line.jpg) no-repeat right center; width: 10%; font-family: "Microsoft YaHei"; }
.topNav .li1 a { font-weight: bold; font-size: 14px; color: #432404; }
.topNav .last1 { background: none; }

/* 内页导航 */
.pageNav { position: relative; z-index: 1; padding-left: 5px; font-family: "Microsoft YaHei"; }
.pageNav #li-home { display: none; }
.pageNav li { border-bottom: 1px solid #bd9b68; }
.pageNav li a { line-height: 35px; height: 35px; display: block; padding-left: 40px; color: #311f09; font-weight: bold; }
.pageNav .li1 .a1 {  background: url(../img/arr.jpg) no-repeat 25px center;}
.pageNav .on1 .a1 { background: url(../img/se-hover.jpg) no-repeat; color: #fff; font-weight: bold; }
.pageNav .ul1 { display: none; padding: 5px 0 5px 30px; font-size: 12px; }
.pageNav .on1 .ul1 { display: block; }
.pageNav .li2 .a2 { background: url(../img/sub.jpg) no-repeat left center; color: #43301a; }
.pageNav .on2 .a2 { background: url(../img/subon.jpg) no-repeat left center; color: #000; } 


/* 节点banner  S */
.pageBanner { background: url(../img/setopbg.jpg) repeat-x; min-width: 1000px; height: 204px; margin-top: 39px; }
.pageBanner .page-logo { float: left; width: 197px; position: relative; top: -39px; height: 204px; }
.pageBanner .pic { overflow: hidden; width: 802px; height: 204px; }
.pageBanner .pic img { max-width: 100%; max-height: 204px; }



/* box-focus */
.box-focus { margin-bottom: 10px; }
.box-focus>.bd { padding: 5px; }

/* focusNews */
#focusNews { position: relative; width: 646px; overflow: hidden; height: 270px; }
#focusNews .hd { overflow: hidden;}
#focusNews .hd li { height: 53px; border-bottom: 1px dashed #c0c1bc; line-height: 20px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
#focusNews .hd li a { text-decoration: none; display: block; height: 43px; padding: 5px 10px 5px 20px; display: flex; align-items: center; }
#focusNews .hd li.on { background: url(../img/focus_r_on.jpg) no-repeat center; background-size: cover; border-bottom: none; }
#focusNews .hd .pic { display: none; }
#focusNews .bd { float: left; width: 415px; margin-right: 5px; }
#focusNews .bd li { position: relative; }
#focusNews .bd .title { line-height: 30px; position: absolute; bottom: 0; width: 90%; padding: 0 5%; left: 0; height: 30px; text-align: center; background-color: rgba(0, 0, 0, 0.5); color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
#focusNews .bd .title a { color: inherit; }

/* 主栏 和 侧栏 */
.mainContent { overflow: hidden; min-width: 0; flex: 1 0 0%; }
.side { overflow: hidden; float: left; width: 197px; background: url(../img/seleft.jpg) repeat-y center; position: relative; }
.side::before { display: block; content: ""; width: 100%; height: 313px; background: url(../img/seleft-bottom.jpg) no-repeat center bottom; position: absolute; bottom: 0; left: 0; }

/* 位置导航 */
.path { line-height: 30px; color: #666; text-align:left; background: url(../img/se-h2-bg.gif) no-repeat left bottom; padding-bottom: 5px; margin-bottom: 15px;  font-size: 12px; }
.path em { display: none; }
.path a,
.path span { padding: 0 3px; color: #8c6033;}
.path a:first-child { color: #333;}

/* mainBox */
.mainBox {  background: #fff url(../img/se-main.jpg) repeat-x center top; padding: 40px 20px 0 30px; height: 100%; box-sizing: border-box; }
.mainBox .mHd { position: relative; line-height: 30px;  }
.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: #8a6b47}
.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: #8a6b47; border-bottom: 0; font-size: 18px; border-bottom: 2px solid #8a6b47;}
.mainBox .mBd { }

/* 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: 1000px; 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: #8a6b47;}
#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 34px; 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-default */
.box-default { border: 1px solid #d5cfbe; background-color: #fff; }
.box-default>.hd { line-height: 32px; height: 32px; border-bottom: 1px solid #dfdfdf; font-family: "Microsoft YaHei"; }
.box-default>.hd h3 { font-weight: bold; padding-left: 15px; }
.box-default>.hd .more { float: right; font-size: 12px; color: #846a4e; padding-right: 10px; font-family: simsun; }

/* box-yellow */
.box-yellow .hd { height: 25px; line-height: 25px; background: url(../img/wc-lh2.jpg) no-repeat; font-family: "Microsoft YaHei"; }
.box-yellow .hd h3 { font-weight: bold; padding-left: 40px; }
.box-yellow .bd { padding: 10px; border: 1px solid #dbdbd9; border-top: none; }

/* box-block */
.box-block { background-color: #fff; border: 1px solid #d7d7d7; padding-top: 1px; }
.box-block>.hd { background: url(../img/h2-com.jpg) repeat-x; line-height: 35px; height: 35px; font-family: "Microsoft YaHei"; }
.box-block>.hd h3 { float: left; font-weight: bold; padding-left: 15px;}
.box-block>.hd .more { float: right; font-size: 12px; color: #846a4e; padding-right: 10px; }
.box-block>.bd { padding: 10px; }

/* box-color */
.box-color>.hd { height: 26px; line-height: 26px; background: url(../img/h3-bg.jpg) no-repeat; }
.box-color>.hd h3 { float: left; padding-left: 15px;}
.box-color>.hd h3 a { color: #fff; }
.box-color>.hd .more { float: right; font-size: 12px; color: #846a4e; padding-right: 10px; }
.box-color>.bd { padding: 5px 5px 0; }

/* 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: 40px; line-height: 40px; position: relative; font-size: 18px; border-bottom: 2px solid #f3f3f3}
.boxA .hd .more { position: absolute; top: 8px; right: 0; color: #999; font-size: 14px; width: 24px; height: 24px; line-height: 80px; overflow: hidden; background: #e1e7f0 url(../img/moreicon.png) no-repeat center; border-radius: 50%;}
.boxA .hd .more a { color: #999}
.boxA .hd .more { -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.boxA .hd .more:hover { transform: rotate(360deg); background-color: #f7bc68}
.boxA .hd h3 { position: absolute; color: #8a6b47; font-size: 18px; font-weight: bold; line-height: 30px; padding: 0 20px; height: 40px; border-bottom: 2px solid #8a6b47;}
.boxA .hd h3 a { color: #8a6b47;}
.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 #8a6b47; 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(../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(../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(../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: #8a6b47; height: 52px; line-height: 52px; padding: 0px; font-size: 16px; border-bottom: 1px solid #d7ebf6;font-weight:bold;}
.letterList th.title { text-align: left; padding-left: 38px;}
.letterList tr:nth-child(2n) td,
.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: #8a6b47;}
.detailTable thead th { background: #8a6b47; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-align: center; border-color: #8a6b47;}
.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;}


/*footer*/
#footer { text-align: center; padding: 15px 0; width: 1000px; margin: 0 auto; font-size: 13px; }

/* 底部版权 */
.copyRight { line-height: 24px; text-align: center;}




/* 侧栏-栏目内搜索 */
#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: #8a6b47; border-color: #8a6b47; 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: #8a6b47; 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}