﻿@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,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}

/* Public */
body {
    color: #333;
    font-size: 15px;
    line-height: 30px;
    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: #4675BD;
    text-decoration: underline;
}
.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;
}

/* frame */
body {
    text-align: left;
    min-width: 1200px;
}
.wrap {
    background: #EEF5FB url(../img/body-bg.jpg) center top no-repeat;
}

.siteWidth {
    position: relative;
    max-width: 1160px;
    _width: 1160px;
    padding:0 20px;
    margin: 0 auto;
}
#content {
    width: 1160px;
    margin: 0 auto 20px;
    padding:0 20px 20px;
    clear: both;
    position: relative;
    min-height: 300px;
    z-index: 1;
    background-color: #fff;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header{
    height: 472px;
    background-position: center top;
    background-size:cover;
}

#logo{
    float: left;
    margin-top: 20px;
}
#logo a{
    display: inline-block;
}
#logo a:hover{
    text-decoration: none;
}
#header .top-btn{
    position: absolute;
    z-index: 1;
    top: 30px;
    width: auto;
    float: left;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}
#header .top-btn:hover{
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.4);
}
#header .go-home{
    right: 0;
}
#header .btn-wza{
    right:213px
}
#header .btn-slb{
    right: 114px;
}
#header .top-tool{
    position: absolute;
    z-index: 2;
    right: 0;
    top: 54px;
}
#header .top-tool dl{
    position: relative;
    float: left;
    margin-left: 10px;
}
#header .top-tool dl dt{
    position: relative;
    z-index: 1;
    width: 110px;
    text-align: center;
    padding: 6px 0;
}
#header .top-tool dl dt::after,
#header .top-tool dl dt::before{
    content: "";
    width: 98px;
    height: 6px;
    float: left;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 6px;
    background-color: #fff;
}
#header .top-tool dl dt::before{
    top: 0;
    border-top: 1px solid #B7D7F4;
}
#header .top-tool dl dt::after{
    bottom: 0;
    border-bottom: 1px solid #B7D7F4;
}
#header .top-tool dl dt>a,
#header .top-tool dl dt>span{
    display: block;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #B7D7F4;
    border-right: 1px solid #B7D7F4;
}
#header .top-tool dl dt>a:hover{
    text-decoration: none;
}
#header .top-tool dl dt:hover::after,
#header .top-tool dl dt:hover::before,
#header .top-tool dl dt:hover>a,
#header .top-tool dl dt:hover>span{
    background-color: #2072BB;
    border-color: #2072BB;
}
#header .top-tool dl dt:hover>a,
#header .top-tool dl dt:hover>span{
    color: white;
}


/* 导航  */
.nav{
    padding-top: 68px;
    background:  url(../img/nav-bg.png) center top no-repeat;
}
.mainNav{
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ccc;
}
.mainNav li{
    flex: 1;
    height: 72px;
    line-height: 72px;
    padding-bottom: 2px;
}
.mainNav li>a{
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 25px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #0371D2;
}
.mainNav li>a::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-top: -6px;
    margin-right: 8px;
    background:  url(../img/nav-icon.png) center top no-repeat;
}
.mainNav li.li2>a::before{
    background-position: center -52px;
}
.mainNav li.li3>a::before{
    background-position: center -104px;
}
.mainNav li.li4>a::before{
    background-position: center -156px;
}
.mainNav li.li5>a::before{
    background-position: center -208px;
}
.mainNav li>a::after{
    content: "";
    width: 1px;
    height: 26px;
    margin-top: -10px;
    float: left;
    overflow: hidden;
    background-color: #E0E0E0;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
}
.mainNav li.last>a::after{
    display: none;
}
.mainNav li.on,
.mainNav li:hover{
    padding-bottom: 0;
    border-bottom: 2px solid #0371D2;
}
.mainNav li.on>a,
.mainNav li>a:hover{
    text-decoration: none;
}

