@charset "UTF-8";
/* 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 {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: 0;
    vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-style: normal;
    font-weight: 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-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
pre {
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    line-height: 1.8;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.hide {
    display: none;
}
img {
    border: 0;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 字体图标 */
@font-face {
    font-family: "iconfont";
    src:url('/font/iconfont.woff2?t=1656550238265') format('woff2'),
        url('/font/iconfont.woff?t=1656550238265') format('woff'), 
        url('/font/iconfont.ttf?t=1656550238265') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Public */
body {
    color: #333;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    line-height: 2;
    font-size: 20px;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    color: #333;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #125FBB;
}
input[type=button],
input[type=submit],
input[type=file],
button {
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}
.show {
    display: block !important;
}
/* goTop */
#goTop {
    border-radius: 2px;
    bottom: 60px;
    cursor: pointer;
    display: none;
    height: 50px;
    height: 40px;
    margin: 5px;
    opacity: .9;
    position: fixed;
    right: 5px;
    width: 50px;
    width: 40px;
    z-index: 99;
    _display: none !important;
    background:  url(/images/pe-m-gotop.png) center top no-repeat;
    background-size: auto 40px;
}
#goTop::after {
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-color: transparent;
    border-style: dashed;
    border-width: 10px;
    content: "";
    display: block;
    display: block;
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin-left: -10px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 0;
}
/* winMark */
#winMark {
    background: rgba(0, 0, 0, 0.3);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

/*moreBtn*/
.moreBtn{
    margin-top: 15px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0.8em;
    color: #333;
    background: #F4F4F4;
    border-radius: 5px;
}
.moreBtn:hover{
    color: #333;
}

/* ==========================================================================
   网站顶部 S
========================================================================== */
#header{
    position: relative;
    z-index: 3;
}
#header .logoBar{
    position: relative;
    z-index: 3;
    height: 60px;
    background: white url(../images/pe-m-header.png) right bottom no-repeat;
    background-size: auto 50px;
}

#logo{
    width: auto;
    float: left;
    margin: 9px 0 9px 10px;
}
#logo img{
    width: auto;
    height: 42px;
}
/* 搜索 */
#search dt{
    position: absolute;
    z-index: 1;
    right: 3%;
    top: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-top: -14px;
}
#search dt::before {
    font-family: 'iconfont';
    font-size: 1.3em;
    content: '\e616';
    color: #666;
}
#search dd{
    display: none;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 60px;
    width: 100%;
    height: 48px;
    float: left;
    line-height: 48px;
    background-color: #1260BC;
}
.searchBar {
    position: relative;
    z-index: 1;
    margin: 8px 10%;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
}
.searchBar input{
    vertical-align: top;
    border: none;
}
.searchBar .txt{
    box-sizing:border-box;
    width: 100%;
    padding-right: 70px;
    height: 32px;
    line-height: 32px;
    text-indent: 15px;
    border-radius: 15px;
    background-color: #fff;
    outline: none;
}
.searchBar .submit{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 0.7em;
    color: white;
    background: #CD0600;
    border-radius: 0px 15px 15px 0px;
}

/*导航*/
.main-nav{
    position: relative;
    z-index: 2;
    height: 48px;
}
.main-nav dt{
    padding-right: 50px;
    height: 48px;
    line-height: 48px;
    background-color: #1260BC;
}
.main-nav dt>.btn{
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    float: left;
    overflow: hidden;
    text-align: center;
}
.main-nav dt>.btn::before {
    font-family: 'iconfont';
    font-size: 1.3em;
    content: '\e634';
    color: white;
}
.main-nav dt>.btn.on::before{
    content: '\e614';
}
.main-nav dd{
    display: none;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 48px;
    width: 40%;
    float: left;
    background: rgba(5, 66, 138, 0.95);
}
.nav-list{
    overflow: hidden;
}
.nav-list li{
    width: 33.3%;
    float: left;
    text-align: center;
    color: white;
}
.nav-list li a{
    display: block;
    font-size:0.9em;
    color: white;
}

.sub-nav-list{
    overflow: hidden;
}
.sub-nav-list li{
    position: relative;
    z-index: 1;
}
.sub-nav-list li a{
    position: relative;
    z-index: 1;
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 0.8em;
    color: white;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sub-nav-list li:nth-last-child(1) a{
    border-bottom: none;
}
.sub-nav-list li.has-sub a::after{
    position: absolute;
    z-index: 1;
    right: 3%;
    top: 0;
    height: 48px;
    line-height: 48px;
    content: "+";
    font-size: 22px;
    color: white;
}


/* ==========================================================================
   网站底部 S
========================================================================== */
#footer {
    background: #0751A7;
    color: #fff;
    font-size: 0.7em;
    line-height: 2.1;
    padding: 5% 3%;
    text-align: center;
}
#footer a {
    color: #fff;
}
.footer-biaoshi{
    vertical-align: middle;
}
.footer-biaoshi>span{
    display: inline-block;
    vertical-align: middle;
}

/* ==========================================================================
   通用框
========================================================================== */
.box{
    overflow: hidden;
    margin: 0 3% 15px;
}
.box .hd{
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.box .hd h3{
    float: left;
    padding: 0 10px;
    height: 39px;
    line-height: 39px;
    font-size: 0.9em;
    font-weight: bold;
    color: #0751A7;
    border-bottom: 2px solid #0751A7;
}
.box .hd h3.hd-center{
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.box .hd li{
    float: left;
    padding: 0 10px;
    margin-right: 10px;
    height: 39px;
    line-height: 39px;
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 2px;
    color: #666;
}
.box .hd li.on{
    padding-bottom: 0;
    color: #0751A7;
    border-bottom: 2px solid #0751A7;
}
.box .bd{
    padding: 10px 0 0;
    overflow: hidden;
}

/*通用-信箱列表*/
.infoList{
    overflow: hidden;
}
.infoList li{
    padding: 10px 0;
    line-height: 28px;
    font-size: 0.8em;
    border-bottom: 1px dashed #ddd;
}
.infoList li a{
    margin-right: 10px;
}
.infoList li .date{
    color: #999;
}

/* 图文列表 */
.twList li {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 3% 0;
}
.twList li > a {
    display: block;
    overflow: hidden;
}
.twList .pic {
    float: left;
    margin-right: 4%;
    width: 28%;
}
.twList .pic img {
    height: auto;
    width: 100%;
}
.twList .con {
    overflow: hidden;
    zoom: 1;
}
.twList .title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
    max-height: 56px;
    overflow: hidden;
}
.twList .intro {
    color: #777;
    font-size: 13px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.twList .title a:hover {
    text-decoration: none;
}
.twList .intro .more {
    display: none;
}
.twList .others {
    color: #bbb;
    font-size: 13px;
}
.twList .others span {
    margin-right: 15px;
}
.twList .node {
    color: #aaa;
    margin-right: 15px;
}
.twList .last {
    border-bottom: 0;
    margin-bottom: 0;
}

/*tab-选项卡*/
.tab-hd{
    overflow: hidden;
}
.tab-hd a{
    display: inline-block;
    padding: 0 0.5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1rem;
    border: 1px solid #0751A7;
    color: #0751A7;
}
.tab-hd a.on{
    color:white;
    background-color: #0751A7;
    border-color: #0751A7;
}