.notice {
  width: 100%;
  background: #F5F6FA;
  /* margin-bottom: 100px; */
}

.centre {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.main-l {
  width: 69%;
  background: #fff;
  border-radius: 4px;
}

.main-l-conten {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 50px;
}

.p-30 {
  padding: 30px;
}

.main-l-title {
  font-size: 16px;
  color: #353535;
}

.main-l-biaoti {
  width: 100%;
  background: #F5F5F5;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  color: #5D5D5D;
}

.main-l-neirong {
  font-size: 16px;
  font-weight: 350;
  line-height: 30px;
  padding: 10px;
}

.mt-20 {
  margin-top: 20px;
}

/* 右侧样式 */
.main-r {
  width: 30%;
  height: 100%;
}

/* 公共样式 */
.common-box {
  margin-bottom: 20px;
  background-size: 100% 100%;
  color: #FFFBEB;
  padding: 20px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}

/* 政策申报服务 */
.server-box {
  background-image: url("/static/img//applybgimg.png");
  padding-left: 17px;
  padding-right: 17px;
  height: 280px;
  position: relative;
}

.server-title {
  font-size: 20px;
  color: #353535;
  margin: 4px 0 0 38px;
}

.server-items-box {
  border-radius: 8px;
  background: #FFFFFF;
}

.server-items {
  border: 1px solid #D9E3F1;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin-top: 18px;
}

.server-item {
  width: calc(50% - 0.5px);
  font-weight: 700;
  color: #354D75;
  padding: 0 10px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.server-item:nth-child(1),
.server-item:nth-child(3) {
  border-right: 1px solid #E8F0FA;
}

.server-item:nth-child(1),
.server-item:nth-child(2) {
  border-bottom: 1px solid #E8F0FA;
}

.server-footer-box {
  background-image: url("/static/img//serverfooter.png");
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.server-footer {
  width: 96%;
  background: #FFFFFF;
  box-shadow: 0px 2px 1px 0px #789DD0;
  border-radius: 7px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-top: 10px;
}

.server-footer-p {
  color: #174790;
  margin-left: 10px;
}

.server-footer-img {
  height: 22px;
}

/* 政策测评 */
.assess-box {
  background-image: url("/static/img//backgroundimg.png");
}

.assess-title {
  font-size: 20px;
  font-weight: 700;
}

.assess-p {
  color: #FFF6D4;
}

.assess-items {
  color: #494949;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.assess-item {
  width: calc(50% - 5px);
  height: 60px;
  background: linear-gradient(180deg, #FFFFFF 57%, #FFFBEB 100%);
  border-radius: 5px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 材料下载 */
.download-box {
  padding-top: 0;
}

.download-box-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #353535;
}

.download-file {
  padding: 14px;
  border-bottom: 1px dashed #E3EFFA;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.download-file:hover {
  background: #F7FBFF;
  border-radius: 4px;
}

.download-file-p {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-icon-img {
  width: 18px;
  padding: 0 5px;
  box-sizing: content-box;
  flex-shrink: 0;
}

.main-r-wenzi {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6EBF2;
  padding-bottom: 10px;
  padding-left: 10px;
}

.main-r-wenzi-jx {
  width: 5px;
  height: 20px;
  background: linear-gradient(90deg, #9D53D6 0%, #1775E7 100%);
  margin-right: 10px;
}

.main-r-wenzi-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.main-r-div {
  padding: 10px;
  border-bottom: 1px dashed #DEDEDE;
}

.main-r-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #353535;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-r-content {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #353535;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
  color: #868686;
}

.main-r-time {
  font-size: 14px;
  margin-top: 15px;
  color: #868686;
}
