﻿@charset "UTF-8";

/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/

/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,
img { vertical-align: top; border: 0; }
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i { font-weight: normal; font-style: normal; }
ol,
ul,
li { list-style: none; }
div,
dl,
dt,
dd,
ol,
ul,
li { zoom: 1; }
caption,
th { text-align: left; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal; font-size: 100%; }
q:before,
q:after { content: ""; }
abbr,
acronym { border: 0; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; }
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time { margin: 0; padding: 0; display: block; zoom: 1; }

/* Public */
body { color: #333; font-size: 16px; line-height: 36px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: #333; text-decoration: none; outline: none; }
a:hover { color: #1266C3; }
.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: 30px; 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; }

/* frame */
html { background: #f5f5f5; }
body { text-align: center; min-width: 1200px; background: #fff; margin: 0 auto;}
.siteWidth,.container { position: relative; max-width: 1200px; margin: 0 auto; }
#content { clear: both; margin: 0 auto; padding: 20px 0; width: 1200px; position: relative; min-height: 386px; z-index: 1; text-align: left; }
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}


/* topBar */
.topBar { height: 36px; line-height: 36px; padding: 7px 0; z-index: 9; position: absolute; top: 0; left: 0; font-size: 14px; text-align: left; background-color: rgba(255, 255, 255, 0.5); width: 100%; min-width: 1200px; }
.topBar .sw a { padding-right: 15px; margin-right: 15px; position: relative; display: block; float: left;}
.topBar .sw a::after { display: block; content: ""; background-color: #A5D2F3; width: 1px; height: 12px; right: 0; top: 50%; transform: translateY(-50%); position: absolute; }
.topBar .sw a:last-child::after { display: none; }
.topBar .siteWidth { overflow: visible; }
.topBar .links { float: right; }
.topBar .links dl { position: relative; float: left; margin-left: 15px; }
.topBar .links dt { display: flex; align-items: center; cursor: pointer; }
.topBar .links dt::after { display: block; content: "|"; font-size: 12px; color: #A5D2F3; font-family: "simsun"; margin-left: 15px;}
.topBar a:hover,
.topBar .links dt:hover { color: #004FA7; }
.topBar .links .userLogin dt::before { display: none;}
.topBar .links dd { clear: both; display: none; padding: 7px; background: #fff; position: absolute; right: 50%; top: 40px; margin-right: -60px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .3); }
.topBar .links dd img { width: 120px; height: 120px; }
.topBar .links dd i { z-index: 8; position: absolute; top: -14px; left: 50%; margin-left: -4px; border-width: 7px; border-color: transparent; border-style: dashed; border-bottom-color: #fff; border-bottom-style: solid; display: block; font-size: 0; line-height: 0; width: 0; }
.topBar .links .on dd { display: block; }

.topBar .links dl:last-child dt::after { font-size: 0; }

/* 顶部注册登录 */
.topBar .userLogged {margin-top: 0;margin-right: 0;}
.topBar .userLogged .loggedin { margin-top: 2px; }
.topBar .userLogged .split { font-family: "simsun"; color: #A5D2F3 !important; }
.topBar .userLogged .userDropdown .nickname { font-weight: normal; }
.topBar .userLogged .loggedin .myMsg { background: url(../img/icons-userlogged.png) -37px -237px no-repeat; }
.topBar .userLogged .userDropdown .nickname:after { background: url(../img/userlogged-arrow.png) 0px 0px no-repeat; }
.topBar .userLogged .userDropdown .avatar { display: none; }
.topBar .userLogged .userDropdown .ud-bd { right: -17px; }
.topBar .userLogged .userDropdown .ud-bd li a { opacity: 1; }

.topBar .robot { display: none;}

/* ind-banner */
.ind-banner { width: 100%; min-width: 1200px; height: 100vh; }
.ind-banner .hd,.ind-banner .bd .con { display: none; }
.ind-banner .bd li { height: 100vh; }
.ind-banner .bd .pic img { height: 100vh; display: block; min-width: 1200px; width: 100%; animation: slideBanner 6s ease-in-out 1; object-fit: cover; }
@keyframes slideBanner {
    0% { transform: scale(1.2); }
    100% {transform: scale(1); }
}
#videoBg { width: 100%; height: 100vh; object-fit: cover; }

/* pagebanner */
.pagebanner { min-width: 1200px; background: url(../img/pagebanner.jpg) no-repeat center; height: 400px; background-size: cover; }

/* header */
.header { text-align: left; min-width: 1200px; position: relative; }
#logo { margin-bottom: 40px; padding-top: 118px; height: 92px; }
#logo img { max-width: 100%; }
.headerTop { z-index: 2; height: 100%; position: absolute; width: 100%; min-width: 1200px; top: 0; left: 0; }
.headerTop .siteWidth { display: flex; flex-wrap: wrap; justify-content: center; box-sizing: border-box; }

/* 搜索框 */
.siteSearchBar { height: 60px; margin: 0 auto 35px; width: 740px; position: relative;}
.s-form { vertical-align: top; height: 60px; line-height: 60px; position: absolute; left: 0; top: 0; }
.s-form .input-box { float: left; }
.s-form .input-box input { width: 609px; border: 1px solid #709BCC; border-right: none; vertical-align: top; background-color: rgba(255, 255, 255, 0.85); border-radius: 5px 0 0 5px; height: 58px; font-size: 16px; padding: 0 20px; line-height: 58px; outline: none; }
.s-form .btn-box { float: right; width: 90px; height: 60px; }
.s-form .btn-box input { height: 60px; line-height: 60px; vertical-align: top; font-size: 16px; text-align: center; color: #fff; overflow: hidden; border: none; border-radius: 0 5px 5px 0; background: #004FA7; width: 90px; outline: none; }
.s-form .btn-box input:active { background-color: #07468D; }
.s-form .link-box { text-align: center; font-size: 14px; }
.s-form .select-box { float: left; width: 100px; height: 38px; border: none; background: #fff; border: 1px solid #ccc; border-right: none; position: relative; display: none; }
.s-form .select-box ul { position: absolute; background: #f7f7f7; border-top: 0; line-height: 1.8; display: none; left: -1px; top: 39px; border: 1px solid #ccc; 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: 38px; line-height: 38px; width: 80px; text-align: center; }
.s-form .select-box a:hover { text-decoration: none; }
.s-form .select-box .arrow-dn { display: inline-block; top: 16px; height: 0; width: 0; font-size: 0; overflow: hidden; border: 5px solid transparent; border-color: #666 transparent transparent; position: absolute; right: 10px; top: 18px; transition: -webkit-transform 0.1s ease-in-out; transform: translate3d(0, 0, 999px); backface-visibility: visible; -webkit-transition: -webkit-transform 0.1s ease-in-out; -webkit-transform: translate3d(0, 0, 999px); -webkit-backface-visibility: visible; -moz-transition: -moz-transform 0.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: 11px; }
.s-hot-search { position: absolute; padding-top: 50px; z-index: -1; margin-top: -10px; font-size: 12px; }
.s-hot-search a { color: #666; }

/* 主导航 */
.topNav { position: relative; min-width: 1200px; z-index: 3; height: 45px; padding: 12px 0; width: 100%; background-color: #0253AE; overflow: hidden; }
.topNav::before,
.topNav::after { display: block; position: absolute; content: ""; width: 100%; height: 8px; background: url(../img/nav-line.png) repeat-x; left: 0; min-width:1200px; }
.topNav::before { top: 1px; }
.topNav::after { bottom: 1px; }
.mainNav { display: flex; justify-content: space-between; width: 85%; }
.mainNav .li1 { min-width: 0; width: 150px; }
.mainNav .last1 { margin-right: 0; }
.mainNav .a1 { display: block; color: #fff; /* background-color: #116ACE; */ box-sizing: border-box; border-radius: 5px; text-align: center; font-size: 18px; height: 45px; line-height: 43px; font-weight: bold; padding: 0 15px; }
.mainNav .on1 .a1 { background-color: rgba(255,255,255,1); color: #0050AB; }

.slbBtn a { position: absolute; z-index: 3; top: 1px; right: 15px; height: 42px; font-size: 18px; font-weight: bold; line-height: 42px; padding: 0 20px 0 46px; transition: all 0.5s; color: white; border-radius: 40px; background: #ff9e15 url(../img/icon-old.png) no-repeat 20px center; background-size: auto 60%; }
.slbBtn a:hover { text-decoration: none; background-color: #e58907; }

/* 主栏 和 侧栏 */
.mainContent { overflow: hidden; }
.side { width: 280px; float: left; margin-right: 30px; }

/* 位置导航 */
.path { color: #999; line-height: 20px; margin: 20px auto 0; text-align: left; font-size: 14px; max-width: 1180px; }
.path a,
.path span { padding: 0 3px; color: #666; }
.path a:hover { color: #1266C3; }


.mHd .path { float: right; margin-top: 15px; max-width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.power-content_voice { margin-bottom: 20px; }

/*footer*/
#footer { color: #fff; background: #1266C3; position: relative; text-align: left; padding: 30px 0; min-width: 1200px; }
#footer .footNav { padding-bottom: 10px; overflow: hidden; }
#footer .footNav li { float: left; }
#footer .footNav .spe { margin: 0 10px; }
#footer .footNav a,
#footer .copyRight a { color: #fff; }
#footer .footNav a:hover,
#footer .copyRight a:hover { color: #f5dc0a; }
#footer .copyRight {  line-height: 30px; font-size: 14px; padding-right: 400px; }
#footer .copyRight img { vertical-align: text-bottom; }
#footer .pics { position: absolute; right: 0; top: 10px; display: flex; align-items: center; justify-content:space-between; }
#footer .pics li { float: left; margin-left: 15px; margin-bottom: 15px;}
#footer .pics img { height: 63px; }
#footer .pics .ul2 { width: 250px; }
#footer .pics .ul2 img { width: 110px; height: 52px; }

/* 侧栏固定菜单 */
.sideFixed { z-index: 10; position: fixed; top: 50%; transform: translateY(-50%); right: 5px; font-size: 14px;}
.robot .tips { position: absolute; right: 0; top: -65px; width: 146px; padding: 10px; display: none; margin-bottom: 10px; font-size: 12px; line-height: 1.5; background-color: #fff; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1)); border-radius: 5px; }
.robot .tips span { display: block; background: #fff; position: relative; z-index: 1;}
.robot .tips::after { display: block; content: ""; position: absolute; right: 30px; top: 98%; width: 0; height: 0; border: 8px solid transparent; border-top: 8px solid #fff;}
.robot:hover .tips { display: block; }
.robot .robot-pic { background: url(../img/robot.png) no-repeat; width: 70px; height: 97px; float: right; filter: drop-shadow(0px 0px 20px rgba(4, 27, 51, 0.25));}
.robot .robot-pic a { display: block; width: 100%; font-weight: bold; font-size: 16px; line-height: 1.2; color: #fff; box-sizing: border-box; padding: 45px 14px 0;}



/* 友情链接模拟下拉 */
.friendLinks { padding-bottom: 20px; text-align: center; min-width: 1200px; position: relative; }
.friendLinks dl { width: 224px; float: left;; position:relative; margin-right: 20px;}
.friendLinks dl:last-child { margin-right: 0; }
.friendLinks dl dt{height: 48px;line-height: 48px;padding:0 5px 0 15px; overflow:hidden; color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); position:relative;cursor:pointer;}
.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: #fff;border-top-style:solid;content:"";display:block;font-size:0;line-height:0;width:0;}
.friendLinks dl dt h3{width:210px; text-align: left;}
.friendLinks dd { bottom: 48px;display:none;width:100%;position:absolute;left:0;}
.friendLinks ul{ max-height: 389px; border:1px solid #0564a3; background:#fafafa;overflow-y:scroll; }
.friendLinks li{ border-bottom:1px dotted #ddd; cursor:pointer; color: #333;}
.friendLinks li a{display:block; width: 100%; height: 100%; line-height:22px;padding: 8px 0; }
.friendLinks li:hover{ background-color:#eee }
.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{border-color:#ffd803; color: #ffd803;}
.friendLinks .on dt i{  border-top-style:none; border-bottom-color:#ffd803;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; }

/* 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: 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 .hd { height: 80px; background: #0253AE; }
#sideMenu .hd h3 { line-height: 80px; text-align: center; font-size: 24px; font-weight: bold; color: #fff; }
#sideMenu .bd { padding: 20px; box-sizing: border-box; border: 1px solid #E3E3E3; border-top: none;}
#sideMenu li { margin-bottom: 12px; }
#sideMenu li a { background-color: #F3F8FE; height: 50px; width: 100%; transition: 0.3s all; text-align: center; box-sizing: border-box; padding: 0 30px; justify-content: center; display: flex; align-items: center; line-height: 22px; font-size: 16px; border-radius: 0 25px;}
#sideMenu li:last-child { margin-bottom: 0; }
#sideMenu li:hover a,
#sideMenu li.on a { background: #b12828; color: #fff; font-weight: bold; }

/* box-tab */
.box-tab .hd { height: 45px; overflow: hidden; line-height: 45px;}
.box-tab .hd li { float: left; position: relative; display: flex; align-items: center; justify-content: center; }
.box-tab .hd li a,.box-tab .hd li span { color: #5E6E7F; font-size: 20px; line-height: 45px; font-weight: bold; display: block; padding: 0 40px; border-radius: 5px; position: relative; height: 45px;}
.box-tab .hd li.on a { background-color: #0253ae; }
.box-tab .hd li.on a,.box-tab .hd li.on span { color: #fff; }
.box-tab .hd h3 { float: left; position: relative; display: flex; align-items: center; justify-content: center; }
.box-tab .hd h3 a,.box-tab .hd h3 span { color: #fff; background-color: #0253ae; font-size: 20px; line-height: 45px; font-weight: bold; display: block; padding: 0 18px; position: relative; height: 45px; }
.box-tab .hd .more { float: right; color: #636363; font-size: 14px; }
.box-tab .hd .more:hover { color: #0f4fa6; }
.box-tab .bd { clear: both; }
.box-tab .infoList { padding-top: 10px; }

/* box-border */
.box-border .hd { margin-bottom: 20px; height: 50px; line-height: 40px; border-bottom: 1px solid #D9D9D9; }
.box-border .hd li { float: left; font-size: 20px; font-weight: bold; margin-right: 25px; height: 50px; }
.box-border .hd li a { color: #5E6E7F; }
.box-border .hd li.on { position: relative; }
.box-border .hd li.on a { color: #1266C3; }
.box-border .hd h3 { float: left; color: #1266C3; font-size: 20px; font-weight: bold; height: 50px; position: relative; }
.box-border .hd li.on::after,
.box-border .hd h3::after { background-color: #0253AE; border-radius: 5px; height: 3px; width: 100%; display: block; content: ""; position: absolute; bottom: -2px; left: 0; }
.box-border .hd h3 a { color: inherit; }
.box-border .hd .more { float: right; font-size: 14px; color: #636363; transition: 0.3s all; }
.box-border .hd .more:hover { color: #1266C3; }
.box-border .bd { clear: both; }

@font-face {
    font-family: "Source-Han-Serif-CN"; 
    src: url('../../base/fonts/Source-Han-Serif-CN-Heavy.ttf') format('truetype'); 
}

/* box-block */
.box-block>.hd { text-align: center; display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; }
.box-block>.hd::before,
.box-block>.hd::after { display: block; content: ""; min-width: 0; flex: 1 0 0%; height: 4px; /* background: url(../img/hw-line.png) repeat-x; */ background-color: #bbcadd; opacity: 0.4;}
.box-block>.hd>h3 { font-weight: bold; font-size: 32px; color: #1266C3; min-width: 0; padding: 0 30px; font-family: "Source-Han-Serif-CN"; }
.box-block>.hd>h3 a { color: inherit; }

/* box-special */
.box-special { margin-bottom: 50px; }
.box-special .bd { position: relative; }
.box-special .bd li { width: 280px; float: left; text-align: center; margin-right: 26.5px; }
.box-special .bd .pic { width: 280px; height: 100px; border-radius: 10px; overflow: hidden; display: block; }
.box-special .bd .pic img { width: 100%; height: 100%; transition: 0.5s all; }
.box-special .bd .pic:hover img { transform: scale(1.08); }
.box-special .bd .tit { display: none; }
.box-special .tempWrap { width: 1200px !important; overflow: hidden; }

.box-special .bd .arrow { display: block; content: ""; width: 30px; height: 40px; background-color: rgba(0, 0, 0, 0.3); transition: all 0.5s;  text-align: center; line-height: 40px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1;}
.box-special .bd .arrow::after { display: block; content: "\E648"; font-size: 20px; color: #fff; font-family: "iconfont"; }
.box-special .bd .prev { left: 0;  }
.box-special .bd .next { right: 0;  }
.box-special .bd .next::after { content: "\E647"; }
.box-special .bd .arrow:hover { background-color: #1266C3; }

/* box */
.box { margin-bottom: 15px; }
.box .hd { margin-bottom: 5px; height: 42px; line-height: 38px; position: relative; border-bottom: 1px solid #ddd; font-size: 20px; }
.box .hd .more { position: absolute; right: 0; color: #999; font-size: 14px; }
.box .hd .more a { color: #999; }
.box .hd h3 { border-bottom: 3px solid #0253AE; font-weight: bold; line-height: 40px; position: absolute; color: #0253AE; padding: 0 15px; }
.box .hd h3 a { color: #0253AE; }
.box .hd h3 a:hover { text-decoration: none; }
.box .hd ul { position: absolute; height: 39px; line-height: 33px; overflow: hidden; }
.box .hd li { float: left; padding: 0 12px 4px 12px; position: relative; }
.box .hd li a:hover { text-decoration: none; }
.box .hd .on { border-bottom: 2px solid #0253AE; }
.box .hd .on a { color: #0253AE; }
.box .bd { padding: 5px; overflow: hidden; }

/* boxA */
.boxA { margin-bottom: 15px; }
.boxA .hd { height: 39px; line-height: 39px; position: relative; border-bottom: 1px solid #e1e1e1; background: #f9f9f9; }
.boxA .hd .more { font-size: 14px; position: absolute; right: 10px; color: #999; }
.boxA .hd h3 { position: absolute; color: #0253AE; font-size: 18px; line-height: 38px; padding: 0 20px; background: #f9f9f9; border: 1px solid #e1e1e1; border-top: 3px solid #0253AE; border-bottom: 0; }
.boxA .hd h3 a { color: #0253AE; }
.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 #0253AE; 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: #0253AE; 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: #0253AE; }
.boxC .bd { overflow: hidden; padding: 8px 5px; }

/* boxD */
.boxD { margin-bottom: 20px; }
.boxD .hd { height: 40px; line-height: 40px; background: #0253AE; }
.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 #0253AE; }
.boxE .hd h3 { float: left; padding: 0 20px; background: #0253AE; 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; border: 1px solid #ececec; padding: 10px 18px 15px 18px; background: #fff; border-top: 2px solid #0253AE; }
.sideBox .hd { overflow: hidden; padding: 0px 0 10px 0; }
.sideBox .hd .more { float: right; }
.sideBox .hd h3 { font-size: 20px; color: #0253AE; }
.sideBox .hd h3 a { color: #fff; }


/*节点归档信息样式*/
.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; }


/* dep-list */
.dep-list li { float: left; width: 18.5%; margin-right: 1.8%; margin-bottom: 10px; margin-top: 5px;}
.dep-list li:nth-child(5n) { margin-right: 0; }
.dep-list li a { display: block; line-height: 24px; padding: 0 10px; box-sizing: border-box; height: 80px; transition: all 0.5s; background-color: #f4f4f4; border-radius: 5px; display: flex;  text-align: center; flex-direction: column;  justify-content: center; width:100%;  }
.dep-list li:hover a { background-color: #1266C3; color: #fff; }

/* 信件列表 */
.letterList { width: 100%; border: none; }
.letterList th,
.letterList td { text-align: center; vertical-align: middle; line-height: 26px; padding: 14px 5px;  border-bottom: 1px solid #C9D8E9; }
.letterList th { background: #F9F9F9; color: #0050AB; height: 52px; line-height: 52px; padding: 0px; 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 { border-color: #E2E2E2; }
.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; }
.letterList .clicks { width: 90px; display: none; }

/* detailTable */
.detailTable { margin-bottom: 20px; background: #fff; width: 100%; }
.detailTable:last-child { margin-bottom: 0; }
.detailTable,
.detailTable tr,
.detailTable tr td { border: 1px solid #e6e6e6; border-collapse: collapse; }
.detailTable thead tr { border-color: #0253AE; }
.detailTable thead th { background: #0253AE; height: 60px; line-height: 60px; color: #fff; font-size: 18px; font-weight: bold; text-align: center; border-color: #0253AE; }
.detailTable tbody td { padding: 10px 15px; }
.detailTable tbody td.tdName { font-weight: bold; background: #f7f7f7; text-align: center; width: 20%;  }
.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 { overflow: auto; }
.detailTable .preDiv pre { font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }

/* mainBox */
.mainBox .mHd { position: relative; border-bottom: 1px solid #e1e1e1; line-height: 45px; height: 55px; margin-bottom: 20px; }
.mainBox .mHd .list li { float: left; padding: 0 4%; }
.mainBox .mHd .list a { font-size: 24px; color: #888; }
.mainBox .mHd .list a:hover { text-decoration: none; }
.mainBox .mHd .list .on a { color: #0253AE; }
.mainBox .mHd h3,
.mainBox .mHd .list .on { position: relative; font-weight: bold; color: #0253AE; font-size: 24px; }
.mainBox .mHd h3 { float: left; height: 53px;}
.mainBox .mHd h3::after { background-color: #0253AE; border-radius: 5px; height: 3px; width: 100%; display: block; content: ""; position: absolute; bottom: -3px; left: 0; }
.mainBox .mHd h3 a { color: inherit; }


/* 热点专题 */
.indRdzt { overflow: hidden; zoom: 1; }
.indRdzt ul { margin-right: -20px; overflow: hidden; }
.indRdzt li { float: left; margin-right: 15px; width: 254px; }
.indRdzt li a { display: block; }
.indRdzt li img { width: 100%; height: 66px; }
.indRdzt .tit { display: block; font-size: 14px; text-align: center; height: 25px; overflow: hidden; }

/* 侧栏-栏目内搜索 */
#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: #0253AE; border-color: #0253AE; 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: 36px; line-height: 36px; padding: 0 5%; font-size: 16px; background: #0253AE; 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; font-size: 16px; }
.queryForm .queryTitle { text-align: center; font-size: 24px; margin-bottom: 20px; }
.queryForm td { padding: 8px 0; }
.queryForm .tdlab { width: 40%; text-align: right; }
.queryForm input[type="text"] { border: 1px solid #ccc; width: 56%; height: 30px; padding: 0 5px; }
.queryForm input[type="text"]:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.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; }

/*--
颜色代码
#0253AE 深蓝色标题
#ddd 淡蓝色边框
--*/