﻿@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", SimSun, 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", SimSun, 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: #b9241a;
}

.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: 20px;
    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: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}
.siteWidth,.container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

#content {
    clear: both;
    margin: 0 auto;
    min-width: 1400px;
    min-height: 440px;
    text-align: left;
}

#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* header------------- */
#logo { text-align: left; float: left; }
#logo img { max-width: 250px; height: auto; }


/* topbanner */
.topbanner { text-align: center; position: relative; min-width: 1400px;}
.topbanner .pic img { max-width: 100%; height: auto; }

/* getHome */
.getHome { color: #fff; font-size: 16px; float: right;}
.getHome:hover { color: #ffdc72;}


/* nav */
.nav { text-align: center; background-color: #C8150C; min-width: 1400px; }
.nav .mainNav { width: 1400px; margin: 0 auto;}
.nav .li1 { float: left; width: 20%;}
.nav .a1 { display: block; height: 60px; line-height: 60px; font-size: 20px; color: #fff;}
.nav .on1 .a1{ background-color: #b9241a; }
.nav .gethome:hover .a1 { color: #ffcc00; }


/* footer */
#footer { background: #B42120; min-width: 1400px; padding: 30px 0; color: #fff; line-height: 30px; font-size: 14px;}
#footer a { color: inherit; }
#footer .pics { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

/* 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;
}

/* 首页------------- */
.row { padding: 50px 0; }


/* box-default */
.box-default>.hd { text-align: center; height: 45px; position: relative; background: url(../img/title-bar.png) no-repeat center; padding-top: 40px; line-height: 45px; margin-bottom: 50px;}
.box-default>.hd h3 { font-weight: bold; font-size: 40px; color: #B42120;}
.box-default>.hd h3 a { color: inherit; padding: 0 20px;}
.box-default>.hd h3:before,
.box-default>.hd h3:after { display: inline-block; width: 200px; height: 1px; background-color: #D9D9D9; content: ""; vertical-align: middle;}
.box-default>.hd .more { position: absolute; right: 0; top: 48%; font-size: 16px; padding-left: 32px; transition: all 0.5s; color: #999; background: url(../img/more.png) no-repeat left center; }
.box-default>.hd .more:hover { padding-left: 40px; color: #B42120; }

/* row-1 -----*/
.row-1 { background:#B42120 url(../img/row-01.jpg) no-repeat center bottom; height: 700px; padding-bottom: 100px; }


/* 焦点图 */
#focusNews { float: left; width: 800px; margin-right: 50px; position: relative; }
#focusNews .pic { overflow: hidden; width: 800px; height: 450px; background: #ddd; }
#focusNews .pic img { width: 580px; height: 450px; transition: all 0.5s;}
#focusNews .bd li:hover .pic img { transform: scale(1.2); }
#focusNews .con { height: 70px; background-color:#fff; width: 640px; padding: 10px 30px; }
#focusNews .title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 550px; height: 36px; line-height: 36px; font-size: 18px;}
#focusNews .date { display: block; font-size: 14px; color: #C62A10; line-height: 26px; }
#focusNews .hd { position: absolute; bottom: 40px; right: 120px;  }
#focusNews .hd li { height: 10px; width: 10px; background-color: #D9D9D9; font-size: 0; border-radius: 10px; float: left; margin-right: 5px; cursor: pointer; transition: all 0.5s;  }
#focusNews .hd li span { display: none; }
#focusNews .hd li.on { width: 25px; background: #F9A25A; }


/* box-top */
.box-top { overflow: hidden;}
.box-top .list { position: relative; }
.box-top .list li { height: 84px; margin-bottom: 30px; position: relative; transition: all 0.4s; }
.box-top .list li:before { display: block; transition: all 0.5s; content: ""; position: absolute; right: 50px; top: 0; height: 84px; background-color:#fff; width: 84px; transform: skewX(-15deg); }
.box-top .list li a { font-size: 18px; transition: all 0.5s; float: left; padding: 16px 5px 16px 25px; background: #fff; line-height: 26px; width: 400px; height: 52px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.box-top .list .dateRight { float: right; margin-right: 12px; position: relative; z-index: 1; margin-top: 40px; color: #fff; font-size: 14px; width: 100px; line-height: 30px; height: 30px; text-align: center; display: block; }
.box-top .list .dateRight:before { display: block; transition: all 0.5s; content: ""; width: 100px; height: 30px; background-color: #B42120; transform: skewX(30deg); position: absolute; top: 0; left: 0; z-index: -1;}

.box-top .list li:hover { transform: translateY(10px); }
.box-top .list li:hover a,
.box-top .list li:hover:before { background: #B42120; color: #fff; }
.box-top .list li:hover .dateRight:before { background: #F9A25A; }

.box-top .list li.noData { background-color:#fff; }

/* row-2 -----*/
.row-2 { background:#B42120 url(../img/row-02.jpg) no-repeat center bottom; padding-bottom: 100px; height: 489px; }
.row-2 .box-default>.hd { margin-bottom: 60px; }
.row-2 .box-default>.hd h3 {color: #FFD231;}
.row-2 .box-default>.hd .more { color: #fff; }
.row-2 .box-default .bd { position: relative; }
.row-2 .box-default .bd .tempWrap { overflow: hidden; max-width: 1400px; }
.row-2 .arrow { display: block; position: absolute; transition: all 0.5s; width: 44px; height: 44px; top: 50%; transform: translateY(-50%); line-height: 44px; text-align: center; border-radius: 40px; }
.row-2 .prev { left: -50px; background: rgba(0, 0, 0, 0.1) url(../img/prev.png) no-repeat center; }
.row-2 .next { right: -50px; background: rgba(0, 0, 0, 0.1) url(../img/next.png) no-repeat center; }
.row-2 .arrow:hover { background-color: rgba(0, 0, 0, 0.3); }

/* pic-date-list */
.pic-date-list { }
.pic-date-list li { background: #fff; padding: 15px; width: 302px; margin-right: 24px; float: left; padding-bottom: 210px; position: relative; transition: all 0.5s; }
.pic-date-list .titleBg { display: block; width: 20px; height: 1px; background: #D6BE96; margin-bottom: 15px; margin-top: 10px; transition: all 0.5s; }
.pic-date-list .title { height: 48px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; line-height: 24px; font-size: 16px; }
.pic-date-list .title a { color: inherit; }
.pic-date-list .title a:after { display: block; content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.pic-date-list .date { display: block; color: #D6BE96; background: url(../img/date.png) no-repeat left center; padding-left: 25px; line-height: 36px; height: 36px; font-size: 14px; }
.pic-date-list .pic { width: 300px; height: 180px; overflow: hidden; position: absolute; bottom: 15px; left: 15px; background: #ddd; transition: all 0.5s; }
.pic-date-list .pic img { width: 300px; height: 180px; transition: all 0.5s; }
.pic-date-list li:hover .pic { bottom: 20px; }
.pic-date-list li:hover .pic img { transform: scale(1.2); }
.pic-date-list li:hover .titleBg { width: 302px; }
.pic-date-list li:hover .title { color: #B42120; }

/* row-3 -----*/
.row-3 { background:#F5F0DD url(../img/row-03.jpg) no-repeat center top; height: 474px; padding-bottom: 122px; }
.row-3 .box-default .hd { margin-bottom: 95px; }


/* pic-list */
.pic-list li { background-color: #fff; float: left; width: 320px; margin-right: 40px; transition: all 0.5s; position: relative; }
.pic-list li:last-child,
.pic-list li:nth-child(4n) { margin-right: 0; }
.pic-list .pic { overflow: hidden; }
.pic-list .pic,.pic-list .pic img { width: 320px; height: 180px; }
.pic-list .pic img { transition: all 0.5s; }
.pic-list .pic a:after { display: block; content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.pic-list .title { line-height: 24px; height: 48px; transition: all 0.5s; margin: 10px 20px 5px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.pic-list .title a { color: inherit; }
.pic-list .date { display: block; font-size: 14px; color: #B42120; padding: 0 20px 10px; transition: all 0.5s; }

.pic-list li:hover { background-color: #B42120;}
.pic-list li:hover .title,
.pic-list li:hover .date { color: #fff; transform: translateY(10px);}
.pic-list li:hover .pic img { transform: scale(1.2); }

/* row-4 -----*/
/* top-pic-list */
.top-pic-list { max-height: 470px; position: relative ; padding-left: 690px; }
.top-pic-list li { background-color:#ddd; text-align:center; position: relative; overflow: hidden; width: 325px; height: 215px; float: left; margin-left: 30px; margin-bottom: 30px;}
.top-pic-list li.first{ width: 690px; height: 460px; position: absolute; left: 0; top: 0; margin-left: 0;}
.top-pic-list .pic img { width: 100%; height: 100%; transition: all 0.5s; }
.top-pic-list li:hover .pic img { transform: scale(1.2); }
.top-pic-list .title { position: absolute; bottom: 0; left: 0; width: 90%; padding: 0 5%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: 60px; line-height: 60px; color: #fff; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.68%, #000000 160.56%);}
.top-pic-list .title a { color: inherit; }
.top-pic-list .pic a:after { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.top-pic-list li.noData { left: -690px; margin-left: 0; }

/* 文章列表页 -----------------------------------------*/
.page-body { background-color: #F5F0DD; }
.pagecontent>.container { background-color: #fff; padding: 20px 50px 30px; max-width: 1300px; min-height: 400px; }


/* mainBox */
.mainBox {  }
.mainBox .mHd { border-bottom: 1px solid #ddd; height: 60px;}
.mainBox .mHd h3 { float: left; padding: 0 15px; border-bottom:2px solid #B42120; font-weight: bold; font-size: 24px; color: #B42120; line-height: 58px; }
.mainBox .mBd { clear: both; }

/* 内容带图片的信息列表_图片判断式 */
.pageTPList { margin-top: -10px; }
.pageTPList li { overflow: hidden; word-wrap: break-word; transition: all 0.5s; padding: 20px; border-bottom: 1px dashed #ccc; position: relative;}
.pageTPList .pic { float: right; width: 220px; padding-left: 25px;}
.pageTPList .pic img { width: 100%; height: auto; max-height: 130px;}
.pageTPList .con { overflow: hidden; zoom: 1;}
.pageTPList .title { font-size: 18px; line-height: 36px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 10px; }
.pageTPList .title a:after { display: block; position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; }
.pageTPList .intro { line-height: 24px; color: #999; height: 48px; overflow: hidden; font-size: 14px;}
.pageTPList .title a:hover { text-decoration: none;}
.pageTPList .intro .more { display: none;}
.pageTPList .others { font-size: 13px; color: #aaa;}
.pageTPList .others span { margin-right: 15px; color: #3a6ea7;}
.pageTPList .node { color: #aaa; margin-right: 15px;}
.pageTPList .last { border-bottom: 0; margin-bottom: 0;}
.pageTPList .on { background: #f2f5fc;}
.pageTPList .on .title a { color: #094ca7; }


/* newsList */
.newsList { padding: 20px 30px; }
.newsList li { overflow: hidden; height: 50px; line-height: 50px; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; position: relative; padding: 0 5px 0 20px; transition: all 0.5s;}
.newsList li:before { display: block; content: ""; background-color: #999; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; transition: all 0.5s; }
.newsList li.on { padding: 0 15px 0 40px;}
.newsList li.on:before { left: 18px; background-color: #b9241a;}
.newsList li.on a { color: #b9241a; }
.newsList li a:after { display: block; content: ""; position: absolute; top:0; left: 0; width: 100%; height: 100%; }
.newsList .date { float: right; color: #b9241a; font-size: 14px; padding-left: 20px;}
.newsList .node { color: #999; margin-right: 10px;}
.newsList em { color: #f20;}
.newsList .split { height: 1px; overflow: hidden; padding: 0; font-size: 0; line-height: 0; margin: 20px 0; border-bottom: 1px dashed #a7a6a6;}
.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;}


/* 文章内容页 -----------------------------------------*/
.articleCon { text-align: left; padding: 30px 20px 10px; }
.printArea .title { font-size: 34px; font-weight: bold; line-height: 1.5; text-align: center; margin-bottom: 30px; word-wrap: break-word; color: #B42120; }
.printArea .subTitle,
.printArea .subheading { font-size: 24px; color: #666; text-align: center; margin-bottom: 20px; }
.printArea .property { font-size: 15px; text-align: left; margin-bottom: 40px; line-height: 2.5; padding: 10px 15px; color: #999; background: #f8f8f8; border-left: 2px solid #B42120; border-right: 2px solid #B42120; }
.printArea .property a { color: inherit; }
.printArea .property a:hover { color: #B42120; text-decoration: none; }
.printArea .property > span { vertical-align: top; padding: 0 12px; white-space: nowrap; }
.printArea .property .shared,
.printArea .property .size { float: right; margin-left: 5px;}
.printArea .property .size a,
.printArea .property .shared > span { display: inline-block; cursor: pointer; color: #999; border-radius: 2px; width: 38px; height: 30px; font-size: 16px; text-align: center; background-color: #fff; line-height: 30px; vertical-align: middle; }
.printArea .property .iconfont { font-size: 22px; }
.printArea .property .icon-s { font-size: 18px; }
.printArea .property .size a:hover,
.printArea .property .shared > span:hover { background-color: #B42120; color: #fff;}
.printArea .property .shared { position: relative; }
.printArea .property .shared .in-shared { position: absolute; display: none; top: 100%; right: 0; background: #fff; padding: 15px; border: 2px solid #B42120; width: 150px; text-align: center; }
.printArea .property .shared:hover .in-shared { display: block; }

.printArea .conTxt,
.printArea .conTxt * { box-sizing: content-box; }
.printArea .conTxt { color: #333; font-size: 18px; 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: 1em 0 0; padding: 0px; line-height: 2; word-wrap: break-word; border: none; border-radius: 0; white-space: normal; text-align: justify; }
.printArea .conTxt p:first-child{ margin-top: 0; }
.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; }
.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: 0.83em; }
.printArea .conTxt blockquote p { margin: 0px; line-height: 1.7; color: #888; font-size: 1em; }
.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; }
.printArea .videoPlayer [data-ui=video] { margin: 0 auto; max-width: 100%; height: 0 !important; padding-bottom: 60%; }
.printArea .videoPlayer [data-ui=video] > div { position: absolute; left: 0; top: 0; }
.printArea .edui-video-video { max-width: 100%; height: auto; margin: 0 auto; }

.articleCon .page { padding: 10px 0; text-align: center; overflow: hidden; }

/* 全屏表格 */
.newueditortable .newclass { font-size: 16em; left: 0; }
.expandtable { font-size: 16em; }

/* 文章分页 */
.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; border-top: 1px solid #E1E1E1; padding-top:20px; }
.articleCon .others .prev,
.articleCon .others .next { word-wrap: break-word; font-size: 16px; }
.articleCon .others .prev span,
.articleCon .others .next span { color: #B42120; }

.articleCon .others .prev span.date,
.articleCon .others .next span.date { color: #666; }

/* END  */
.articleCon .end { font-size: 30px; color: #ccc; text-align: center; padding: 20px 0; }


/* 关闭 打印 */
.articleCon .userControl { display: flex; align-items: center; justify-content: center; font-size:16px; padding: 20px 0; text-align: center; line-height: 1.6; }
.articleCon .userControl a { display: inline-block; margin: 0 10px; line-height: 34px; height: 34px; border: 1px solid #DADADA; border-radius: 2px; text-align: center; color: #999; padding: 0 1em; background-color: #F3F3F3; transition: all 0.5s; }
.articleCon .userControl i { display: inline-block; vertical-align: top; font-size: 20px; margin-right: 5px; }
.articleCon .userControl a:hover { color: #fff; background-color:#B42120; border-color: #B42120; }

/* 关注  */
.qr-wx {  padding: 30px; margin: 0 auto; text-align: center; margin-bottom: 30px; width: 195px; background-color: #F7F7F7;}
.qr-wx .pic img { padding: 6px; background: #fff; border: 1px solid #EAEAEA; width: 117px; height: auto; }
.qr-wx .title { font-size: 16px; padding-top: 15px;}
.qr-wx .title span { color: #B42120; }


/* 相关信息 */
#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;}

/* 图片-列表页 ----------------------------------------- */
.picPageList { overflow: hidden; margin-top: 30px; margin: 30px -1% 0; }
.picPageList li { float: left; width: 25%; box-sizing: border-box; padding: 0 1%; position: relative; overflow: hidden; margin-bottom: 20px;}
.picPageList li:nth-child(4n) { margin-right: 0; }
.picPageList .pic { height: 200px; overflow: hidden; margin-bottom: 10px; position: relative; background-color: #ededed; }
.picPageList .pic img { height: 200px; width: 100%; transition: all 0.5s;}
.picPageList .title {  overflow: hidden; line-height: 24px; height: 48px; text-align: center;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.picPageList .titleBg { display: none;}
.picPageList .pic:hover img { transform: scale(1.2);}
.picPageList .date { display: block; font-size: 14px; color: #6d89a6;  line-height: 20px;} 

/* 图片-内容页 ----------------------------------------- */
.slide-wrap { border: 1px solid #eee; }
.noSideContent .swp-tit h2,.noSideContent .swp-tit span { text-align: center; font-size: 30px; float: none; color: #094ca5; line-height: 1.5; }
.noSideContent .swp-tool { font-size: 14px; background-color: #f8f8f8; padding: 12px 15px; margin-bottom: 30px;}
.noSideContent .swp-tool .swpt-time { margin-right: 20px; }
.noSideContent .swpt-full-wrap { display: none; }
.noSideContent #SI_Mode_Trigger { border-right: none; padding-right: 0; }
.noSideContent .sw-list li .swl-item-pic { background: none; }
.noSideContent .sw-list li .swl-item-pic img { width: 100%; }

/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 40px 0 20px 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 10px;
    margin: 0 3px 5px 0;
    line-height: 34px;
    height: 34px;
}
.page a:hover,
.page span:hover {
    border: 1px solid #b9241a;
    text-decoration: none;
    color: #b9241a;
}
.page .current {
    background: #b9241a;
    border: 1px solid #b9241a;
    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;
}

