<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 本css文件用于当前网站自定义长者模式样式 */

/* 内容语音播报 */
.power-content_voice {
    width: 278px;
    height: 30px;
    line-height: 30px;
}
.power-content_voice .voice-button button {
    width: 30px;
    height: 30px;
    font-size: 0;
}
.power-content_voice .power-content_voice-start button:after {
    top: 0;
    border-width: 6px 0 6px 12px;
}
.power-content_voice progress {
    height: 30px;
}
.power-content_voice .power-content_voice-pause button:after,
.power-content_voice .power-content_voice-pause button:before {
    top: 0;
    width: 3px;
    height: 12px;
    margin: 0 2px;
}

/* ==========================================================================
   公用的default.css 重置
========================================================================== */
.pre {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

/* 公共 */
.fa{ font-family: fontpower, FontAwesome; font-size: inherit; line-height: inherit; vertical-align: top; }
.form-control::-webkit-input-placeholder { color: #d2d2d2; }

/* frame */
body {
    max-width: none;
    font-size: 32px;
    line-height: 1.8;
    text-align: center;
    min-width: 1200px;
    background: #fff;
    border: none;
    padding: 0;
}
.wrap { position: relative; text-align: left; overflow: hidden; }
.container::after,
.container::before,
#content::after,
#content::before { display: table; content: " "; clear: both; }
.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
#content,
.s-content,
.s-help-container {
    clear: both;
    background: #fff;
    margin: 0 auto 10px;
    padding: 0;
    max-width: 500px;
    position: relative;
    min-height: 386px;
    z-index: 1;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    zoom: 2.4;
    overflow: visible;
}

/* 顶部 */
#header { position: relative;  z-index: 1; margin: 0; height: auto; transition: all ease 0.7s; padding: 0; background: #fff; }

/* logo */
#header #logo { display: block; float: left; margin: 30px 0; height: auto; padding: 0; }
#header #logo a { display: block; background: url(../img/logo-black.png) no-repeat 0 0; background-size: contain; }
#header #logo img { max-width: none; max-height: none; width: auto; height: 90px; visibility: hidden; }

/* 主导航 */
.nav { position: relative; clear: both; height: auto; background: #223874; transition: all ease 0.7s; }
.nav .line { position: absolute; left: 0; bottom: 0; background: #F83F21; height: 2px; transition: all ease 0.4s; }
.mainNav { overflow: hidden; }
.mainNav .li1 { position: relative; z-index: 1; float: left; width: auto; width: 25%; margin: 0; }
.mainNav .li1 .a1 { display: block; position: relative; height: auto; line-height: 80px; font-size: 36px; color: #fff; text-decoration: none; background: none; padding: 0; text-align: center; }
.mainNav .li1 .a1:hover { background: rgba(0, 0, 0, .1); }
.mainNav .hasUl1 .sh,
.mainNav .sh { display: none; }
.mainNav .ul1 { display: none; }

/* 顶部栏 */
#header .links { position: relative; z-index: 1; float: right; margin: 35px 0 0; height: 81px; line-height: 81px; }
#header .links a { color: inherit; }
#header .links dl { position: relative; float: left; height: auto; padding: 0 9px; }
#header .links dt { width: auto; height: auto; position: static; margin: 0; }
#header .links dt a { position: relative; display: block; font-size: 30px; height: 81px; line-height: 81px; color: #333; text-decoration: none; }
#header .links dt a::before { position: absolute; content: ''; left: 0; bottom: 0; width: 100%; transform-origin: center bottom; height: 2px; background: #F83F21; transform: scaleX(0); transition: all ease 0.4s; }
#header .links dt .fa { font-size: 36px; color: inherit; }
#header .links dd { width: auto; display: block; transition: all ease 0.2s; padding: 7px; position: absolute; z-index: 2; left: 50%; top: 100%; transform: translateX(-50%); font-size: 0; line-height: 1; white-space: nowrap; padding: 8px; background: #CEBDA2; visibility: hidden; opacity: 0; }
#header .links dd ul { display: inline-block; vertical-align: top; }
#header .links dd li { display: inline-block; vertical-align: top; line-height: 40px; font-size: 28px; opacity: 0.8; }
#header .links dd li a { display: block; padding: 0 14px; color: #fff; font-weight: bold; transition: all ease 0.3s; }
#header .links dd li:hover { opacity: 1; }
#header .links dd li a:hover { text-decoration: none; background: #223874; }
#header .links dl:hover dd { visibility: visible; opacity: 1; }
#header .links dl:hover dt a::before { transform: scaleX(1); }

/* 红色风格页面 - 党建视窗 -----------------------------------------*/
.redPage #header { background: none; }
.redPage .nav { background: #b42f11; }
.redPage .pageBanner { background-image: url(../img/page-banner-red.jpg); }
.redPage .pageBanner .con { text-align: center; }
.redPage .pageBanner .con h3 { color: #c62501; }
.redPage .pageBanner .con h4 { display: none; }
.redPage #footer { background: #b42f11; }
.redPage .mainBox &gt; .mHd h3 { background: #c72501; }

/* 用户登录-简约 */
.loggedMini .notlogged { line-height: 82px; }
.loggedMini .avatar img { border: 2px solid #fff; vertical-align: middle; width: 36px; height: 36px; border-radius: 50%; }
.loggedMini .nickName { display: none; }

/* 搜索框 */
.searchBar { display: none; position: absolute; left: 0; top: 150px; width: 100%; background: #223874; background: rgb(34, 56, 116); z-index: 1; }
.s-form { margin: 40px 10% 110px; line-height: 1; border-bottom: 1px solid rgba(255, 255, 255, .3); display: flex; }
.s-form .select-box { display: none; }
.s-form .input-box { position: relative; flex: 1 1 0%; }
.s-form .input-box .from-control { display: block; width: 100%; height: auto; padding: 40px 20px; line-height: 40px; border: 0; outline: none; background: none; color: #fff; font-size: 36px; opacity: 0.3; 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: none; border: none; padding: 0 35px; height: 120px; line-height: 120px; opacity: 0.3; color: #fff; font-size: 50px; }
.s-form .link-box { display: none; }
.s-form .input-box .from-control::-webkit-input-placeholder  { color: #6589b8; }
.s-form .input-box .from-control:-ms-input-placeholder  { color: #6589b8; }
.s-form .input-box .from-control::placeholder  { color: #6589b8; }

/* 弹出式导航 */
.navBar { position: absolute; z-index: 2101; left: -100%; margin-left: -600px; top: 0; width: 100%; padding: 30px 200px 70px 0; background: rgba(34, 56, 116, 0.97) url(../img/bg-navbar.png) no-repeat center top; background-size: 100% auto; transition: all ease 1s; }
.navBar::before,
.navBar::after { position: absolute; content: ''; left: 100%; top: 0; width: 200px; height: 100%; background: #DC3422; transform: skewX(-10deg); transform-origin: left top; }
.navBar::after { margin-left: 200px; background: #CEBDA2; }
.navBar.on { left: 0; margin-left: 0; }
.navBox { padding: 30px 0; }
.navBox &gt; .hd { text-align: right; font-size: 0; line-height: 1; }
.navBox &gt; .hd .close { position: absolute; top: 0; right: 0; width: 100px; height: 100px; line-height: 100px; text-align: center; color: #7E8CAF; font-size: 70px; transition: all ease 0.6s; }
.navBox &gt; .hd .close:hover { text-decoration: none; transform: rotate(180deg); }
.navBox &gt; .bd { overflow-x: auto; white-space: nowrap; }
.fixedNav { display: inline-flex; padding-top: 50px; }
.fixedNav .sh { display: none; }
.fixedNav .li1 { display: inline-block; vertical-align: top; padding: 0 25px; border-left: 1px solid #384A7C; }
.fixedNav .a1 { display: block; line-height: 40px; font-size: 36px; margin-bottom: 30px; color: #fff; }
.fixedNav .a1:hover { color: #CEBDA2; text-decoration: none; }
.fixedNav .a2 { display: block; font-size: 32px; line-height: 42px; padding: 8px 6px; opacity: 0.5; color: #fff; }
.fixedNav .a2:hover { opacity: 1; text-decoration: none; }

/* 用户面板 */
.userPanel { display: inline-block; vertical-align: top; float: none; height: auto; margin: 0; min-height: 36px; }
.userPanel a { float: left; margin-left: 10px; border-radius: 500px; height: 36px; line-height: 36px; padding: 0 30px; font-size: 14px; color: #666; background: #fff; }
.userPanel a:hover { background: #DAB866; color: #fff; text-decoration: none; }

.banner { margin: 0 auto 25px; text-align: left; }
.banner .bd li { height: 700px; }
.banner .bd .con { width: 1200px; margin: 0 auto; }
.banner .bd .con .title { font-size: 42px; line-height: 64px; }
.banner .bd .con .intro { font-size: 20px; line-height: 30px; }

/* 内页banner */
.pageBanner { margin: 0 auto; height: 445px; background: url(../img/page-banner.jpg) no-repeat center top; background-size: cover; overflow: hidden; }
.pageBanner .con { width: 1000px; margin: 180px auto 0; line-height: 1; }
.pageBanner .con h3 { font-size: 54px; color: #223874; font-weight: bold; }
.pageBanner .con h4 { margin-top: 30px; font-size: 32px; color: #fff; }

/* footer */
#footer { position: relative; color: #fff; background: #223874; padding: 35px 0; text-align: center; }
#footer a { color: inherit; }
#footer .footNav { margin-bottom: 10px; font-size: 26px; }
#footer .footNav li { display: inline-block; vertical-align: top; margin: 0 5px; }
#footer .footNav li.spe { opacity: 0.5; }
#footer .copyRight { line-height: 2; font-size: 26px; }
#footer .copyRight img { vertical-align: middle; }
#footer .pics { margin-top: 8px; }
#footer .pics img { vertical-align: middle; margin: 0 3px; }

/* 图标-二维码 */
.footerQR { margin-top: 15px; font-size: 0; line-height: 1; }
.footerQR li { display: inline-block; vertical-align: top; position: relative; margin: 0 5px; }
.footerQR .icon { display: block; width: 80px; height: 80px; line-height: 80px; text-decoration: none; font-size: 42px; color: #fff; text-align: center; border-radius: 50%; transition: all ease 0.5s; }
.footerQR .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; }
.footerQR .pic::before { position: absolute; content: ''; width: 0; height: 0; left: 50%; top: 100%; margin-left: -10px; border: 10px solid transparent; border-top-color: #fff; }
.footerQR .pic canvas,
.footerQR .pic img { width: 210px; height: 210px; }
.footerQR .phone .pic { padding: 20px; }
.footerQR .phone .pic img { width: 190px; height: 190px; }
.footerQR li:hover .pic { visibility: visible; opacity: 1; }
.footerQR .icon:hover { background: #CEBDA2; color: #fff; text-decoration: none; }
.footerQR .wx .icon:hover { background: #2aae67; }
.footerQR .wb .icon:hover { background: #d52c2b; }

/* 友情链接 */
.friendLinks { display: inline-block; margin-top: 15px; }
.friendLinks dl { position: relative; width: 400px; margin-top: 10px; }
.friendLinks dt { position: relative; height: 60px; line-height: 60px; border-radius: 0; border: none; text-align: left; background: #fff; padding: 0 50px 0 20px; font-size: 32px; color: #333; box-shadow: none; overflow: hidden; white-space: normal; cursor: pointer; }
.friendLinks dt::after { position: absolute; content: ''; right: 15px; top: 50%; margin-top: -4px; border: 8px solid transparent; border-top-color: #ccc; border-bottom: none; }
.friendLinks dd { bottom: 100%; display: none; position: absolute; left: 0; right: 0; z-index: 3; width: 100%; box-shadow: 0 0 5px rgba(0, 0, 0, .2); }
.friendLinks ul { max-height: 400px; border: 1px solid #ccc; background: #fff; overflow-y: scroll;}
.friendLinks li { border-bottom: 1px dotted #ccc; color: #666; }
.friendLinks li.noData,
.friendLinks li:last-of-type { border-bottom: none; }
.friendLinks li.noData,
.friendLinks li a { display: block; padding: 8px 12px; font-size: 28px; line-height: 40px; color: #666; }
.friendLinks li a:hover { background-color: #f4f4f4; text-decoration: none;}
.friendLinks .on dt::after { transform: rotate(180deg); }
.friendLinks .on dd { display: block; }

#topNav {
    max-width: 1200px;
    margin: 0 auto 25px;
    height: auto;
}
#topNav .menuList {
    white-space: normal;
    margin: -1% 0 0 -1%;
}
#topNav li {
    min-width: 19%;
    margin: 1% 0 0 1% !important;
}
#topNav li a {
    text-align: center;
    font-size: 36px;
    line-height: 80px;
    padding: 0 25px;
}
#topNav li a:hover {
    background: #f4f4f4;
}
#topNav li.on a {
    background: #01a0e9;
}


/* 当前位置 */
.path {
    font-size: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.path::before {
    font-size: 34px;
}

/* 焦点图 */
.focusBox .bd img {
    height: auto;
}

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult {
    width: 90%;
}
.queryResult .tit h3 {
    text-align: center;
    font-size: 56px;
}
.queryResult .tips {
    font-size: 32px;
}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
    font-size: 36px;
}
.queryForm .queryTitle{
    font-size: 36px;
    margin-bottom: 30px;
}
.queryForm td {
    padding: 12px 0;
    line-height: 62px;
}
.queryForm input[type="text"] {
    width: 80%;
    height: auto;
    line-height: 50px;
    padding: 10px 14px;
    font-size: 32px;
    border: 1px solid #ddd;
}

/* 通用底部按钮 */
.bot a,
.bot button {
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    border-radius: 6px;
}

/* 验证码 */
.codeinp .btn-default {
    font-size: 32px;
    line-height: 36px;
    padding-left: 30px;
    background-size: 24px auto;
    background-position: 15px center;
}


/* ==========================================================================
   公共功能模块
========================================================================== */
/* 登录框 */
body .userlogincomment {
    top: 8%;
}
body .userlogincomment *{
    font-size: 24px;
}
body .login-select {
    width: 400px;
}
body .login-select .phone-registered {
    font-size: 24px;
}
body .user-mainbox .hd{
    height: 80px;
    line-height: 80px;
}
body .user-mainbox .hd h3, .user-mainbox .top h3{
    font-size: 36px;
    height: 80px;
    line-height: 80px;
}
body .user-panel{
    width: 498px;
    padding-left: 0;
}
body .user-mainbox .closecomment,
body .user-mainbox .closecomment *{
    font-size: 48px;
}
body .user-mainbox .bd{
    min-height: 320px;
    padding-bottom: 40px;
}
body .user-mainbox .form-control{
    height: 50px;
    line-height: 50px;
}

body .input-group .input-group-addon {
    width: 50px !important;
}
body .user-panel-login .input-group .input-group-addon:first-child {
    width: 30px !important;
    margin-left: 12px;
}
body .input-group .input-group-addon&gt;.fa,
body .input-group .input-group-addon&gt;.glyphicon {

    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: -15px 0 0 -15px !important;
    font-size: 24px !important;
}
body .user-panel-login input.form-control{
    width: 352px;
}

body .user-mainbox .loginBtn{
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    width: 400px;
}
body .loginCookie,
body .loginCookie dt,
body .loginCookie dd{
    height: 50px;
    line-height: 50px;
}
body .loginCookie {
    padding-top: 20px;
}
body .loginCookie dd .cookie-time{
    font-size: 24px;
    height: 40px;
    line-height: 40px;
}
#login_container iframe {
    width: 100%;
}
body .user-panel .autoRegister {
    font-size: 24px;
    line-height: 1.4;
}
body .phonemessagevalidate input[type="button"],
body .emailmessagevalidate input[type="button"] {
    width: auto;
    padding: 0 20px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
}
body .user-panel-login input.form-control {
    padding-left: 54px;
}
body .user-panel-login #UserName.form-control {
    background-size: 200px auto;
    background-position: -68px -70px;
}
body .user-panel-login #Password.form-control {
    background-size: 200px auto;
    background-position: -68px -464px;
}
body .user-panel-login #PhoneNumber.form-control {
    background-size: 200px auto;
    background-position: -68px -870px;
}
body .user-panel-login .phonemessagevalidate input[type="text"] {
    background-size: 200px auto;
    background-position: -68px -2870px;
}
body .login-select .phone-registered {
    padding-left: 36px;
    background-size: 150px auto;
    background-position: -60px -1559px;
}
body .login-select .weixin-registered {
    padding-left: 36px;
    background-size: 150px auto;
    background-position: -60px -960px;
}

/* 会员登录-顶部信息条 */
body .userLogged .loggedin .signinSum,
body .userLogged .loggedin .myMsg {
    width: 36px;
    height: 36px;
    background-size: 120px auto;
}
body .userLogged .loggedin .myMsg {
    background-position: -41px -285px;
}
body .userLogged .loggedin .signinSum {
    background-position: -41px -45px;
}
body .userLogged .userDropdown .ud-bd{
    width: 200px;
}
body .userLogged .userDropdown .ud-bd li{
    line-height: 50px;
    height: 50px;
    font-size: 24px;
    background-size: 200px auto;
    background-position: -74px -874px;
}
body .userLogged .userDropdown .ud-bd li.li2 {
    background-position: -74px -1271px;
}
body .userLogged .userDropdown .ud-bd li.li3 {
    background-position: -74px -1678px;
}
body .userLogged .userDropdown .ud-bd li.li4 {
    background-position: -74px -2074px;
}

/* 弹出框 */
.layui-layer-dialog .layui-layer-content{
    font-size: 22px !important;
    line-height: 1.8;
    padding: 20px 10px;
}
.layui-layer-dialog .layui-layer-content *{
    font-size: 22px !important;
}
.layui-layer-btn a{
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    padding: 0 25px;
}

/* ==========================================================================
   datetimepicker.css 日期控件
========================================================================== */
.datetimepicker {
    transform: scale(2);
    transform-origin: left top;
}

/* ==========================================================================
   fulltextsearch.css 全文检索
========================================================================== */
.s-head-tablink,
.s-head-form {
    max-width: 1200px;
    margin: 0 auto;
}
.s-head-form .input-box .from-control {
    height: 70px;
    line-height: 66px;
    font-size: 32px;
    padding: 0 20px;
    vertical-align: top;
}
.s-head-form .btn-box .btn {
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    padding: 0 30px;
}
.s-head-tablink {
    height: auto;
    min-height: 80px;
    z-index: 3;
}
.s-tablink-scroll-wrapper {
    max-width: calc(100% - 140px);
    height: auto;
}

.s-tablink-scroll-touch #ulindexitem {
    height: auto;
    white-space: normal;
    flex-wrap: wrap;
}
.s-tablink-scroll-touch #ulindexitem &gt; li {
    line-height: 80px;
    padding: 0 20px;
    font-size: 36px;
}
.s-tablink-scroll-touch #ulindexitem &gt; li:first-child {
    margin-left: 0;
}
.s-tablink-scroll-touch #ulindexitem &gt; li.current:after {
    height: 4px;
}
.s-head-tabfilter {
    width: 100px;
    height: 80px;
    font-size: 36px;
    line-height: 80px;
}
.s-head-tabfilter .s-head-tabfilter-text {
    height: 80px;
}
.s-filter-panel {
    top: 80px;
}
.s-filter-panel .group dt {
    line-height: 40px;
    font-size: 32px;
}
.s-filter-panel .group ul li {
    font-size: 28px;
    height: 60px;
    line-height: 60px;
}
.s-filter-mark {
    z-index: 2;
}
.result-page .page-btn .fa-angle-left::before {
    content: '&lt;';
}
.result-page .page-btn .fa-angle-right::before {
    content: '&gt;';
}

</pre></body></html>