.pannel-content .notice-list .item {
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
}
.pannel-content .notice-list .item:last-child {
  border-bottom: 0;
}
.pannel-content .notice-list .item .image {
  float: left;
  width: 306px;
  height: 163px;
}
.pannel-content .notice-list .item .image img {
  width: 100%;
  height: 100%;
}
.pannel-content .notice-list .item .notice-info {
  padding-top: 5px;
  padding-left: 30px;
  float: left;
  width: 688px;
}
.pannel-content .notice-list .item .notice-info .notice-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
}
.pannel-content .notice-list .item .notice-info .time {
  padding-bottom: 10px;
  font-size: 12px;
  color: #333;
}
.pannel-content .notice-list .item .notice-info .text {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  white-space: normal;
}
.pannel-content .notice-list .item .btn-section {
  margin-top: 10px;
  text-align: right;
}
.pannel-content .notice-list .item .btn-section .view-btn {
  display: inline-block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #0071ce;
  text-align: center;
  border: 1px solid #0071ce;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.pannel-content .notice-list .item .btn-section .view-btn:hover {
  color: #fff;
  background-color: #0071ce;
}
