/*公用变量*/
/*公用样式函数*/
.forPadding {
  padding: .1px;
}
.topFullpageWrap {
  margin: 30px 0 60px 0;
  padding-top: 30px;
}
.topFullpage {
  background: #fff;
  border-radius: 6px;
  padding: 34px 3% 33px 3%;
  overflow: hidden;
}
.topFullpage img {
  max-width: 100%;
}
.msgListWrap {
  overflow: hidden;
}
.msgListWrap .msgList {
  margin-left: -2%;
  margin-bottom: 50px;
}
.msgListWrap .msgList li {
  float: left;
  width: 45%;
  margin-left: 2%;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 34px;
}
.msgListWrap .msgList li .msgTitle {
  display: block;
  border-radius: 3px;
  font-size: 16px;
  height: 25px;
  line-height: 27px;
  color: #000;
  padding: 10px 3% 10px 2%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  
  background: url(../images/iconTopDown.png) 98% 18px no-repeat;
}
.msgListWrap .msgList li .msgTitle:hover,
.msgListWrap .msgList li .msgTitle.on {
  background-position-y: -15px;
  background-color: #e60012;
  color: #fff;
}
.msgListWrap .msgList li .msgTitle.on {
  background-position-y: -51px;
  background-color: #e60012;
  color: #fff;
}
.msgListWrap .msgList li .msgDetail {
  display: none;
  padding: 10px 3% 10px 2%;
  background: #f2f2f2;
  border-radius: 3px;
}
.msgListWrap .msgList li .msgDetail .joinBtn {
  width: 138px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #e60012;
  border-radius: 5px;
  color: #e60012;
  margin: 20px 0;
}
.msgListWrap .msgList li .msgDetail .joinBtn:hover {
  background: #e60012;
  color: #fff;
}
.downloadItem {
  display: block;
  padding: 5px 10px 5px 30px;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  background: url(../images/downLoadImg.png) left 9px no-repeat;
}
.downloadItem:hover {
  text-decoration: underline;
  background-position-y: -48px;
}
@media (max-width: 768px) {
  .topFullpageWrap {
    margin: 0 0 30px 0;
    padding-top: 30px;
  }
  .msgListWrap .msgList {
    margin-bottom: 50px;
  }
  .msgListWrap .msgList li {
    width: 98%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .msgListWrap .msgList li {
    font-size: 12px;
  }
  .msgListWrap .msgList li .msgTitle {
    font-size: 12px;
  }
}
