.gwds_ashw {
  background: url(../images/conqxsc.png) no-repeat;
  display: inline-block !important;
}

.gwds_weixin {
  background-image: url(../images/scs_weixicon.png);
  display: inline-block !important;
}

.gwds_tsina {
  background-image: url(../images/scs_weibo.png);
  display: inline-block !important;
  background-position: 0 0px !important;
}

.detailinfo-font a {
  line-height: 30px !important;
  width: 24px;
  margin-top: -3px !important;
  height: 24px;
  padding: 0px;
  margin-top: 3px;
  margin-left: 1px;
  cursor: pointer;
}

/*网上调查内容页*/
.wsdc-content {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.detailltitle {
  width: 100%;
  line-height: 61px;
  text-align: center;
  font-size: 32px;
  color: #c50e1b;
}

.detailinfo {
  width: 100%;
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}

.detailinfo-left {
  display: flex;
  /* width: 60%; */
  height: 43px;
  line-height: 43px;
  padding-left: 28px;
  color: #999;
}

.detailinfo-left span {
  display: block;
  font-size: 1.4rem;
  color: #999;
  margin-right: 16px;
}

.detailinfo-font {
  width: 220px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  color: #555;
  font-size: 1.4rem;
  float: right;
}

.detailinfo-font a {
  font-size: 1.4rem;
  color: #000;
  cursor: pointer;
}

.location-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.location-share {
  position: relative;
  z-index: 10000;
}

.zjdc-summary {
  width: 96%;
  margin: 0 auto;
  background: #f8f8f8;
  height: 432px;
}

.zjdc-summary-left {
  float: left;
  width: 38%;
  padding: 44px;
  box-sizing: border-box;
}

.zjdc-label {
  background: url(../images/zjdcbgbar.png) no-repeat top left;
  width: 162px;
  height: 28px;
  color: #fff;
  font-size: 16px;
  padding-left: 24px;
  line-height: 26px;
}

.zjdc-value {
  background: #fff;
  width: 100%;
  color: #434343;
  font-size: 16px;
  margin: 10px;
  padding: 5px;
}

.custom-content-area {
  float: right;
  width: 54%;
  background: #fff;
  height: 400px;
  box-sizing: border-box;
  margin: 16px;
  padding: 20px;
  overflow-y: scroll;
  font-family: "宋体", "微软雅黑";
}

.file-download-box {
  margin-top: 25px;
  border-top: 1px dashed #ddd;
  padding-top: 15px;
}

.file-download-title {
  font-weight: bold;
  color: #ba101d;
  margin-bottom: 10px;
  font-size: 16px;
}

.file-download-icon {
  vertical-align: middle;
  width: 18px;
  margin-right: 5px;
}

.file-download-list {
  list-style: none;
  padding: 0;
}

.file-download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  background: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 8px;
  border: 1px solid #eee;
}

.file-download-name {
  color: #333;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.file-download-link {
  background: #ba101d;
  color: #fff;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.3s;
  margin-left: 15px;
}

.file-download-link:hover {
  background: #9a0d18;
}

.file-empty {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  text-align: center;
  border-top: 1px dashed #ddd;
  padding-top: 15px;
}

.zjdc-section {
  width: 96%;
  margin: 0 auto;
  min-height: 450px;
}

.zjdc-section-title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ba101d;
  margin-top: 20px;
}

