﻿@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: inherit; line-height: inherit; font-family: inherit; color: inherit; }
article, aside, dialog, figure, footer, header, menu, nav, section, time { margin: 0; padding: 0; display: block; zoom: 1 }

/* Public */
body { color: #333; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', SimSun, 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: #996539; }
.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; }
.ovv { overflow: visible !important; }
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; border-radius: 0; }
.more,
.prev,
.next { transition: all 0.4s ease; }

/* 字体 */
@font-face {
  font-family: "SourceHanSerifCN";
  font-weight: 700;
  src: url("../../../../base/fonts/SourceHanSerifCN-Bold.woff2") format("woff2"),
  url("../../../../base/fonts/SourceHanSerifCN-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSerifCN";
  font-weight: 900;
  src: url("../../../../base/fonts/SourceHanSerifCN-Heavy.woff2") format("woff2"),
  url("../../../../base/fonts/SourceHanSerifCN-Heavy.woff") format("woff");
  font-display: swap;
}

/* 公共 */
.fa{ font-family: fontpower, FontAwesome; font-size: inherit; line-height: inherit; vertical-align: top; }
.iconfont { font-size: inherit; line-height: inherit; vertical-align: top; }
.form-control::placeholder { color: #ddd; }
.form-control::-moz-placeholder { color: #ddd; }
.pic img { width: 100%; height: auto; min-height: 100%; object-fit: cover; }

/* 框架 */
body { min-width: 1400px; background: #FFFAF3; }
.wrap { position: relative; text-align: left; overflow: hidden; }
.container::after,
.container::before,
#content::after,
#content::before,
.row::after,
.row::before { display: table; content: " "; clear: both; }
.container { position: relative; margin: 0 auto; width: 1400px; zoom: 1; }
#content { position: relative; min-height: 600px; background: url(../img/bg-content.png) no-repeat center bottom / 100% auto; }
#content > .container { padding: 30px 0; }

/* 顶部 */
#header { position: relative; z-index: 2; margin: 0 auto; min-width: 1400px; }


/* logoBar */
.logoBar { position: relative; z-index: 2; padding: 50px 0; margin: 0 auto; background: #fff url(../img/bg-header.jpg) no-repeat right -60px; }
.logoBar .container { display: flex; align-items: center; gap: 30px; justify-content: space-between; }
.logoBar .container::after,
.logoBar .container::before { display: none; }
#logo a { display: block; }
#logo img { max-width: 800px; max-height: 79px; }

/* 主导航 */
.nav { position: relative; height: 60px; background: #996539 url(../img/bg-nav.png) repeat-x center center / auto 100%; }
.mainNav { display: flex; gap: 20px; }
.mainNav .li1 { position: relative; z-index: 1; flex-grow: 1; }
.mainNav .a1 { display: block; position: relative; height: 60px; line-height: 60px; font-size: 20px; color: #fff; text-decoration: none; text-align: center; }
.mainNav #li-zysy .a1::before { margin-right: 8px; content: '\e707'; font-family: "iconfont"; font-size: 21px; }
.mainNav #li-zysy .a1,
.mainNav .on1 .a1 { background: #705543; color: #fff; }
.mainNav .ul1 { display: none; position: absolute; background: rgba(255, 255, 255, 0.9); left: 50%; width: 150px; top: 100%; margin-left: -75px; padding: 10px 0; transition: all ease 0.6s; }
.mainNav .a2 { display: block; padding: 10px 1em; font-size: 16px; line-height: 22px; color: #333; text-align: center; }
.mainNav .li2 .a2:hover { text-decoration: none; background: #996539; color: #fff; }

/* 搜索框 */
.s-form { width: 300px; line-height: 1; display: flex; }
.s-form .select-box { display: none; }
.s-form .input-box { position: relative; flex: 1 1 0%; }
.s-form .input-box input { display: block; width: 100%; height: auto; padding: 12px 20px; line-height: 24px; border: 0; outline: none; background: #fff; border: 1px solid #e2e2e2; border-right: none; color: #333; font-size: 16px; border-radius: 5px 0 0 5px; box-sizing: border-box; }
.s-form .input-box .dropdown-word { position: absolute; top: 100%; width: 100%; left: 0; font-size: 16px; color: #333; border-radius: 5px; border: 1px solid #ddd; }
.s-form .input-box .dropdown-word ul { padding: 10px 0; }
.s-form .input-box .dropdown-word ul li { line-height: 40px; height: 40px; padding: 0 20px; text-indent: 0; }
.s-form .btn-box .btn { background: #996539; border: none; padding: 0 30px; height: 50px; line-height: 50px; color: #fff; font-weight: bold; font-size: 22px; border-radius: 0 5px 5px 0; }
.s-form .link-box { display: none; }
.s-form .input-box input::-webkit-input-placeholder  { color: #999; }
.s-form .input-box input:-ms-input-placeholder  { color: #999; }
.s-form .input-box input::placeholder  { color: #999; }


/* 网站底部 ----------------------------------- */
#footer { position: relative; color: #fff; border-top: 5px solid #A67240; background: #363835; }
#footer a { color: inherit; }
#footer .rowBar { padding: 30px 0; }
#footer .rowBar .container { display: flex; }
#footer .rowBar .column { flex-grow: 1; padding: 0 90px; border-left: 1px solid rgba(255, 255, 255, 0.1); }
#footer .rowBar .column:first-child { padding-left: 0; border-left: none; }
#footer .rowBar .column:last-child { padding-right: 0; }
#footer .footerLogo { width: 380px; }
#footer .footerLogo img { max-width: 100%; max-height: 56px; }
#footer .footerContact { margin-top: 16px; font-size: 16px; line-height: 28px; }
#footer .footerContact dl { display: flex; }
#footer .footerContact dt span { display: inline-block; vertical-align: top; min-width: 4em; text-align-last: justify; }
#footer .footerContact dd { flex: 1 0 0%; }

/* 友情链接 */
.friendLinks { width: 390px; }
.friendLinks h3 { font-size: 20px; font-weight: bold; line-height: 26px; margin-bottom: 25px; }
.friendLinks ul { display: flex; flex-wrap: wrap; column-gap: 30px; }
.friendLinks li { font-size: 16px; line-height: 30px; color: rgba(255, 255, 255, 0.7); }
.friendLinks li:hover { color: #fff; }

#footer .rowCopy { padding: 14px 0; background: rgba(0, 0, 0, 0.2);  }
#footer .copyRight { line-height: 2; font-size: 16px; text-align: center; }
#footer .copyRight img { vertical-align: text-bottom; }
#footer .pics { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
#footer .pics img { vertical-align: middle; margin: 0 3px; }

.footerNav { margin-bottom: 10px; display: flex; flex-wrap: wrap; gap: 16px; }
.footerNav li { font-size: 14px; line-height: 24px; }

/* 二维码 */
.footerQR { display: flex; gap: 20px; justify-content: flex-end; }
.footerQR li { position: relative; text-align: center; }
.footerQR .pic img { width: 120px; height: 120px; }
.footerQR .tit { margin-top: 14px; display: block; font-size: 16px; line-height: 1.4; }

.sideFixed { display: none; }

/* 手机版按钮 */
.fixedBtn { display: none; position: fixed; z-index: 11; right: 150px; bottom: 50px; }
.fixedBtn a { display: block; width: 200px; height: 200px; line-height: 200px; text-align: center; border-radius: 50%; color: #fff; font-size: 50px; background: #996539; box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.25) inset; text-decoration: none; }

/* 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: 10; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .7); left: 0; top: 0; }

/* 内页banner */
.pageBanner { position: relative; height: 400px; background-image: url(../img/page-banner.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden; }

/* 侧栏 和 主栏 */
.side { float: left; width: 320px; margin: 0 30px 0 0; }
.side.fr { margin: 0 0 0 30px; }
.mainContent { overflow: hidden; position: relative; }

/* 位置导航 */
.path { background: #f8f8f8; padding: 14px 20px; margin-bottom: 30px; color: #666; line-height: 24px; text-align: left; font-size: 16px; }
.path em::before { font-size: 1.1em; font-family: "iconfont"; content: '\e640'; display: inline-block; color: #ccc; vertical-align: top; margin-right: 6px; }
.path a, .path span { padding: 0 4px; color: inherit; }

/* 侧栏-栏目菜单 */
#sideMenu > .hd { background: #996539; text-align: center; border: none; }
#sideMenu > .hd h3 { font-weight: bold; font-size: 32px; line-height: 42px; color: #fff; background: none; padding: 39px 1em; }
#sideMenu > .bd { padding: 20px 0; background: #FAF9F2; border-left: 10px solid #996539; }
#sideMenu li a { position: relative; display: block; padding: 27px 1.5em; font-size: 18px; line-height: 26px; text-decoration: none; color: #333; text-align: center; }
#sideMenu li a::after { position: absolute; content: ''; left: 30px; right: 30px; bottom: 0; height: 0; border-bottom: 1px dashed #ddd; }
#sideMenu li a:hover { font-weight: bold; color: #996539; }
#sideMenu li.on a { margin-left: -3px; border-left: 3px solid #EDB74C; }
#sideMenu li.on a { font-weight: bold; background: #fff; color: #996539; }

/* box - 标准盒子 */
.box > .hd { position: relative; height: 34px; line-height: 34px; z-index: 1; padding: 42px 50px 0; }
.box > .hd::before,
.box > .hd::after { position: absolute; content: ''; z-index: -1; left: 0; top: 0; bottom: 0; width: 50%; background: url(../img/bg-box.png) no-repeat left top; }
.box > .hd::after { left: auto; right: 0; background-position: right top; }
.box > .hd h3,
.box > .hd li { position: relative; float: left; padding: 0 28px; margin-right: 20px; text-align: center; font-size: 24px; color: #333; font-family: "SourceHanSerifCN"; font-weight: 900; }
.box > .hd h3::before,
.box > .hd h3::after,
.box > .hd li::before,
.box > .hd li::after { position: absolute; visibility: hidden; opacity: 0; left: -6px; font-family: "iconfont"; font-size: 28px; font-weight: normal; content: '\e9f9'; transition: all ease 0.6s; }
.box > .hd h3::after,
.box > .hd li::after { left: auto; right: -6px; content: '\e9fa'; }
.box > .hd h3,
.box > .hd li.on { color: #996539; }
.box > .hd h3::before,
.box > .hd h3::after,
.box > .hd li.on::before,
.box > .hd li.on::after { visibility: visible; opacity: 1; }
.box > .hd h3 a,
.box > .hd li a { text-decoration: none; color: inherit; }
.box > .hd .more { position: relative; z-index: 1; margin-left: 20px; float: right; font-size: 16px; color: #999; }
.box > .bd { position: relative; z-index: 1; padding: 20px 50px 40px; }
.box > .bd::before,
.box > .bd::after { position: absolute; content: ''; z-index: -1; left: 0; top: 0; bottom: 0; width: 50%; background: url(../img/bg-box.png) no-repeat left bottom; }
.box > .bd::after { left: auto; right: 0; background-position: right bottom; }

/* 侧栏盒子 */
#datalist { min-height: 1px; }
.sideBox { margin-top: 20px; background: #fff; }
.sideBox > .hd { padding: 14px 20px; background: #996539; }
.sideBox > .hd h3 { line-height: 36px; font-size: 18px; color: #fff; font-size: 20px; font-weight: bold; }
.sideBox > .hd h3 .iconfont { display: inline-block; vertical-align: top; margin-right: 10px; color: #fff; font-size: 30px; font-weight: normal; line-height: inherit; }
.sideBox > .bd { padding: 15px 20px; border: 1px solid #eee; border-top: none; }

/* 主体盒子 */
.mainBox { padding: 20px 30px; border-radius: 10px; background: #fff; }
.mainBox .mHd { display: flex; align-items: center; gap: 30px; font-size: 0; line-height: 1; border-bottom: 1px solid #eee; }
.mainBox .mHd h3 { position: relative; padding: 20px 0 25px; font-size: 28px; line-height: 40px; color: #996539; font-weight: bold; }
.mainBox .mHd h3::after { position: absolute; content: ''; left: 0; bottom: -2px; width: 100%; height: 3px; background: #996539; }
.mainBox .mHd h3 a { color: inherit; text-decoration: none; }
.mainBox .mHd .path { margin: 0 0 0 auto; padding: 0; background: none; border: none; }
.mainBox .mBd { padding: 30px 0 0; }
.container > .mainBox { margin-top: -30px; }

/* 通用模块 ---------------------------------- */

/* 通用信息列表 */
.infoList{ text-align: left; }
.infoList li { position: relative; line-height: 24px; font-size: 16px; overflow: hidden; padding: 11px 0; }
.infoList li:last-of-type { border-bottom: none; }
.infoList li > a { position: relative; display: block; padding-left: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all ease 0.4s; }
.infoList li > a::before { position: absolute; left: 0; top: 9px; content: ''; width: 5px; height: 5px; background: #c4c4c4; border-radius: 50%; }
.infoList li > a:hover { transform: translateX(10px); }
.infoList li > a:hover::before { background: #996539; }
.infoList li .date { margin-left: 20px; float: right; color: #999; font-size: 14px; }
.infoList li .dateRight { position: absolute; right: 0; bottom: 17px; color: #999; font-size: 14px; }
.infoList li .node { color: #f00; margin-right: 5px; }
.infoList li.highlight{ font-weight: bold; }
.infoList li .signin{ float: right; color: #ff0000; margin-left: 10px; }
.infoList li .signin a{ color: #ff0000; }

/* 通用图片列表 */
.picList { display: flex; flex-wrap: wrap; margin: 0 -3% -3% 0; }
.picList li { position: relative; width: 30.3333%; margin: 0 3% 3% 0; transition: all ease 0.6s; }
.picList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 75%; height: 0; }
.picList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.picList .title { margin-top: 10px; line-height: 24px; font-size: 16px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.picList .title a { color: inherit; text-decoration: none;  }
.picList li:hover { transform: translateY(-10px); }

/* 通用视频列表 */
.videoList { display: flex; flex-wrap: wrap; margin: 0 -3% -3% 0; }
.videoList li { position: relative; width: 30.3333%; margin: 0 3% 3% 0; transition: all ease 0.6s; }
.videoList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 75%; height: 0; }
.videoList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.videoList .title { position: absolute; left: 0; right: 0; bottom: 0; line-height: 24px; font-size: 16px; text-align: center; background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%); }
.videoList .title a { display: block; overflow: hidden; padding: 18px 20px; color: #fff; text-decoration: none; white-space: nowrap; text-overflow: ellipsis; }
.videoList li:hover { transform: translateY(-10px); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }

/* 焦点图切换-标准 */
.focusBox { position: relative; width: 600px; overflow: hidden; }
.focusBox .bd li { overflow: hidden; border-radius: 20px 0 20px 0; }
.focusBox .bd .pic { width: 100%; height: 400px; }
.focusBox .bd .pic img { width: 100%; height: 400px; border-top-left-radius: 20px; }
.focusBox .bd .con { position: relative; height: 100px; padding: 50px 40px 50px 170px; background: #fff; border-bottom-right-radius: 20px; }
.focusBox .bd .con .title { line-height: 30px; max-height: 60px; font-size: 18px; overflow: hidden; font-weight: bold; }
.focusBox .bd .con .intro { margin-top: 12px; line-height: 24px; max-height: 48px; overflow: hidden; font-size: 14px; color: #999; }
.focusBox .bd .con .date { position: absolute; left: 40px; top: 54px; display: flex; gap: 5px; line-height: 40px; font-size: 12px; color: #EDB74C; }
.focusBox .bd .con .date span { font-size: 30px; line-height: 1; vertical-align: top; font-family: "SourceHanSerifCN"; font-weight: 900; }
.focusBox .hd { position: absolute; display: none; right: 15px; bottom: 215px; font-size: 0; line-height: 1; }
.focusBox .hd li { display: inline-block; vertical-align: top; margin-left: 5px; padding: 4px; border: 1px solid transparent; border-radius: 50%; opacity: 0.5; cursor: pointer; transition: all ease 0.4s; }
.focusBox .hd li span { display: block; width: 10px; height: 10px; background: #fff; border-radius: 50%; }
.focusBox .hd li.on { border-color: #fff; opacity: 1; }
.focusBox .prev,
.focusBox .next { position: absolute; z-index: 1; bottom: 200px; right: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #EDB74C; cursor: pointer; color: #fff; font-size: 18px; transition: all ease 0.4s; }
.focusBox .prev { background: #996539; right: 40px; }
.focusBox .prev:hover,
.focusBox .next:hover { transform: translateY(-5px); }

/* 焦点图切换-内页 */
.focusPageBox { position: relative; }
.focusPageBox .bd li { position: relative; display: flex; }
.focusPageBox .bd .pic { width: 720px; }
.focusPageBox .bd .pic a { display: block; height: 480px; overflow: hidden; }
.focusPageBox .bd .con { flex: 1 0 0%; display: flex; flex-direction: column; align-items: stretch; background: #f2f6fa url(../img/bg-04.png) no-repeat right bottom; padding: 80px 60px; }
.focusPageBox .bd .title { font-size: 24px; font-weight: bold; line-height: 32px; max-height: 64px; overflow: hidden; }
.focusPageBox .bd .title a { display: block; color: inherit; text-decoration: none; }
.focusPageBox .bd .intro { margin-top: 40px; font-size: 16px; color: #666; line-height: 30px; max-height: 90px; overflow: hidden; }
.focusPageBox .bd .date { order: 1; margin-top: 80px; font-weight: bold; font-size: 16px; color: #999; }
.focusPageBox .hd { position: absolute; right: 60px; left: 780px; bottom: 50px; font-size: 0; line-height: 1; text-align: center; }
.focusPageBox .hd li { vertical-align: top; display: inline-block; margin: 0 5px; width: 16px; height: 16px; background: #ddd; border-radius: 50%; cursor: pointer; }
.focusPageBox .hd li.on { background: #996539; }

.focusPageBox .bd .con,
.focusPageBox .bd .con::before,
.focusPageBox .bd .title,
.focusPageBox .bd .date { transition: all ease 0.6s; }

.focusPageBox .bd .con::before { position: absolute; z-index: -1; content: ''; left: 0; top: 0; right: 0; bottom: -1px; background: linear-gradient(180deg, #996539 0%, #EE7800 100%); visibility: hidden; transform: scaleX(0); transform-origin: right center; opacity: 0; }
.focusPageBox .bd li:first-child .con::before { top: -1px; }
.focusPageBox .bd .on .con::before { transform: scaleX(1); visibility: visible; opacity: 1; }
.focusPageBox .bd .on .title { color: #fff; font-weight: bold; }
.focusPageBox .bd .on .date { color: rgba(255, 255, 255, 0.5); }

/* 信息列表-侧栏 */
.infoListSide { position: relative; }
.infoListSide::before { position: absolute; content: ''; left: 7px; top: 14px; bottom: 0; width: 0; border-left: 1px solid rgba(219, 219, 219, 0.5); }
.infoListSide li { position: relative; padding: 0 0 30px 36px; }
.infoListSide li::before { position: absolute; left: 0; top: 6px; content: ''; width: 7px; height: 7px; background: #EE7800; border-radius: 50%; border: 4px solid #FDDEA7; }
.infoListSide li .dateRight { display: block; font-size: 14px; line-height: 18px; margin-top: 10px; color: #999; }
.infoListSide li > a { display: block; font-size: 16px; line-height: 24px; text-decoration: none; }

.infoListSide li,
.infoListSide li::before,
.infoListSide li > a,
.infoListSide li .dateRight { transition: all ease 0.4s; }

.infoListSide li:hover::before { transform: scale(1.3); box-shadow: 0 0 0 5px rgba(253, 222, 167, 0.3); }
.infoListSide li:hover .dateRight,
.infoListSide li:hover > a { transform: translateX(10px); }

/* url_方块样式分页 */
.page{ font-size: 0; padding: 40px 0 30px; clear: both; overflow: hidden; color: #888; text-align: center; }
.page a,
.page span{ font-size: 14px; display: inline-block; *display: inline; zoom: 1; border: 1px solid #E1E1E1; padding: 3px 12px; margin: 0 5px 5px 0; line-height: 27px; height: 27px; color: #888; background: #fff; }
.page a:hover,
.page span:hover{ border: 1px solid #996539; text-decoration: none; color: #996539; }
.page .current{ border: 1px solid #996539; background: #996539; color: #fff !important; }
.page select,
.page input{ margin: 0 4px; background: #fff; border: 0 solid #E1E1E1; vertical-align: middle; }
.page input{ text-align: center; padding: 0 4px; outline: none; }
.page .disabled{ pointer-events: none; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }

/* 图标特效 */
.effectIcon li a:hover::before { animation: icon 1.4s ease 1; }

/* 图片经过效果 */
.pic a,
a.pic { overflow: hidden; display: block; }
a.pic img,
.pic a img { transition: all ease .6s; }
li:hover .pic a img,
li:hover a.pic img { transform: scale(1.08); }

/* 节点归档信息样式 */
.archived-info { float: right; }
.archived-info span { margin: 0 5px; }

/*验证码*/
div.codeinp input[type=text] { width: 100px !important; float: left; margin-right: 10px; line-height: 26px; }

/* 通用底部按钮 */
.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 30px; font-size: 18px; background: #054DBC; border: 0; color: #fff; margin: 0 2%; border-radius: 5px; }
.bot a:hover, .bot button:hover { text-decoration: none; background: #996539; }

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { background: #fff; 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: auto; line-height: 24px; border: 1px solid #ccc; padding: 8px 12px; }
.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: 90%; 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 }

/* 登录注册 */
.userlogincomment .user-mainbox .hd h3,
.userlogincomment .user-mainbox .top h3 { color: #996539; border-bottom-color: #996539;}
.userlogincomment .user-mainbox .loginBtn { background: #996539; }
.userlogincomment .user-mainbox .loginBtn:hover { background: #2b4691;}
.userlogincomment .loginCookie dd .cookie-time { color: #996539; }
.userlogincomment .login-tip .registerlink a,
.userlogincomment .login-tip .forget-password a{ color: #996539; }




/* ----------------------------------- 首页 ----------------------------------- */
.row { margin-top: 20px; }
.row:first-of-type { margin-top: 0; }
.column-6 { float: left; width: 50%; margin-left: -1px; }
.column-6:first-of-type { margin-left: 0; }

/* 活动新闻 */
#rowNews { position: relative; }
#rowNews::before { position: absolute; display: block; z-index: 2; width: 112px; left: 0; right: 1px; top: 12px; bottom: 12px; margin: auto; content: ''; background: url(../img/bg-01.png) repeat-y center 50px, linear-gradient(90deg, transparent 0%, #F9F5F2 41.5%, transparent 41.51%, transparent 60%, #F9F5F2 60.01%, transparent 100%); mask: radial-gradient(30px 22px at 50% 0, transparent 98%, #000) top, radial-gradient(30px 22px at 50% 100%, transparent 98%, #000) bottom; mask-size: 100% 50%; mask-repeat: no-repeat; }


/* ----------------------------------- 内页 ----------------------------------- */
.mainBox .printArea .title { color: #333; }
.mainBox .articleCon { padding: 20px 40px; }


/* 媒体查询 */
@media (max-width:769px) {
    .fixedBtn { display: block; }
}

/* 动画库 */
@keyframes iconScale {
    0%,
    100% {
        transform: scale(1);
        animation-timing-function: ease-in-out;
    }
    50% {
        transform: scale(1.2);
        animation-timing-function: ease-in-out;
    }
}

@keyframes rotate {
    from{
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
}

@keyframes rotate90 {
    0%{
      transform: rotate(0deg);
    }

    50% {
      transform: rotate(90deg);
    }

    100% {
      transform: rotate(0deg);
    }
}

@keyframes more {
  0%{
    transform: translateX(0);
  }
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(6px);
  }
  10% {
    transform: translateX(0);
  }
}

@keyframes icon {
    0% {
        transform: scale(3);
        opacity: 0;
    }
    30% {
        transform: scale(1);
        opacity: 1;
    }
    40% {
        transform: scale3d(1, 1, 1);
    }
    45%, 50% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -5deg);
    }
    60%, 70%, 80%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
    }
    65%, 75%, 85% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}