@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 {
    margin: 0;
    padding: 0;
}

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

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-size: 100%;
    font-weight: normal;
}

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

abbr,
acronym {
    border: 0;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    display: block;
    zoom: 1;
    margin: 0;
    padding: 0;
}

/* Public */
body {
    font-family: 'Microsoft YaHei', SimSun, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #333;
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

a:hover {
    text-decoration: underline;
    color: #e20500;
}

.clearbox {
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
    height: 0;
    margin-top: -1px !important;
    border: none;
    border-top: 1px solid transparent !important;
}

.blank {
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    height: 10px;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

* html .clearfix {
    height: 1%;
}

*+html .clearfix {
    min-height: 1%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

/* frame */
html {}

* {
    box-sizing: border-box;
}

body {
    /* min-width: 1200px; */
    text-align: center;
    background: #fff url(../images/fzzz_bodybg.jpg) center top no-repeat;
}

.siteWidth {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

#content {
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    padding-top: 0;
    text-align: left;
    background-color: white;
}

.side {
    float: left;
    width: 260px;
    margin-top: -20px;
    overflow: hidden;
}

.mainContent {
    float: right;
    width: 880px;
}


#header {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: left;
}

.topBox {
    position: relative;
    z-index: 4;
    height: 138px;
}

#logo {
    width: auto;
    max-width: calc(100% - 360px);
    float: left;
    margin-top: 20px;
}

#logo a {
    display: block;
}

#logo img {
    width: 100%;
}

.returnHome {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: auto;
    float: left;
    padding: 0 14px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #666;
    background-color: #d9ebf7;
    border-radius: 0 0 3px 3px;
}

.returnHome:hover {
    background-color: #245cab;
    color: white;
}

.nav {
    position: relative;
    z-index: 2;
    height: 52px;
    line-height: 52px;
    background-color: #245cab;
}

.mainNav {
    width: auto;
    max-width: calc(100% - 170px);
    float: left;
    display: inline;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /*解决在ios滑动不顺畅问题*/
    overflow-y: hidden;
}

.mainNav::-webkit-scrollbar {
    display: none;
}

.mainNav .li1 {
    display: inline-block;
    height: 52px;
    line-height: 52px;
}

.mainNav .li1 .a1 {
    display: block;
    padding: 0 23px;
    text-align: center;
    font-size: 16px;
    color: white;
}

.mainNav .first1 .a1 {
    padding: 0 38px;
}

.mainNav .on1 .a1,
.mainNav .li1 .a1:hover {
    text-decoration: none;
    background-color: #124080;
    font-weight: bold;
}

.s-form {
    width: 350px;
    float: right;
    margin-top: 60px;
    line-height: 38px;
    height: 38px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 3px;
}

.s-form .input-box {
    float: left;
}

.s-form .input-box input {
    font-size: 14px;
    line-height: 38px;
    width: 185px;
    height: 38px;
    padding: 0 5px 0 10px;
    vertical-align: top;
    outline: none;
    background: none;
    border: none;
}

.s-form .btn-box {
    float: right;
}

.s-form .btn-box input {
    line-height: 200px;
    overflow: hidden;
    width: 42px;
    height: 38px;
    text-indent: -9999px;
    border: none;
    outline: none;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(../images/serachbg.png) left 4px no-repeat;
}

.s-form .btn-box input:active {}

.s-form .link-box {
    font-size: 14px;
    text-align: center;
}

.s-form .select-box {
    position: relative;
    float: left;
    width: 99px;
    height: 38px;
}

.s-form .select-box .s-option {
    line-height: 38px;
    position: absolute;
    left: 12px;
    top: 0;
    display: inline-block;
    width: 50px;
    height: 38px;
    overflow: hidden;
    text-align: center;
}

.s-form .select-box ul {
    line-height: 1.8;
    position: absolute;
    z-index: -1;
    top: 36px;
    left: 0;
    display: none;
    width: 100%;
    border-top: 0;
    border-top: 0;
    background: #fff;
}

.s-form .select-box ul li {
    font-size: 14px;
    padding: 4px 5px 4px 16px;
    cursor: pointer;
    text-align: left;
}

.s-form .select-box ul li:hover {
    color: #146ac1;
    background: #f1f1f1;
}

.s-form .select-box a:hover {
    text-decoration: none;
}

.s-form .select-box .arrow-dn {
    font-size: 0;
    position: absolute;
    top: 18px;
    right: 10px;
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 0;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    -webkit-transform: translate3d(0, 0, 999px);
    -moz-transform: translate3d(0, 0, 999px);
    transform: translate3d(0, 0, 999px);
    border: 5px solid transparent;
    border-color: #245cab transparent transparent;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
}

.s-form .select-box .arrow-hover {
    top: 12px;
    border-color: transparent transparent #245cab transparent;
}

/*footer*/
#footer {
    position: relative;
    padding: 35px 0;
    text-align: center;
    border-top: 5px solid #245cab;
}

