@charset "UTF-8";
/* 留言列表页 */
.ly-table {
  width: 100%;
  margin-bottom: 20px;
}
.ly-table .ly-table-bg {
  background: #eeeeee;
}
.ly-table .ly-table-header {
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  color: #2760b7;
  text-align: center;
}
.ly-table-title {
  width: 40%;
}
.ly-table-cate {
  width: 15%;
}
.ly-table-user {
  width: 15%;
}
.ly-table-date {
  width: 15%;
}
.ly-table-status {
  width: 15%;
}

.ly-table-info {
  line-height: 50px;
}
.ly-table-info td {
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
}
.ly-table-info td:nth-child(1) {
  text-align: left;
}
.ly-table-info td:nth-child(1):before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-radius: 50%;
  background: #2760b7;
  line-height: 50px;
  vertical-align: middle;
}

.ly-table-question {
  line-height: 45px;
  color: #222222;
}

.ly-table-answer {
  background: #fafafa;
  color: #222222;
  line-height: 45px;
}
.ly-table-answer .ly-table-face:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/ly_list_face.gif) no-repeat;
  background-size: contain;
  vertical-align: middle;
  line-height: 45px;
}

/* 留言提交 */
.ly-submit {
  position: relative;
}
.ly-submit-header {
  font-size: 9pt;
  font-weight: bold;
  color: #2f7195;
  text-decoration: none;
  line-height: 30px;
  background-color: rgb(226, 242, 250);
  border: 1px solid #c1e0ff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ly-submit-container {
  background-color: #fff;
  border: 20px solid rgb(245, 245, 245);
  padding: 20px;
}
.ly-submit-line {
  margin-bottom: 5px;
}
.ly-submit-label {
  display: inline-block;
  min-width: 60px;
  font-size: 9pt;
  font-weight: bold;
  color: #2f7195;
}
.ly-submit-input {
  width: 300px;
  height: 22px;
  background-color: #ffffff;
  border: 1px solid #bad3e6;
}
.ly-submit-required {
  color: #f00;
}
.ly-submit-info {
  font-size: 9pt;
  font-weight: bold;
  color: #2f7195;
}
.ly-submit-select {
  width: 300px;
  height: 22px;
  border: 1px solid #bad3e6;
}
.ly-submit-textarea {
  width: 100%;
  border: 1px solid #bad3e6;
}
.ly-submit-submit {
  padding: 0 25px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  background: #dddddd;
  border: 0;
  cursor: pointer;
}

.wz {
  font-size: 24px;
  text-align: center;
  padding: 5px 0;
}
.wz span {
  color: red;
}
.tijiao {
  margin-left: 13%;
}
.tijiao button {
  border: 1px solid #dddddd;
  padding: 0;
  width: 220px;
  height: 50px;
  background: #106bbc;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  letter-spacing: 0.3em;
  font-size: 20px;
}
.tijiao .wyxx_form_close {
  background: #aeaeae;
  letter-spacing: 0.1em;
  margin-left: 3%;
}
.tijiaos {
  margin: 10px auto 0;
  text-align: center;
}
.tijiaos .wyxx_form_close {
  margin-left: 0;
}

/* 覆盖样式 */
.mail-message-box-wrapper {
  position: absolute;
}

@media screen and (max-width: 500px) {
  .ly-table .ly-table-header {
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
  }
  .ly-table-info {
    line-height: 1.8;
  }
  .ly-table-question {
    line-height: 1.8;
  }
  .ly-table-answer {
    line-height: 1.8;
  }

  .ly-submit-input {
    width: 100%;
  }
  .ly-submit-select {
    width: 100%;
  }
}
