@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

html {
  height: 100%;
}

.has-footer {
  position: relative;
  min-height: 100%;
  padding-bottom: 184px;
  box-sizing: border-box;
  z-index: 1;
}

/* 当前位置位置 */
.location {
  padding-left: 26px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background: url("../images/location.png") no-repeat left center;
  color: #666;
  margin-top: 22px;
  margin-bottom: 20px;
}

.location a {
  color: #666;
}

.location span {
  color: #d43535;
}

body {
  background: url("../images/bg.png");
}

.header {
  height: 406px;
  background: url("../images/header_banner.png") no-repeat;
}
.header .logo {
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:80px;
  background: url("../images/logo.png") no-repeat left center;
  background-size: 72px 76px;
  color: #d43535;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff; /* 文字描边 */
  font-family: "Source Han Sans CN";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 90px;
}
.header .logo p:nth-child(2) {
  letter-spacing: 11px;
}
.header .area-select {
  position: relative;
  margin-left: 18px;
}
.header .area-select:hover .area-wrap {
  display: flex;
}
.header .area-select:hover .area-selected {
  background: rgba(255, 255, 255, 0.95) url("../images/area_up.png") no-repeat right 13.5px center;
}
.header .area-select:hover .area-selected::after {
  display: block;
}
.header .area-selected {
  position: relative;
  width: 90px;
  height: 32px;
  padding: 0 27.5px 0 13.5px;
  box-sizing: border-box;
  line-height: 32px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.95) url("../images/area_down.png") no-repeat right 13.5px center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.header .area-selected::after {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
  content: "";
  width: 90px;
  height: 32px;
  z-index: 0;
  background: url("../images/area_arrow.png") no-repeat center bottom;
}
.header .area-wrap {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 52px;
  box-sizing: border-box;
  padding: 10px 15px;
  background: #fff;
  border-radius: 4px;
  width: 748px;
  z-index: 999;
}
.header .area-wrap li {
  flex-shrink: 0;
  height: 24px;
  line-height: 22px;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 0 7px;
  cursor: pointer;
  border-radius: 2px;
}
.header .area-wrap li:hover {
  color: #d43535;
  border: 1px solid #d43535;
}
.header .area-wrap li + li {
  margin-left: 8px;
}

.header .area-wrap a {
  color: #333;
}
.header .area-wrap a:hover {
  color: #d43535;  
}

.header-banner {
  height: 350px;
  box-sizing: border-box;
}
.header-banner > .container {
  display: flex;
  align-items: center;
  padding-top: 89px;
}
.header-search {
  position: relative;
  width: 260px;
  height: 40px;
  margin-left: auto;
}
.header-search-input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 71px 0 15px;
  border-radius: 40px;
  border: 1px solid #ae0a0a;
  background: #f7f7f7;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.header-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 40px;
  border-radius: 40px;
  background: #ae0a0a url("../images/search_bg.png") no-repeat center;
}
.header-nav {
  height: 56px;
  background: #d43535;
}
.header-nav > .container {
  display: flex;
  height: 56px;
}
.header-nav > .container li {
  height: 56px;
  line-height: 56px;
  width: 200px;
  font-size: 18px;
  text-align: center;
}
.header-nav > .container li.current, .header-nav > .container li:hover {
  background: #ae0a0a;
}
.header-nav > .container li a {
  display: block;
  width: 100%;
  color: #fff;
}

/*footer*/
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 162px;
  background: #232323;
}
.footer-friend {
  padding-top: 25px;
}
.friendly-list .chosen-container-single .chosen-single {
  height: 34px;
  line-height: 34px;
  border: none;
  color: #333;
  font-size: 15px;
  padding-left: 17px;
  border: 1px solid #e6e6e6;
  background: rgba(221, 221, 221, 0.9);
}
.friendly-list .chosen-container-single .chosen-single span {
  margin-right: 40px;
  color: #333;
}
.friendly-list .chosen-container-single .chosen-single div {
  right: 7px;
}
.friendly-list .chosen-container-single .chosen-single div b {
  background: url("../images/chosen_down.png") no-repeat center;
}
.friendly-list .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/chosen_up.png") no-repeat center;
}
.friendly-list .chosen-container .chosen-results li.highlighted {
  background: #26376a;
}
.friendly-link {
  height: 38px;
  width: calc((100% - 72px) / 4);
}
.friendly-link + .friendly-link {
  margin-left: 24px;
}