.zjdc-section-title-inner {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #ba101d;
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.zjdc-section-title-icon {
  vertical-align: middle;
}

.zjdc-section-body {
  width: 100%;
  min-height: 300px;
  height: auto;
  background: #f8f8f8;
  padding-bottom: 40px;
  overflow: hidden;
}

.recover_content {
  padding: 25px;
  line-height: 2;
  font-size: 16px;
  color: #333;
  font-family: "微软雅黑", sans-serif;
}

.recover-text-box {
  text-indent: 2em;
  text-align: justify;
}

.recover-empty {
  text-align: center;
  padding: 40px 0;
  color: #999;
}

.recover-empty-icon {
  width: 48px;
  opacity: 0.3;
  display: block;
  margin: 0 auto 15px;
}

.hidden {
  display: none;
}

/* 自定义滚动条样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px e5e5e5;
  background-color: #e5e5e5;
}

.article-content {
  padding: 20px 0px;
}

.survey-container {
  margin: 20px auto;
  background-color: #fff;
}

.survey-header h1 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #c61d3c;
  font-size: 1.8rem;
  line-height: 50px;
}

.survey-form {
  margin-top: 20px;
}

.question {
  margin-bottom: 20px;
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.question-header {
  display: flex;
  flex-direction: column;
}

.question-number {
  font-size: 1.4rem;
  color: #333;
  margin-right: 10px;
  border-right: 1px solid #eee;
  text-align: center;
  min-width: 50px;
}

.options {
  font-size: 1.4rem;
}

.question-label {
  font-size: 1.4rem;
  color: #333;
  display: block;
}

.options label {
  display: block;
  margin-bottom: 8px;
}

.options input[type="radio"] {
  margin-right: 8px;
}

/* 必填项标记样式 */
.required {
  color: red;
}

.btnsave {
  height: 40px;
  margin: 20px 0;
  text-align: center;
}

.exam-save-btn {
  color: #fff;
  border: 1px solid #c61d3c;
  background-color: #c61d3c;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding: 8px 30px;
  font-size: 1.8rem;
  height: 40px;
}

.wzewm {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.wzewm {
  text-align: center;
  margin: 10px auto;
}

.wzewm span {
  display: block;
}

.wzewm span.txt-color {
  font-size: 12px;
  color: #c0c0c0;
}

.wzewm span img {
  margin: 0 auto;
}

/*民意征集内容页*/
.myzj-content {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #dddddd;
  display: flex;
  margin: 20px 0px 60px;
}

.myzj-content-left {
  max-height: 600px;
  background: #f4f4f4;
  padding: 15px 15px 15px 20px;
  box-sizing: border-box;
  flex: 1;
}

.myzj-content-left p {
  font-size: 1.8rem;
  margin: 15px 0 24px 0;
  line-height: 29px;
  min-height: 35px;
}

.mytitle i {
  width: 5px;
  height: 20px;
  display: inline-block;
  background: #be0000;
  margin-right: 15px;
}

.mytitle span {
  font-size: 2rem;
  color: #be0000;
}

.myzj-content-right {
  max-height: 600px;
  padding: 0 20px;
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
}

.announcement-container {
  padding-right: 15px;
  background-color: #fff;
  color: #333;
  overflow: auto;
  overflow-x: hidden;
  max-height: 600px;
  /* min-height: 420px; */
}
.announcement-container p {
  line-height: 2;
  text-indent: 2em;
  color: #000000;
  margin: 10px 0;
}
.announcement-container p,
.announcement-container p span{
  font-size: 1.8rem !important;
}
/* 自定义滚动条样式 */
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0 12px;
    box-sizing: border-box;
  }
  .content .location {
    background-position: 0 6px;
    padding-left: 18px;
  }
  .location {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px;
  }
  .location .m-location {
    font-size: 14px;
    line-height: 1.6;
  }
  .content-info {
    padding: 0 !important;
  }

  /* 网上调查详情 */
  .detailltitle {
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 0;
    text-align: left;
  }
  .detailinfo {
    flex-direction: column;
    height: auto;
    line-height: 1.6;
    padding: 8px 0;
  }
  .detailinfo-left {
    flex-direction: column;
    height: auto;
    line-height: 1.6;
    padding-left: 0;
  }
  .detailinfo-left span {
    margin-right: 0;
  }
  .detailinfo-font {
    width: 100%;
    text-align: left;
  }
  .question {
    flex-direction: column;
  }
  .question-number {
    border-right: none;
    min-width: auto;
  }

  /* 民意征集布局（页面内联样式覆盖） */
   .zjdc-value{
    margin:0 !important;
  }
  .recover_content_box{
    padding:0 !important;
  }
  .con_con {
    width: 100% !important;
  }
  .zjdc-summary {
    width: 100% !important;
    height: auto !important;
    padding: 12px 0 !important;
    box-sizing: border-box;
  }
  .zjdc-summary-left {
    float: none !important;
    width: 100% !important;
    padding: 12px !important;
    box-sizing: border-box;
  }
  .custom-content-area {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    padding: 12px !important;
    box-sizing: border-box;
    overflow: visible !important;
  }
  .file-download-item {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px;
  }
  .file-download-name {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: break-all;
  }
  .zjdc-section {
    width: 100% !important;
  }
  .zjdc-section-title {
    height: auto !important;
  }
  .zjdc-section-title-inner {
    width: auto !important;
    font-size: 16px !important;
    padding: 0 12px !important;
  }
  .zjdc-section-body {
    padding-bottom: 24px !important;
  }
  .apply-content,
  .recover_content {
    padding: 16px !important;
    box-sizing: border-box;
  }
}

.announcement-container::-webkit-scrollbar-thumb {
  background-color: #888;
  /* 设置滚动条的颜色 */
  border-radius: 10px;
  /* 设置滚动条的圆角 */
}

.announcement-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* 设置鼠标悬停时的颜色 */
}

