/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    outline:none;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}
body a{outline:none;blr:expression(this.onFocus=this.blur());-webkit-tap-highlight-color: rgba(0,0,0,0);}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

 a:link{text-decoration:none;outline: none;}
 
 a:visited{text-decoration:none;outline: none;}
  
 a:hover{text-decoration:none;outline: none;}
  
 a:active{text-decoration:none;outline: none;}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 0 0;
}

dd {
    margin: 0 0 0 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 0;list-style: none;
    list-style-image: none;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    display: block !important;
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0
}

::-webkit-input-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}

.clearfix:after {
    content: "";
    overflow: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.dn {
    display: none;
}
.flex{display: flex;display: -webkit-flex;}
.fl {
    float: left;
}

.fr {
    float: right;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.twoline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.threeline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fourline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.fiveline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
html, body {
    font-family:"微软雅黑"
}
body {
    font-size: 14px;
    line-height: 1.50;
    color: #333;
    background-color: #F2F4F9;
    position: relative;
    overflow-x: hidden;
}
a:hover {
    text-decoration: none;
}
em{font-style:normal;}
section {
    background-color: #ffffff;
    padding: 40px 0 60px;
    margin: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.p0{padding-left:0!important;padding-right:0!important;}
.m0{margin-right:0!important;margin-left:0!important;}
.poa{position: absolute;}
.container{width:1400px;margin:0 auto;}
.fix{position: fixed;z-index:1000;}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';  /* Project id 4236119 */
    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;
    /* -webkit-text-stroke-width: .2px; */
    -moz-osx-font-smoothing: grayscale;
}

/*头部样式*/

.header{position: relative;z-index:1000;width:100%;background:url(../images/header_bg.png) no-repeat center top;height:1.34rem;}
.header .logoWrap .logoImg img{width:100%;margin-top:.34rem;}
.login_header .navWrap{display: none;}

.loginSearch{margin-top:.4rem;}
.login{font-size:14px;font-weight:bold;text-align: right;margin-bottom: .08rem;}
.login a{color:#666;}
.login a .iconfont{font-weight:normal;margin-right:.07rem;color:#999;}
.login a:first-child{color:#2256A4;margin-right:.22rem;}
.login a:first-child .iconfont{color:#2256A4;}
.search{display: flex;align-items: center;}
.select select{height:.42rem;border:1px solid #EFEFEF;border-radius: 5px 5px 0 0;text-indent: .14rem;font-size:14px;color:#555;line-height: .4rem;width:1.25rem;outline: none;appearance: none;-webkit-appearance: none;position: relative;padding-right:.24rem;background:url(../images/down.png) no-repeat 1rem center #fff;}
.search_input{padding-right:.85rem;height:.4rem;background:#fff;border-radius: 5px;width:2.14rem;border:1px solid #EFEFEF;margin-left:.1rem;position: relative;overflow: hidden;}
.search_input input{border:0;height:.4rem;line-height: .4rem;text-indent:.14rem;font-size:14px;color:#555;padding:0;}
.searchBtn{position: absolute;width:.85rem;height:.42rem;background:#2256A4;right:0;top:0;font-size:14px;color:#fff;line-height: .42rem;display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
.searchBtn .iconfont{font-size:18px;margin-right:.06rem;}
.navWrap{position: relative;background:#2256A4;z-index:1000;}
.navWrap .container{width:1360px;}
.navWrap ul li{float:left;text-align: center;position: relative;width:11.11%;}
.navWrap ul li a{font-size:17px;color:#fff;display:block;line-height:55px;margin:0 auto;position: relative;transition: all .3s;-webkit-transition: all .3s;}
.navWrap ul li a .iconfont{position: absolute;font-size:8px;color:#ced2da;margin-left:8px;display: none;}
.navWrap ul li:hover>a{background:rgba(74,103,190,.51)}
.navWrap ul li .subMenu{position: absolute;display: none;background:#4A67BE;width:100%;left:0;right:0;}
.navWrap ul li .subMenu ul{margin:0 auto;}
.navWrap ul li .subMenu a{line-height:50px;color:#fff;font-size:15px;display: block;width:auto;font-weight:normal;}
.navWrap ul li .subMenu a:hover{background:#2256A4!important;}
.navWrap ul li .subMenu li{width:auto;float:none;padding:0;}
.navWrap ul li.cur>a{background:rgba(74,103,190,.51)}
.login_body {background-image: url(../images/login_bg.jpg); background-repeat: no-repeat; background-position: top center; background-size: cover;min-height: 7.4rem;}

/* 底部样式 */
.footer{background:#1F3250;border-top:6px solid #1D61C7;}
.links{padding:.27rem 0 .235rem;font-size:15px;color:#8EA1BC;border-bottom:1px solid rgba(246,250,255,.04)}
.links ul li{float:left;margin-right:.17rem;}
.links ul li a{color:#8EA1BC;padding-right:.18rem;position: relative;}
.links ul li a:after{content:'';position: absolute;width:0;height:15px;border-left:1px solid rgba(103,121,148,.6);right:0;top:3px;}
.links ul li:last-child {margin-right:0;}
.links ul li:last-child a{padding-right:0;}
.links ul li:last-child a:after{display: none;}
.foot_contact {padding-top:.15rem;}
.foot_contact .fl{padding-top:.175rem;}
.foot_contact p{font-size:15px;color:#DCE7F6;margin:0;margin-bottom:.22rem;}
.foot_contact p .iconfont{color:#fff;margin-right:.14rem;}
.foot_contact .fr{padding-right:.1rem;text-align: center;}
.foot_contact .fr img{width:1.19rem;height:1.19rem;border-radius: .1rem;}
.foot_contact .fr p{font-size:14px;color:#fff;margin:.11rem 0 .145rem;}
.copyright{padding:.2rem 0;text-align: center;background:#182944;}
.copyright p{margin:0;line-height:20px;font-size:15px;color:#DCE7F6;}
.copyright p a{color:#DCE7F6;}
.footer.login_footer{background:#fff;border-top:0;}
.footer.login_footer .container {padding: .4rem 0; color: #888; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem;}
.footer.login_footer .container p {font-size: .14rem; color: #888; line-height: 20px; margin: 0;}
.footer.login_footer .container p .iconfont {margin-right: .05rem;}
.login_footer .nav_wrap {display: flex; align-items: center; justify-content: center;gap: .45rem;}
.login_footer .nav_wrap a{font-size: .16rem; font-weight: bold; color: #333;}
.intro {line-height: 1.8em; padding: .3rem .18rem; font-size: .16rem; text-indent: 2em;}
.intro img {width: 100%;}
/* 分页 */
.page{text-align: center;padding:30px 0;}
.page a{display: inline-block;line-height:30px;margin:0 5px;padding:0 12px;border:1px solid #e5e5e5;color:#666;}
.pages .tcdPageCode a:hover{border-color:#006dd1;}
/* 上一篇下一篇 */
.other{padding:25px 1.6% 0;position: relative;border-top:1px solid #f2f2f2;}
.other a{color:#5b616e;}
.other a:hover{color:#006dd1;}
/* .inner_wrap .right .right_con .about_info .other p{margin:0;line-height:34px;font-size:14px!important;color:#9ca5ba;}
.inner_wrap .right .right_con .about_info .other p a:hover{color:#006dd1;} */

/* 侧边栏 */
.sidebar{position: fixed;right:0;width:.52rem;height:.52rem;background:#4A67BE;bottom:1.5rem;z-index:999;display: none;border-radius: 6px;cursor: pointer;}
.sidebar a{width:100%;display: block;color:#fff;text-align: center;height:100%;line-height: .52rem;}
.sidebar a .iconfont{font-size:28px;}

.layui-layer {border-radius: .3rem !important; padding: .2rem !important; box-sizing: border-box;}
.layui-layer-wrap .title {position: relative;display: flex;flex-direction: column; align-items: center; justify-content: center; border-bottom: 2px solid #EEF1F6; padding-bottom: 0.2rem;
   margin-bottom: 0.2rem;}
.layui-layer-wrap .title p,.layui-layer-wrap .title h4 {margin: 0;}
.layui-layer-wrap .title a.close {position: absolute; right: 0; top: 0; color: #CCCCCC;}
.layui-layer-wrap .title h4 {font-size: .26rem; color: #2256A4;}
.layui-layer-wrap .title p {font-size: .18rem;}
.layui-layer-wrap .article {line-height: 1.8em; padding: .2rem;}
.pagination{display: flex; align-items: center; justify-content: center;gap:.1rem;font-size: .16rem; color: #999; margin: .2rem auto;}
.pagination a.item {width:.4rem; height: .4rem; box-sizing: border-box; border:1px solid #D1D1D1;color: #999; border-radius: .06rem;display: flex;align-items: center;justify-content: center;transition: all .3s; -webkit-transition: all .3s;}
.pagination a.item.prev,.pagination a.item.next {width: .9rem;}
.pagination a.item:hover,.pagination a.item.active {background-color: #2256A4;color: #fff; border-color: #2256A4;}
#ditu {height: 3.65rem;}
.card-radius {border-radius: .1rem; border: 1px solid #E1EBFB; padding: .2rem .4rem; margin: .35rem 0;}
.card-radius h3 {font-size: .22rem;}
.tab {display: flex;align-items: center; justify-content: center; height: .65rem;background-color: #F4F5FA;margin: .35rem 0;}
.tab a {flex: 1; display: flex; justify-content: center;font-weight: bold;color: #333;position: relative;}
.tab a:after {content: ''; width: .7rem; height: .03rem; position: absolute; bottom: -0.20rem; left: 50%; transform: translateX(-50%);}
.tab a.active,.tab a:hover {color: #2256A4;}
.tab a:hover::after,.tab a.active::after {background-color: #2256A4;color: #2256A4;}
.tab a.return{border: 1px solid #E0E4EB; border-radius: .1rem; height: .4rem;display: flex; align-items: center; width: 1.15rem; flex: none; margin-right: 1rem;
 font-size: .15rem;font-weight: normal; color: #999;}
 .tab a.return::after{display: none;}
.tab-content {display: none;}
.tab-content.active {display: block;}
.article.content {padding: 0 0.5rem; box-sizing: border-box; font-size: .17rem; /*line-height: 2em;*/ text-align: justify;}
.article.content img {display: unset;}
.layui-table thead th{color: #333333;font-weight: bold;}
.layui-table a{color: #2256A4;}
/* 分页 */
  .pagination > li > a,
  .pagination > li > span {
    width: 0.4rem;
    height: 0.4rem;
    box-sizing: border-box;
    border: 1px solid #D1D1D1;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: .05rem;
  }
  
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
  }
  
  
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    background-color: #2256A4;
    color: #fff;
    border-color: #2256A4;
  }
  
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #2256A4;
    border-color: #2256A4;
  }
  
  .pagination > .disabled > span,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
  }
  
  .pagination > li.PagedList-skipToNext a, .pagination > li.PagedList-skipToPrevious a{
    width: 0.9rem;
  }