.footer-info {
  margin-top: 20px;
}
.footer-infos {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}
.footer-infos a {
  color: #fff;
  text-decoration: underline;
}
.footer-infos-item {
  margin: 0 10px;
  line-height: 21px;
}

.sidebar {
  position: fixed;
  right: 32px;
  top: 427px;
  z-index: 99;
}
.sidebar li + li {
  margin-top: 5px;
}
.sidebar .sidebar-item {
  width: 82px;
  height: 80px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e85757;
}
.sidebar .sidebar-item a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  padding-top: 50px;
}
/* .sidebar li:nth-child(-n+4) {
  width: 82px;
  height: 80px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e85757;
}
.sidebar li:nth-child(-n+4) a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  padding-top: 50px;
} */
.sidebar li:hover a {
  color: #fff;
}
.sidebar .back-top {
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  text-align: center;
  background: #d43535;
}
.sidebar .back-top a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.sidebar .back-top:hover {
  background: #ae0a0a;
}
/* .sidebar li:last-child {
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  text-align: center;
  background: #d43535;
}
.sidebar li:last-child a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.sidebar li:last-child:hover {
  background: #ae0a0a;
} */
/* 切换旧版 */
.sidebar #oldban {
  background: #fff url("../images/sidebar_bg3.png") no-repeat center 12px;
}
.sidebar #oldban:hover {
  background: #d43535 url("../images/sidebar_bgh3.png") no-repeat center 12px;
}
/* 监督电话 */
.sidebar #jddh {
  background: #fff url("../images/sidebar_bg4.png") no-repeat center 12px;
}
.sidebar #jddh:hover {
  background: #d43535 url("../images/sidebar_bgh4.png") no-repeat center 12px;
}
/* 三方平台 */
.sidebar #sfpt {
  background: #fff url("../images/sidebar_bg1.png") no-repeat center 12px;
}
.sidebar #sfpt:hover {
  background: #d43535 url("../images/sidebar_bgh1.png") no-repeat center 12px;
}
/* 意见建议 */
.sidebar #yjjy {
  background: #fff url("../images/sidebar_bg2.png") no-repeat center 12px;
}
.sidebar #yjjy:hover {
  background: #d43535 url("../images/sidebar_bgh2.png") no-repeat center 12px;
}


.public-pager {
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.public-pager .m-pagination-page {
  padding-right: 0;
}
.public-pager .m-pagination-page > li {
  margin-right: 10px;
}
.public-pager .m-pagination-page > li > a {
  min-width: 34px;
  height: 34px;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
  border: 2px solid #ecedf2;
}
.public-pager .m-pagination-page > li:hover > a, .public-pager .m-pagination-page > li.active > a {
  border-color: #d43535;
  background: #fff;
  color: #d43535;
}
.public-pager .m-pagination-page > li:hover > a .next, .public-pager .m-pagination-page > li.active > a .next {
  background-image: url("../images/pager_next.png");
}
.public-pager .m-pagination-page > li:hover > a .prev, .public-pager .m-pagination-page > li.active > a .prev {
  background-image: url("../images/pager_prev.png");
}
.public-pager .m-pagination-size {
  border-radius: 6px;
  padding-right: 29px;
}
.public-pager .m-pagination-size .chosen-container {
  font-size: 16px;
  min-width: 100px;
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
  box-shadow: 0 4px 6px 0 rgba(49, 66, 113, 0.1);
}
.public-pager .m-pagination-size .chosen-container .chosen-results li {
  padding: 5px 6px;
  line-height: 26px;
}
.public-pager .m-pagination-size .chosen-container-single .chosen-single {
  border-radius: 6px;
  height: 34px;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  border: none;
}
.public-pager .m-pagination-size .chosen-container-single .chosen-single span {
  height: 34px;
  line-height: 34px;
  margin-right: 31px;
}
.public-pager .m-pagination-size .chosen-container-single .chosen-single div {
  width: 31px;
}
.public-pager .m-pagination-size .chosen-container-single .chosen-single div b {
  width: 100%;
  height: 100%;
  background: url("../images/public/arrow_down.png") no-repeat left 6px center;
  background-size: 12px 6px;
}
.public-pager .m-pagination-jump {
  width: auto;
}
.public-pager .m-pagination-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 34px;
  font-size: 16px;
  color: #333;
}
.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button {
  float: none;
  font-size: 16px;
}
.public-pager .m-pagination-group > input {
  width: 34px;
  height: 100%;
  line-height: 34px;
  box-sizing: border-box;
  border: 2px solid #ecedf2;
  margin: 0 6px;
}
.public-pager .m-pagination-group > button {
  display: none;
}
.public-pager .prev,
.public-pager .next {
  display: block;
  width: 5px;
  height: 9px;
  margin-top: 11px;
  margin-left: 3px;
  background: no-repeat center;
  background-size: 100% 100%;
}
.public-pager .prev {
  background-image: url("../images/pager_prev.png");
}
.public-pager .next {
  background-image: url("../images/pager_next.png");
}

