﻿@charset 'utf-8';
/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul, ol, li {
    list-style: none;
}

a {
  text-decoration: none;
  color: #333333
}

a,
span {
  vertical-align: top;
}

img {
  border: 0;
  vertical-align: middle;
}

select,
input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}

button {
  padding: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei"
}

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

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

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

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

table tr td,
table {
  border-collapse: collapse;
}

body {
 
  color: #000;
  font-family: "Microsoft YaHei";
}

/*****通用样式******/

/*清除浮动*/

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.db {
  display: inline-block;
}

/*****边距调整****/

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr5 {
  margin-right: 5px
}

.mr10 {
  margin-right: 10px
}

.mr15 {
  margin-right: 15px
}

.mr20 {
  margin-right: 20px
}

/****内容块居中***/
.centerWidth {
  width: 1200px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 100px;
  background: #1369C0;
  line-height: 100px;
}

.header-centered {
  width: 1200px;
  height: 100px;
  margin: auto;
  /* border: 1px solid red; */
}

.header-logo {}

.header-bk {
  width: 200px;
  height: 100px;
  float: left;
  margin-left: 20px;
}

.header-zz {
  font-family: "微软雅黑";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
}

.header-zt {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #fff;
}

.header-right {
  /* border: 1px solid red; */
  float: right;
  height: 100px;
}

.header-right-left {
  float: left;
  width: 600px;
  font-size: 20px;
  line-height: 100px;
  color: #fff;
  margin-right: 60px;
}

.header-right-left .header-right-center a {
  width: 106px;
  text-align: center;
  display: inline-block;
  color: #fff;
}

.header-right-left .header-right-center .active {
  font-size: 24px;
  font-weight: bold;
}

.header-right .header-right-center a:hover {
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
}

.header-search {
  float: right;
  width: 98px;
  border-radius: 50px;
  height: 40px;
  background-color: #8eb7e1;
  margin-top: 30px;
  margin-right: 10px;
  line-height: 40px;
  position: relative;
}

.header-search input {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 42px 0 18px;
  width: 100%;
}

.header-search input::-webkit-input-placeholder {
  color: #fff;
}

.header-search input::-moz-input-placeholder {
  color: #fff;
}

.header-search input::-ms-input-placeholder {
  color: #fff;
}

.header-search img {
  width: 22px;
  position: absolute;
  top: 8px;
  right: 16px;
}

.header-right-l-hide {
  margin-right: 18px;
  display: none;
  margin-top: 4px;
}


.position {
  margin-left: 10px;
  font: 14px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #666666;
  margin: 10px auto;
  width: 1170px;
  padding-left: 30px;
  background: url("../images/qj-jz1.png")no-repeat 7px center;
}

.position .poto {
  font: 14px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #666666;
}

.position .poto:hover {
  color: #1369c0;
}

.pagination {
  /*��荨�*/
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}

.pagination a {
  width: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  margin: 0 6px;
}

.pagination a:hover {
  background: #2760b7;
  color: #fff;
  cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
  width: 78px;
}

.pagination .active {
  background: #1369c0;
  color: #fff;
}

/* 底部 */
.footer {
  width: 100%;
  height: 100px;
  background: #1369C0;
}

.footer-centered {
  width: 1200px;
  height: 100px;
  margin: auto;
}

.footer-zt {
  color: #fff;
  font-family: "微软雅黑";
  font-size: 14px;
  margin-top: 12px;
}

.footer-zt:nth-child(3) {
  color: #fff;
  font-family: "微软雅黑";
  font-size: 14px;
  margin-top: 7px;
}

.footer-left {
  width: 658px;
  float: left;
}

.footer-right {
  float: right;
}

.footer-right img {
  float: right;
  margin-right: 30px;
  margin-top: 12px;
}



/*下拉*/
.xiala {
  width: 1200px;
  margin: 0 auto;
  color: #666;
  overflow: hidden;
  margin-bottom: 10px;
}

.xiala-item {
  width: 240px;
  height: 40px;
  text-align: center;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
}

.xiala .active {
  background-color: #f2f2f2;
}

.xiala .active .xiala-i-p {
  color: #1369c0
}

.xiala-i-p {
  display: inline-block;
  height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #666666;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  background: url(drop-icon.png) no-repeat right center;
}

