.ann-detail .ann-detail-bg-img {
  height: 135px;
  width: 100%;
}

.ann-detail .detail-nav {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.ann-detail .nav-item-label {
  font-size: 14px;
  color: #909399;
}

.ann-detail .nav-item-item {
  font-size: 14px;
  color: #909399;
}

.ann-detail .nav-item-icon {
  font-size: 14px;
  color: #909399;
  margin: 0 6px;
}

.ann-detail .nav-item-current {
  font-size: 14px;
  color: #131414;
}

.ann-detail .detail-info {
  background-color: #FFFFFF;
  padding: 20px 30px;
  margin-top: 12px;
  position: relative;
}

.ann-detail .detail-info-left {
  padding-right: 180px;
}

.ann-detail .detail-info-left-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.ann-detail .detail-info-left-desc {
  display: flex;
  align-items: center;
}

.ann-detail .detail-info-left-desc .item {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-top: 12px;
}

.ann-detail .detail-info-left-desc .item-label {
  font-size: 14px;
  color: #88898E;
}

.ann-detail .detail-info-left-desc .item-value {
  font-size: 14px;
  color: #2A2A2A;
}



.ann-detail .detail-info-right {
  width: 128px;
  height: 40px;
  border-radius: 4px;
  background-color: #00C29A;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 20px;
}

.ann-detail .detail-info-right:hover {
  opacity: 0.8;
}

.ann-detail .detail-main {
  display: flex;
  margin-top: 12px;
}

.ann-detail .detail-main-left {
  flex: 1;
  background-color: #FFFFFF;
  padding: 20px;
  margin-right: 12px;
}

.ann-detail .question-title {
  width: 275px;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(99deg, #ECC891 11%, #F3E0B9 94%);
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 18px;
}

.ann-detail .question-content {
  border-radius: 8px 8px 0px 0px;
  background: #FFFFFF;
  width: 235px;
  margin-top: -8px;
  padding: 20px;
}

.ann-detail .question-content-item a:hover {
  color: #00C29A !important;
}

.ann-detail .detail-main-right-time {
  background-color: #FFFFFF;
  padding: 15px;
  margin-top: 12px;
  width: 245px;
}

.ann-detail .time-title {
  display: flex;
  align-items: center;
}

.ann-detail .time-title-divider {
  width: 3px;
  height: 14px;
  background-color: #00C29A;
}

.ann-detail .time-title-text {
  font-size: 16px;
  font-weight: 500;
  color: #2A2A2A;
  margin-left: 8px;
}

.ann-detail .time-content {
  padding: 10px;
}

.ann-detail .time-content-item {
  display: flex;
  align-items: center;
}

.ann-detail .time-content-item-point {
  width: 14px;
  height: 14px;
  background-color: #00C29A;
  border-radius: 50%;
}

.ann-detail .time-content-item-text {
  font-size: 14px;
  color: #131414;
  margin-left: 8px;
}

.ann-detail .time-content-value {
  display: flex;
}

.ann-detail .time-content-value-divider {
  width: 14px;
  display: flex;
  justify-content: center;
}

.ann-detail .time-content-value-divider-main {
  width: 2px;
  background-color: #E4E7ED;
}

.ann-detail .time-content-value-text {
  font-size: 14px;
  color: #767676;
  margin-left: 8px;
  padding: 18px 0;
}

.ann-detail .detail-main{
	margin-bottom:40px;
}


.ann-detail .detail-main-right-notice {
  background-color: #FFFFFF;
  padding: 15px;
  margin-top: 12px;
  width: 245px;
}

.ann-detail .notice-title {
  display: flex;
  align-items: center;
}

.ann-detail .notice-title-divider {
  width: 3px;
  height: 14px;
  background-color: #00C29A;
}

.ann-detail .notice-title-text {
  font-size: 16px;
  font-weight: 500;
  color: #2A2A2A;
  margin-left: 8px;
}

.ann-detail .notice-content-change {
  margin-top: 12px;
}

.ann-detail .notice-content-change-tag {
  border: 1px solid #FFA93A;
  color: #FFA93A;
  background-color: #FFF8EF;
  font-size: 14px;
  border-radius: 4px;
  width: 64px;
  padding: 2px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.ann-detail .notice-content-change-title {
  font-size: 16px;
  color: #2A2A2A;
  text-indent: 74px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ann-detail .notice-content-change-title:hover{
	color:#00C29A;
}

.ann-detail .notice-content-change-time {
  font-size: 14px;
  color: #88898E;
  margin-top: 12px;
}

.ann-detail .notice-content-divider {
  height: 1px;
  background-color: #E7ECF8;
  margin: 12px 0;
}

.ann-detail .notice-content-result-tag {
  border: 1px solid #00C29A;
  color: #00C29A;
  background-color: #E6FFFB;
  font-size: 14px;
  border-radius: 4px;
  width: 64px;
  padding: 2px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.ann-detail .notice-content-result-title {
  font-size: 16px;
  color: #2A2A2A;
  text-indent: 74px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ann-detail .notice-content-result-title:hover{
	color:#00C29A;
}



.ann-detail .notice-content-result-time {
  font-size: 14px;
  color: #88898E;
  margin-top: 12px;
}

.file-list-title{
	font-size: 16px;
    color: #333333;
    font-weight: 700;
    margin-top: 16px;
}

.file-list-item{
    margin-top: 16px;
    text-decoration: none;
    color: #2A2A2A;
    font-size: 14px;
	cursor: pointer;
}

.file-list-item:hover{
	color:#00C29A;
}