#footer .siteWidth {
    text-align: center;
}

#footer .footNav a {
    font-size: 14px;
    margin: 0 10px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #666;
}

#footer .copyRight {
    padding: 20px 0;
}

#footer img {
    vertical-align: middle;
}

#footer .copyRight a {
    text-decoration: underline;
}

#footer .pics {
    padding-top: 10px;
}

#footer .pics img {}

/* infoList */
.infoList {
    overflow: hidden;
}

.infoList li {
    line-height: 36px;
    overflow: hidden;
    height: 36px;
    font-size: 14px;
}

.infoList li a {
    padding-left: 14px;
    color: #666;
    background: url(../images/dot01.png) 0 center no-repeat;
}

.infoList li .date {
    float: right;
    color: #999;
}

/* 首页 ----------------------------------*/
.box {
    overflow: hidden;
}

.box .hd {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    background-color: #f7f7f7;
}

.box .hd .more {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
}

.box .hd h3 {
    width: auto;
    float: left;
    margin: -1px -1px;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    border-top: 3px solid #2c7bd7;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    background-color: #fff;
}

.box .hd h3 a {
    color: #245cab;
}

.box .hd h3 a:hover {
    text-decoration: none;
}

.box .bd {
    padding: 5px 0 0;
    overflow: hidden;
}

.loopBox {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.loopBox .box {
    width: 32.62%;
    float: left;
    margin: 15px 10px 0 0;
    margin-right: 1.07%;
}

.loopBox .box:nth-child(3n) {
    margin-right: 0;
}

.loopBox .box .bd {
    width: 100%;
    height: 252px;
}

.firendBox {
    overflow: hidden;
    margin-top: 20px;
}

.firendBox select {
    float: left;
    margin-right: 20px;
    width: 370px;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.firendList {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
    margin-right: -10px;
}

.firendList li {
    width: auto;
    float: left;
    line-height: 38px;
    margin-right: 10px;
}

.firendList li a {
    display: block;
    padding: 0 30px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #666;
}

.firendList li a:hover {
    background-color: #fafafa;
    text-align: center;
    color: #245cab;
    text-decoration: none;
}


/* 位置导航 */
.path {
    padding-left: 20px;
    height: 42px;
    line-height: 42px;
    text-align: left;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ededed;
    background: url(../images/pathicon.png) left center no-repeat;
}

.path a,
.path span {
    padding: 0 3px;
    color: #666;
}

.path em {}

/* 侧栏-通用框 */
.sideBox {
    margin-top: 20px;
}

.sideBox .hd {
    height: 58px;
    line-height: 58px;
    background-color: #245cab;
    overflow: hidden;
}

.sideBox .hd h3 {
    margin-top: 19px;
    height: 20px;
    line-height: 20px;
    margin-left: 20px;
    padding-left: 12px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-left: 3px solid white;
}

.sideBox .hd h3 a {
    color: white;
}

.sideBox .bd {
    padding: 15px 20px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-top: none;
}

/* 右侧-通用 */
.mainBox .mHd {
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

.mainBox .mHd h3 {
    margin: 18px 0 0;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #245cab;
    border-left: 3px solid #245cab;
}

.mainBox .mHd .path {
    width: auto;
    float: right;
    height: 57px;
    line-height: 57px;
    margin-top: 0;
    border-bottom: none;
}

.mainBox .mBd {
    padding: 15px 0 0;
}


/* 侧栏-栏目菜单 */
#sideMenu {
    margin-top: 20px;
}

#sideMenu .hd {
    height: 59px;
    line-height: 59px;
    background-color: #245cab;
}

#sideMenu .hd h3 {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 59px;
    line-height: 59px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-left: none;
}

#sideMenu .bd {
    padding: 0;
    overflow: hidden;
    border: none;
    background: none;
}

.menuList li {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.menuList li.last {
    border-bottom: none;
}

.menuList li a {
    display: block;
    line-height: 30px;
    padding: 15px 25px 14px;
    font-size: 16px;
    text-align: center;
    color: #666;
    border-bottom: 1px solid #eeee;
}

.menuList li.on a,
.menuList li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #245cab;
    background-color: #f0f2f3;
}


/* url_方块样式分页 */
.page {
    font-size: 0;
    line-height: 28px;
    clear: both;
    padding: 25px 0;
    text-align: center;
}

.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 5px;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
}

.page a:hover {
    text-decoration: none;
    color: #999;
    border: 1px solid #999;
}

.page .current {
    font-weight: bold;
    padding: 0 10px;
    color: #fff !important;
    border: 1px solid #999;
    background: #999;
}

.page select {
    line-height: 26px;
    height: 26px;
    padding: 0 6px;
    vertical-align: middle;
    border: 0 solid #e1e1e1;
    background: #fff;
}

.page .disabled {
    pointer-events: none;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
}

/* 文章列表页 ----------------------------------*/
.newsList {
    overflow: hidden;
}