.announcement-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* 设置滚动条轨道的颜色 */
  border-radius: 15px;
  /* 设置滚动条轨道的圆角 */
}

.apply {
  text-align: center;
  margin-top: 40px;
}

.apply a {
  display: block;
  border: none;
  outline: none;
  width: 510px;
  height: 64px;
  line-height: 64px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  background: #be0000;
  border-radius: 5px;
}

/*申请页面*/
.myzj-apply {
  width: 1150px;
  margin: 20px auto;
  margin-top: 40px;
}

.apply-header {
  padding-left: 15px;
  height: 40px;
  font-size: 2rem;
}

.apply-header span {
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #be0000;
  margin-right: 15px;
}

.apply-header p {
  color: #be0000;
  display: inline-block;
  color: #333333;
}

.apply-content {
  padding-top: 35px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 1.6rem;
}

.form-row .form-group.full {
  flex: 0 0 100%;
}

.form-row .form-group {
  flex: 0 0 48%;
  margin-bottom: 20px;
  display: flex;
}

.form-group::after {
  width: 20px;
  height: 20px;
  content: "*";
  color: red;
  line-height: 46px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  visibility: visible;
}

.form-group label {
  flex: 0 0 100px;
  /* 设定固定宽度，确保对齐 */
  text-align: right;
  margin-right: 10px;
  /* 调整间距 */
}

.form-row .form-group.full input[type="text"],
.form-row .form-group.full textarea,
.form-row .form-group input[type="text"],
.form-row .form-group textarea {
  background: #f8f8f8;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex: 1;
}

textarea {
  height: 150px;
  resize: none;
}

.yzm {
  margin-left: 10px;
}

/* 必填项标记 */
.form-row .form-group.full {
  position: relative;
}

/* 字符数计数 */
.char-count {
  font-size: 1.4rem;
  text-align: right;
  position: absolute;
  right: 5%;
  bottom: 5px;
}

.save {
  width: 350px;
  margin: 40px auto;
}

.save button {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 2.4rem;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 10px;
  color: #fff;
  background: #be0000;
}

/*评议*/
.transparent {
  background: transparent;
}

.surveyList {}

.surveyList li {
  border-bottom: #d5d5d5 dashed 1px;
  height: 26px;
  line-height: 26px;
  letter-spacing: 2px;
}

.wal {
  width: 1000px;
  margin: 0 auto;
}

.pageTitle1 {
  padding: 31px 0 0 0;
  height: 32px;
  overflow: hidden;
  border-bottom: #88b2dd dashed 1px;
  margin-bottom: 26px;
  text-align: center;
}

.pageTitle1 .fl {
  font-size: 18px;
  color: #0f70aa;
  padding-left: 10px;
}

.pageTitle1 .fr {
  padding-top: 3px;
}

.pageTitle2 {
  background: url(../hdjlimg/pageTitle1.gif) top repeat-x;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  border: #ececec solid 1px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.pageTitle2 div {
  padding-left: 24px;
  width: 100%;
  color: #4c4c4c;
  letter-spacing: 2px;
}

.Survey {
  padding: 0px 0 10px 0;
}

.Survey li {
  height: 30px;
  line-height: 18px;
  overflow: hidden;
  position: relative;
}

.Survey input {
  position: absolute;
  z-index: 10;
}

.Survey .name {
  padding-left: 25px;
}

.Survey .msgDiv {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  width: 60%;
  overflow: hidden;
}

.Survey .div0 {
  float: left;
  background: #c50e1b;
  height: 15px;
  overflow: hidden;
}

.Survey .div1 {
  float: left;
  padding-left: 50px;
}

.SurveyBtn .btn1 {
  color: #fff;
  font-size: 14px;
  background: url(../images/close_03.jpg) top repeat-x;
  width: 120px;
  height: 41px;
  border: 0px;
  cursor: pointer;
  margin-top: 15px;
}

.btn2 {
  color: #68bbdb;
  font-size: 14px;
  background: url(../images/wjdc_10.jpg) top repeat-x;
  width: 120px;
  height: 41px;
  margin-right: 100px;
  border: 0px;
  cursor: pointer;
}

.brdiv {
  height: 30px;
}

.inputbg {
  padding-left: 8px;
  border: solid #b5b8c8 1px;
  height: 18px;
  line-height: 18px;
}

.inputbg1 {
  border: solid #b5b8c8 1px;
  padding: 5px;
}

.title {
  font-size: 15px;
  font-weight: bold;
  width: 978px;
  padding: 10px 0px;
  text-align: center;
  color: #337aba;
  display: block;
  background: url(../images/aboutTitle1.gif) top repeat-x;
}

