@charset "UTF-8";

/* 留言头 */
.liuyan {
  margin: 20px 0;
  background-color: #f2f2f2;
}
.liuyan span {
  display: inline-block;
  padding: 0 20px;
  background-color: #035396;
  font-size: 20px;
  line-height: 45px;
  color: #ffffff;
  font-weight: bold;
}

/* 留言查询 */
.liuyan-form {
  width: 100%;
  margin: 30px 0 50px;
}
.liuyan-form label {
  display: inline-block;
  font-size: 18px;
}
.liuyan-form input {
  width: 350px;
  height: 33px;
  line-height: 35px;
  margin-right: 20px;
  border: 1px solid #cccccc;
  font-size: 18px;
  color: #222222;
  outline: none;
}
.liuyan-form-submit {
  float: right;
  height: 33px;
  line-height: 35px;
  padding: 0px 20px;
  font-size: 18px;
  background: #035392;
  color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

/* 留言列表 */
.ly-list {
  position: relative;
  margin-top: 20px;
}
.ly-list-container {
  border-left: 1px #ddd solid;
  border-top: 1px #ddd solid;
}
.ly-list ul {
  min-width: 400px;
  border-bottom: none;
  border-left: none;
}
.ly-list ul li {
  line-height: 50px;
  height: 50px;
  border-bottom: #edf6ff dashed 1px;
}
.ly-list ul li span {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ly-list .ly-list-title {
  background: #f6f6f6;
  font-weight: bold;
  font-size: 0;
}
.ly-list .ly-list-title span {
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  font-size: 18px;
  color: #035392;
  letter-spacing: 3px;
}

.ly-list .ly-list-content {
  font-size: 0;
}
.ly-list .ly-list-content span {
  font-size: 18px;
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  color: #444444;
}

.ly-list .ly-list-bt {
  width: 70%;
}
.ly-list .ly-list-dfsj {
  width: 15%;
}
.ly-list .ly-list-lxr {
  width: 15%;
}
.ly-list .ly-list-content .ly-list-bt a {
  text-align: left;
  padding: 0 2%;
  display: block;
  width: 96%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ly-list .ly-list-content .ly-list-lxr {
  color: #035392;
}

.ly-button {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ly-button a {
  display: inline-block;
  background: #035392;
  border: none;
  width: 120px;
  height: 45px;
  text-align: center;
  color: #ffffff;
  line-height: 43px;
  font-size: 17px;
  font-weight: bold;
}

/* 留言详情 */
.ly-detail {
  width: 100%;
}
.ly-detail tr td {
  border: 1px #bbbbbb solid;
  font-size: 18px;
}
.ly-detail .ly-detail-title {
  text-align: left !important;
  background: #fff !important;
  text-indent: 0 !important;
}
.ly-detail .ly-detail-title span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 50px;
  font-size: 28px;
}
.ly-detail .ly-detail-title img {
  display: inline-block;
  vertical-align: middle;
}
.ly-detail tr td:first-child {
  width: 10%;
  background: #fafafa;
  color: #035392;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.ly-detail tr td:last-child {
  width: 90%;
  text-indent: 1em;
}

@media screen and (max-width: 1100px) {
  /* 留言列表 */
  .liuyan-form {
    font-size: 0;
  }
  .liuyan-form label {
    width: 100px;
    flex-shrink: 0;
    overflow: hidden;
    font-size: 16px;
  }
  .liuyan-form input {
    width: calc(100% - 100px);
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* 留言详情 */
  .ly-detail tr td:first-child{
    width: 100px;
  }
  .ly-detail tr td:last-child{
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 768px) {
  /* 留言列表 */
  .ly-list-container {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
