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

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

.gwds_tsina {
  background-image: url(/syx/lsswszf/resource/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;
}

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

.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: right;
}

.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;
}
/* 自定义滚动条样式 */
.announcement-container::-webkit-scrollbar {
  width: 12px;
  /* 设置滚动条宽度 */
}

.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(/syx/lsswszf/resource/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(/syx/lsswszf/resource/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(/syx/lsswszf/resource/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(/syx/lsswszf/resource/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(/syx/lsswszf/resource/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;
} */

@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 {
    flex: none;
    width: 98%;
  }

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