/* 搜索框 */
.s-form {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 386px;
    width: 600px;
    float: left;
    margin-left: -300px;
    vertical-align: top;
    height: 50px;
    line-height: 36px;
    border-radius: 25px;
    background: #FFF;
}
.s-form .input-box {
    float: left;
}
.s-form .input-box input {
    width: 528px;
    float: left;
    vertical-align: top;
    height: 50px;
    font-size: 16px;
    padding: 0;
    text-indent: 25px;
    line-height: 36px;
    border: 0;
    border-radius: 25px 0 0 25px;
    outline: none;
    background: white;
}
.s-form .btn-box {
    float: right;
}
.s-form .btn-box input {
    float: left;
    width: 72px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/search-icon.png) center center no-repeat;
    border-radius: 0 25px 25px 0;
    border: 0;
    outline: none;
    cursor: pointer;
}
.s-form .btn-box input:hover,
.s-form .btn-box input:active {
    background-color: #4675BD;
}
.s-form .link-box {
    text-align: center;
    font-size: 15px;
}
.s-form .select-box {
    display: none;
    float: left;
    width: 100px;
    height: 38px;
    border: none;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    position: relative;
}
.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: 15px;
    float: left;
    width: 90px;
    text-align: left;
}
.s-form .select-box ul li:hover {
    color: #1C4F9A;
    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-form .dropdown-word{
    position: absolute;
    top: 50px;
    width: 100%;
}
.s-hot-search {
    position: absolute;
    padding-top: 50px;
    z-index: -1;
    margin-top: -10px;
    font-size: 12px;
}
.s-hot-search a {
    color: #666;
}
/* 位置导航 */
.path {
    padding: 12px 0;
    margin-bottom: 20px;
    min-height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
    color: #666;
    text-align: left;
    font-size: 14px;
    padding-left: 32px;
    background: url(../img/path.png) 4px center no-repeat;
}
.path a,
.path span {
    padding: 0 3px;
    color: #666;
}



/* 主体框 */
.mainBox .mHd{
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #2072BB;
    background-color: #F2F2F2;
}
.mainBox .mHd h3{
    width: auto;
    float: left;
    padding: 0 28px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    background-color: #2072BB;
}
.mainBox .mBd{
    padding: 20px 30px;
    overflow: hidden;
}

/*footer*/
#footer {
    color: #fff;
    background: #0C5FA8 url(/content/main/base/img/footer-bg.png) center top no-repeat;
    position: relative;
    text-align: left;
    padding: 1.875rem 0 1.25rem;
}
#footer .siteWidth{
    font-size: .9375rem;
    line-height: 2.5rem;
}
#footer::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2px;
    width: 100%;
    height: 7px;
    float: left;
    overflow: hidden;
    background:  url(/content/main/base/img/footer-line.png) left top repeat-x;
    opacity: 0.6; filter: alpha(opacity=60);
}
#footer .footNav a {
    margin: 0 10px;
    display: inline-block;
}
#footer .footNav a:nth-child(1){
    margin-left: 0;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #fff;
}
#footer .copyRight img {
    vertical-align: text-bottom;
}
#footer .copyRight p {
    margin: 0px;
    padding: 0px;
}
#footer .pics {
    position: absolute;
    right: 0;
    top: 25px;
}
#footer .pics img {
    vertical-align: middle;
}
#footer .pics .jiucuo {
    float: left;
    margin-top: 10px;
}
#footer .pics .dzjg {
    height: 70px;
    margin-left: 15px;
}

/* 通用信息列表 */
.infoList {
    text-align: left;
}
.infoList li {
    position: relative;
    padding-left: .75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
}
.infoList li::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: .25rem;
    height: .25rem;
    float: left;
    overflow: hidden;
    margin-top: -0.125rem;
    background-color: #ccc;
}
.infoList li a {
    font-size: 1rem;
}
.infoList li .date {
    font-size: .875rem;
    margin-left: .625rem;
    float: right;
    color: #999;
}
.infoList li .node {
    color: #f00;
    margin-right: 5px;
}
.infoList li.highlight {
    font-weight: bold;
}

/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
}
.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0px 12px;
    margin: 0 3px 5px;
    line-height: 30px;
    height: 30px;
}
.page a:hover,
.page span:hover {
    border: 1px solid #0371D2;
    text-decoration: none;
    color: #0371D2;
}
.page .current {
    background: #0371D2;
    border: 1px solid #0371D2;
    color: #fff !important;
    font-weight: bold;
}
.page select,
.page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}
.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}
.page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* 页面左右结构 */
.side {
    width: 280px;
    float: left;
    margin-right: 20px
}
.mainContent {
    overflow: hidden;
}