.newsList li {
    line-height: 36px;
    overflow: hidden;
    height: 36px;
    padding-left: 14px;
    font-size: 14px;
    background: url(../images/dot01.png) 0 center no-repeat;
}

.newsList .split {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    height: 1px;
    margin: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    background: none;
}

.newsList .date {
    float: right;
    color: #999;
}

/*热点资讯*/
.rdzxList {
    overflow: hidden;
}

.rdzxList li {
    padding: 10px 5px 10px 15px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    background: url(../images/dot01.png) left 20px no-repeat;
    border-bottom: 1px dotted #dadada;
}

.rdzxList li a {
    color: #666;
}


/* 文章内容页 -----------------------------------------*/
.subheading {
    font-size: 16px;
}

.articleCon {
    padding: 0 30px;
    text-align: left;
}

.printArea {
    padding: 30px 0;
}

.printArea .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
    color: #245cab;
}

.printArea .subTitle {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #555;
}

.printArea .property {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 6px 10px;
    text-align: center;
    color: #777;
    border: 1px dotted #e0e0e0;
    background-color: #f7f7f7;
}

.printArea .property span {
    padding: 0 5px;
}

.printArea .conTxt {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    padding: 0 0 20px 0;
    text-align: justify;
    color: #333;
}

.printArea .conTxt img {
    max-width: 800px;
    height: auto !important;
}

.printArea .conTxt p {
    margin-bottom: 20px;
}

.printArea .conTxt a {
    text-decoration: underline;
    color: blue;
}

.printArea .conTxt em {
    font-style: italic;
}

.printArea .conTxt ul,
.printArea .conTxt ol {
    padding-left: 2em;
}

.printArea .conTxt ul li {
    zoom: normal;
    list-style: square;
    text-indent: 0 !important;
}

.printArea .conTxt ol li {
    zoom: normal;
    list-style: decimal;
    text-indent: 0 !important;
}

.printArea .conTxt h1 {
    font-size: 2em;
    margin: .67em 0;
}

.printArea .conTxt h2 {
    font-size: 1.5em;
    margin: .75em 0;
}

.printArea .conTxt h3 {
    font-size: 1.17em;
    margin: .83em 0;
}

.printArea .conTxt h5 {
    font-size: .83em;
    margin: 1.5em 0;
}

.printArea .conTxt h6 {
    font-size: .75em;
    margin: 1.67em 0;
}

.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong {
    font-weight: bolder;
}

.printArea .videoPlayer {
    position: relative;
    z-index: 1500;
    margin: 20px auto;
    text-align: center;
    background: #000;
}

.articleCon .userControl {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.articleCon .userControl .a {
    float: left;
    margin: 10px 10px 0 0;
    color: #777;
}

.articleCon .userControl .bdsharebuttonbox {
    float: right;
}

.articleCon .page {
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}

.articleCon .others {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
}

.articleCon .others span {
    color: #666;
    font-weight: bold;
}

.articleCon .others span.date {
    margin-left: 5px;
    color: #666;
    font-weight: normal;
}

.articleCon .others .prev,
.articleCon .others .next {
    line-height: 36px;
}

.articleCon .others a {
    color: #666;
}

@media (max-width:768px) {
    .loopBox .box {
        width: 100%;
        margin: 15px 0;
    }

    .topBox {
        height: auto;
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        flex-direction: column;
    }

    #logo {
        display: block;
        padding: 0;
        max-width: 100%;
        float: none;
        width: 100%;
        order: 1;
    }

    .s-form {
        width: 100%;
        float: none;
        order: 2;
        margin-top: 10px;
        line-height: 2.5;
        height: auto;
    }

    .s-form p {
        line-height: 2.5;
        font-size: 12px;
        padding: 0 10px;
    }

    .nav {
        height: auto;
        line-height: inherit;
        overflow: hidden;
        background: none;
        line-height: 40px;
        padding-bottom: 20px;
    }

    .mainNav {
        display: block;
        max-width: 100%;
        width: 100%;
        float: none;
        background: #245CAB;
        height: 40px;
    }

    .mainNav li {
        height: 100% !important;
        line-height: 40px !important;
    }

    .mainNav li a {
        padding: 0 5px !important;
        font-size: 14px !important;
    }

    .search {
        width: 100%;
    }

    #search {
        width: 100% !important;
        height: 40px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        background-color: #FFFFFF;
        border-radius: 50px;
        margin-top: 20px;
    }

    #search li.ipt {
        position: relative;
        float: left;
        height: 40px;
        width: calc(100% - 40px);
    }

    #search li.ipt input {
        width: 100% !important;
        height: 40px !important;
        font-size: 14px !important;
    }

    #search li.btn {
        position: relative;
        float: right;
        width: 40px;
        height: 40px;
        background-size: contain;
        margin-top: 0;
    }

    #search li.btn input {
        width: 100%;
        height: 100%;
    }

    #footer {
        padding: 20px 0;
    }
}