﻿@charset "UTF-8";
/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

/* Css Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul { padding: 0; margin: 0}
table { border-collapse: collapse; border-spacing: 0}
fieldset,
img { vertical-align: top; border: 0}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var { font-weight: 400; font-style: normal}
li,
ol,
ul { list-style: none}
dd,
div,
dl,
dt,
li,
ol,
ul { zoom: 1}
caption,
th { text-align: left}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 400; font-size: 100%}
q:after,
q:before { 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,
figure,
footer,
header,
menu,
nav,
section,
time { margin: 0; padding: 0; display: block; zoom: 1}

/* Public */
body { color: #4f4f4f; font-size: 16px; line-height: 32px; 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: #c30909; }
.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;}
.prev,
.next { transition: all 0.5s;}
@font-face {
    font-family: 'font-webicon';
    src: url('../font-webicon/iconfont.eot');
    src: url('../font-webicon/iconfont.woff2') format('woff2'),
        url('../font-webicon/iconfont.woff') format('woff'),
        url('../font-webicon/iconfont.ttf') format('truetype');
}

/* frame */
body { text-align: center; min-width: 1200px; min-height: 400px; }
.container,
.siteWidth { position: relative; max-width: 1200px; _width: 1200px; margin: 0 auto;}
#content { clear: both; margin: 0 auto 20px; padding: 20px 0 0; width: 1200px; position: relative; z-index: 1; text-align: left;}
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.wrap{
    background-color: #f9f9f9;
}

/* 顶部 */
#header { position: relative; z-index: 3; }

/* logo */
#logo {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 65px;
    transform: translateX(-50%);
    width: 322px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
#logo img {
    max-width: 100%;
}

