﻿@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: #CC3333; 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; }
.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; }

/* 公共 */
.iconfont { font-size: inherit; line-height: inherit; }
.form-control::-webkit-input-placeholder { color: #d2d2d2; }
.form-control::-moz-placeholder { color: #d2d2d2; }
.pic img { width: 100%; height: auto; min-height: 100%; }

/* 框架 */
body { min-width: 1400px; background: #fff; }
.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; margin: 0 auto 20px; width: 1400px; min-height: 600px; background: #fff; }


/* header */
#header { position: relative; z-index: 1; }

/* logoBar */
.logoBar { height: 127px; }
.logoBar #logo { float: left; margin: 19px 0 0; }
.logoBar #logo img { max-width: 700px; max-height: 90px; }


/* 顶部面板 */
.topPanel { float: right; margin: 42px 0 0; }
.links { position: relative; z-index: 1; float: left; }
.links a { color: inherit; }
.links dl { position: relative; float: left; margin: 0 5px; }
.links dt a { position: relative; display: block; font-size: 16px; padding: 0 25px; border-radius: 500px; height: 42px; line-height: 42px; text-decoration: none; background: #97181D; color: #fff; }
.links dt a::before { display: inline-block; vertical-align: top; margin-right: 5px; font-family: "iconfont"; content: '\e651'; font-size: 22px; font-weight: normal; }
.links dd { transition: all ease 0.2s; position: absolute; z-index: 2; left: 50%; top: 100%; transform: translateX(-50%) translateY(10px); font-size: 0; line-height: 1; white-space: nowrap; padding: 10px; background: #fff; visibility: hidden; opacity: 0; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); border-radius: 10px; }
.links dd::before { position: absolute; content: ''; width: 0; height: 0; left: 50%; bottom: 100%; margin-left: -10px; border: 10px solid transparent; border-bottom-color: #fff; }
.links dd .pic canvas,
.links dd .pic img { width: 150px; height: 150px; }
.links dl:hover dd { visibility: visible; opacity: 1; }
.links dl:hover dt a { background: #DAB866; }

.links dl.phone dt a::before {  content: '\e606'; }
.links dl.gzb dt a::before {  content: '\eab5'; }
.links dl.ygb dt a::before {  content: '\ea3f'; }

/* 搜索框 */
.s-form { float: left; margin-left: 10px; }
.s-form .select-box { display: none; }
.s-form .input-box { position: relative; float: left; width: 0; margin-right: 0; overflow: hidden; transition: all 0.6s ease; }
.s-form .input-box input { height: auto; line-height: 24px; padding: 8px 20px; background: #fff; border: 1px solid #E2E2E2; border-radius: 500px 0 0 500px; border-right: none; width: 200px; outline: none; font-size: 16px; }
.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 { position: relative; float: left; }
.s-form .btn-box .btn { height: 42px; width: 42px; background: #97181D; border: none; line-height: 42px; font-size: 16px; color: #fff; border-radius: 500px; outline: none; font-size: 22px; text-align: center; }
.s-form .btn-box .search { display: none; }
.s-form .btn-box .btn:hover { background: #DAB866; }

.s-form.on .input-box { width: 241px; margin-right: -21px; }
.s-form.on .btn-box .open { display: none; }
.s-form.on .btn-box .search { display: block; }

/* 主导航 */
.topNav { position: relative; }
.topNav > .container { position: static; }
.mainNav { height: 65px; border-top: 1px solid #ddd; }
.mainNav .li1 { float: left; width: 10%; margin-top: -1px; }
.mainNav .h1 { position: relative; }
.mainNav .h1::before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: #92191C; visibility: hidden; opacity: 0; transform: scaleY(0); transition: all 0.3s ease; }
.mainNav .a1 { position: relative; display: block; line-height: 66px; text-align: center; font-size: 18px; text-decoration: none; transition: all 0.3s ease; }
.mainNav .on1 .a1 { font-weight: bold; color: #fff; }
.mainNav .on1 .h1::before { visibility: visible; opacity: 1; transform: scaleY(1); }
.mainNav .dropdown1 { visibility: hidden; position: absolute; left: 0; top: 200%; width: 100%; background: rgb(255, 255, 255, 0.8); overflow: hidden; opacity: 0; transition: all 0.5s ease; }
.mainNav .li1:hover .dropdown1 { visibility: visible; top: 100%; opacity: 1; }
.mainNav .dropdown1 .container::before { position: absolute; content: ''; right: 550px; top: 0; width: 1114px; height: 100%; background: url(../img/bg-dropdown-01.jpg) no-repeat right top; background-size: cover; opacity: 0.7; }
.mainNav .dropdown1 .con { position: relative; overflow: hidden; height: 190px; padding: 40px 7.1% 40px 0; }
.mainNav .dropdown1 .con .title { position: relative; font-size: 24px; line-height: 60px; font-weight: bold; color: #97181D; }
.mainNav .dropdown1 .con .title::after { position: absolute; left: 0; bottom: 0; width: 1.1em; height: 2px; background: #DAB866; content: ''; }
.mainNav .dropdown1 .con .intro { margin-top: 18px; height: 90px; font-size: 16px; color: #666; line-height: 30px; overflow: hidden; }
.mainNav .ul1 { position: relative; float: right; display: flex; flex-direction: column; flex-wrap: wrap; align-content: flex-start; width: 490px; height: 180px; padding: 45px 30px; overflow: hidden; }
.mainNav .li2 { min-width: 33.3333%; }
.mainNav .a2 { position: relative; display: block; padding: 8px 30px 8px 20px; font-size: 18px; line-height: 26px; }
.mainNav .a2::before { position: absolute; left: 0; top: 19px; content: ''; width: 5px; height: 5px; background: #D9D9D9; border-radius: 50%; }
.mainNav .a2:hover { font-weight: bold; color: #97181D; text-decoration: none; }

.mainNav #li-djqt1 .dropdown1 .container::before,
.mainNav #li-djqt .dropdown1 .container::before { background-image: url(../img/bg-dropdown-02.jpg); }
.mainNav #li-kxyj .dropdown1 .container::before,
.mainNav #li-jzfw .dropdown1 .container::before { background-image: url(../img/bg-dropdown-03.jpg); }
.mainNav #li-znks .dropdown1 .container::before,
.mainNav #li-ksdh .dropdown1 .container::before,
.mainNav #li-ygt1 .dropdown1 .container::before,
.mainNav #li-ygt .dropdown1 .container::before { background-image: url(../img/bg-dropdown-04.jpg); }
.mainNav #li-yxjy .dropdown1 .container::before,
.mainNav #li-hlyd .dropdown1 .container::before { background-image: url(../img/bg-dropdown-05.jpg); }
.mainNav #li-zbzp .dropdown1 .container::before { background-image: url(../img/bg-dropdown-06.jpg); }
.mainNav #li-swgk .dropdown1 .container::before { background-image: url(../img/bg-dropdown-07.jpg); }
.mainNav #li-xwzx1 .dropdown1 .container::before,
.mainNav #li-xwzx .dropdown1 .container::before,
.mainNav #li-ztzl1 .dropdown1 .container::before,
.mainNav #li-ztzl .dropdown1 .container::before { background-image: url(../img/bg-dropdown-08.jpg); }


/* pageBanner ------------------- */
.pageBanner { clear: both; height: 330px; background: url(../../base/img/page-banner.jpg) 50% 0px no-repeat; }

/* 主栏 和 侧栏 */
.mainContent { overflow: hidden;}
.side { width: 280px; overflow: hidden; float: left; margin-right: 30px;}

/* 当前位置 */
.path { height: 30px; line-height: 30px; color: #fff; padding: 15px 0; min-width: 1200px; width: 100%; font-size: 14px; background: rgba(0, 0, 0, 0.5); text-align: left; margin-bottom: 20px; margin-top: -60px;}
.path em { background: url(../img/path.png) no-repeat 0px center; padding-left: 35px;}
.path a,
.path span { margin: 0 5px; color: #fff;}

/* guideLinks */
.guideLinks { background: #f2f2f2; min-width: 1200px; padding-top: 30px; padding-bottom: 50px;}
.guideLinks .hd { height: 64px; line-height: 64px; font-size: 24px;}
.guideLinks .bd { width: 1200px; margin: 0 auto; padding-top: 20px;}
.guideLinks .bd ul { display: block; margin-right: -26px; overflow: hidden;}
.guideLinks .bd ul li { width: 150px; float: left; margin-right: 25px;}
.guideLinks .bd ul li a { display: block; border: 1px solid #cccccc; border-radius: 5px; padding-top: 30px; text-align: center; height: 118px; font-size: 20px;}
.guideLinks .bd ul li a i { display: block;}
.guideLinks .bd ul li a i { display: block; width: 46px; height: 46px; display: block; margin: 0 auto 10px; background: url(../../base/img/icons-guidelinks.png) -26px -25px no-repeat; position: relative; top: 0px; transition: 0.5s;}
.guideLinks .bd ul li a:hover i { top: -5px; transform: rotateY(180deg);}
.guideLinks .bd ul li.li2 a i { background-position: -26px -225px;}
.guideLinks .bd ul li.li3 a i { background-position: -26px -425px;}
.guideLinks .bd ul li.li4 a i { background-position: -26px -625px;}
.guideLinks .bd ul li.li5 a i { background-position: -26px -825px;}
.guideLinks .bd ul li.li6 a i { background-position: -26px -1025px;}
.guideLinks .bd ul li.li7 a i { background-position: -26px -1225px;}

/* footer */
#footer { position: relative; color: #fff; text-align: left; background: #972830 url(../img/bg-footer.jpg) no-repeat center top; background-size: cover; }
#footer a { color: inherit; }
.footBar { position: relative; overflow: hidden; padding: 26px 0; }
.footBar .col { float: left; padding-right: 80px; margin-right: 80px; min-height: 150px; border-right: 1px solid rgba(255, 255, 255, 0.15); }
.footBar .col:last-of-type { padding-right: 0; border-right: none; margin-right: 0; }
.footBar .col > h3 { position: relative; font-size: 16px; line-height: 24px; margin: 5px 0 10px; font-weight: bold; }

/* 底部logo */
#footLogo img { max-width: 500px; max-height: 58px; }

/* 底部联系 */
.footContact { float: left; margin-top: 8px; font-size: 14px; line-height: 2; }
#footer .pics { float: right; margin: 10px 0 0 20px; }
#footer .pics img { vertical-align: middle; margin: 0 3px; }

/* 底部友情链接 */
.friendlyList { width: 440px; overflow: hidden; margin-left: -30px; }
.friendlyList li { float: left; min-width: 50%; }
.friendlyList li.noData { margin-left: 30px; }
.friendlyList li a { display: block; line-height: 26px; margin-left: 30px; opacity: 0.5; font-size: 14px; }
.friendlyList li a:hover { opacity: 1; text-decoration: none; }

/* 底部二维码 */
.footQR { position: absolute; right: 0; top: 50%; margin-top: -60px; font-size: 0; line-height: 1; }
.footQR li { display: inline-block; vertical-align: top; position: relative; margin: 0 5px; text-align: center; }
.footQR .pic canvas,
.footQR .pic img { width: 99px; height: 99px; }
.footQR .title { font-size: 14px; line-height: 1; margin-top: 12px; }

/* 版权信息 */
.copyRightBar { padding: 11px 0; line-height: 2; font-size: 14px; background: rgba(140, 11, 16, 0.9); text-align: center; }
.copyRightBar .copyRight img { vertical-align: middle; }

/* 侧栏固定菜单 */
.sideFixed { z-index: 12; display: block; position: fixed; top: 50%; left: 50%; width: 90px; padding: 16px 0; margin: -300px 0 0 710px; background: #97181D; border-radius: 5px; }
.sideFixed .menuList > li { position: relative; }
.sideFixed .menuList > li > a::before { display: block; content: '\e651'; font-family: "iconfont"; margin: 15px auto 8px; font-size: 30px; }
.sideFixed .menuList > li > a { display: block; height: 80px; line-height: 24px; overflow: hidden; color: #fff; font-size: 14px; text-decoration: none; text-align: center; }
.sideFixed .menuList > li:hover > a { background: #CC3333; text-decoration: none; }
.sideFixed .menuList > li .qrCode { transition: all ease 0.4s; position: absolute; z-index: 2; right: 100%; top: 50%; margin: -105px 12px 0 0; font-size: 0; line-height: 1; white-space: nowrap; padding: 10px; background: #fff; visibility: hidden; opacity: 0; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); border-radius: 10px; transform: translateX(-50%); }
.sideFixed .menuList > li .qrCode::before { position: absolute; content: ''; width: 0; height: 0; left: 100%; top: 50%; margin-top: -10px; border: 10px solid transparent; border-left-color: #fff; }
.sideFixed .menuList > li .qrCode li { display: inline-block; vertical-align: top; margin: 5px; font-size: 16px; line-height: 1; text-align: center; }
.sideFixed .menuList > li .qrCode li .title { margin-top: 8px; }
.sideFixed .menuList > li .qrCode canvas,
.sideFixed .menuList > li .qrCode img { display: block; width: 150px; height: 150px; }
.sideFixed .menuList > li:hover .qrCode,
.sideFixed .menuList > li:hover .subList { transform: translateX(0); visibility: visible; opacity: 1; }
.sideFixed .menuList .subList { position: absolute; right: 100%; top: 0; width: 320px; padding: 15px 20px; background: #CC3333; transition: all ease 0.4s; transform: translateX(-50%); visibility: hidden; opacity: 0; }
.sideFixed .menuList .subList li { float: left; min-width: 33.3333%; }
.sideFixed .menuList .subList li a { float: left; display: block; padding: 0 12px; line-height: 34px; font-size: 16px; color: #fff; }
.sideFixed .menuList .subList li a:hover { text-decoration: none; border-radius: 4px; background: #fff; font-weight: bold; color: #CC3333; }

.sideFixed .menuList > .li0 > a::before { content: '\eab5'; }
.sideFixed .menuList > .li1 > a::before { content: '\ea3f'; }
.sideFixed .menuList > .li2 > a::before { content: '\e606'; }
.sideFixed .menuList > .li3 > a::before { content: '\e61c'; }
.sideFixed .menuList > .li4 > a::before { content: '\e61e'; }
.sideFixed .menuList > .li5 > a::before { content: '\e645'; }
.sideFixed .menuList > .li6 > a::before { content: '\e67e'; }
.sideFixed .menuList > .gt > a::before { content: '\e691'; }

.sideFixed .menuList > .gt { display: none; }

.sideFixed .switch { position: absolute; visibility: hidden; opacity: 0; right: 100%; top: 50%; margin-top: -31px; }
.sideFixed .switch a { display: block; width: 20px; height: 62px; line-height: 62px; background: #c30000; color: #fff; font-size: 16px; border-radius: 4px 0 0 4px; text-decoration: none; text-align: center; }
.sideFixed.hide .switch a .icon-arrow-right::before { content: "\e686"; }
.sideFixed .switch a:hover { background-color:#DAB866; }

@media screen and (max-width: 1640px) {
	.sideFixed { transition: all .8s ease; }
	.sideFixed .switch { visibility: visible; opacity: 1; }
	.sideFixed{ left: auto; margin-left: 0; right: 10px; }
	.sideFixed.hide { right: -90px; }
}

/* 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 rgba(0, 0, 0, 0.15); 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;}

/* 侧栏导航 */
#sideMenu { margin-bottom: 20px;}
#sideMenu .hd { height: 74px; color: #fff; text-align: center; background: #92191C;}
#sideMenu .hd h3 { font-size: 24px; font-weight: bold; line-height: 74px;}
#sideMenu .bd { padding: 10px 25px; border: 1px solid #e2e2e2; border-left: 5px solid #92191C; border-top: none;}
#sideMenu .menuList li { border-bottom: 1px solid #e2e2e2;}
#sideMenu .menuList li a { display: block; padding: 15px 5px 15px 40px; background: url(../img/sidemenu-li.png) 5px 22px no-repeat; font-size: 18px; }
#sideMenu .menuList li:last-child { border-bottom: none;}
#sideMenu .menuList li a:hover { text-decoration: none; color: #CC3333;}
#sideMenu .menuList li.on a { color: #CC3333; font-weight: bold;}

/* 侧栏盒子模型 */
.sideBox { margin-bottom: 20px;}
.sideBox>.hd { height: 54px; line-height: 54px; position: relative; border-bottom: 1px solid #ccc; font-size: 20px;}
.sideBox>.hd .more { width: 26px; height: 26px; float: right; line-height: 26px; font-size: 14px; text-indent: 300%; overflow: hidden; background: url(../img/more.png) 6px 6px no-repeat #ebebeb; margin-top: 14px; margin-right: 10px;}
.sideBox>.hd h3 { float: left; height: 53px; border-bottom: 2px solid #CC3333; padding: 0 20px; color: #CC3333; font-weight: bold;}
.sideBox>.hd h3 a { color: #CC3333;}
.sideBox>.hd ul { float: left;}
.sideBox>.hd ul li { float: left; height: 53px; padding: 0 20px;}
.sideBox>.hd ul li a { display: block;}
.sideBox>.hd ul li a:hover { color: #CC3333;}
.sideBox>.hd ul li.on { border-bottom: 2px solid #CC3333; font-weight: bold;}
.sideBox>.hd ul li.on a { color: #CC3333;}
.sideBox>.bd { padding: 15px; overflow: hidden; background: #f7f7f7;}

/* box */
.box>.hd { height: 54px; line-height: 54px; position: relative; border-bottom: 1px solid #ccc; font-size: 20px;}
.box>.hd .more { width: 26px; height: 26px; float: right; line-height: 26px; font-size: 14px; text-indent: 300%; overflow: hidden; background: url(../img/more.png) 6px 6px no-repeat #ebebeb; margin-top: 14px; margin-right: 10px;}
.box>.hd h3 { float: left; height: 53px; border-bottom: 2px solid #CC3333; padding: 0 10px; color: #CC3333; font-weight: bold;}
.box>.hd h3 a { display: block; color: #CC3333; text-decoration: none; }
.box>.hd ul { float: left;}
.box>.hd ul li { float: left; height: 53px; padding: 0 10px;}
.box>.hd ul li a { display: block;}
.box>.hd ul li a:hover { color: #CC3333; text-decoration: none; }
.box>.hd ul li.on { border-bottom: 2px solid #CC3333; font-weight: bold;}
.box>.hd ul li.on a { color: #CC3333;}
.box>.bd { padding: 15px 0 0; }

/* primaryBox - 盒子 - 主要的 */
.primaryBox { padding: 8px 30px 30px; background: #fff; border: 1px solid #DEDEDE; border-radius: 0 20px 0 20px; transition: all 0.4s ease; }
.primaryBox:hover { transform: scale(1.01); border-color: #DAB866; box-shadow: 0 0 20px rgb(218, 184, 102, 0.3); }
.primaryBox:hover > .hd h3 { color: #DAB866; }
.primaryBox > .hd { position: relative; line-height: 72px; height: 72px; border-bottom: 1px solid #eee; }
.primaryBox > .hd .more { float: right; color: #999; font-size: 14px; }
.primaryBox > .hd .more:hover { color: #CC3333; text-decoration: none; }
.primaryBox > .hd h3 { position: relative; float: left; font-size: 24px; font-weight: bold; transition: all 0.4s ease; }
.primaryBox > .hd h3::after { position: absolute; left: 0; bottom: -2px; width: 1.2em; height: 3px; background: #DAB866; border-radius: 500px; content: ''; }
.primaryBox > .hd h3 a { color: inherit; text-decoration: none; }
.primaryBox > .bd { padding-top: 25px; }
.primaryBox > .bd::after { display: table; content: " "; clear: both; }

/* defaultBox 盒子 - 默认的 */
.defaultBox > .hd { position: relative; line-height: 32px; }
.defaultBox > .hd .icon { position: absolute; left: 0; bottom: -2px; line-height: 1; color: #97181D; font-size: 52px; }
.defaultBox > .hd h3 { margin-left: 66px; padding-bottom: 19px; border-bottom: 1px solid #eee; position: relative; font-size: 24px; font-weight: bold; }
.defaultBox > .hd h3::after { position: absolute; left: 0; bottom: -2px; width: 1.3em; height: 3px; background: #DAB866; border-radius: 500px; content: ''; }
.defaultBox > .hd h3 a { color: inherit; text-decoration: none; }
.defaultBox > .bd { padding: 30px 0 0; }
.defaultBox > .hd .more { position: relative; z-index: 1; float: right; font-size: 14px; color: #999; }
.defaultBox > .hd .more:hover { color: #CC3333; text-decoration: none; }

/*节点归档信息样式*/
.archived-info { float: right;}
.archived-info span { margin: 0 5px;}

/* dateList */
.dateList li { height: 60px; line-height: 30px; font-size: 18px; padding: 15px 10px; margin-bottom: 15px; background: #fff; box-shadow: 0px 0px 4px 0px #d5d5d5; transition: 0.5s;}
.dateList li .date { width: 72px; float: left; text-align: center; font-size: 14px; color: #999999; border-right: 1px solid #e6e6e6; height: 57px; padding-top: 3px; margin-right: 20px;}
.dateList li .date b { display: block; height: 30px; line-height: 30px; font-size: 24px; color: #333;}
.dateList li .date span { display: block; height: 24px; line-height: 24px;}
.dateList li.last { margin-bottom: 0px;}
.dateList li:hover { box-shadow: 0px 0px 4px 0px #92191C;}


/* letterList */
.letterList { width: 100%;}
.letterList td,
.letterList th { padding: 8px; text-align: center;}
.letterList th { color: #CC3333; font-weight: bold; font-size: 15px;}
.letterList thead { background: #f5f5f5; border-bottom: 1px solid #ddd;}
.letterList tr { border-bottom: 1px dotted #ddd;}
.letterList tr.even { background-color: #f9f9f9;}
.letterList .title { text-align: left;}
.letterList .num { display: none;}
.letterList .ico { padding: 8px 5px;}
.letterList .ico img { vertical-align: middle;}
.letterList .dep { width: 60px;}
.letterList .state { width: 80px;}
.letterList .date { width: 80px; font-size: 14px;}
.letterList i { font-style: normal;}
.letterList .s0,
.letterList .noreply { color: #999;}
.letterList .s1 { color: #17d;}
.letterList .s2 { color: #f60;}
.letterList .isreply,
.letterList .s3 { color: #390;}
.letterList .s4 { color: #999;}

/* infoList-ranking */
.infoList-ranking li { height: 24px; line-height: 24px; overflow: hidden; font-size: 14px; margin-bottom: 18px;}
.infoList-ranking li.last { margin-bottom: 0px;}
.infoList-ranking li .number { display: block; width: 24px; height: 24px; float: left; background: #666666; text-align: center; line-height: 24px; font-size: 12px; color: #fff; border-radius: 50%; margin-right: 10px;}
.infoList-ranking li:nth-child(1) .number { background: #db2c10;}
.infoList-ranking li:nth-child(2) .number { background: #e58c00;}
.infoList-ranking li:nth-child(3) .number { background: #e5b700;}

/* sidePicList */
.sidePicList li { overflow: hidden; padding-bottom: 10px; border-bottom: 1px solid #e6e6e6; margin-bottom: 10px;}
.sidePicList li .pic { float: left; margin-right: 15px; width: 110px;}
.sidePicList li .pic img { width: 100%; height: auto;}
.sidePicList li .con { overflow: hidden;}
.sidePicList li .con .title { line-height: 22px; font-size: 14px; max-height: 66px; margin-bottom: 10px; overflow: hidden;}
.sidePicList li .con .others { display: none; line-height: 22px; height: 22px; overflow: hidden; font-size: 12px; color: #999999;}
.sidePicList li.last { padding-bottom: 0px; margin-bottom: 0px; border-bottom: 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: #92191C;}
.detailTable thead th { background: #92191C; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-align: center; border-color: #92191C;}
.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 { height: 73px; border-bottom: 1px solid #dedede;}
.mainBox .mHd>h3 { float: left; height: 66px; font-size: 24px; line-height: 66px; padding: 0 15px; font-weight: bold; color: #CC3333; border-bottom: 3px solid #CC3333; padding-top: 5px;}
.mainBox .mHd>h3 a { color: #CC3333;}
.mainBox .mBd { padding: 20px 0;}
.mainBox .singlePage-title { line-height: 70px; text-align: center; font-size: 36px; font-weight: bold; color: #CC3333; margin-bottom: 30px;}
.mainBox .singlePage-title:after { content: ""; display: block; width: 38px; height: 5px; margin: 0 auto; background: #CC3333;}
.nodeSearchBar { height: 32px; font-size: 14px; float: right; padding-top: 22px;}
.nodeSearchBar .sHd { float: left; line-height: 32px;}
.nodeSearchBar .sBd { overflow: hidden;}
.nodeSearchBar .sBd li { float: left; margin-left: 10px;}
.nodeSearchBar .nodes,
.nodeSearchBar input,
.nodeSearchBar button { float: left; height: 32px; line-height: 32px; border: 1px solid #ddd; font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none; border-radius: 5px;}
.nodeSearchBar .keyword { width: 120px; padding: 0 5px; height: 30px; line-height: 30px;}
.nodeSearchBar button { line-height: 28px; width: 60px; float: left; margin-left: 10px; background: #92191C; border-color: #92191C; color: #fff;}

/* 节点归档信息样式 */
.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 5%; font-size: 16px; background: #CC3333; 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: #97181D; }

/* 依申请、信访、咨询等通用 查询页样色 */
.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: #CC3333; border-bottom-color: #CC3333;}
.userlogincomment .user-mainbox .loginBtn { background: #CC3333; }
.userlogincomment .user-mainbox .loginBtn:hover { background: #97181D;}
.userlogincomment .loginCookie dd .cookie-time { color: #CC3333; }
.userlogincomment .login-tip .registerlink a,
.userlogincomment .login-tip .forget-password a{ color: #CC3333; }