.sub-menu {
  width: 260px;
}

.sub-head {
  height: 90px;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding-left: 20px;
  padding-top: 22px;
  box-sizing: border-box;
  background: #df2720 url("../images/menu_bg.png") no-repeat right center;
}
.sub-head p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px; /* 100% */
  text-transform: uppercase;
  margin-top: 11px;
}

.sub-tree-items {
  background: #fff;
}
.sub-tree-items.current .sub-tree-node > a {
  color: #d43535;
  font-weight: 600;
  border-radius: 2px;
}
.sub-tree-items.current .sub-tree-node > a:before {
  background-image: url("../images/node_bgh2.png") !important;
}
.sub-tree-items.current .sub-tree-subs {
  display: block;
}
.sub-tree-items.hasChild .sub-tree-node > a:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 21px;
  height: 20px;
  background: url("../images/node_bg.png") no-repeat center center;
}
.sub-tree-items.hasChild.current .sub-tree-node > a:before {
  background-image: url("../images/node_bgh.png") !important;
}
.sub-tree-node {
  margin-bottom: 2px;
}
.sub-tree-node .sub-tree-tt {
  position: relative;
  height: 52px;
  line-height: 52px;
  padding-left: 20px;
  color: #333;
}
.sub-tree-node .sub-tree-tt::before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 21px;
  height: 20px;
  background: url("../images/node_bg.png") no-repeat center center;
} 
.sub-tree-subs {
  display: none;
}
.sub-tree-item .sub-tree-tt {
  height: 40px;
  line-height: 40px;
  padding-left: 36px;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  position: relative;
}
.sub-tree-item .sub-tree-tt::before {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9a9a9a;
}
.sub-tree-item .sub-tree-tt:hover, .sub-tree-item .sub-tree-tt.current {
  color: #d43535;
}
.sub-tree-item .sub-tree-tt:hover::before, .sub-tree-item .sub-tree-tt.current::before {
  background: #d43535;
}
.sub-tree-tt {
  display: block;
  font-size: 16px;
}

.sub-content {
  width: calc(100% - 200px);
  margin-left: 20px;
  box-sizing: border-box;
}