.xiala .active .xiala-i-p {
  background: url(drop-icon2.png) no-repeat right center;
}


/* 右侧浮动 */
.index-float {
  position: absolute;
  top: 35%;
  right: 10px;
  width: 70px;
  border: 1px solid #d5d5d5;
  border-bottom: none;
}

.index-float a {
  display: inline-block;
  width: 70px;
  height: 65px;
  padding-top: 15px;
  color: #666666;
  font-size: 14px;
  text-align: center;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
}

.index-float a:hover {
  font-weight: bold;
}

.index-float a p {
  margin-top: 8px;
}

.index-float a .img {
  position: absolute;
  right: 80px;
  top: 0;
  display: none;
}

.index-float a:hover .img {
  display: block;
}


/****街道下拉*****/
.index-menu {
  position: absolute;
  top: 40px;
  z-index: 999;
  width: 100%;
  padding-bottom: 10px;
  display: none;
  overflow: hidden;
}

.index-menu.cur {
  top: 0;
}

.index-menu-bg {
  background: #fff;
}

.index-menu-container {
  width: 1320px;
  margin: 0 auto;
  position: relative;
}

.index-menu .close {
  position: absolute;
  top: 14px;
  right: 20px;
  cursor: pointer;
}

.index-menu-t {
  padding-top: 22px;
  margin-bottom: 20px;
}

.index-menu-t a {
  display: inline-block;
  color: #2775cc;
  font-size: 16px;
  line-height: 20px;
}

.index-menu-l {
  width: 1380px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f5;
}

.index-menu-l li {
  float: left;
  width: 230px;
  height: 33px;
}

.index-menu-l li a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-menu-l li a:hover {
  color: #2775cc;
}

.index-menu-l.l2 li {
  width: auto;
  margin-right: 56px;
}

.index-icon {
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url(jq-tangle.png) no-repeat;
  margin-right: 300px;
  display: none;
}

.underline:hover,
.underlines a:hover {
  text-decoration: underline;
}

.xhy-f {
  width: 100%;
  height: 100px;
  background: url(qj-bg6.png);
}

.xhy-f .footer {
  background: none;
}

.footer-right {
  display: inline-block;
}

.f-as a {
  color: #fff;
}

.f-as span {
  padding: 0 7px;
}

/* 改版20220305V0.0.1 */

.border-r15px {
    border-radius: 15px;
    -ms-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-border-radius: 15px;
}
.box {
    width: 100%;
    display: inline-block;
    text-align: center;
    min-width: 1200px;
}
.box2 {
    width: 1200px;
    display: inline-block;
    margin: auto;
    text-align: left;
}

.topbg {
    background-color: #316ea1;
}
 
.topheid{    position: relative;z-index: 55;}
.logo_titile{  width: 400px; height: auto;margin: 36px auto 20px auto;}