/* 侧栏-栏目菜单 */
#sideMenu {
    margin-bottom: 20px;
}
#sideMenu .hd {
    padding: 17px 15px;
    background: #0371D2;
    text-align: center;
    font-size: 24px;
}
#sideMenu .hd h3 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
}
#sideMenu .bd {
    padding: 11px 15px 20px;
    border: 1px solid #ccc;
    border-top: none;
}
#sideMenu .menuList li {
    line-height: 26px;
}
#sideMenu .menuList li a {
    display: block;
    line-height: 22px;
    padding: 14px 10px 14px;
    border-bottom: 1px solid #EEEDED;
    font-size: 16px;
    text-align: center;
    color: #333
}

#sideMenu .menuList li a:hover {
    text-decoration: none;
    color: #0371D2
}

#sideMenu .menuList li.on a {
    color: #0371D2;
    background-color: #eff8ff;
    border-bottom-color: #0371D2;
}

#sideMenu .menuList li.on a:hover {
    color: #0371D2
}

/* ==========================================================================
   首页
========================================================================== */
#content.page-index{
    padding-top: 20px;
}
.about-box{
    overflow: hidden;
    padding: 22px 26px;
    background-color: #F2F2F2;
}
.about-box .tit{
    width: 100px;
    height: 80px;
    float: left;
    margin-right: 15px;
    font-size: 36px;
    line-height: 80px;
    overflow: hidden;
    text-align: center;
    background: #fff url(../img/ind-dy-icon.png) center center no-repeat;
}
.about-box .intro{
    padding: 4px 0 4px;
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
    text-indent: 2em;
}

.box{
    overflow: hidden;
    margin-top: 50px;
}
.box .hd{
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
}
.box .hd h3{
    display: inline-block;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
    padding-left: 162px;
    background:  url(../img/box-hd-left.png) left center no-repeat;
}
.box .hd h3>a{
    display: block;
    padding-right: 162px;
    font-size: 36px;
    font-weight: bold;
    color: #0371D2;
    background:  url(../img/box-hd-right.png) right center no-repeat;
}
.box .hd h3>a>span{
    color: #333;
}
.box .bd{
    padding: 25px 0 0;
    overflow: hidden;
}
.box .infoList{
    margin-right: -1%;
    overflow: hidden;
}
.box .infoList li{
    width: 49%;
    float: left;
    padding: 5px 0;
    text-indent: .75rem;
    margin-right: 1%;
    border-bottom: 1px solid #e6e6e6;
}

/* 重点领域信息公开 */
.zdly-node-list{
    overflow: hidden;
    margin-right: -10px;
}
.zdly-node-list li{
    width: 185px;
    height: 150px;
    float: left;
    margin: 0 10px 10px 0;
}
.zdly-node-list li a{
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    padding: 84px 4px 4px;
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid #DCE7F0;
    background-color: #F6FBFF;
}
.zdly-node-list li a:hover{
    text-decoration: none;
    background-color: #e3edf5;
    border-color: #d2e4f3;
}
.zdly-node-list li a .icon{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 34px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    float: left;
    overflow: hidden;
}
.zdly-node-list li a .icon img{
    max-width:100%;
    max-height: 36px;
}


/* ==========================================================================
   列表页
========================================================================== */
.newsList {
    padding-bottom: 10px;
}
.newsList li {
    position: relative;
    padding-left: .75rem;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
}
.newsList li::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: .25rem;
    height: .25rem;
    float: left;
    overflow: hidden;
    margin-top: -0.125rem;
    background-color: #ccc;
}
.newsList li a {
    font-size: 1rem;
}
.newsList li .date {
    font-size: .875rem;
    margin-left: .625rem;
    float: right;
    color: #999;
}
.newsList .node {
    color: #999;
    margin-right: 10px;
}
.newsList em {
    color: #f20;
}
.newsList .split {
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 18px 0;
    border-bottom: 1px dotted #ccc;
}
.newsList .split::before{
    display: none;
}
.newsList li .address {
    background: #8DB6D5;
    color: #fff;
    padding: 0 8px;
    line-height: 22px;
    font-size: 12px;
    margin: 7px 0;
    border-radius: 5px;
    float: right;
    margin-left: 15px;
}
.newsList li .address:hover {
    background: #6e9ec3;
    text-decoration: none;
}
.newsList li .disable {
    display: none !important;
}