.content-box {
  width: 918px;
  background: #fff;
  border-top: 1px solid #d43535;
  box-sizing: border-box;
  /*条件*/
}
.content-box-header {
  padding: 11px 20px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.content-box-header .title,
.content-box-header .keyword {
  height: 32px;
}
.content-box-header .title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  padding-left: 12px;
  box-sizing: border-box;
  z-index: 1;
}
.content-box-header .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 14px;
  background: #d43535;
  content: "";
  z-index: 1;
}
.content-box-header .keyword {
  position: relative;
  width: 250px;
  line-height: 30px;
  background: url("../images/search_bg2.png") no-repeat right 14px center;
  background-size: 18px 18px;
  padding: 0 47px 0 14px;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  border-radius: 16px;
  outline: none;
  z-index: 1;
}
.content-box-header .keyword-input {
  width: 100%;
  height: 100%;
}
.content-box-header .keyword-btn {
  position: absolute;
  top: 0;
  right: 14px;
  width: 18px;
  height: 100%;
  z-index: 9;
  cursor: pointer;
}
.content-box-condition {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 20px 20px 8px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.content-box-condition > .item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 28px;
  font-size: 15px;
}
.content-box-condition > .item .item-label {
  display: block;
  width: 75px;
  height: 28px;
  color: #333;
  text-align: right;
  line-height: 28px;
  margin-right: 5px;
  flex-shrink: 0;
}
.content-box-condition > .item .item-diy {
  display: flex;
  justify-content: flex-end;
  min-height: 28px;
  margin-left: 24px;
}
.content-box-condition > .item .item-diy .item-label {
  margin-right: 0;
}
.content-box-condition > .item .item-diy-date {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.content-box-condition > .item .item-diy-start, .content-box-condition > .item .item-diy-end {
  width: 150px;
  height: 28px;
  line-height: 26px;
  background: url("../images/date.png") no-repeat right 9px center;
  background-size: 14px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 11px;
  padding-right: 35px;
  border-radius: 4px;
  box-sizing: border-box;
}
.content-box-condition > .item .item-diy-text {
  width: 12px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 8px;
}
.content-box-condition > .item .types-con {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 28px;
}
.content-box-condition > .item .types-con:not(.diy) {
  flex: 1;
  width: 0;
}
.content-box-condition > .item .types-item {
  height: 28px;
  color: #333;
  line-height: 28px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 12px;
  margin-right: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.content-box-condition > .item .types-item:hover, .content-box-condition > .item .types-item.current {
  color: #fff;
  background-color: #e85757;
}
.content-box-condition > .item.types {
  width: 100%;
}
.content-box-condition > .item.hide {
  display: none;
}
.content-box-condition.show > .item.hide {
  display: flex;
}

/*时间*/
body .layui-laydate .layui-this {
  background-color: #e85757 !important;
}

body .layui-laydate-header i:hover,
body .layui-laydate-header span:hover,
body .layui-laydate-footer span:hover {
  color: #e85757;
}

.page-loading {
  position: absolute;
  z-index: 99999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f8fa;
}
@media screen and (max-width: 1199px) {
  .header .logo {
    box-sizing: border-box;
    font-size: 26px;
  }
  .header .logo p:nth-child(2) {
    letter-spacing: 8px;
  }
  .sub-menu {
    width: 100%;
    margin-bottom: 20px;
  }
  .sidebar {
    display: none;
  }
  .header-banner > .container {
    flex-direction: column;
  }
  .header .area-select {
    margin-left: 0;
  }
  .header-search {
    width: 100%;
    margin: 20px auto 0;
  }
  .container {
    width: 94%;
  }
  body .content-box {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90%;
  }
  .header-nav > .container li {
    width: auto;
    padding: 0 20px;
  }
  .header-nav > .container {
    overflow-x: auto;
  }
  .header-nav > .container li {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 802px) {
  .content-box-condition > .item .item-diy-date {
    flex-wrap: wrap;
  }
  .content-box-condition > .item .item-diy-text {
    width: 100%;
    background: transparent;
    margin: 5px;
  }
  .content-box-condition > .item .item-diy-start, .content-box-condition > .item .item-diy-end {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .header .area-wrap {
    width: 628px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 628px) {
  .header .area-wrap {
    width: 560px;
  }
}
@media screen and (max-width: 560px) {
  .header .logo {
    box-sizing: border-box;
    font-size: 22px;
  }
  .header .logo p:nth-child(2) {
    letter-spacing: 7px;
  }
  .header .area-wrap {
    width: 479px;
  }
  .content-box-header .keyword {
    width: 250px;
  }
}
@media screen and (max-width: 479px) {
  .header .logo {
    box-sizing: border-box;
    font-size: 18px;
  }
  .header .logo p:nth-child(2) {
    letter-spacing: 6px;
  }
  .header .area-wrap {
    width: 400px;
  }
  .content-box-header .keyword {
    width: 150px;
  }
  .content-box-condition > .item .item-label {
    width: 100%;
    text-align: left;
  }
  .content-box-condition > .item .item-diy .item-label {
    width: 75px;
    text-align: right;
  }
}
@media screen and (max-width: 400px) {
  .header .logo {
    box-sizing: border-box;
    font-size: 16px;
  }
  .header .logo p:nth-child(2) {
    letter-spacing: 5.5px;
  }
  .header .area-wrap {
    width: 350px;
  }
  .content-box-header .keyword {
    width: 100%;
  }
}