/* 顶部栏 */
.top-pull{
    height: 44px;
    line-height: 44px;
    background-color: #c30909;
}
.top-pull .container{
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-pull a{
    color: white;
    font-size: 0.875em;
}
.top-pull a:hover{
    color: #ffc602;
}
.visitor-links{
    height: 44px;
    line-height: 44px;
}
.visitor-links a{
    margin-right: 10px;
}
.top-links {
    width: auto;
}
.top-links a {
    color: inherit;
}
.top-links dl {
    position: relative;
    float: left;
    margin-left: 10px;
    font-size: 14px;
}
.top-links dl:last-child {
    padding-right: 0;
}
.top-links dl:last-child::after {
    display: none;
}
.top-links dt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.top-links dt>a {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
}
.top-links dt>a::before {
    display: block;
    content: "\E607";
    font-family: "font-webicon";
    font-size: 17px;
    color: inherit;
    margin-right: 4px;
    color: rgba(255, 255, 255, 0.8);
}
.top-links dd {
    transition: all ease 0.2s;
    padding: 7px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    font-size: 0;
    line-height: 1;
    white-space: nowrap;
    padding: 8px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}
.top-links dl:hover dd {
    visibility: visible;
    opacity: 1;
}
.top-links dl:hover dt>a {
    color: #ffc602;
}
.top-links dd {
    min-width: 100px;
}
.top-links dd img {
    width: 100%;
    height: auto;
}

/* 图标 */
.top-links .qr-wx dt>a::before { content: "\E601"; }
.top-links .phone dt>a::before { content: "\E809"; font-size: 20px; }
.top-links .e-mail dt>a::before { content: "\E806"; }
.top-links .backhome dt>a::before { content: "\e613"; font-size: 20px; }

/* 登录注册 */
.top-links .userLogged { display: inline-block; vertical-align: top; float: none; height: auto; margin: 8px 0 0 0; }
.top-links .userLogged  a{
    margin: 0 5px;
}
.top-links .userLogged .split { display: none;}
.top-links .userLogged .notlogged { align-items: center; display: flex; }
.top-links .userLogged .notlogged > a,
.top-links .userLogged .loggedin > a,
.top-links .userLogged .userDropdown { color: #fff;}
.top-links .userLogged .notlogged > a:hover,
.top-links .userLogged .loggedin > a:hover,
.top-links .userLogged .userDropdown .nickname:hover { color: #ffc602; }
.top-links .userLogged .userDropdown .avatar { margin: 0; display: none; }
.top-links .userLogged .userDropdown .nickname { margin-left: 10px; font-weight: normal; padding-right: 0; }
.top-links .userLogged .userDropdown .nickname::after { position: static; margin: 0 0 0 8px; display: inline-block; vertical-align: top; background: none; width: auto; height: auto; font-size: 12px; font-family: "fontpower"; content: "\e1cf"; color: inherit; }
.top-links .userLogged .userDropdown .ud-bd { left: -15px; top: 100%; }
.top-links .userLogged .loggedin .split { margin-top: 7px; }
.top-links .userLogged .loggedin a.signinSum,
.top-links .userLogged .loggedin a.myMsg { width: auto; padding: 0; background: none; color: #fff; overflow: visible; }
.top-links .userLogged .loggedin a.signinSum:hover,
.top-links .userLogged .loggedin a.myMsg:hover { color: #DAB866; }
.top-links .userLogged .loggedin a.signinSum::before,
.top-links .userLogged .loggedin a.myMsg::before { display: inline-block; vertical-align: top; font-family: "fontpower"; font-size: 24px; content: '\ec2b'; }
.top-links .userLogged .loggedin a.signinSum::before { content: '\e6fd'; }
.top-links .userLogged .loggedin a.hasMsg { color: #63bf6e; }
.top-links .userLogged .loggedin a.hasMsg:after { right: 0; top: 0; }
.top-links .userLogged .userDropdown .ud-bd li a:hover { color: #c30909; }

/* 站群导航-公共 */
#siteLast {position: relative;}
#siteLast::after { display: none; }
#siteLast dt {cursor: pointer; line-height: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
#siteLast dt::before { display: block; content: "\0E73"; font-family: "font-webicon"; font-size: 17px; color: inherit; margin-right: 7px; color: rgba(255, 255, 255, 0.8);}
#siteLast dd{display:none; width:1000px; position:absolute; background:#fff; text-align:left; color:#333; max-height:500px; overflow:auto; padding:10px}
#siteLast dd h3{ text-align:left; margin:0 10px; position:relative; font-size:14px; font-weight:bold; line-height:34px; display:block; overflow:hidden;}
#siteLast dd h3.h i{display:none;}
#siteLast dd h3 span{float:left; height:34px; line-height:34px; padding:0 15px 0 0; background:#ffffff; position:relative; z-index:2;}
#siteLast dd h3 i{ content:""; display:block; height:1px; line-height:0; font-size:0; background:#eeeeee; top:16px; right:0; width:100%; position:absolute; z-index:1;}
#siteLast dd table{border-collapse: collapse;border-spacing: 0; font-size:12px; width:100%}
#siteLast dd table td{padding-top:10px; padding-bottom:10px; overflow:hidden}
#siteLast dd table .tdlab{width:90px; text-align:right; padding-right:20px; vertical-align:middle; line-height:26px; font-weight:bold; }
#siteLast dd ul{overflow:hidden;}
#siteLast dd ul li{width:18%; margin-left:2%; float:left; height:26px; line-height:26px; overflow:hidden}
#siteLast dd ul li a{color:#333}
#siteLast dd ul li a:hover{color:#c00;}
#siteLast dd table.up{background:#f7f7f7}

/* 站群导航-个性 */
#siteLast dt{color:#fff}
#siteLast a{ padding:0; margin:0;}
#siteLast dd { font-size:14px; border: 3px solid #a70303; left:auto; right: 0; margin: 0; top: 100%; transform: translateX(0)}
#siteLast dd li a{ cursor:pointer;}
#siteLast.on { background-color:#a70303; }
#siteLast.on dd { display: block; }


/* 搜索框 */
.top-links dl.search dt>a::before{
    content: "\e634";
    margin-right: 0;
    width: 44px;
    background-color: #a70303;
    color: white;
}
.top-links dl.search dd{
    width: auto;
    height: auto;
    left: auto;
    right: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.s-form {
    display: flex;
    vertical-align: top;
    height: 40px;
}
.s-form .input-box input { width: 220px; vertical-align: top; height: 38px; padding: 0 15px; line-height: 38px; border: 0; outline: none; background: none; border: 1px solid #dfdfdf; border-right: 0;}
.s-form .btn-box{
    position: relative; z-index: 1;
    background-color: #a70303;
}
.s-form .btn-box:hover{
    background-color: #a70303;
}
.s-form .btn-box::after{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    font-family: "font-webicon";
    content:"\e634";
    color: white;
    font-size: 17px;
}
.s-form .btn-box input { height: 40px; width: 44px; background: none; border: none; text-indent: -9999px;}
.s-form .link-box { text-align: center; font-size: 14px;}
.s-form .select-box { float: left; width: 100px; display: none; height: 40px; border: none; background: none; border: 0; position: relative; font-size: 14px;}
.s-form .select-box ul { position: absolute; background: #fff; border-top: 0; line-height: 1.8; display: none; left: 0px; top: 40px; border: 1px solid #ede0c9; border-top: 0; width: 328px; padding: 5px 10px;}
.s-form .select-box ul li { cursor: pointer; padding: 4px 5px; font-size: 14px; float: left; width: 90px; text-align: left;}
.s-form .select-box ul li:hover { color: #E20500; background: #f1f1f1;}
.s-form .select-box .s-option { display: block; left: 0; position: absolute; top: 0; height: 40px; line-height: 40px; width: 80px; text-align: center; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.s-form .select-box a:hover { text-decoration: none;}
.s-form .select-box .arrow-dn { display: inline-block; height: 0; width: 0; font-size: 0; overflow: hidden; border: 5px solid transparent; border-color: #666 transparent transparent; position: absolute; right: 10px; top: 17px; transition: -webkit-transform .1s ease-in-out; transform: translate3d(0, 0, 999px); backface-visibility: visible; -webkit-transition: -webkit-transform .1s ease-in-out; -webkit-transform: translate3d(0, 0, 999px); -webkit-backface-visibility: visible; -moz-transition: -moz-transform .2s ease-in-out; -moz-transform: translate3d(0, 0, 999px); -moz-backface-visibility: visible;}
.s-form .dropdown-word ul li{
    color: #333;
    font-size: 14px;
    text-align: left;
    text-indent: 15px;
}



/* 主导航 */
.nav { position: relative; text-align: center; min-width: 1200px; height: 56px; }
.mainNav .li1 { position: relative; float: left; width: 9%; text-align: center; }
.mainNav>li:nth-child(4){ margin-right: 28%;}
.mainNav .a1 { display: block; line-height: 42px; padding-top: 56px; font-size: 16px; position: relative; border-right: 1px solid #f1f1f1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s;}
.mainNav .a1::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 19px;
    width: 30px;
    height: 32px;
    float: left;
    overflow: hidden;
    margin-left: -15px;
    background:  url(../img/nav-icon.png) center top no-repeat;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.mainNav .ul1 { display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: #c30909; padding: 5px 0 0;}
.mainNav .a2 { display: block; font-size: 14px; line-height: 28px; padding: 5px 5px; color: #fff;}
.mainNav .a2:hover { background-color: #ffba00; }
.mainNav .on1 .a1{ color: #fff; background-color: #c30909; border-right-color: #c30909;}

.mainNav .li1:nth-child(5) .a1{border-left: 1px solid #f1f1f1;}
.mainNav .li1:nth-child(5).on1 .a1{border-left-color: #c30909;}
.mainNav .ul1::after{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -10px;
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #c30909 transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.mainNav .on1 .a1::before{
    background-position: center -50px;
}
.mainNav .li1:nth-child(2) .a1::before{
    background-position: center -99px;
}
.mainNav .li1:nth-child(2).on1 .a1::before{
    background-position: center -149px;
}
.mainNav .li1:nth-child(3) .a1::before{
    background-position: center -199px;
}
.mainNav .li1:nth-child(3).on1 .a1::before{
    background-position: center -249px;
}
.mainNav .li1:nth-child(4) .a1::before{
    background-position: center -300px;
}
.mainNav .li1:nth-child(4).on1 .a1::before{
    background-position: center -350px;
}
.mainNav .li1:nth-child(5) .a1::before{
    background-position: center -400px;
}
.mainNav .li1:nth-child(5).on1 .a1::before{
    background-position: center -450px;
}
.mainNav .li1:nth-child(6) .a1::before{
    background-position: center -499px;
}
.mainNav .li1:nth-child(6).on1 .a1::before{
    background-position: center -549px;
}
.mainNav .li1:nth-child(7) .a1::before{
    background-position: center -600px;
}
.mainNav .li1:nth-child(7).on1 .a1::before{
    background-position: center -650px;
}
.mainNav .li1:nth-child(8) .a1::before{
    background-position: center -700px;
}
.mainNav .li1:nth-child(8).on1 .a1::before{
    background-position: center -750px;
}


/* 节点banner  S */
.pageBanner { text-align: center; }
.pageBanner img { max-width: 1920px; width: 100%; height: auto; min-width: 1200px;}

/* 侧栏 和 主栏 */
.side { float: left; width: 280px; margin-right: 30px; }
.mainContent { overflow: hidden; }


/* 主体盒子 */
.mainBox .mHd { padding: 9px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #E0E0E0; box-sizing: border-box; }
.mainBox .mHd h3 { font-size: 20px; font-weight: bold; line-height: 40px; color: #c30909; padding-left: 20px; position: relative; }
.mainBox .mHd h3::before { display: block; content: ""; width: 6px; height: 20px; left: 0; top: 50%; transform: translateY(-50%); position: absolute; background-color: #c30909; }
.mainBox .mHd h3 a { color: inherit; }
.mainBox .mBd { margin: 20px 0 0; clear: both;}


/* 侧栏盒子模型 */
.sideBox { background-color: #ececec; margin-bottom: 20px; }
.sideBox .hd {height: 42px; padding:25px 10px 25px 34px; position: relative; background-color: #c30909;}
.sideBox .hd h3 {position: relative; z-index: 1; padding-left: 17px; color: #fff; font-size: 24px; line-height: 40px;}
.sideBox .hd h3::before{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 10px;
    content: "";
    width: 6px;
    height: 22px;
    float: left;
    background-color: #ffc923;
}
.sideBox .bd { padding: 5px 15px; }


/* 侧栏-栏目菜单 */
#sideMenu { margin-bottom: 20px; }
#sideMenu .hd{background: #c30909;}
#sideMenu .bd { padding:10px 0; }
#sideMenu .bd li {overflow: hidden; }
#sideMenu .bd li a {
    position: relative;
    display: block;
    padding: 18px 50px;
    line-height: 32px;
    position: relative;
    color: #333;
    border-bottom: 1px solid #cfcfcf;
}
#sideMenu .bd li a::before,
#sideMenu .bd li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 4px;
    height: 4px;
    float: left;
}
#sideMenu .bd li a::before{
    overflow: hidden;
    left: 30px;
    background-color: #fff;
    border: 2px solid #707070;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#sideMenu .bd li a::after{
    right: 30px;
    width: 7px;
    height: 14px;
    line-height: 14px;
    font-family: "font-webicon";
    font-size: 13px;
    content: "\e605";
    color: #999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#sideMenu .bd li a:hover,
#sideMenu .bd .on a { color: #fff; font-weight: bold; background-color: #e13838;}
#sideMenu .bd li a:hover::before,
#sideMenu .bd .on a::before{ background-color: #e13838; border-color: white;}
#sideMenu .bd li a:hover::after,
#sideMenu .bd .on a::after{
    color: white;
}


/* 侧栏-热点资讯 */
.sideRankList li { padding: 15px 0; border-bottom: 1px dashed #ccc; font-size: 15px; }
.sideRankList li a { line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.sideRankList .last { border-bottom: 0 }

/* fd */
.fd { text-align: center; height: 13px; width: 35%; margin: 0 auto;  position: relative; }
.fd::before { display: block; content: ""; width: 100%; height: 1px; background-color: rgba(255, 255, 255, 0.5); top: 50%; position: absolute; }
.fd ul { position: relative; z-index: 1; }
.fd li { display: inline-block; vertical-align: top; font-size: 0; width: 13px; height: 13px; background-color: #89afd4; border-radius: 100%; cursor: pointer; margin: 0 40px;}
.fd .on { background-color: #f4792e; }


/* 位置导航 */
.path { clear: both; line-height: 24px; color: #666; text-align: left; font-size: 14px; }
.path a, .path span { padding: 0 5px; color: inherit; }
.path em::before { display: inline-block; content: ""; color: inherit; width: 13px; height: 12px; line-height: 12px; margin-right: 10px; background:  url(../img/path.png) left center no-repeat;}
.path a:hover { color: #c30909; }

/* 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: .9; background: rgba(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, .8); left: 0; top: 0;}

/* box-center */
.box-center{
    overflow: hidden;
    margin-bottom: 45px;
}
.box-center .mhd{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-center .mhd strong{
    position: relative;
    margin-bottom: 30px;
}
.box-center .mhd strong a{
    position: relative;
    display: block;
    color: #c30909;
    padding: 0 14px;
    font-size: 24px;
    font-weight: bold;
    color: #c30909;
}
.box-center .mhd strong::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -15px;
    width: 30px;
    height: 4px;
    float: left;
    margin-left: -15px;
    overflow: hidden;
    background-color: #f7b432;
}
.box-center .mhd strong a::after,
.box-center .mhd strong a::before{
    position: absolute;
    z-index: 1;
    top: 50%;
    content: "";
    width: 300px;
    height: 1px;
    line-height: 1px;
    float: left;
    overflow: hidden;
    background-color: #efefef;
}
.box-center .mhd strong a::after{
    left: 100%;
}
.box-center .mhd strong a::before{
    right: 100%;
}
.box-center .mhd .more{
    padding: 0 14px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #d53428;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.box-center .mhd .more:hover{
    color: white;
    background-color: #d53428;
}
.box-center .mbd{
    padding: 20px 0 0;
}

/* box-center-red */
.box-center-red .mhd strong,
.box-center-red .mhd strong a{
    color: white;
}
.box-center .mhd strong a::after,
.box-center .mhd strong a::before{
    background-color: #cc8280;
}
.box-center-red .mhd .more{
    color: white;
    background-color: #d1403a;
}

/* box */
.box { overflow: hidden;}
.box .hd { height: 40px; line-height: 40px; position: relative; font-size: 16px; border-bottom: 1px solid #dcdcdc;}
.box .hd .more { float: right; font-size: 12px;}
.box .hd .more { -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.box .hd .more:hover { color: #1668bc;}
.box .hd h3 { height: 40px; line-height: 40px; float: left; padding: 0 15px; font-size: 16px; color: white; background-color: #0865bb;}
.box .hd h3 a { color: white;}
.box .hd h3 a:hover { text-decoration: none;}
.box .hd ul { overflow: hidden;}
.box .hd li { float: left; margin-right: 5px;}
.box .hd li a { display: block; height: 40px; line-height: 40px; padding: 0 15px; font-size: 16px;}
.box .hd li a:hover { text-decoration: none;}
.box .hd .on a { background-color: #0865bb; color: white;}
.box .bd { padding: 15px 0 0; overflow: hidden;}

/* boxA */
.boxA { margin-bottom: 15px;}
.boxA .hd { height: 40px; line-height: 40px; position: relative; font-size: 18px; border-bottom: 2px solid #f3f3f3}
.boxA .hd .more { position: absolute; top: 8px; right: 0; color: #999; font-size: 14px; width: 24px; height: 24px; line-height: 80px; overflow: hidden; background: #e1e7f0 url(../img/moreicon.png) no-repeat center; border-radius: 50%;}
.boxA .hd .more a { color: #999}
.boxA .hd .more { -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.boxA .hd .more:hover { transform: rotate(360deg); background-color: #f7bc68}
.boxA .hd h3 { position: absolute; color: #c30909; font-size: 18px; font-weight: bold; line-height: 30px; padding: 0 20px; height: 40px; border-bottom: 2px solid #c30909;}
.boxA .hd h3 a { color: #c30909;}
.boxA .hd h3 a:hover { text-decoration: none;}
.boxA .hd ul { position: absolute; height: 40px; overflow: hidden;}
.boxA .hd li { float: left; font-size: 18px; height: 39px; line-height: 39px; background: #F9F9F9;}
.boxA .hd li a { display: block; float: left; padding: 0 30px;}
.boxA .hd li a:hover { text-decoration: none}
.boxA .hd .on { border: 1px solid #E1E1E1; border-top: 3px solid #c30909; border-bottom: 0;}
.boxA .bd { padding: 5px; overflow: hidden;}

/* box-icon */
.box-icon>.hd{
    display: flex;
    height: 50px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-top: 4px solid #d53428;
}
.box-icon>.hd h3{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
    color: #d53428;
}
.box-icon>.hd h3 a{
    font-weight: bold;
    color: #d53428;
}
.box-icon>.hd .eng{
    text-transform: uppercase;
    padding-top: 6px;
    margin-left: 12px;
    font-size: 16px;
    color: #d53428;
}
.box-icon>.hd .more{
    font-size: 14px;
    color: #999;
    text-transform:uppercase
}
.box-icon>.hd .more:hover{
    color: #d53428;
}

/* box-tab */
.box-tab>.hd { text-align: center; margin-bottom: 40px; line-height: 50px; height: 50px; position: relative; }
.box-tab>.hd>ul { height: 50px; }
.box-tab>.hd li { display: inline-block; padding: 0 30px; position: relative; }
.box-tab>.hd li h3 { font-size: 26px; font-weight: bold; color: #c30909; display: flex; align-items: baseline; }
.box-tab>.hd li h3 a { color: #777; display: flex; align-items: center; }
.box-tab>.hd li h3 a::after { display: block; content: ""; inset: 0; position: absolute; top: 0; left: 0; }
.box-tab>.hd li.on h3 a { color: #c30909; }
.box-tab>.hd li::after { display: block; content: ""; position: absolute; right: -15px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; background: linear-gradient(120deg, transparent 48%, #cdcdcd 49.5%, #cdcdcd 50%, transparent 53%); }
.box-tab>.hd li:last-child::after { display: none; }
.box-tab>.hd .text-uppercase { text-transform: uppercase; font-size: 15px; color: #999; font-weight: normal; padding-left: 10px; }
.box-tab>.hd::before, 
.box-tab>.hd::after { display: block; content: "\E801"; font-family: "font-webicon"; font-size: 50px; line-height: 1; position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; color: #c30909; }
.box-tab>.hd::before { left: 0; }
.box-tab>.hd::after { right: 0; }
.box-tab>.hd ul { height: 50px; }
.box-tab>.hd ul::before,
.box-tab>.hd ul::after { width: 25%; height: 1px; position: absolute; top: 27px; display: block; content: ""; background-color: #c30909; }
.box-tab>.hd ul::before { left: 40px; }
.box-tab>.hd ul::after { right: 40px; }

/* row-special ---------------------------- */
.row-special { background-color: #fff; padding: 50px 0 20px; } 

/* box-special */
.box-special .bd { position: relative; overflow: hidden; background-color: #eef1f3; padding: 20px; margin-bottom: 30px; }
.box-special .bd li { float: left; width: 270px; height: 130px; margin-right: 26.6px; }
.box-special .bd .pic { display: block; }
.box-special .hd { text-align: center; }
.box-special .hd li { font-size: 0; display: inline-block; border-radius: 100%; vertical-align: top; width: 13px; height: 13px; background-color: #e0e0e0; margin: 0 10px; cursor: pointer; font-size: 0; }
.box-special .hd li.on { background-color: #1167bb; }
.box-special .arrow { position: absolute; transition: all 0.5s; z-index: 3; width: 30px; height: 30px; top: 50%; margin-top: -15px; background-color: rgba(0, 0, 0, 0.5); text-align: center; line-height: 30px; }
.box-special .arrow:hover { background-color: #c30909; }
.box-special .arrow::before { display: block; content: "\E811"; font-size: 14px; font-family: "font-webicon"; color: rgba(255, 255, 255, 0.8); font-weight: 100; }
.box-special .next::before { content: "\E810";  }
.box-special .prev { left: -30px; }
.box-special .next { right: -30px; }
.box-special:hover .prev { left: 0; }
.box-special:hover .next { right: 0; }

/* box-study */
.box-study>.hd { margin: 0 auto 70px; text-align: center; }
.box-study>.hd h3::before,
.box-study>.hd h3::after { display: block; content: ""; width: 35%; top: 27px; height: 1px; background-color: rgba(255, 255, 255, 0.5); position: absolute; }
.box-study>.hd::before,
.box-study>.hd::after{
    color: white;
}
.box-study>.hd h3::before { left: 40px; }
.box-study>.hd h3::after { right: 40px; }
.box-study>.hd h3 { line-height: 1.2; }
.box-study>.hd h3 a { display: block; font-size: 26px; font-weight: bold; color: #fff;  margin-bottom: 10px; }
.box-study>.hd .text-uppercase { padding-left: 0; color: #fff; display: block; }

/* txt-pic-list */
.txt-pic-list { margin-right: -2%; }
.txt-pic-list li { float: left; width: 23%; margin-right: 2%; background-color: #fff; position: relative; transition: all 0.5s; height: 350px; }
.txt-pic-list .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 60%; height: 0; z-index: 1; }
.txt-pic-list .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  }
.txt-pic-list .con { padding: 10px 20px; }
.txt-pic-list .title { font-weight: bold; line-height: 26px; height: 52px; margin-bottom: 10px; color: #c30909; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.txt-pic-list .title a { color: inherit;}
.txt-pic-list .intro { font-size: 14px; color: #999; line-height: 24px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.txt-pic-list .date { font-size: 14px; color: #999; display: block; margin-bottom: 10px; }
.txt-pic-list .more { position: absolute; opacity: 0; font-size: 0; z-index: 2; transition: all 0.5s; width: 100%; height: 100%; top: 0; left: 0; align-items: center; justify-content: center; display: flex; }
.txt-pic-list .more::before { display: block; content: ""; inset: 0; transition: all 0.5s; position: absolute; background-color: rgba(11, 88, 165, .3); content: ""; width: 0; height: 0; transform: translate(-50%,-50%); top: 50%; left: 50%; }
.txt-pic-list .more::after { display: block; content: "\E800"; font-size: 80px; font-family: "font-webicon"; line-height: 1; color: #fff; position: relative; z-index: 1; }
.txt-pic-list li:hover .more { opacity: 1; }
.txt-pic-list li:hover .more::before { width: 110%; height: 110%;}

/* 无图 */
.txt-pic-list .noPic .con { padding-top: 20px; }
.txt-pic-list .noPic .date { border-bottom: 1px solid #e6e6e6; margin-bottom: 20px; padding-bottom: 15px; }
.txt-pic-list .noPic .intro { -webkit-line-clamp: 7; }


/*节点归档信息样式*/
.archived-info { float: right;}
.archived-info span { margin: 0 5px;}

/* infoListA */
.infoListA li { height: 46px; line-height: 46px; font-size: 16px; padding-left: 15px; background: url(../img/dot01.png) left center no-repeat;}
.infoListA li a { color: #666;}
.infoListA .date { color: #999; float: right;}

/* 图片标题内容列表 */
.picTitleList { overflow: hidden; margin-top: -20px;}
.picTitleList li { margin-top: 20px;}
.picTitleList li .pic { overflow: hidden; margin-bottom: 12px;}
.picTitleList li img { display: block; width: 100%; height: auto;}
.picTitleList li .title { margin-bottom: 8px; height: 30px; line-height: 30px; font-size: 16px;}
.picTitleList li .title a { color: #666;}
.picTitleList li .intro { line-height: 22px; color: #999;}
.picTitleList li .others { height: 20px; line-height: 20px; font-size: 12px; color: #999;}
.picTitleList li .date { padding-left: 25px; background: url(../img/dateicon.png) left center no-repeat;}

/* 信件列表 */
.letterList { width: 100%; border: none; background-color: #fff;}
.letterList th,
.letterList td { text-align: center; font-size: 14px; vertical-align: middle; line-height: 26px; padding: 12px 5px}
.letterList th { background: #fff5f5;}
.letterList th { color: #c30909; height: 45px; line-height: 45px; padding: 0px; font-size: 16px; border-bottom: 1px solid #fb2d2d;font-weight:bold;}
.letterList th.title { text-align: left; padding-left: 38px;}
.letterList tr:nth-child(2n) td,
.letterList .even td { background: #f4f4f2;}
.letterList .num { display: none;}
.letterList td.title { text-align: left; padding-left: 5px; white-space: normal; word-break: break-all;}
.letterList .ico { width: 30px; text-align: center; vertical-align: middle; padding: 0px}
.letterList .ico img { vertical-align: middle;}
.letterList .dep { width: 90px;}
.letterList .state { width: 90px;}
.letterList .open,
.letterList .handle { display: none}
.letterList .state .s0 { color: #333;}
.letterList .state .s1 { color: #f70;}
.letterList .state .s2 { color: #f00;}
.letterList .state .s3 { color: #390;}
.letterList .state .s4 { color: #333; text-decoration: line-through;}
.letterList .date { border-right: none; width: 90px;}
.letterList td.date { color: #999999}
.letterList .clicks { display: none; }

/* detailTable */
.detailTable { margin-bottom: 10px; background: #fff; width: 100%;}
.detailTable,
.detailTable tr,
.detailTable tr td { border: 1px solid #e6e6e6; border-collapse: collapse;}
.detailTable thead tr { border-color: #c30909;}
.detailTable thead th { background: #c30909; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-align: center; border-color: #c30909;}
.detailTable tbody td { padding: 10px 15px;}
.detailTable tbody td.tdName { font-weight: bold; background: #f7f7f7; text-align: center; width: 20%; font-size: 14px;}
.detailTable .trTitle .tdCon { font-weight: bold; white-space: normal; word-break: break-all;}
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) { width: 160px}
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) { width: 160px}
.detailTable .preDiv pre { font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}

/*footer*/
#footer {
    position: relative;
    z-index: 4;
    min-width: 1200px;
    background: #c01c1c;
    font-size: 0.875em;
}

/* 版权内容 */
.footcopy {
    background-color: #222;
    padding: 10px 0;
    text-align: center;
}
.footcopy .container{
    display: flex;
    justify-content: space-between;
}
.footcopy .copyRight{
    flex: 1;
    margin-right: 20px;
    text-align: center;
}
.footcopy,
.footcopy a{
    color: white;
}
.footcopy a:hover{
    color: rgba(255, 255, 255, 0.8);
}
.footcopy .blue{
    width: auto;
    float: left;
    margin-right: 15px;
}
.footcopy .blue img{
    width: auto;
    height: 32px;
}

.footer-links{
    color: rgba(255, 255, 255, .4);
}
.footer-links a{
    margin: 0 6px;
}

/* 底部-信息框 */
.footer-box{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.footer-logo{
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    border-left: 1px solid #c93e3e;
    border-right: 1px solid #a31818;
}
.footer-logo::after,
.footer-logo::before{
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    float: left;
}
.footer-logo::before{
    left: 0;
    background-color: #a31818;
}
.footer-logo::after{
    right: 0;
    background-color: #c93e3e;
}
.footer-logo a{
    flex: 1;
}

.other-links{
    width: 300px;
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
}
.other-links li{
    width: 33.3%;
}
.other-links li a{
    color: white;
}
.other-links li a::before{
    font-family: "font-webicon";
    content: "\e605";
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    margin: -2px 6px 0 0;
}
.other-links li a:hover{
    color: rgba(255, 255, 255, 0.8);
}

.footer-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-friend{
    width: 340px;
    padding-left: 30px;
    padding-right: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* 图标-二维码 */
.foot-icon {font-size: 0;display: flex;align-items: center;padding:0 40px;}
.foot-icon li {float: left;position: relative;margin: 0 0 0 26px;}
.foot-icon .icon {display: block;width: 48px;height: 48px;line-height: 48px;font-size: 0;background-color: #f6cdcd;text-align: center;border-radius: 50%;transition: all ease 0.5s;}
.foot-icon .icon::before {display: block;content: "\E607";font-family: "font-webicon";font-size: 30px;color: #aa0909;}
.foot-icon .qr-wx .icon::before { content: "\E601"; }
.foot-icon .phone .icon::before {content: "\E809";font-size: 34px;font-weight: bold;}
.foot-icon .pic { position: absolute; z-index: 1; left: 50%; bottom: 100%; transform: translateX(-50%); margin-bottom: 15px; padding: 10px; border-radius: 10px; background: #fff; transition: all ease 0.8s; box-shadow: 0 0 15px rgba(0, 0, 0, .15); visibility: hidden; opacity: 0; }
.foot-icon .pic::before { position: absolute; content: ''; width: 0; height: 0; left: 50%; top: 100%; margin-left: -10px; border: 10px solid transparent; border-top-color: #fff; }
.foot-icon .pic canvas,
.foot-icon .pic img { width: 150px; height: 150px; }
.foot-icon li:hover .pic { visibility: visible; opacity: 1; }
.foot-icon .icon:hover { background: #f71d1d; color: #fff; }
.foot-icon .icon:hover::before { color: #fff; }
.foot-icon .qr-wx .icon:hover { background: #f71d1d; }
.foot-icon .qr-wb .icon:hover { background: #f71d1d; }

/* 友情链接模拟下拉 */
.friend-list{width: 46%;  margin:2%; display:inline; position:relative; text-align: left;}
.friend-list dt{height: 32px;line-height: 32px;padding:0 5px 0 8px;overflow:hidden;position:relative;cursor:pointer; border-radius:4px;}
.friend-list dt::after{content: ""; right:12px; top:50%; margin-top:-2px; border-width:5px; position:absolute;  border-color:transparent; border-style:dashed;  border-top-color:rgba(255, 255, 255, 0.8);border-top-style:solid; content:"";display:block; font-size:0;line-height:0;width:0;}
.friend-list dt strong{padding-right: 20px; text-align: left; font-weight: normal; color: rgba(255, 255, 255, 0.8);}
.friend-list dd{bottom: 32px;display:none;width:100%;position:absolute;left:0;}
.friend-list ul{ max-height: 389px; border:1px solid #ccc; background:#fff;overflow-y:scroll; }
.friend-list li{line-height:22px;padding: 6px 10px;border-bottom:1px dotted #ccc; cursor:pointer;}
.friend-list li a{display:block;}
.friend-list li a:hover{text-decoration:none}
.friend-list li:hover{  color:#CD3333; background-color:#f1f1f1 }
.friend-list .last{border-bottom:0}
.friend-list .on {z-index:9; box-shadow:0 0 5px rgba(0, 0, 0, .2);  }
.friend-list.on dt{border-color:#bbb; }
.friend-list.on dt::after{  border-top-style:none; border-bottom-color:rgba(255, 255, 255, 0.8);border-bottom-style:solid; }
.friend-list.on dd{ display:block; box-shadow:0 0 5px rgba(0, 0, 0, .2); }
.friend-list.on dd ul{ border-color:#bbb;}

/* 侧栏固定菜单 */
.sideFixed { z-index: 10; position: fixed; top: 50%; right: 0; width: 70px; font-size: 14px; transform: translateY(-50%); text-align: center; }
.sideFixed li { position: relative; margin-bottom: 1px; }
.sideFixed li a { line-height: 24px; color: #fff; transition: all 0.5s; width: 70px; height: 70px; box-sizing: border-box; display: block; padding-top: 5px; background: rgba(0, 0, 0, 0.5); }
.sideFixed li>a::before { display: block; content: '\E785'; transition: all 0.5s; font-family: "font-webicon"; font-size: 35px; line-height: 1; }
.sideFixed .li2>a::before { content: '\E61A'; }
.sideFixed .li3>a::before { content: '\E633'; }
.sideFixed .li4>a::before { content: '\E803'; }
.sideFixed .li5>a::before { content: '\E787'; }
.sideFixed .li6>a::before { content: '\E790'; }
.sideFixed li:hover a { background-color: #ffc602; color: #fff; }
.sideFixed li:hover a::before { transform: rotateY(180deg); }

/* 无障碍 */
.power-content_voice { margin-bottom: 20px; }

/* 侧栏-栏目内搜索 */
#sideSearch .bd li { padding: 0 0 10px 0; overflow: hidden;}
#sideSearch .nodes,
#sideSearch input,
#sideSearch button { height: 32px; line-height: 32px; width: 100%; border: 1px solid #ddd; font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none}
#sideSearch .keyword { width: 60%; padding: 0 5px;}
#sideSearch button { line-height: 28px; width: 32%; float: right; background: #c30909; border-color: #c30909; color: #fff;}

/*验证码*/
div.codeinp input[type=text] { width: 100px !important; float: left; margin-right: 10px;}

/* 通用底部按钮 */
.bot { text-align: center; padding: 0 0 20px 0;}
.bot a,
.bot button { cursor: pointer; display: inline-block; height: 46px; line-height: 46px; padding: 0 5%; font-size: 16px; background: #c30909; border: 0; color: #fff; margin: 0 2%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.bot a:hover,
.bot button:hover { text-decoration: none; background: #e91a1a;}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { padding: 3% 0; width: 80%; margin: 30px auto; font-size: 16px;}
.queryForm td { padding: 8px 0}
.queryForm .tdlab { width: 40%; text-align: right;}
.queryForm input[type=text] { width: 56%; height: 30px; line-height: 30px; padding: 0 10px; border: 1px solid #ddd; border-radius: 3px;}
.queryForm .bot { text-align: left;}
.queryForm .bot a { margin: 0}
.queryForm .required strong { color: #f00; margin-right: 5px;}
.queryForm .errorMessage { color: #f00;}
.queryForm table { width: 100%; border: 0;}

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult { width: 80%; margin: 30px auto;}
.queryResult .mainBox { margin-bottom: 50px;}
.queryResult .tit h3 { text-align: center; font-size: 38px; line-height: 2; margin-bottom: 30px;}
.queryResult .tips { text-align: center; font-size: 16px; margin-bottom: 50px; border-top: 1px solid #ddd; padding: 50px 0 20px 0;}
.queryResult .number { font-weight: bold; color: #f00}