.weq {
  width: 100%;
}
/* 顶部标题样式 */
.page-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
/* 顶部区域 - 日历和事项列表 */
.top-section {
  display: flex;
  gap: 20px;
  width: 1465px;
  margin:0 auto;
  padding: 50px 0 100px;
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.calendar-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.calendar-month {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.calendar-nav {
  display: flex;
  gap: 10px;
}
.calendar-nav-btn {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  transition: all 0.3s;
}
.calendar-nav-btn:hover {
  border-color: #1890ff;
  color: #1890ff;
}
/* 日历网格样式 */
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.calendar-weekday {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 8px 0;
  font-weight: 500;
}
.calendar-day {
  text-align: center;
  padding: 10px 5px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-day:hover {
  background-color: #f5f5f5;
}
.calendar-day.selected {
  background-color: #1890ff;
  color: white;
  font-weight: 500;
}
.calendar-day.event {
  color: #1890ff;
  font-weight: 500;
}
.calendar-day.event::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1890ff;
}
.events-container {
  flex: 1;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-image: url(../images/policy/polinxxx.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.events-container .event-item {
  padding: 25px 20px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #fff;
}
.events-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.events-title {
  font-size: 26px;
  color: #333;
  padding-left: 15px;
  color: #2a5abb;
  font-weight: bold;
  display: flex;
}
.events-title span{
    width: 5px;
    height: 24px;
    display: flex;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 10px;
    background: #2a5abb;
}
.event-more {
  font-size: 14px;
  color: #494a4a;
  text-decoration: none;
  font-family: "chuyidian", sans-serif;
}
.event-item {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.event-item > div {
  width: 100%;
}
.event-item .opt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #e6edfd;
  margin-top: 6px;
  padding-top: 6px;
}
.event-item .opt .event-statusweq {
  padding: 5px 25px;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(to left, #f66a54, #fa7e6e);
}
.event-item .opt span {
  margin-bottom: 0;
}
.container{
  width: 100%;
}
.event-item .opt .event-status {
  border-radius: 5px;
  border: 1px solid #1890ff;
  background-color: transparent;
}
.event-item:last-child {
  border-bottom: none;
}
.event-title {
  font-size: 20px;
  color: #021939;
  font-weight: bold;
  margin-bottom: 8px;
  cursor: pointer;
  display: block;
}
.event-title:hover {
  color: #1890ff;
}
.event-date {
  font-size: 13px;
  color: #999;
  display: block;
}
.event-status {
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #e6f7ff;
  color: #1890ff;
  display: inline-block;
  margin-bottom: 8px;
}
.event-apply-btn {
  background-color: #1890ff;
  color: white;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}
.event-apply-btn:hover {
  background-color: #40a9ff;
}
/* 中间区域 - 申报入口和政策匹配 */
.middle-section {
  width:1465px;
  margin:0 auto 20px;
  display: flex;
  background: url(../images/policy/yy2.png) no-repeat;
  background-size: 100% 100%;
  background-color: #e9f0ff;
  gap: 23px;
  justify-content: space-between;
  padding: 48px 30px;
  box-shadow: 0 2px 15px #00000036;
  border-radius: 20px;
}
.middle-section .l {
  width: 55%;
}
.middle-section .l .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.middle-section .l .t > div:first-child {
  padding-left: 15px;
  font-size: 26px;
  font-weight: bold;
  color: #2a5abb;
  display: flex;
}
.middle-section .l .t > div:first-child span{
  width: 5px;
  height: 24px;
  background-color:#2a5abb;
  border-radius: 3px;
  display: flex;
  margin-top: 10px;
  margin-right: 15px;
}
.middle-section .l .t > div:last-child {
  font-size: 14px;
}
.middle-section .r {
  width: 45%;
}

/* 申报入口容器样式 */
.apply-entry-container {
  flex: 2;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.apply-entry-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.apply-entry-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.apply-entry-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.apply-tab {
  padding: 6px 16px;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}
.apply-tab.active {
  background-color: #1890ff;
  color: white;
}
.apply-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.apply-entry-item {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s;
}
.apply-entry-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.apply-entry-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.apply-entry-item-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.apply-entry-item-date {
  font-size: 13px;
  color: #999;
}
.apply-entry-item-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}
.apply-entry-item-btn {
  background-color: #1890ff;
  color: white;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
/* 政策匹配容器样式 */
.policy-match-container {
  flex: 1;
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.policy-match-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.policy-match-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.policy-match-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.policy-match-icon {
  width: 120px;
  height: 120px;
  background-color: #f0f8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.policy-match-icon img {
  width: 70px;
  height: 70px;
}
.policy-match-btn {
  width: 100%;
  padding: 12px 0;
  background-color: #1890ff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.policy-match-btn.secondary {
  background-color: white;
  color: #1890ff;
  border: 1px solid #1890ff;
}
/* 底部区域 - 最新政策和申报选项 */
.bottom-section {
  gap: 20px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 120px 0;
  background: linear-gradient(to bottom, #fffafa, #e9ebef);
}
/* 最新政策容器样式 */
.latest-policies-container {
  margin:0 auto;
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  padding: 20px;
  background-image: url(../images/policy/polinxx.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  box-shadow: 0 2px 15px #00000036;
  background-color: #f4f3f5;
  width:1465px;
}
.latest-policies-container > div:first-child {
  padding: 18px;
  height: 100%;
  width: 740px;
}
.latest-policies-container .listq {
  width: 100%;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 12px;
}
.latest-policies-container .apply-option-item.ooop {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.latest-policies-container .apply-option-item {
  display: flex;
  align-items: center;
}
.latest-policies-container .apply-option-item .apply-option-icon {
  margin: 0;
}
.latest-policies-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.latest-policies-header .latest-policies-title {

  font-size: 26px;
  color: #2a5abb;
  font-weight: bold;
  display: flex;
}
.latest-policies-header .latest-policies-title span{
  width: 5px;
  height: 24px;
  background-color: #2a5abb;
  display: flex;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 15px;
}
.policy-item {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.policy-item .pooq {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    color: #021939;
}
.policy-item .pooq span {
  font-size: 12px;
  color: #ee7864;
  display: flex;
  align-items: end;
  margin-left: 18px;
  margin-bottom: 2px;
  font-family: "MyCustomFont", sans-serif; 
}
.policy-item:last-child {
  border-bottom: none;
}
.policy-item-tag {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  background-color: #e6f7ff;
  color: #1890ff;
  margin-right: 12px;
}
.policy-item-title {
  flex: 1;
  font-size: 14px;
  color: #333;
}
.policy-item-date {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0;
}
/* 申报选项容器样式 */
.apply-options-container {
  flex: 1;
  border-radius: 8px;
  padding: 20px;
}
.apply-options-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-left: 30px;
}
.apply-option-item {
  padding: 47px 30px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.apply-option-item > div,
.apply-option-item > span {
  position: relative;
  z-index: 2;
  margin-left: 28px;
}
.apply-option-item:nth-child(2) {
  position: relative;

}
.ooop .apply-option-title{
    color: #ffffff;
}
.ooop .apply-option-desc{
  color: #ffffff;
}
.apply-option-item:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/uio.png) no-repeat center;
  background-size: cover;
}
.apply-option-item:nth-child(4) {
  position: relative;
  background-color: #6990f0;
}
.apply-option-item:nth-child(4)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/uio1.png) no-repeat center;
  background-size: cover;
}
.apply-option-item:nth-child(6) {
  position: relative;
}
.apply-option-item:nth-child(6)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/uio2.png) no-repeat center;
  background-size: cover;
}
.apply-option-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.apply-option-item.red {
  background-color: #fff1f0;
  color: #ff4d4f;
}
.apply-option-item.blue {
  background-color: #e6f7ff;
  color: #1890ff;
}
.apply-option-item.green {
  background-color: #f6ffed;
  color: #52c41a;
}
.apply-option-icon {
  height: 50px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-option-title {
    font-size: 22px;
    font-weight: bold;
    color: #021939;
    margin-bottom: 5px;
    text-align: left;
}
.apply-option-desc {
  font-size: 12px;
  color: #6d6d6d;
  text-align: left;
}
/* 主容器 */
.calendar-container {
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 30px;
  background-color: #f5f5f5;
  background-image: url(../images/policy/polindddd.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
.calendar-container > div.pwq {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 9px;
    overflow: hidden;
}
.calendar-container .t {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.calendar-container .t .tt {
  font-size: 26px;
  padding-right: 21px;
  padding-left: 15px;
  color: #e8634e;
  font-weight: bold;
  display: flex;
}
.calendar-container .t .tt span{
  background-color: #e8634e;
  width: 5px;
  height: 24px;
    display: flex;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 10px;
}
.calendar-container .t .p {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  font-family: "MyCustomFont", sans-serif; 
}
/* 日历头部 */
.calendar-header h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.month-nav-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  font-weight: bold;
  font-family: "宋体";
  padding: 5px 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.month-nav-btn:hover {
  background-color: #f0f0f0;
  color: #333;
}
.current-month {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
/* 星期标题 */
.weekdays {
  width: 90%;
  margin: auto;
  margin-top: 9px;
  border-radius: 9px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background-color: #f8f9fa;
}
.weekday {
  padding: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.weekday.saturday,
.weekday.sunday {
  color: #ff4d4f;
}
/* 日期网格 */
.calendar-grid {
  width: 90%;
  margin: auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-grid > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto;
}
.day {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.day:last-child {
  border-right: none;
}
.day:nth-child(7n) {
  border-right: none;
}
.day.saturday,
.day.sunday {
  color: #ff4d4f;
}
.day.empty {
  background-color: #fafafa;
  cursor: default;
}
.day.selected {
  background-color: #ff4d4f;
  color: white;
  font-weight: 500;
}
.day.highlighted {
  background-color: #ffece9;
  border-radius: 8px;
  color: #ff4c30;
}
.day:hover:not(.empty) {
  background-color: #f0f0f0;
}
.carousel-container {
  width: 80%;
  margin: 50px auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
/* 表格容器样式 */
.table-container {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
/* 表格样式 */
.policy-table {
  width: 100%;
  border-collapse: collapse;
}
/* 表头样式 */
.policy-table thead {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  height: 79px;
}
.policy-table th {
  padding: 16px 20px;
  text-align: center;
  font-weight: 600;
  color: #434553;
  font-size: 18px;
}
/* 表格内容样式 */
.policy-table tbody tr {
  border-bottom: 1px solid #f0f2f5;
  transition: background-color 0.2s ease;
  height: 100px;
}
.policy-table tbody tr:hover {
  background-color: #f8f9fa;
}
.policy-table td {
  font-size: 14px;
  vertical-align: middle;
}
/* 事项名称样式 */
.item-name {
  color: #798695;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
/* 政策条款样式 */
.policy-clause {
  color: #798695;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
/* 申报时间样式 */
.apply-time {
  color: #798695;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}
.lllp {
  background: linear-gradient(to bottom, #edf4fd, #c4d6f0);
  width: 100%!important;
  padding: 78px 30px;
}
.r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.r .iop {
  padding: 18px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 66px;
  box-shadow: 0 5px 10px #00000036;
}
.r .iop:last-child {
  margin-top: 0;
}
.r .iop .pqw {
  display: flex;
  align-items: center;
  gap: 21px;
}
.r .iop .pqw .img {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 30px;
}
.r .iop .pqw .img img {
  object-fit: contain;
}
.r .iop .pqw .btns {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.r .iop .pqw .btns button {
    width: 90%;
    padding: 10px 31px;
    color: #fff;
    border-radius: 10px;
    font-size: 36px;
    margin-bottom: 15px;
}
.r .iop .pqw .btns button:first-child {
  background-color: #6aacef;
}
.r .iop .pqw .btns button:last-child {
  background-color: #5386fb;
  margin-bottom: 0;
}
.r .iop .tp {
  padding-left: 15px;
  font-size: 26px;
  font-weight: bold;
  color: #2a5abb;
  margin-bottom: 15px;
  display: flex;
}
.r .iop .tp samp{
    width: 5px;
    height: 24px;
    background-color: #2a5abb;
    border-radius: 3px;
    display: flex;
    margin-top: 10px;
    margin-right: 15px;
}
.r .iop .tp span {
  font-size: 16px;
  color: #6d6d6d;
  padding-left: 18px;
  font-weight: normal;
  display: flex;
  margin-top: 9px;
}
.r .iop.w {
  padding: 30px 65px 10px 20px;
  display: flex;
  background-color: #e8f6ff;
  justify-content: space-between;
  align-items: center;
}
.r .iop.w .tp {
  margin-bottom: 0;
}
.r .iop.w .opimg img {
  object-fit: contain;
}
/* 操作栏样式 */
.action-buttons {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.action-buttons button:first-child {
  margin-bottom: 6px;
}
/* 按钮样式 */
.guide-btn,
.declare-btn {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-weight: 500;
}
/* 申报指南按钮 */
.guide-btn {
  background-color: white;
  color: #1890ff;
  border: 1px solid #1890ff;
}
.guide-btn:hover {
  background-color: #e6f7ff;
  border-color: #40a9ff;
}
/* 立即申报按钮 */
.declare-btn {
  background-color: #1890ff;
  color: white;
  border: 1px solid #1890ff;
}
.declare-btn:hover {
  background-color: #40a9ff;
  border-color: #40a9ff;
}