.shuoming {
  height: 23px;
  background-color: #337aba;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 3px;
  width: 469px;
}

.explain {
  color: #666;
  font-size: 13px;
  height: 120px;
  text-align: left;
  width: 457px;
  background: url(../images/textBg.jpg) top repeat-x;
  border: 1px solid #96c2f1;
  padding: 10px;
}

.Survey2 {
  float: left;
  width: 980px;
  overflow: hidden;
  padding-right: 20px;
}

.Survey {
  padding: 0px 0 10px 0;
}

.Survey li {
  height: 26px;
  line-height: 18px;
  overflow: hidden;
  position: relative;
}

.Survey input {
  position: absolute;
  z-index: 10;
  margin-top: 3px;
}

.tableView {
  border: 0;
  width: 1000px;
}

.wsdc-info {
  color: #666666;
  font-size: 15px;
}

.captcha_box {
  display: flex;
  justify-content: space-between;
  height: 40px;
}

.captcha_box img {
  flex-shrink: 0;
  /* 防止图片缩小 */
  height: 100%;
  /* 图片高度占满容器 */
  object-fit: cover;
  /* 保持宽高比并覆盖整个容器 */
}

.captcha_box img,
.captcha_box input {
  width: 50%;
}

.swim_conts {
  max-width: 1450px;
}

.checkbox_wrapper,
.radio_wrapper {
  width: 100%;
}

.input_box {
  padding-left: 45px;
}

.bar_title,
.bar_item_title {
  display: flex;
  justify-content: space-between;
}

.recover {
  background-color: #f4f4f4;
  border-top: 5px solid #ba101d;
}

.recover_title_box {
  width: 100%;
}

.recover_title_text {
  width: 130px;
  height: 35px;
  line-height: 35px;
  background: #ba101d;
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  /* font-weight: bold; */
  text-align: center;
  margin: 0 auto;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.recover_content_box {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 100px;
  margin-top: 5px;
}

/* .recover_content {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 100px;
  margin-top: 5px;
} */

/* 隐藏动态内容区表单元素的默认样式 */
#survey_form input,
.apply-content input, 
.apply-content textarea, 
.apply-content select {
  border: none !important;
  outline: none !important;
  background: transparent !important;
}

/* 文本域添加边框 - 针对内容渲染区和申请表单区 */
.apply-content textarea {
  border: 1px solid #d9d9d9 !important;
  outline: none !important;
  background: transparent !important;
  padding: 10px;
  box-sizing: border-box;
}

/* 问卷调查/申请表单动态组件美化 */
#survey_form {
   padding: 40px;
}
.apply-content #survey_form,
.apply-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.apply-content .question-item {
  margin-bottom: 30px;
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.apply-content .question-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.apply-content .question-num {
  color: #ba101d;
  margin-right: 10px;
}

.apply-content .options-list {
  padding-left: 25px;
}

.apply-content .option-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #666;
}

.apply-content .option-item input[type="radio"],
.apply-content .option-item input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.apply-content textarea.form-control,
.apply-content input[type="text"].form-control {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border: 1px solid #e0e0e0 !important;
  background: #f9f9f9 !important;
  border-radius: 4px;
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
  transition: all 0.3s;
}

.apply-content textarea.form-control:focus,
.apply-content input[type="text"].form-control:focus {
  border-color: #ba101d !important;
  background: #fff !important;
  box-shadow: 0 0 5px rgba(186, 16, 29, 0.1);
}

.apply-content select.form-control {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #e0e0e0 !important;
  background: #f9f9f9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") no-repeat right 12px center !important;
  border-radius: 4px;
  cursor: pointer;
}

.save .submit {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  background: #ba101d;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  margin: 40px auto;
  cursor: pointer;
  transition: all 0.3s;
}

.save .submit:hover {
  background: #9a0d18;
  box-shadow: 0 4px 10px rgba(154, 13, 24, 0.3);
}

@media (max-width: 1200px) {
  .myzj-apply {
    width: 100%;
  }

  .swim_conts {
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  .myzj-content {
    display: block;
    height: auto;
    line-height: normal;
  }
}

@media (max-width: 830px) {
 


  .detailinfo,
  .detailinfo-left,
  .detailinfo-font {
    /* display: block; */
    height: auto;
    line-height: normal;
  }

  .detailinfo {
    text-align: center;
  }

  .detailinfo-left span,
  .detailinfo-font {
    margin-bottom: 10px;
  }

  .detailinfo-font,
  .form-row .form-group.full,
  .form-row .form-group {
    text-align: center;
    flex: none;
    width: 98%;
  }

  .myzj-content-right {
    padding: 20px 0 0;
  }
}