.sorting-con .sorting-right.sorting-right-cms .click-list ul li h3{
  cursor: pointer;
}
.lyblock{
  padding:0 7.2rem;
}
.lyblock .title{
  padding-left: 1.2rem;
  line-height: 3.6rem;
  background-size: 100%;
  font-size: 2.2rem;
  color: #202934;
  font-family: "黑体", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.lyblock #message textarea{
  margin-left: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 0 0 1.4rem;
  height: 25rem;
  background: #f2f6fb;
  border: 1px solid #a0b2d2;
  resize: none;
}
.submit-message {
  float: right;
  margin-bottom: 2rem;
  width: 11.4rem;
  height: 4.2rem;
  line-height: 3rem;
  border-radius: .4rem;
  background-image: linear-gradient(to right, #6290ff, #5b62ff);
  box-shadow: 0.2rem 0.2rem 0.4rem #bdd1f5;
  font-size: 1.8rem;
  color: #fefefe;
  text-align: center;
  display: block;
}
.mess-list {
  margin: 2rem;
  background: #f2f6fb61;
  width: 86.6rem;
  padding: 2rem;
}
.mess-list li{
  margin-bottom: 1rem;
  border-bottom: 0.1rem #dddada dashed;
}
.mess-list li:last-child {
  border-bottom: 0;
}
.mess-list li h6 {
  line-height: 4rem;
  font-size: 1.8rem;
  color: #2e58fe;
}
.mess-list li h6 i {
  margin-left: 1rem;
}
.part-con .main-content .mess-list li p {
  text-indent: 2rem;
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #202934;
}
.modal-content .icon {

  position: absolute;
  left: 3.2rem;
  top: 1.8rem;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  border-radius: 1rem;
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.submitButton {
  background: rgb(0, 79, 147);
  border: medium none;
  border-radius: 3rem;
  margin: 10px auto;
  width: 30%;
  height: 6rem;
  color: rgb(255, 255, 255);
  font-size: 16px;
  cursor: pointer;
}
.sorting-con .sorting-left .articleList ul li h3 #list1Title{
  cursor: pointer;
}
.hide-area{
  display: none;
}
.noLogin{
  text-align: center;
  font-size: 2rem;
  margin:20rem;
}