.logo_titile h2,.logo_titile h5{ width: 100%; display: inline-block; color: #316ea1;}
.logo_titile h2{ font-size: 48px; margin: 10px auto 10px auto;}
.logo_titile h5{ font-size:17px; margin: 0px auto 10px auto;}
.banbox{position: relative; height: 100%; z-index: 9;}

.xhy-search {
  width: 914px;
  height: 50px;
  line-height: 50px;
  margin: 36px auto 20px auto;
}

.xhy-search input {
  font-size: 16px;
  width:500px;
  height: 100%;
  line-height:50px; height: 50px;
  background: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #333;
  box-sizing: border-box;
  padding: 0 20px;
}
.er_banner .xhy-search input{width:410px; background-color:rgb(255 255 255 / 50%);  color: #000; border-left: 1px solid rgb(255 255 255 / 90%); border-top: 1px solid rgb(255 255 255 / 90%); border-bottom: 1px solid rgb(255 255 255 / 90%); }
.er_banner{ background: url(zffw_02.png) no-repeat center top; height: 219px; background-size: cover;}
 .er_logo{width: auto; float: left;display: inline-block;margin:65px 0px 0px 0px;}
 .er_logo img{ float: left; display: inline-block; }
 .er_logo .l_fong{width: auto;display: inline-block;float: left;margin-top: 20px;}

 .l_fong p,.l_fong font{display: inline-block; float: left; width: 100%;color: #316ea1;}
 .l_fong p{font-size: 32px;  font-weight: bold;}
.er_banner .er_jiedao{ font-size:26px;width: auto;display: inline-block;float: left;    margin: 89px 0px 0px 0px; font-weight: bold;color: #316ea1;}
.er_banner .er_jiedao font{ width: 10px;
    height: 10px;
    background-color: #316ea1;
    border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin: 0px 10px 0px 10px;}
 .l_fong font{font-size: 20px;margin: 0px auto 10px auto;}
 .er_banner .xhy-search{ margin-top:85px;}
 .er_nav_bg {background-color: #316ea1;}
 .er_nave{ width: 100%; display: flex; justify-content: space-between; flex-wrap: nowrap;}
 .er_nave li{ width:auto; display: flex; flex: 1; text-align: center;}
 .er_nave li a{ display: inline-block;font-size: 30px; float: left; color: #fff;line-height: 80px; height: 80px; width: 100%; text-align: center;}
  .er_nave li a:hover,.er_nave li.on{ background-color: #5799d9; font-weight: bold;}
  
 .er_nave .switchbox .b,.er_nave .switchbox:hover .a{ display: none;}
 .er_nave .switchbox:hover .b{ display: inline-block;border: initial; width: 100%; text-align: center;}
.er_nave li.on .b img{ height: 44px; width: auto;}
.xhy-search input::placeholder {
  color: #999;
}
.xhy-search button {
  width: 126px;
  height: 100%;
  line-height: 50px;
  background: #1369c0 url(search.png) no-repeat 24px center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  font-size: 22px;
  box-sizing: border-box;
  padding-left: 30px;
}

.xhy-atip span {
  font-size:17px;
  padding-right: 10px;
  color: #1369c0;
}

.xhy-atip a {
  font-size:17px;
  padding-right: 18px;
  color: #666
}
/*************** 意见征集 ***************/
.xgxw { margin-top: 15px; padding: 15px 0; border-bottom: 1px solid #eee; border-top: 1px solid #eee; display: block; box-sizing: border-box;font-size: 16px; }
.xgxw .tit { padding-bottom: 10px; font-size: 18px;}
.xgxw .tit span { padding-bottom: 10px; color: #FF0000; font-weight: bold; position: relative; }
.xgxw .tit span i { width: 95%; height: 2px; background: #FF0000; border-radius: 100px; position: absolute; left: 0; bottom: 0; display: block; }
.xgxw .nr-tit ul li { margin-top: 15px; background: url(yjtc_bg_infolist_li.png) no-repeat left center; }
.xgxw .nr-tit ul li a { color: #454545; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }

.ljxq-list { margin-top: 25px;font-size: 16px; }
.ljxq-list .ljxq-table { width: 100%; }
.ljxq-list .ljxq-table th { height: 48px; color: #275293; background-color: #f9fafb; }
.ljxq-list .ljxq-table th.th-tit { width: calc(55% - 35px); padding-left: 35px; text-align: left; }
.ljxq-list .ljxq-table th.th-day { width: 10%; }
.ljxq-list .ljxq-table td { width: 10%; padding-top: 25px; color: #a5a5a5; text-align: center; font-size: 16px;border: 0px;}
.ljxq-list .ljxq-table td a { width: 90%; margin-left: 10px; display: inline-block; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap; text-align: left; }
.ljxq-list .ljxq-table td a:hover { color: #FF0000; }
.ljxq-list .ljxq-table td:first-child { width: calc(55% - 35px); text-align: left; max-width: 500px; }
.ljxq-list .ljxq-table td:first-child+td+td+td { color: #FF0000; }

.ljxq-btn { width: auto !important; height: 32px; line-height: 32px; font-size: 16px; padding: 0 25px !important; display: block; float: right !important; color: #FFFFFF; background: #1268b3 !important; border-radius: 3px; margin: 0; }
.ljxq-btn:hover { background-color: #007AFF; color: #FFFFFF !important; }

.ljxqmail { margin-bottom: 15px; display: block; }
.ljxqmail .tit { padding: 10px; background: #e8eef6;font-size: 18px; }
.ljxqmail .tit span { color: #13559f; font-weight: bold; }
.ljxqmail .tit span#username { font-weight: 400; }
.ljxqmail .tit .font { float: right; display: inline-block; }
.ljxqmail .tit .font a { margin: 0 8px; color: #13559f; display: inline-block; }
.ljxqmail .nr ul { padding-bottom: 15px; box-sizing: border-box; border: 1px solid #eee; font-size: 16px; }
.ljxqmail .nr ul li { padding: 15px 15px 0 15px; }
.ljxqmail .nr ul li h4 { padding-bottom: 10px; color: #13559f; font-weight: bold; display: block; }
.ljxqmail .nr ul li p { padding: 6px 10px; line-height: 28px;  display: block; line-height: 200%;}
.ljxqmail .nrtj ul { padding: 0 15px 15px 15px; box-sizing: border-box; border: 1px solid #eee; font-size: 16px;}
.ljxqmail .nrtj ul li { min-height: 32px; padding-top: 30px; float: left; }
.ljxqmail .nrtj ul li:nth-child(odd) { width: 20%; text-align: right; line-height: 32px; }
.ljxqmail .nrtj ul li:nth-child(even) { width: 80%; padding-left: 15px; box-sizing: border-box; }
.ljxqmail .nrtj ul li:nth-child(even) input[type="text"] { width: 80%; max-width: 500px; padding: 6px 10px; border: 1px solid #ddd; line-height: 20px; }
.ljxqmail .nrtj ul li:nth-child(even) textarea { width: 80%; max-width: 500px; min-height: 150px; padding: 6px 10px; line-height: 30px; border: 1px solid #ddd; }
.ljxqmail .nrtj ul li:nth-child(even) .btn { margin-right: 10px; padding: 0 20px; float: left; font-size: 14px; color: #fff; line-height: 40px; text-align: center; border-radius: 4px; display: block; position: relative; background: #2760b7; overflow: hidden; cursor: copy; }
.ljxqmail .nrtj ul li:nth-child(even) .tip { font-size: 13px; color: #999; }
.ljxqmail .nrtj ul li:nth-child(even) .yzm { max-width: 100px !important; float: left; }
.ljxqmail .nrtj ul li:nth-child(even) .img { height: 40px; margin-left: 12px; float: left; cursor: pointer;}
.ljxqmail .nrtj .tj-btn { width: 80%; max-width: 120px; height: 40px; color: #fff; font-size: 16px; border: 0; background: #356abc; display: block; cursor: pointer; }
.ljxqmail.mgtop { margin-top: 15px; }

@media screen and (max-width:1500px) {
    .ljxq-btn { font-size: 14px; margin-top: 7px; }
}
@media screen and (max-width:1400px) {
    .ljxq-list .ljxq-table th { height: 40px; }
    .ljxq-btn { height: 28px; line-height: 28px; padding: 0 20px; }
}
@media screen and (max-width:1200px) {
    .ljxq-list { margin-top: 15px; }
    .ljxq-list .ljxq-table th { height: 36px; }
    .ljxq-list .ljxq-table td { padding-top: 16px; width: 120px; }
    .ljxq-list .ljxq-table th.th-tit { width: auto; }
    .ljxq-list .ljxq-table th.th-day { width: 120px; }
    .ljxq-list .ljxq-table td:first-child { max-width: 400px; }
    .ljxq-btn { height: 26px; line-height: 26px; padding: 0 16px; margin-top: 5px; }
}
@media screen and (max-width:835px) {
    .ljxq-list { margin-top: 0; }
    .ljxq-list .ljxq-table:first-child { display: none; }
    .ljxq-list .ljxq-table tr { background-color: #f9fafb; margin-top: 10px; display: inline-block; }
    .ljxq-list .ljxq-table td { float: left; padding: 0; }
    .ljxq-list .ljxq-table td:first-child { display: block; width: calc(100% - 20px); padding: 10px;  }
    .ljxq-list .ljxq-table td:first-child+td { display: none; }
    .ljxq-list .ljxq-table td:first-child+td+td { display: none; }
    .ljxq-list .ljxq-table td:first-child+td+td+td { line-height: 26px; margin-bottom: 10px; }
    .ljxq-list .ljxq-table td a { width: 100%; white-space:initial; line-height: 30px; margin-left: 0; }
    .ljxq-btn  { margin-top: 0; line-height: 26px !important; }
}