﻿@charset "UTF-8";
/* Css Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img { padding: 0; margin: 0;}
fieldset, img { vertical-align: top; border: 0;}
address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal;}
ol, ul, li { list-style: none;}
div, dl, dt, dd, ol, ul, li { zoom: 1;}
caption, th { text-align: left;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%;}
q:before, q:after { content: '';}
abbr, acronym { border: 0;}
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-family: "Microsoft YaHei", 'PingFang SC', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8;}
.fl { float: left;}
.fr { float: right;}
.clearfix:after { clear: both; height: 0; overflow: hidden; display: block; visibility: hidden; content: ".";}
.hide { display: none;}
img { border: 0; vertical-align: top;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Public */
body { color: #333; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Helvetica, Arial, sans-serif; max-width: 1200px; margin: 0 auto; }
a { color: #333; text-decoration: none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);}
a:hover { color: #94070A;}
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;}

/* 公共 */
.iconfont,
.fa{ font-size: inherit; line-height: inherit !important; vertical-align: top; }
.form-control::-webkit-input-placeholder { color: #d2d2d2; }
.form-control::-moz-placeholder { color: #d2d2d2; }
.pic img { width: 100%; height: auto; min-height: 100%; }
.moreBtn { display: block; margin-top: 15px; height: 40px; line-height: 40px; border: 1px solid #D9D9D9; background: #F2F2F2; text-align: center; font-size: 16px; text-align: center; }
.show { display: block !important;}
.datetimepicker { display: none; position: absolute; background: #fff; border: 1px solid #ddd; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 2px 3px; -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 2px 3px; box-shadow: rgba(0, 0, 0, 0.3) 3px 2px 3px;}


/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 10px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; opacity: .9; background: rgba(0, 0, 0, 0.5);}
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0;}

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, 0.8); left: 0; top: 0;}

/* frame */
#content { padding: 3%; background: #fff; position: relative; z-index: 0; overflow: hidden;}
#header { background: #AD0F19; height: 55px; position: relative; z-index: 20; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
#header #logo{
    margin:0 95px 0 10px;
    height:39px;
    padding:8px 0px;
    display:flex;
    align-items:center
}
#header #logo a{
    display:flex;
    flex-grow:1;
    align-items:center;
    justify-content:flex-start;
    color:#fff;
    font-size:20px;
    text-align:center;
    line-height:45px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI Light", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
#header #logo img{
    max-width:100%;
    max-height:45px;
}
#header .title {
    text-align: center;
    margin: 0 100px;
    overflow: hidden;
    font-size: 20px;
    height:55px;
    line-height:55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#fff;
    display:none;
}
#header dl{
    height:0px;
}
#header dd {
    display: none;
    width: 94%;
    background: #f2f2f2;
    left: 0;
    padding: 10px 3%;
    position: absolute;
    top: 100%;
    text-align: left;
    line-height: 1.8;
}
#header dt {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position:absolute;
    top:50%;
    margin-top:-18px;
}
#header dt i {
    color: #fff;
    font-size: 26px;
}
#header dt::before {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 34px;
    content: "";
    border-color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
    border-width: 6px;
    border-style: dashed;
    border-bottom-color: #f2f2f2;
    border-bottom-style: solid;
    display: none;
}
#header dt.on::before {
    display: block;
}
#header .siteSearch dt{
    left:auto;
    right:45px;
    line-height: 34px;
}
#header .topNav dt{
    right:5px;
}
#header .back {
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top:-18px;
    font-size: 32px;
    color: #fff;
    text-decoration:none;
    line-height: 36px;
}
#header .set {
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top:-18px;
    font-size: 24px;
    color: #fff;
    text-decoration:none;
    line-height: 32px;
}
#header .homeLink {
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top:-18px;
    font-size: 28px;
    color: #fff;
    text-decoration:none;
    line-height: 36px;
}


