.notice-detail-wrap {
  background-color: #f5f4f6;
  min-height: 750px;
  padding-top: 100px;
}

.notice-detail-wrap .notice-detail .detail-info {
  background-color: #fff;
  margin-bottom: 20px;
}

.notice-detail-wrap .notice-detail .detail-info .detail-title {
  padding: 20px 0 28px;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notice-detail-wrap .notice-detail .detail-info .detail-title h5 {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  padding: 25px;
}

.notice-detail-wrap .notice-detail .detail-info .detail-title h6 {
  font-size: 14px;
  color: #666666;
}

.notice-detail-wrap .notice-detail .detail-info .detail-title h6 span {
  display: inline-block;
  margin-right: 23px;
}

.notice-detail-wrap .notice-detail .detail-info p {
  padding: 25px 86px 55px 29px;
  line-height: 26px;
  color: #333333;
  font-size: 14px;
}

.notice-detail-wrap .notice-detail .file {
  background: #fff;
  padding: 20px 15px;
}

.notice-detail-wrap .notice-detail .file ul {
  min-height: 600px;
  border: 1px solid #e0e0e0;
}

.notice-detail-wrap .notice-detail .file ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 17px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.notice-detail-wrap .notice-detail .file ul li:hover h3 p:nth-of-type(1) {
  color: #e3463f;
}

.notice-detail-wrap .notice-detail .file ul li i {
  font-size: 58px;
  color: #ffccca;
  margin-right: 30px;
}

.notice-detail-wrap .notice-detail .file ul li h3 p:nth-of-type(1) {
  font-size: 17px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 8px;
}

.notice-detail-wrap .notice-detail .file ul li h3 p:nth-of-type(2) {
  font-size: 14px;
  color: #666;
}

.notice-detail-wrap .notice-detail .file ul li h3 p:nth-of-type(2) span:nth-of-type(1) {
  display: inline-block;
  margin-right: 23px;
}

.notice-detail-wrap .notice-detail .file ul li em {
  display: inline-block;
  width: 78px;
  height: 28px;
  background: #e3463f;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 53px;
  right: 69px;
}