/* 文章-图片列表页 */
.pic-page-list{
    overflow: hidden;
    margin-right: -20px;
}
.pic-page-list li{
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.pic-page-list li .pic{
    overflow: hidden;
}
.pic-page-list li .pic img{
    width: 100%;
    height: 190px;
}
.pic-page-list li .title{
    display: block;
    margin-top: 10px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* 文章内容页 -----------------------------------------*/
.subheading { font-size: 16px;}
.articleCon { text-align: left; padding: 20px;}
.mainBox>.mHd+.articleCon{padding-top: 50px;}
.printArea .title { font-size: 32px; padding: 0 30px; line-height: 1.5; text-align: center; margin-bottom: 30px; word-wrap: break-word;}
.printArea .subTitle { font-size: 20px; color: #555; text-align: center; margin-bottom: 20px;}
.printArea .property { font-size: 14px; margin-bottom: 20px; padding: 6px 10px 20px; text-align: center; color: #666; border-bottom: 1px solid #ddd; }
.printArea .property span { padding: 0 5px;}
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 16px; line-height: 2; text-align: left; padding: 0 0 20px 0; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.printArea .conTxt p {margin: 20px 0 0px; padding:0px; line-height: 32px; text-indent: 2em; word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify;}
.printArea .conTxt p:first-child{margin-top: 0px}
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
.printArea .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.printArea .conTxt table td{padding: 5px 10px; border: 1px solid #ddd;}
.printArea .conTxt table td p{padding: 0px !important; margin: 0px !important; text-indent: 0px !important;}
.printArea .conTxt table p { margin: 0px}
.printArea .conTxt a { color: blue; text-decoration: underline;}
.printArea .conTxt em { font-style: italic;}
.printArea .conTxt ul { padding-left: 2em; list-style: inherit;}
.printArea .conTxt ol { padding-left: 2em; list-style: decimal;}
.printArea .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.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: bold;}
.printArea .conTxt h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
.printArea .conTxt h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
.printArea .conTxt h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
.printArea .conTxt h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
.printArea .conTxt h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
.printArea .conTxt h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
.printArea .conTxt blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
.printArea .conTxt blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
.printArea .conTxt h1:first-child,
.printArea .conTxt h2:first-child,
.printArea .conTxt h3:first-child,
.printArea .conTxt h4:first-child,
.printArea .conTxt h5:first-child,
.printArea .conTxt h6:first-child{margin-top:0px;}
.printArea .conTxt .videoPlayer{text-indent: 0;}
.printArea .videoPlayer { position: relative; z-index: 1500; text-align: center; margin: 20px auto;}
.articleCon .userControl { font-size: 14px; border-bottom: 1px solid #ddd; overflow: hidden; text-align: left; margin-bottom: 20px; padding: 10px 0;}
.articleCon .userControl .a { color: #777; margin: 10px 10px 0 0; float: left;}
.articleCon .userControl .bdsharebuttonbox { float: right;}
.articleCon .page { padding: 10px 0; text-align: center; overflow: hidden;}

/* 文章分页 */
.articleCon .page-title-list { border: solid 1px rgb(195, 211, 242); display: inline-block; width:100% }
.articleCon .page-title-list ul { margin: 10px; }
.articleCon .page-title-list ul li { float: left; margin-right: 50px; width: 40%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.articleCon .page-title-list ul li a { color: rgb(61, 114, 211) }
.articleCon .page-title-list ul li a.current { color: rgb(244, 108, 106) }

.articleCon .others { margin-bottom: 15px;}
.articleCon .others .prev,
.articleCon .others .next { padding: 5px 0; word-wrap: break-word}

/* 相关信息 */
#relativeInfo { margin-bottom: 10px;}
#relativeInfo .hd h3 { font-size: 18px; font-weight: bold; color: #666}
#relativeInfo .bd { margin-top: 10px; padding: 20px 25px; background: #F8F8F8;}
#relativeInfo .infoList li { height: auto;}

