﻿@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", SimSun, 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: 14px;
    line-height: 30px;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif,Open Sans;
    text-align: center;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #4f4f4f;
    text-decoration: none;
    outline: none;
    /* -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms; */
}
a:hover {
    color: #f1940e;
    text-decoration: none;
}
.clear{
    clear: both;
}
.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;
}

/* 公共 */
.iconfont{ font-size: inherit; line-height: inherit; }
.form-control::-webkit-input-placeholder { color: #d2d2d2; }
.form-control::-moz-placeholder { color: #d2d2d2; }

/* 字体 */
@font-face {
  font-family: "SourceHanSerifCN SemiBold";
  font-weight: 500;
  src: url("../../base/fonts/SourceHanSerifCN-SemiBold.woff2") format("woff2"),
  url("../../base/fonts/SourceHanSerifCN-SemiBold.woff") format("woff");
  font-display: swap;
}

/* frame */
body {
    text-align: center;
    min-width: 1200px;
}
.pubWidth,
.container,
.siteWidth {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.container::before, .container::after,
.siteWidth::before, .siteWidth::after {
    content: "";
    display: table;
    clear: both;
}

/* --------------------------------- 顶部 --------------------------------- */
/* header */
#header { position: fixed; left: 0; right: 0; top: 0; z-index: 2; animation: fadeInDown 1s ease 0s 1; background: linear-gradient(180deg, #103374 0%, rgba(16, 51, 116, 0) 100%); text-align: left; min-width: 1200px; }


/* 顶部栏 */
.topbar { min-height: 0; padding: 9px 0; background: #1E4CA2; color: #fff; }
.topbar .row { display: flex; flex-wrap: wrap; }
.topbar .col-lg-6 { flex: 0 0 auto; width: 50%; }
.topbar .welcome { line-height: 32px; font-size: 14px; }
.list-panel { display: flex; justify-content: flex-end; flex-wrap: wrap; }
.list-panel > li { position: relative; z-index: 2; color: #fff; font-size: 14px; height: 32px; padding: 0 10px; }
.list-panel > li::before { position: absolute; left: 0; top: 8px; content: ''; background: rgba(255, 255, 255, 0.8); width: 1px; height: 16px; }
.list-panel > li:first-of-type::before { display: none; }
.list-panel > li a { color: inherit; text-decoration: none; }
.list-panel > li a { display: block; height: 32px; line-height: 32px; padding: 0 10px; }
.list-panel > li a:hover { background: rgba(0, 0, 0 , .1); }
.list-panel > li .iconfont { font-size: 22.4px; }
.list-panel > li .pic { position: absolute; left: 50%; top: 100%; transform: translateX(-50%); margin-top: 20px; padding: 10px; background: #fff; filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2)); transition: all ease 0.8s; visibility: hidden; opacity: 0; }
.list-panel > li .pic::before { position: absolute; content: ''; width: 0; height: 0; left: 50%; bottom: 100%; margin-left: -10px; border: 10px solid transparent; border-bottom-color: #fff; }
.list-panel > li .pic img { width: 150px; height: 150px; }
.list-panel > li:hover .pic { visibility: visible; opacity: 1; }

/* 导航折叠按钮 */
#header .navbar-toggler { display: none; }

/* logo */
#header .logo { flex-grow: 1; }
#header .logo a { display: block; margin: 30px 0; }
#header .logo img { width: auto; height: 70px; }

/* 主导航 */
.navbar { padding: 0; }
.navbar .container { position: relative; display: flex; align-items: center; }

/* 主导航 */
.nav-main { display: flex; }
.nav-main .li1 { position: relative; }
.nav-main .h1 { position: relative; }
.nav-main .a1 { display: block; font-size: 20px; font-weight: bold; color: #fff; text-decoration: none; padding: 0 26px; line-height: 62px; }
.nav-main .hasUl1 .drop { display: none; }

/* 导航下拉-效果 */
.nav-main .hasUl1::after,
.nav-main .h1::after,
.nav-main .h1::before { transition: all ease 0.7s; }
.nav-main .hasUl1::after { position: absolute; display: block; content: ''; left: 50%; margin-left: -1px; bottom: 0; width: 0; height: 10px; border-left: 2px solid #FECE49; transform-origin: center bottom; transform: scaleY(0); }
.nav-main .hasUl1:hover::after { transform: scaleY(1); }
.nav-main .h1::before,
.nav-main .h1::after { position: absolute; display: block !important; content: ''; top: 100%; width: 50%; height: 0; border-bottom: 2px solid #FECE49; transform: scaleX(0); }
.nav-main .h1::before { left: 0; transform-origin: right top; }
.nav-main .h1::after { right: 0; transform-origin: left top; }
.nav-main .hasUl1:hover .h1::after,
.nav-main .hasUl1:hover .h1::before { transform: scaleX(1); }

/* 导航下拉菜单 */
.nav-main .dropdown1 { position: absolute; display: none; padding: 0; left: 0; top: 100%; margin-top: 2px; width: 100%; background: linear-gradient(180deg, rgba(30, 76, 162, 0.95) 62.24%, rgba(30, 76, 162, 0) 100%); }
.nav-main .dropdown1 .ul1 { position: relative; z-index: 1; display: block; padding-bottom: 60px; }
.nav-main .dropdown1 .li2 { border-top: 1px solid rgba(255, 255, 255, .1); }
.nav-main .dropdown1 .li2:first-of-type { border-top: none; }
.nav-main .dropdown1 .a2 { display: block; padding: 12.8px 8px; line-height: 1.4; font-size: 16px; color: #fff; text-align: center; }
.nav-main .dropdown1 .a2:hover { font-weight: bold; background: rgba(0, 0, 0, .2); text-decoration: none; }


/* 搜索弹窗按钮 */
.nav-panel { position: relative; z-index: 1; order: 1; }
.nav-panel .btn-search { margin-left: 16px; font-size: 18px; width: 40px; height: 40px; line-height: 40px; color: #fff; font-weight: normal; border: 1px solid #fff; border-radius: 50%; cursor: pointer; text-align: center; transition: all ease 0.3s; }
.nav-panel .btn-search:hover { transform: scale(1.1); }

/* 搜索弹框 */
#modal-search { background: rgba(0, 0, 0, .7); position: fixed; top: 0; left: 0; z-index: 1055; display: none; width: 100%; height: 100%; }
#modal-search .modal-backdrop{ display: none !important; }
#modal-search .modal-dialog{ max-width: none; height: 100%; display: flex; align-items: center; justify-content: center; }
#modal-search .modal-content{ width: 900px; background: none; box-shadow: none; border: none; border-radius: 0; }
#modal-search .btn-close { position: absolute; z-index: 1; left: 50%; top: 50%; margin: 80px 0 0 -32px; padding: 20px; color: #fff; font-size: 24px; color: #fff; pointer-events: auto; text-align: center; line-height: 1; opacity: 1; font-weight: bold; box-shadow: none; background: none; border: none; transition: all ease .4s; }
#modal-search .btn-close:hover{ transform: rotate(180deg); }
.s-form { display: flex; }

/* 搜索站点选择 */
.s-form .select-box { display: none; }

/* 搜索输入框 */
.s-form .input-box { position: relative; width: 1%; flex-grow: 1; background: #fff; border-radius: 5px 0 0 5px; }
.s-form .input-box input { position: relative; width: 100%; height: auto; vertical-align: top; padding: 17px 24px; line-height: 32px; border: 0; outline: none; background: none; font-size: 16px; }
.s-form .input-box .dropdown-word { position: absolute; top: 100%; width: auto; left: 30px; right: 0; background: #fff; max-height: 190px; overflow-y: auto }
.s-form .input-box .dropdown-word li { padding: 0 10px; font-size: 15px; line-height: 2.5; cursor: pointer; }
.s-form .input-box .dropdown-word li:hover { background: #f5f5f5; color: #1E4CA2; }
.s-form .btn-box { background: linear-gradient(180deg, #1E4CA2, #205CC4); border-radius: 0 5px 5px 0; }
.s-form .btn-box input{ height: auto; line-height: 32px; padding: 17px 40px; overflow: hidden; border: none; outline: none; color: #fff; background: none; font-size: 18px; text-align: center; font-weight: bold; }
.s-form .btn-box input:focus{ outline: none; box-shadow: none; }
.s-form .link-box{ text-align: right; font-size: 14px; }

/* 迷你顶部 */
#header .logo img { transition: width,height ease 0.6s; }
#header,
#header .logo a,
#header .nav-main,
#header .topbar { transition: all ease 0.6s; transform-origin: center top; }
#header.mini { box-shadow: 0 4px 8px rgba(0, 0, 0, .15); background: #fff; }
#header.mini .logo a { margin: 13px 0; background: url(../../base/img/logo-custom.png) no-repeat left center; background-size: auto 100%; }
#header.mini .logo img { visibility: hidden; opacity: 0; height: 54px; }
#header.mini .topbar { padding: 5px 0; }
#header.mini .nav-main { margin-bottom: 0; }
#header.mini .nav-main .a1 { color: #333; }
#header.mini .nav-panel .btn-search { border-color: #ccc; color: #999; }



#content {
    clear: both;
    margin: 0 auto;
    padding: 20px 0 40px;
    width: 1200px;
    position: relative;
    min-height: 300px;
    z-index: 1;
    text-align: left;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* ----------------------------------- 底部 ----------------------------------- */
#footer { position: relative; z-index: 1; background: #19418d; background-size: cover; color: #fff; text-align: left; }
#footer .row { display: flex; flex-wrap: wrap; align-items: center; }
#footer .col-lg-3 { flex: 0 0 auto; width: 25%; }
#footer .col-lg-6 { flex: 0 0 auto; width: 50%; }
#footer a { color: inherit; }
#footer img { margin-right: 0 !important; }
.footer-top { padding: 24px 0; }
.footer-logobar { display: block; }
.footer-logo { max-width: 80%; }
.footer-logo img { max-width: 100%; height: 60px; margin: 0 !important; }
.list-slogan { display: flex; flex-wrap: wrap; text-align: left; justify-content: flex-start; margin-top: 12px; gap: 8px 16px; }
.list-slogan li { display: flex; width: calc(50% - 8px); font-size: 14px; line-height: 1.4; font-family: "SourceHanSerifCN SemiBold"; }
.list-slogan li .iconfont { font-size: 8px; margin-right: 10px; line-height: 2.8; }
.footer-contact { display: block; text-align: left; }
.footer-contact li { padding: 2px 0; font-size: 14px; line-height: 1.4; }
.footer-contact li .iconfont { font-size: 20px; margin-right: 6px; vertical-align: middle; }
.footer-qrcode { display: flex; justify-content: flex-end; height: 100%; }
.footer-qrcode li { position: relative; margin: 0 10px; text-align: center;}
.footer-qrcode .pic img { width: 105px; height: auto; }
.footer-qrcode .tit { margin-top: 11.2px; line-height: 1; font-size: 0.875em; }

#footer .copyRight { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 16px 0; line-height: 2.2; font-size: 14px; color: rgba(255, 255, 255, 0.6); text-align: center; }
#footer .copyRight img { vertical-align: middle; margin-right: 5px !important; }
#footer .pics { display: inline-flex; vertical-align: middle; align-items: center; flex-wrap: wrap; margin-top: 24px; }
#footer .pics img { height: auto; width: auto; margin: 0 6px; }

/* pageBanner */
.page-banner { height: 450px; overflow: hidden; background: url(../img/page-banner.jpg) no-repeat center top; background-size: cover; }

/* 主栏 和 侧栏 */
.mainContent {
    border: solid 1px #dfe1ea;
    padding: 20px;
    overflow: hidden;
    position: relative;
}
.side {
    font-size: 14px;
    width: 280px;
    margin-right: 20px;
    float: left;
}
/* 位置导航 */
.path {
    color: #7c7c7c;
    line-height: 20px;
    text-align: left;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    padding: 20px 0 0;
}
.path a,
.path span {
    padding: 0 3px;
    color: #7c7c7c;
}
.path em {
    background: url(../img/path-icon.png) no-repeat 0 50%;
    padding-left: 24px;
    margin-left: 24px;
}
.mHd .path {
	flex-shrink: 0;
	order: 1;
    float: right;
    color: #333;
    padding: 0;
	margin: 6px 0 0 15px;
}
.mHd .path em {
    background: url(../img/path-icon.png) no-repeat 0 50%;
    padding-left: 24px;
    margin-left: 24px;
}
.mHd .path a{
    font-size: 14px;
    color: #333;
}















/* 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;
}
/* 侧栏-栏目菜单 */
#sideMenu li {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    vertical-align: top;
}
#sideMenu li a {
    display: block;
    height: auto;
    line-height: 20px;
	padding: 14px 40px 14px 40px;
    border-right: 0;
    text-align: left;
    background: url(../img/sideli_off.png) 210px 50% no-repeat;
    background-color: #f2f4f8;
	border: solid 1px #e4e6ee;
}
#sideMenu .on a,
#sideMenu li a:hover {
    color: #fff;
    text-decoration: none;
    background: url(../img/sideli_on.png) 210px 50% no-repeat;
    background-color: #7893bb;
    border-color: #7893bb;
}
/* box */
.box .hd {
    height: 45px;
    line-height: 45px;
    position: relative;
    font-size: 18px;
    margin-bottom: -1px;
}
.box .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/list-icon.png) no-repeat center;
    border-radius: 50%;
}
.box .hd .more a {
    color: #999
}
.box .hd .more {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}
.box .hd .more:hover {
    transform: rotate(360deg);
    background-color: #f7bc68
}
.box .hd h3 {
    background: #416eb4;
    position: absolute;
    color: #fff;
    font-weight: bold;
    padding: 0 25px 0px 25px;
    border-radius: 6px 6px 0 0
}
.box .hd h3 a {
    color: #fff;
}
.box .hd h3 a:hover {
    text-decoration: none;
}
.box .hd ul {
    position: absolute;
    overflow: hidden;
}
.box .hd li {
    float: left;
    position: relative;
    margin-right: 10px;
}
.box .hd li a {
    display: block;
    padding: 0 8px 0 38px;
    font-size: 20px;
    line-height: 35px;
    height: 43px;
    font-weight: bold;
    color: #616467;
    border-radius: 6px 6px 0 0;
}
.box .hd li a {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.box .hd li a:hover {
    text-decoration: none;
}
.box .hd .on a {
    color: #416eb4;
    border-bottom: 2px solid #416eb4;
}
.box .hd .on a {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.box .bd {
    padding: 20px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background: #fcfcfc;
}
/* 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: #416eb4;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
    height: 40px;
    border-bottom: 2px solid #416eb4;
}
.boxA .hd h3 a {
    color: #416eb4;
}
.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 #416eb4;
    border-bottom: 0;
}
.boxA .bd {
    padding: 5px;
    overflow: hidden;
}
/* boxB */
.boxB {
    background: #fff;
}
.boxB .hd {
    height: 39px;
    line-height: 39px;
    position: relative;
    border: 1px solid #E1E1E1;
}
.boxB .hd .more {
    font-size: 14px;
    position: absolute;
    right: 10px;
    color: #666;
}
.boxB .hd h3 {
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    background: #416eb4;
    position: absolute;
    height: 41px;
    line-height: 41px;
    left: -1px;
    top: -1px;
}
.boxB .hd h3 a {
    color: #fff
}
.boxB .bd {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #E9E9E9;
    border-top: 0;
}
/* boxC */
.boxC {
    margin-bottom: 15px;
    overflow: hidden;
}
.boxC .hd {
    height: 30px;
    line-height: 30px;
    background: #FAFAFA;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
}
.boxC .hd .more {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
}
.boxC .hd .more a {
    color: #666
}
.boxC .hd ul {
    overflow: hidden;
}
.boxC .hd ul li {
    float: left;
}
.boxC .hd ul a {
    display: block;
    float: left;
    line-height: 16px;
    padding: 0 20px;
    margin: 9px 0;
    border-right: 1px solid #ccc;
}
.boxC .hd ul a:hover {
    text-decoration: none
}
.boxC .hd ul li:last-child a {
    border-right: 0
}
.boxC .hd .on a {
    color: #416eb4;
}
.boxC .bd {
    overflow: hidden;
    padding: 8px 5px
}
/* boxD */
.boxD {
    margin-bottom: 20px;
}
.boxD .hd {
    height: 40px;
    line-height: 40px;
    background: #416eb4;
}
.boxD .hd h3 {
    font-size: 18px;
    color: #fff;
}
.boxD .hd h3 a {
    color: #fff
}
.boxD .hd h3 i {
    display: block;
    float: left;
    width: 42px;
    height: 40px;
    background: url(../img/icons-zwgk.png) #00599D 10px 10px no-repeat;
    margin-right: 10px;
}
.boxD .bd {
    background: #fff;
    overflow: hidden;
    border: 1px solid #E9E9E9;
    border-top: 0;
}
/* boxE */
.boxE {
    margin-bottom: 15px;
}
.boxE .hd {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 2px solid #416eb4;
}
.boxE .hd h3 {
    float: left;
    padding: 0 20px;
    background: #416eb4;
    color: #fff;
    font-size: 18px;
}
.boxE .hd h3 a {
    color: #fff;
    display: block;
    float: left;
}
.boxE .hd .more {
    float: right;
}
.boxE .bd {
    padding: 10px;
    overflow: hidden;
}
/* 侧栏盒子模型 */
.sideBox {
    margin-bottom: 20px;
}
.sideBox .hd {
	padding: 12px 0;
    overflow: hidden;
	background-color: #245cae;
}
.sideBox .hd .more {
    float: right;
}
.sideBox .hd h3 {
	position: relative;
    font-size: 22px;
	line-height: 1.4;
	padding: 10px 25px;
    color: #fff;
    text-align: center;
    float: none;
}
.sideBox .hd h3::before {
	content: "";
    width: 40px;
	height: 2px;
	background-color: #ffffff;
    position: absolute;
    left: 0;
	right: 0;
	margin: auto;
    bottom: 0;
}
.sideBox .hd h3 a {
    color: #fff;
}
.sideBox .hd h3 a:hover {
    text-decoration: none;
}
#sideMenu .bd {
    padding: 30px 0 30px 30px;
    min-height: 600px;
    background: #f7f8fc url(../img/sideMenu_bg.jpg) no-repeat left bottom;
}
/*节点归档信息样式*/
.archived-info {
    float: right;
}
.archived-info span {
    margin: 0 5px;
}
/* infoListA */
.infoListA li {
    padding: 0 0 10px 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
    background: url(../img/icons.png) 0 -387px no-repeat;
    position: relative;
}
.infoListA .date {
    color: #999;
    float: right;
}
.infoListA .last {
    border-bottom: 0
}
/* 日历式列表 */
.calendarList li {
    height: 60px;
    padding: 10px 0;
}
.calendarList li .calendar {
    float: left;
    width: 60px;
    height: 60px;
    background: #abb898;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
    margin-right: 20px;
    display: inline;
}
.calendarList li .calendar em {
    display: block;
    line-height: 20px;
    font-size: 24px;
    padding-top: 10px;
}
.calendarList li .title {
    font-size: 16px;
    font-weight: bold;
}
.calendarList li .intro {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 信件列表 */
.letterList {
    width: 100%;
    border: none;
}
.letterList th,
.letterList td {
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    line-height: 26px;
    padding: 5px 5px
}
.letterList th {
    background: #f1f6fa;
}
.letterList th {
    color: #416eb4;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    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: #416eb4;
}
.detailTable thead th {
    background: #416eb4;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-color: #416eb4;
}
.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", SimSun, 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;
	display: flex;
	justify-content: space-between;
    border-bottom: 1px solid #ecf0fa;
    line-height: 1.6;
    height: 52px;
}
.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: #416eb4
}
.mainBox .mHd h3,
.mainBox .mHd .list .on {
	min-width: 0;
    position: relative;
    display: block;
    height: 51px;
    padding: 0 20px;
    white-space: nowrap;
    color: #2358a6;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    border-bottom: 2px solid #416eb4;
}
.mainBox .mHd h3 a {
    color: #416eb4
}
.mainBox .mBd {
    padding-top: 10px;
}
.mailbtn {
	margin:0;
}
.mailbtn li{
    float:left;
}
.mailbtn li a{
	border:1px #fff solid;
	border-radius: 5px;
	color:#fff;
	display:block;
    line-height:30px;
    padding:0px 20px;
    margin:0px 10px 0px 0px;
}
.mailbtn li a:hover{
	color:#245cae;
    background-color:#fff;
}
.blank30{
    height:30px;
}
/* 友情链接模拟下拉 */
.friendLinks {
    background: #416eb4;
    padding: 8px 0;
    height: 36px;
}
.friendLinks dl {
    width: 222px;
    margin-right: 15px;
    float: left;
    display: inline;
    position: relative;
    border-radius: 5px;
}
.friendLinks dl dt {
    height: 36px;
    line-height: 36px;
    padding: 0 5px 0 8px;
    overflow: hidden;
    background: #5682c5;
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.friendLinks dl dt i {
    right: 12px;
    top: 50%;
    margin-top: -2px;
    border-width: 5px;
    position: absolute;
    border-color: transparent;
    border-style: dashed;
    border-top-color: #245baf;
    border-top-style: solid;
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
.friendLinks dl dt h3 {
    width: 175px;
}
.friendLinks dd {
    bottom: 35px;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
}
.friendLinks ul {
    max-height: 389px;
    border: 1px solid #ccc;
    background: #fff;
    overflow-y: scroll;
    border-radius: 5px;
}
.friendLinks li {
    line-height: 22px;
    padding: 8px 10px;
    border-bottom: 1px dotted #ccc; /* word-break:keep-all; *//* white-space:nowrap; */
    cursor: pointer;
}
.friendLinks li a {
    display: block;
}
.friendLinks li a:hover {
    text-decoration: none
}
.friendLinks li:hover {
    color: #CD3333;
    background-color: #f1f1f1
}
.friendLinks .last {
    border-bottom: 0
}
.friendLinks .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);
}
.friendLinks .on dt {
    background: #f7bc68
}
.friendLinks .on dt i {
    border-top-style: none;
    border-bottom-color: #aaa;
    border-bottom-style: solid;
}
.friendLinks .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);
}
.friendLinks .on dd ul {
    border-color: #bbb;
}
/* 侧栏-栏目内搜索 */
#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";
    outline: none
}
#sideSearch .keyword {
    width: 60%;
    padding: 0 5px;
}
#sideSearch button {
    line-height: 28px;
    width: 32%;
    float: right;
    background: #416eb4;
    border-color: #416eb4;
    color: #fff;
}
/*验证码*/
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: #416eb4;
    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 {
    background: #fff;
    padding: 3% 0;
    width: 80%;
    margin: 30px auto;
    border: 1px solid #e2e2e2;
    font-size: 16px;
}
.queryForm td {
    padding: 8px 0
}
.queryForm .tdlab {
    width: 40%;
    text-align: right;
}
.queryForm input[type=text] {
    width: 56%;
    height: 30px;
}
.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
}





@media (max-width: 1200px) {
    #header { position: absolute; }
}
@media (max-width: 1300px) {
    #header { position: absolute; }
    .list-panel > li .pic { left: auto; right: 0; margin-left: 0; transform: none; }
    .list-panel > li .pic::before { left: auto; right: 30px; margin-left: 0; }
}