/* mainNav */
.mainNav .li1 { width: 100%; margin: 0 0 5px 0; line-height: 1.8;}
.mainNav .li1 .a1 { display: block; color: #333; height: 40px; line-height: 40px; background: #e6e6e6; text-align: left; padding: 0 5%; overflow: hidden;}
.mainNav .ul1 { display: none; overflow: hidden; padding-bottom: 15px;}
.mainNav .li2 { float: left; min-width: 33.3%; padding: 10px 0 0 0;}
.mainNav .a2 { padding: 0 10px; font-size: 14px; color: #666; word-break: keep-all; white-space: nowrap;}
.mainNav .sh { display: none;}
.mainNav .hasUl1 .sh { display: block; float: right; height: 40px; line-height: 40px; width: 52px; font-size: 0; color: #666; background: #ddd; position: relative; overflow: hidden;}
.mainNav .sh::after, .mainNav .sh::before { content: ""; display: block; height: 1px; width: 13px; margin: 0 0 0 -6px; background: #888; position: absolute; left: 50%; top: 50%;}
.mainNav .sh::before { height: 13px; width: 1px; margin: -6px 0 0 0;}
.mainNav .showSubMenu .ul1 { display: block;}
.mainNav .showSubMenu .sh::before { display: none;}
.mainNav #li-zwgk .li2 { width: 50%;}

/* 搜索 */
.s-form { display: flex; }
.s-form .input-box { position: relative; flex: 1; }
.s-form .input-box .from-control { background: #fff; font-size: 14px; height: auto; line-height: 20px; padding: 10px 12px; border: 0; width: 100%; outline: none; box-sizing: border-box; }
.s-form .dropdown-word { position: absolute; left: 0; width: 100%; top: 100%; border: none; border-top: 1px solid #eee; }
.s-form .dropdown-word ul li { font-size: 14px; height: 30px; line-height: 30px; }
.s-form .btn-box .btn { padding: 0 15px; height: 40px; border: 0; line-height: 40px; display: block; background: #94070A; text-align: center; color: #fff; font-size: 16px; }
.s-form .select-box { display: none; }

/* 底部 */
#footer { background: #94070A; color: #fff; text-align: center; }
#footer a { color: inherit; }
#footer .copyWrap { background: #820003; padding: 10px 4%; }
#footer .copyRight { font-size: 14px; line-height: 2; }
#footer .btns a {display: inline-block;padding: 2px 15px;background: rgba(255, 255, 255, 0.15);color: #fff;margin: 10px 5px 0 5px;font-size: 14px;}

/* 底部友情链接 */
.footerLinks { margin-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); line-height: 30px; padding: 10px 0; }
.footerLinks h3 { display: block; color: #fff; font-size: 18px; font-weight: bold; margin-bottom: 5px; }
.footerLinks h3 .iconfont { margin-right: 10px; }
.footerLinks ul { overflow: hidden; font-size: 0; line-height: 1; }
.footerLinks li { display: inline-block; vertical-align: top; margin: 0 8px; line-height: 30px; font-size: 16px; color: #fff; }
.footerLinks li a { opacity: 0.8; }
.footerLinks li a:hover { opacity: 1; }
.footerLinks li.split { margin: 8px 8px 0; padding: 0; width: 1px; height: 15px; background: rgb(255, 255, 255, 0.3); font-size: 0; }

#footerLogo { margin-bottom: 15px; }
#footerLogo img { max-width: 75%; height: auto; }

.addressList { margin-bottom: 15px; display: flex; flex-direction: column; align-content: stretch; gap: 10px 20px; justify-content: space-between; }
.addressList .title { font-size: 18px; line-height: 1.6; font-weight: bold; }
.addressList .value { margin-top: 10px; font-size: 16px; opacity: 0.8; line-height: 1.5; }

/* 底部二维码 */
.footerQR { margin-bottom: 15px; display: flex; justify-content: center; gap: 15px 50px; }
.footerQR li { position: relative; }
.footerQR .pic { display: inline-block; vertical-align: top; background: #fff; }
.footerQR .pic img { display: block; width: 91px; height: 91px; }
.footerQR .con { margin-top: 10px; }
.footerQR .tit { font-size: 14px; padding: 2px 0; line-height: 1.4; }

/* 位置导航 */
.path { color: #666; line-height: 1.6; padding: 10px 3%; text-align: left; font-size: 14px;}
.path a, .path span { padding: 0 3px; color: #666;}
.path::before { content: "\e717"; font-family: "fontpower"; font-size: 16px; color: #bbb; margin-right: 0;}

/* 顶部栏目菜单 */
#topNav {
    background: #fff;
    height: 40px;
    text-align: left;
    margin: 0 3% 2%;
}
#topNav .menuList {
    overflow: hidden;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0;
    line-height: 1;
}
#topNav li {
    display: inline-block;
    margin: 0 0 0 8px;
}
#topNav li:first-of-type {
    margin: 0;
}
#topNav .menuList::-webkit-scrollbar {
    display: none;
}
#topNav li a {
    display: block;
    background: #fff;
    color: #666;
    border: 1px solid #eee;
    padding: 0 14px;
    line-height: 38px;
    font-size: 16px;
}
#topNav li.on a {
    border-color: transparent;
    background: linear-gradient(249.87deg, #94070A 0%, #C53104 128.33%);
    color: #fff;
}

/* url_方块样式分页 */
.page { font-size: 14px; text-align: center; padding: 3% 0; clear: both; line-height: 36px; overflow: hidden;}
.page a { display: none; float: left; border: 1px solid #E1E1E1; padding: 0 15px; margin: 0 8px 8px 0;}
.page .current { display: none;}
.page .select { display: none;}
.page .prev, .page .next, .page .total { display: block;}
.page .next { float: right;}

/* focusBox */
.focusBox { position: relative; margin-bottom: 3%;}
.focusBox .bd img { width: 100%; display: block; height: auto; }
.focusBox .bd li { position: relative;}
.focusBox .bd .con { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.focusBox .bd .title { display: block; margin: 4% 5%; font-size: 18px; font-weight: bold; max-height: 52px; line-height: 26px; text-align: left; overflow: hidden; color: #fff; }
.focusBox .bd .titleBg { display: none; }
.focusBox .bd .title a { display: block; margin-right: 45px; color: inherit; }
.focusBox .hd { display: none; }
.focusBox .pageState { position: absolute; right: 5%; bottom: 4%; font-size: 18px; font-weight: bold; color: #fff; line-height: 52px; }

/* box */
.box > .hd,
.mainBox > .mHd { height: 45px; background: #f5f5f5; }
.box > .hd h3,
.mainBox > .mHd h3 { float: left; padding: 0 8%; text-align: center; height: 45px; line-height: 45px; font-size: 18px; }
.box > .hd ul,
.mainBox > .mHd ul { display: flex; margin: 0 -1px 0 0; }
.box > .hd li,
.mainBox > .mHd li { flex: 1; margin-right: 1px; height: 45px; line-height: 45px; background: #E6E6E6; padding: 0 10px; font-size: 18px; text-align: center; }
.box > .hd h3,
.mainBox > .mHd h3,
.box > .hd li.on,
.mainBox > .mHd li.on { font-weight: bold; background: #94070A; color: #fff; }
.box > .hd a,
.mainBox > .mHd a { color: inherit; text-decoration: none; }
.box > .bd,
.mainBox > .mBd { padding-top: 15px; }
.box > .bd::after,
.mainBox > .mBd::after { display: table; content: ''; clear: both; }

/* boxType1 */
.boxType1>.hd { height: 39px; line-height: 39px; border-bottom: 1px solid #e3e3e3;}
.boxType1>.hd h3, .boxType1>.hd .on { border-bottom: 1px solid #94070A; color: #94070A; background: #fff; height:39px;; position: relative;}
.boxType1>.hd h3::before, .boxType1>.hd .on::before {content: "";position: absolute;left: 50%;bottom: -16px;margin-left: -8px;border-color: transparent;display: block;font-size: 0;line-height: 0;width: 0;border-width: 8px;border-style: dashed;border-top-color: #94070A;border-top-style: solid;}
.boxType1>.hd h3::after, .boxType1>.hd .on::after { content: ""; position: absolute; left: 50%; bottom: -15px; margin-left: -8px; border-color: transparent; display: block; font-size: 0; line-height: 0; width: 0; border-width: 8px; border-style: dashed; border-top-color: #fff; border-top-style: solid; background:none; height:0px;}
.boxType1>.hd h3 a, .boxType1>.hd .on a { color: #94070A;}

/* mainBox */
.mainBox > .mHd .msgBtns { float: right; margin: 7px 0 0 15px;  }
.mainBox > .mHd .msgBtns a { float: left; margin-right: 7px; line-height: 31px; background: #fff; padding: 0 10px; color: #94070A; font-size: 14px; }
.mainBox > .mHd .msgBtns a .fa { margin: 0 5px 0 0;}

/* defaultBox 盒子 - 默认的 */
.defaultBox > .hd { position: relative; height: 35px; line-height: 35px; overflow: hidden; }
.defaultBox > .hd h3 { position: relative; float: left; font-weight: bold; color: #94070A; font-size: 24px; padding-right: 20px; }
.defaultBox > .hd h3 a { color: inherit; text-decoration: none; }
.defaultBox > .hd h3::after { position: absolute; content: ''; left: 100%; top: 50%; width: 1000px; height: 0; border-top: 1px dashed #fff; background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 120px); background-origin: border-box; }
.defaultBox > .hd .more { float: right; margin: 0; position: relative; z-index: 1; font-size: 0; width: 33px; height: 33px; background: #fff; border: 1px solid #d9d9d9; border-radius: 50%; }
.defaultBox > .hd .more::before { position: absolute; content: ''; left: 50%; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: #d9d9d9; transform: translate(-50%, -50%); box-shadow: -9px 0 0 #d9d9d9, 9px 0 0 #d9d9d9; transition: all ease 0.6s; }
.defaultBox > .bd { padding: 27px 0 0; }
.defaultBox > .hd .more:hover { border-color: #94070A; }
.defaultBox > .hd .more:hover::before { background: #94070A; box-shadow: -9px 0 0 #94070A, 9px 0 0 #94070A; }

/* 标题列表 */
.infoList li { padding-bottom: 4%; margin-bottom: 4%; border-bottom: 1px solid #D9D9D9; }
.infoList li:last-of-type { margin-bottom: 0; }
.infoList li > a { display: block; max-height: 48px; font-size: 16px; line-height: 24px; overflow: hidden; }
.infoList li .date,
.infoList li .dateRight { margin-top: 6px; display: block; font-size: 16px; line-height: 20px; color: #999; }
.infoList li  .date { margin: 0 0 6px 0; }

/* 头条图文信息列表 */
.topicList .t{ position: relative; overflow: hidden; margin-bottom: 20px; }
.topicList .t .pic{ width: 120px; margin-right: 15px; float: left; }
.topicList .t .pic img { width: 100%; height: 90px; }
.topicList .t .con { overflow: hidden; height: 90px; box-sizing: border-box; }
.topicList .t .title { height: 48px; line-height: 24px; font-size: 18px; font-weight: bold; overflow: hidden; }
.topicList .t .intro { display: none; margin-top: 15px; font-size: 16px; color: #666; line-height: 28px; height: 56px; overflow: hidden; }
.topicList .t .others { margin-top: 15px; font-size: 16px; line-height: 28px; color: #999; }
.topicList .t .others span { margin-right: 15px; }

.topicList .n { padding-bottom: 4%; margin-bottom: 4%; border-bottom: 1px solid #D9D9D9; }
.topicList .n:last-of-type { margin-bottom: 0; }
.topicList .n  > a { display: block; max-height: 48px; font-size: 16px; line-height: 24px; overflow: hidden; }
.topicList .n  .date,
.topicList .n  .dateRight { margin-top: 6px; display: block; font-size: 16px; line-height: 20px; color: #999; }
.topicList .n  .date { margin: 0 0 6px 0; }

/* 图文列表 */
.twList li { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; overflow: hidden;}
.twList li:last-of-type { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.twList .pic { float: left; margin-right: 14px; width: 118px;}
.twList .pic img { height: 88px; width: 100%; }
.twList .con { overflow: hidden; }
.twList .title { font-size: 16px; line-height: 28px; overflow: hidden; max-height: 56px;}
.twList .intro { display: none; }
.twList .others { margin-top: 8px; font-size: 14px; line-height: 20px; color: #999;}
.twList .others span { margin-right: 18px; }
.twList .n { padding: 0; border: 0; height: 36px; line-height: 36px; overflow: hidden;}
.twList .n .date { float: right; margin-left: 15px; color: #999; font-size: 14px;}

/* 信件列表 */
.letterList li { padding: 8px; border: 1px solid #e0e0e0; margin-bottom: 8px; border-radius: 4px;}
.letterList li .title { overflow: hidden; font-size: 14px; height: 24px; line-height: 24px; margin-bottom: 10px; display: block;}
.letterList li .title .fa { color: #c5e2f8; margin-right: 8px}
.letterList li .other { overflow: hidden; font-size: 12px; display: block;}
.letterList li .other .state { float: left; height: 20px; line-height: 20px; font-size: 12px; padding: 0 5px; border: 1px solid #05c224; color: #05c224; border-radius: 4px; margin-right: 10px}
.letterList li .other .FinishTime { float: left; height: 22px; line-height: 22px; font-size: 12px; color: #999}
.letterList li .other .FinishTime i { margin-right: 3px;}
.letterList li .other .date { float: right; color: #999}

/* 图片列表-浮动 */
.picListFl { display: flex; flex-wrap: wrap; margin: -1.5%; }
.picListFl li { width: 47%; margin: 1.5%; }
.picListFl .pic a { display: block; padding-bottom: 70%; position: relative; overflow: hidden; height: 0; }
.picListFl .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; }
.picListFl .title a { padding: 6px 0; display: block; height: 32px; font-size: 16px; line-height: 32px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; }

/* 企业站点列表 */
.siteGroupList { padding: 8px 0; }
.siteGroupList li { float: left; width: 48%; margin: 1%; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); background: #fff; }
.siteGroupList li a { display: table-cell; width: 1%; height: 50px; line-height: 25px; padding: 12px 15px; vertical-align: middle; text-align: center; font-size: 16px; text-decoration: none; }

/* 通知公告列表 */
.noticeList { margin-top: -3%; }
.noticeList li { margin-top: 3%; padding: 10px 0; border: 1px solid #DFDFDF; box-sizing: border-box; }
.noticeList .date { float: left; width: 80px; height: 66px; border-right: 1px solid #D9D9D9; text-align: center; line-height: 1; }
.noticeList .date .dd { display: block; margin-top: 10px; font-size: 26px; }
.noticeList .date .ym { display: block; margin-top: 10px; color: #999; font-size: 12px; }
.noticeList .con { overflow: hidden; padding: 0 10px; }
.noticeList .title { font-size: 16px; line-height: 20px; height: 20px; overflow: hidden; }
.noticeList .title a { color: inherit; text-decoration: none; transition: none; }
.noticeList .intro { margin-top: 8px; font-size: 12px; line-height: 18px; height: 36px; overflow: hidden; color: #666; }

/* 通用底部按钮 */
.bot { text-align: center; padding: 0 0 20px 0;}
.bot a, .bot button { cursor: pointer; display: inline-block; height: 40px; line-height: 40px; padding: 0 20px; font-size: 16px; background: #94070A; border: 0; color: #fff; margin: 0 5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.bot a:hover, .bot button:hover { text-decoration: none; background: #409ee5;}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { font-size: 14px; padding: 20px 10px 0px;}
.queryForm dl { margin-bottom: 20px;}
.queryForm dt { height: 36px; line-height: 36px; font-size: 16px; margin-bottom: 5px;}
.queryForm dt span { color: #f00; height: 36px; line-height: 36px;}
.queryForm dd { height: auto;}
.queryForm input[type=text] { height: auto; line-height: 20px; padding: 8px 12px; width: 100%; border-radius: 3px; border: 1px solid #ccc; background: #fff; box-sizing: border-box; }
.queryForm div.codeinp input[type=text] { width: 120px !important; margin-right: 10px;}
.queryForm div.codeinp img { margin-top: 4px;}
.queryForm .bot { text-align: center; padding-top: 10px;}
.queryForm .bot a { margin: 0px 0px 10px;; display: block;}
.queryForm .errorMessage { font-size: 14px; color: #f00;}

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult .tit h3 { text-align: center; font-size: 24px; line-height: 2; margin-bottom: 10px;}
.queryResult .tips { margin-bottom: 30px; border-top: 1px solid #ddd; padding: 10px;}
.queryResult .number { font-weight: bold; color: #f00;}

/* 在线投票 ---------------------------------------------- */
.voteListPage .voteCommonList .tit::before { font-family: "fontpower"; content: "\e693"; }

/* 问卷调查 ---------------------------------------------- */
.surveyListPage .surveyCommonList .tit:before { font-family: "fontpower"; content: "\e690"; }

/* 在线表单 ---------------------------------------------- */
#FormBox,
.FormResult,
.customFormResult { margin: 0 10px; }
.customFormPage .formCommonList .tit:before { vertical-align: middle; font-family: "fontpower"; content: "\e73a"; }
