﻿@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: #333; 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: #9351C3; }
.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;}


/* frame */
body { text-align: center; min-width: 1600px; min-height: 400px; }
.wrap { max-width:  1920px; margin: 0 auto;  }

.container,
.siteWidth { position: relative; max-width: 1600px; margin: 0 auto;}
#content { clear: both; margin: 0 auto 20px; position: relative; z-index: 1; text-align: left;}
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#content .pic { overflow: hidden; }
#content .pic img { width: 100%; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; display: block }
#content .pic:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }

/* 顶部 */
#header { position: absolute; width: 100%; left: 0; top: 0; z-index: 3; animation: headerIn 1s ease 1; background: linear-gradient(90deg, rgba(162, 93, 213, 0.8) 0%, rgba(102, 99, 205, 0.8) 100%); }


/* 迷你顶部 */
#header.mini { position: fixed; animation: fadeInDown 1s ease 0s 1; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) }

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
   }
    100% {
        opacity: 1;
        transform: none;
    }
}




/* logo */
.logoBar { position: relative; z-index: 6; }
.logoBar>.container { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 180px; }
#logo { width: 400px; flex-shrink: 0; }
#logo img { max-width: 400px; max-height: 90px; }

/* 主导航 */
.nav { text-align: center; flex: 1 0 0%; min-width: 0; }
.mainNav { display: flex; }
.mainNav .li1 { text-align: center; display: flex; justify-content: center; padding-bottom: 20px; flex: auto; position: relative; }
.mainNav .a1 { display: block; line-height: 30px; height: 40px; font-size: 22px; font-weight: bold; position: relative; transition: all 0.5s; color: #fff; }
.mainNav .h1 { position: relative;  }
.mainNav .h1::before{ position: absolute; display: block; content: ''; top: 100%; width: 100%; height: 0; border-bottom: 2px solid #fff; transition: 0.4s;
    -webkit-transform: scaleX(0); transform: scaleX(0); }
.mainNav .li1:hover .h1::before{ -webkit-transform: scaleX(1); transform: scaleX(1); }
.mainNav .hasUl1::after { position: absolute; top: 42px; left: 50%; margin-left: -1px; background-color: #fff; width: 2px; height: 18px; content: ""; transition: 0.4s;
    -webkit-transform: scaleY(0); transform: scaleY(0); }
.mainNav .hasUl1:hover::after { -webkit-transform: scaleY(1); transform: scaleY(1); }

.mainNav .ul1 { display: none; width: 100%; box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); position: absolute; top: 100%; padding: 10px 0; left: 50%; transform: translateX(-50%); background-color: #fff;}
.mainNav .a2 { display: block; line-height: 26px; padding: 10px; }
.mainNav .a2:hover { background: linear-gradient(90deg, rgba(162, 93, 213, 0.8) 0%, rgba(102, 99, 205, 0.8) 100%); color: #fff; }



/* 顶部栏 */
.top-links { display: flex; gap: 15px; justify-content: flex-end; margin: 10px 30px 15px 0; align-items: center; position: relative; z-index: 3; }
.top-links a { color: inherit; }
.top-links dl { position: relative; font-size: 14px; }
.top-links dt { text-align: center; }
.top-links dt>a { height: 26px; line-height: 26px; color: #fff; border: 1px solid #fff; display: block; padding: 0 15px; border-radius: 30px; }
.top-links dt>a:hover { background-color: #A25DD5; border-color: #A25DD5; color: #fff;}
.top-links .phone dd { transition: all ease 0.2s; position: absolute; width: 136px; z-index: 2; left: 50%; top: 100%; transform: translateX(-50%); display: none;}
.top-links .phone dd i { width: 0; height: 0; border: 7px solid transparent; border-bottom: 7px solid #fff; display: block; position: relative; left: 50%; transform: translateX(-50%);}
.top-links .phone:hover dd { display: block; }
.top-links .phone dd img { max-width: 100%; height: auto; padding: 8px; background-color: #fff;}

.searchIcon { cursor: pointer; position: absolute; right: 0; top: 0; width: 100px; height: 100px; text-align: left; border-radius: 0px 0px 0px 100px; background: linear-gradient(180deg, #AA6BD9 0%, #6663CD 100%); }
.searchIcon a { display: block; cursor: pointer; width: 54px; height: 74px; padding-left: 46px; padding-top: 26px;}



/* 登录注册 */
.top-links .userLogged { margin: 0; }
.top-links .userLogged .split { font-size: 0; width: 1px; height: 12px; background-color: rgba(255, 255, 255, 0.6); display: inline-block; margin: 0 10px; }
.top-links .userLogged .notlogged { align-items: center; display: flex; gap: 15px; }
.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: #fff; }
.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: #0b5aa8; }
.top-links .userlogininfo .notlogged .split { display: none; }
.top-links .userlogininfo .notlogged a {  border: 1px solid #fff; display: block; padding: 0 15px; border-radius: 30px; }
.top-links .userlogininfo .notlogged a:hover { border-color: #A25DD5;  background-color: #A25DD5; }

/* 顶部注册登录 */
.user-mainbox .hd h3,
.user-mainbox .top-bar h3{color:#9351C3 !important;border-bottom:3px solid #9351C3 !important;}
.user-mainbox .loginBtn {background: #9351C3 !important;}
.user-mainbox .loginBtn:hover { background: #6663CB !important;}


/* 站群导航-公共 */
#siteLast {position: relative;}
#siteLast::after { display: none; }
#siteLast dt {cursor: pointer; line-height: 26px; height: 26px; border: 1px solid #fff; padding: 0 15px; border-radius: 30px; }
#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: 16px; font-weight:bold; line-height:34px; display:block; overflow:hidden;}
#siteLast dd h3.h i{display:none;}
#siteLast dd h3 span{float:left; height:40px; line-height:40px; 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; margin-bottom: 10px;}
#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 #A25DD5; left:auto; right: 0; margin: 0; top: 100%; transform: translateX(0)}
#siteLast dd li a{ cursor:pointer;}
#siteLast.on dt { background-color:#A25DD5; border-color: #A25DD5; }
#siteLast.on dd { display: block; }

/* 搜索框 */
.searchBar { position: fixed; top: 0; left: -100%; transition: all ease 0.5s; width: 100%; background-color: rgba(0, 0, 0, 0.5); height: 100vh; z-index: 4; }
.searchBar.show { left: 0;}
.searchBar .hd { text-align: right; font-size: 0; line-height: 1; }
.searchBar .hd .close { position: absolute; top: 150px; right: 0; width: 50px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 46px; transition: all ease 0.6s; }
.searchBar .hd .close:hover { transform: rotate(180deg); }
.searchBar .bd { display: flex; align-items: center; height: 100vh; }
.s-form { line-height: 1; display: flex; width: 550px; margin: 0 auto; }
.s-form .select-box { display: none; }
.s-form .input-box { position: relative; flex: 1 1 0%; }
.s-form .input-box input { display: block; width: 100%; height: auto; padding: 11px 20px; line-height: 24px; border: 0; outline: none; background: #fff; color: #666; font-size: 16px; box-sizing: border-box; }
.s-form .input-box .dropdown-word { position: absolute; top: 100%; width: 100%; left: 0; font-size: 16px; color: #333; border-radius: 5px; border: 1px solid #ddd; }
.s-form .input-box .dropdown-word ul { padding: 10px 0; }
.s-form .input-box .dropdown-word ul li { line-height: 40px; height: 40px; padding: 0 20px; text-indent: 0; }
.s-form .btn-box .btn { background: linear-gradient(90deg, #AA6BD9 0%, #6663CD 100%); border: none; padding: 0 40px; height: 46px; line-height: 46px; color: #fff; font-size: 20px; }
.s-form .link-box { display: none; }
.s-form .input-box input::-webkit-input-placeholder  { color: #999; }
.s-form .input-box input:-ms-input-placeholder  { color: #999; }
.s-form .input-box input::placeholder  { color: #999; }


/* 主体盒子 */
.mainBox .mHd { display: flex; justify-content: center; margin-bottom: 20px; margin-top: 40px;}
.mainBox .mHd h3 { font-size: 36px; align-items: center; text-align: left; display: flex; flex-direction: column; gap: 10px; font-weight: bold; color: #220364; position: relative; padding-left: 20px; }
.mainBox .mHd h3 span,
.mainBox .mHd h3 a { color: inherit; }
.mainBox .mHd h3 i { display: flex; line-height: 1.1; gap: 5px; align-items: center; font-size: 14px; color: #ddd; }
.mainBox .mHd h3 i::before { width: 51px; height: 15px; background: url(../../base/img/icon-blue-hua.png) no-repeat; display: block; content: ""; }



.mainBox .mBd { margin: 30px 0 0; clear: both;}


/* 侧栏盒子模型 */
.sideBox { background-color: #F6F6F6; margin-bottom: 20px; }
.sideBox .hd { background: #0b5aa8 url(../img/menu-bg.jpg) repeat; padding: 15px; position: relative; }
.sideBox .hd h3 { color: #fff; font-weight: bold; font-size: 20px; line-height: 30px; text-align: center; }
.sideBox .bd { border: 1px solid #E0E0E0; padding: 5px 15px; }


/* 侧栏-栏目菜单 */
#sideMenu { position: relative; margin-top: -10px;}
.menuList { display: flex; gap: 40px; position: relative; z-index: 1; flex-wrap: wrap; }
.menuList li { position: relative; }
.menuList li::after { position: absolute; right: -20px; top: 50%; transform: translateY(-50%); width: 1px; height: 20px; background-color: #C3AFAF; display: block; content: "";}
.menuList li:last-child::after { display: none; }
.menuList li a { padding: 0 15px; display: block; line-height: 50px; font-size: 20px;  }
.menuList li.on a {  color: #9351C3; font-weight: bold; border-bottom: 2px solid #9351C3; }


/* 侧栏-热点资讯 */
.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 }


/* 节点banner  S */
.pageBanner { text-align: center; background: url(../img/pagebanner.jpg) no-repeat center; height: 600px; position: relative; }
.pageBanner::after { width: 100%; height: 60px; display: block; content: ""; position: absolute; left: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
.pageBanner .container { height: 100%; }
.pageBanner .node-name { font-size: 50px; color: #fff; line-height:64px; font-weight: bold; position: absolute; bottom: 185px; left: 0; }
.pageBanner .node-name::after { display: block; content: ""; width: 100px; height: 3px; background-color: #fff; margin-top: 30px; }



/* 位置导航 */
.path { clear: both; line-height: 40px; color: #fff; text-align: left; position: relative; z-index: 1; margin-top: -50px; margin-bottom: 45px; }
.path a, .path span { padding: 0 5px; color: inherit; }
.path a:hover { color: #FBF1BD; }

/* 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-default */
.box-default>.hd { position: relative; text-align: center; margin-bottom: 30px; display: flex; justify-content: space-between; }
.box-default>.hd h3 { font-size: 36px; text-align: left; display: flex; flex-direction: column; gap: 10px; font-weight: bold; color: #220364; position: relative; padding-left: 20px; }
.box-default>.hd h3 span,
.box-default>.hd h3 a { color: inherit; }
.box-default>.hd li.on::before,
.box-default>.hd h3::before { background-color: #AA6BD9; display: block; content: ""; position: absolute; width: 5px; height: 66px; top: 50%; left: 0; transform: translateY(-50%); }
.box-default>.hd h3 i { display: flex; line-height: 1.1; gap: 5px; align-items: center; font-size: 14px; color: #ddd; }
.box-default>.hd h3 i::before { width: 51px; height: 15px; background: url(../img/icon-blue-hua.png) no-repeat; display: block; content: ""; }
.box-default>.hd .more { font-size: 12px; color: #fff; transition: .4s; background: url(../img/bg-more.png) no-repeat center; width: 61px; height: 50px; line-height: 50px; text-align: center; }
.box-default>.hd .more:hover { transform: translateX(5px); }
.box-default>.hd ul { display: flex; gap: 60px; }
.box-default>.hd li { font-size: 36px; font-weight: bold; position: relative; padding-left: 20px;}
.box-default>.hd li a { color: #7B7677; }
.box-default>.hd li.on {  gap: 10px; display: flex; flex-direction: column; }
.box-default>.hd li.on a { color: #220364; }
.box-default>.hd li.on i { display: flex; line-height: 1.1; gap: 5px; align-items: center; font-size: 14px; color: #ddd; }
.box-default>.hd li.on i::before { width: 51px; height: 15px; background: url(../img/icon-blue-hua.png) no-repeat; display: block; content: ""; }

/* box-special ---- */
.box-special { margin-bottom: 70px; }
.box-special .bd { position: relative; overflow: hidden; }
.box-special .bd .arrow { display: flex; align-items: center; justify-content: center; width: 25px; z-index: 1; height: 50px; background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 50%; transform: translateY(-50%);}
.box-special .bd .arrow::before { width: 0; height: 0; border: 7px solid transparent; display: block; content: ""; position: relative; }
.box-special .bd .next { right: 0; border-radius: 25px 0 0 25px; }
.box-special .bd .next::before { border-left: 7px solid #fff; left: 7px;}
.box-special .bd .prev { left: 0; border-radius: 0 25px 25px 0; }
.box-special .bd .prev::before { border-right: 7px solid #fff; right: 7px; }
.box-special .bd .arrow:hover { background-color: #AA6BD9; }


/* list-special */
.list-special li { float: left; width: 385px; height: 120px; overflow: hidden; margin-right: 20px; }
.list-special .tit { display: none; }
.list-special .pic img { display: block; width: 100%; height: 100%; transition: 0.4s; }
.list-special .pic:hover img { transform: scale(1.1); }

/* 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: #9351C3; font-size: 18px; font-weight: bold; line-height: 30px; padding: 0 20px; height: 40px; border-bottom: 2px solid #9351C3;}
.boxA .hd h3 a { color: #9351C3;}
.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 #9351C3; border-bottom: 0;}
.boxA .bd { padding: 5px; overflow: hidden;}


/*节点归档信息样式*/
.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;}
.letterList th,
.letterList td { text-align: center; vertical-align: middle; line-height: 26px; padding: 12px 5px}
.letterList th { background: #F5F5F5;}
.letterList th { color: #9351C3; height: 45px; line-height: 45px; padding: 0px; border-bottom: 1px solid #ddd;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 td.title a { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.letterList .ico { width: 30px; text-align: center; vertical-align: middle; padding: 0px}
.letterList .ico img { vertical-align: middle;}
.letterList .dep { width: 120px;}
.letterList .state { width: 120px;}
.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: 120px;}
.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: #9351C3;}
.detailTable thead th { background: #9351C3; height: 60px; font-size: 18px; line-height: 60px; color: #fff; text-align: center; border-color: #9351C3;}
.detailTable tbody td { padding: 10px 15px;}
.detailTable tbody td.tdName { font-weight: bold; background: #f7f7f7; text-align: center; width: 20%;}
.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-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 ---------------------------- */

/* 友情链接模拟下拉 */
.friendLinks { padding-bottom: 35px; padding-top: 35px; text-align: center; position: relative; border-top: 1px solid #EDE3E3;}
.friendLinks dl { width: 23.5%; float: left;; position:relative; margin-right: 2%;}
.friendLinks dl:last-child { margin-right: 0; }
.friendLinks dl dt{height: 38px;line-height: 38px; border-radius: 5px; padding:10px 5px 10px 15px; border: 1px solid #e1e1e1; overflow:hidden; background-color: #fff; position:relative;cursor:pointer;}
.friendLinks dl dt i{ right:12px;top:50%;margin-top:-2px;border-width:5px;position:absolute;border-color:transparent;border-style:dashed;border-top-color: #9351C3;border-top-style:solid;content:"";display:block;font-size:0;line-height:0;width:0;}
.friendLinks dl dt h3{width:210px; text-align: left;}
.friendLinks dd{bottom: 55px;display:none;width:100%;position:absolute;left:0;}
.friendLinks ul{ max-height: 389px; border:1px solid #0564a3; background:#fafafa;overflow-y:scroll; }
.friendLinks li{ border-bottom:1px dotted #ddd; cursor:pointer;}
.friendLinks li a{display:block; width: 100%; height: 100%; line-height:22px;padding: 8px 0; }
.friendLinks li a:hover{text-decoration:none}
.friendLinks li:hover{ background-color:#eee }
.friendLinks .last{border-bottom:0}
.friendLinks .on {z-index:9; -webkit-box-shadow:0 0 3px rgba(0, 0, 0, .3); -moz-box-shadow:0 0 3px rgba(0, 0, 0, .3); box-shadow:0 0 5px rgba(0, 0, 0, .2);  }
.friendLinks .on dt{ color: #9351C3;}
.friendLinks .on dt i{  border-top-style:none; border-bottom-color:#9351C3;border-bottom-style:solid; }
.friendLinks .on dd{ display:block;  -webkit-box-shadow:0 0 3px rgba(0, 0, 0, .3); -moz-box-shadow:0 0 3px rgba(0, 0, 0, .3); box-shadow:0 0 5px rgba(0, 0, 0, .2); }
.friendLinks .on dd ul{ border-color:#bbb; }


/* 版权内容 */
.footcopy { background: #672797 url(../img/foot-bg.jpg) no-repeat center bottom; color: #fff; padding: 30px 0; text-align: center; line-height: 36px; }
.footcopy .container { display: flex; justify-content: space-between; align-items:center; }
.footcopy a { color: inherit; }
.footcopy a:hover { color: #FBF1BD; }
.footcopy .add-left { display: flex; align-items: center; gap: 30px; }
.footcopy .add-right { display: flex; flex-shrink: 0; align-items: center; gap: 50px; }
.footcopy .add-right .pic { padding: 5px; background-color: #fff; }
.footcopy .add-right .pic img { width: 100px; height: auto; }


/* footnav */
.footnav { margin-bottom: 10px; overflow: hidden; }
.footnav li { line-height: 30px; float: left; padding-right: 20px; margin-right: 20px; position: relative; }
.footnav li:after { display: block; font-size: 12px; content: "|"; font-family: simsun; font-weight: 100; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: 0.6; }
.footnav li:last-child:after { display: none; }

/* copyRight */
.copyRight { text-align: left; }


/* 无障碍 */
.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: #9351C3; border-color: #9351C3; 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: #9351C3; 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: #c2283d;}

/* 依申请、信访、咨询等通用 查询页样色 */
.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}



@media (max-width:1680px) {
    body,#header { min-width: 1400px; }
    .container,.siteWidth { max-width: 1400px;}
    .logoBar { min-width: 1400px; }
    .logoBar>.container { gap: 50px; padding-right: 100px; }
    .top-links { margin-right: 20px; }

    .menuList { gap: 30px; }
    .menuList li a { font-size: 18px; }
    .menuList li::after { right: -15px; }


    .box-default>.hd h3 { font-size: 31.5px; }
    .mainNav .a1 { font-size: 18px; }
    #logo img { max-height: 70px; }

    .list-special { zoom: 0.875; } 
}
