.w {
  width: 100%;
  padding: 0 10px;
}
/* 头条 */
.headlines {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}
.headlines .headlines-l a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #ca0000;
  font-weight: 700;
}
.headlines .headlines-l a img {
  width: 24px;
  height: 29px;
  margin-right: 13px;
}
.headlines .headlines-c {
  flex: 1;
  font-size: 24px;
  color: #333;
  margin: 0 30px;
  font-weight: 700;
  text-align: center;
}
.headlines .headlines-c:hover {
  color: #ca0000;
}
.headlines .headlines-r {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 213px;
  height: 50px;
  background-color: #ca0000;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.headlines .headlines-r img {
  width: 26px;
  height: 25px;
  margin-right: 20px;
}
/* 新闻 */
.news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
  margin-top: 40px;
}
.news .news-l {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
.news .news-l .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.news .news-l .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.news .news-l .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.news .news-l .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news-l .swiper .swiper-slide .mask {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0 30px;
  font-size: 16px;
}
.news .news-l .swiper .swiper-pagination {
  display: flex;
  justify-content: right;
  position: absolute;
  bottom: 18px;
  padding-right: 30px;
}
.news .news-l .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #fff;
  opacity: 1;
}
.news .news-l .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca0000;
}
.news .news-r {
  width: 100%;
}
.news .news-r .news-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 51px;
  border-bottom: 1px solid #ca0000;
}
.news .news-r .news-head .news-nav {
  display: flex;
}
.news .news-r .news-head .news-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}
.news .news-r .news-head .news-nav .active {
  background-color: #ca0000;
  color: #fff;
}
.news .news-r .news-head .more {
  font-size: 16px;
  color: #333;
}
.news .news-r .news-head .more:hover {
  color: #ca0000;
}
.news .news-r .news-list {
  font-size: 16px;
}
.news .news-r .news-list .first {
  display: flex;
  margin-top: 25px;
  margin-bottom: 10px;
}
.news .news-r .news-list .first .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #efefef;
  border-radius: 10px;
  margin-right: 20px;
}
.news .news-r .news-list .first .date .day {
  font-size: 36px;
  color: #ca0000;
}
.news .news-r .news-list .first .date .month {
  font-size: 18px;
  color: #666;
}
.news .news-r .news-list .first .first-r {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news .news-r .news-list .first .first-r .title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}
.news .news-r .news-list .first .first-r .title:hover {
  color: #ca0000;
}
.news .news-r .news-list .first .first-r .desc {
  font-size: 16px;
  color: #666;
}
.news .news-r .news-list li {
  position: relative;
  line-height: 48px;
  padding-left: 24px;
}
.news .news-r .news-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ca0000;
  transform: translateY(-50%);
}
.news .news-r .news-list li a {
  display: flex;
  justify-content: space-between;
  color: #333;
}
.news .news-r .news-list li a:hover {
  color: #ca0000;
}
/* 政策问答 */
.policy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.policy .policy-l {
  display: flex;
  width: 100%;
  height: 327px;
  border: solid 1px #e0e0e0;
}
.policy .policy-l .side {
  width: 115px;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.policy .policy-l .side li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 33.33%;
  background-color: #ececec;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.policy .policy-l .side li a {
  color: #333;
}
.policy .policy-l .side li:hover {
  background-color: #ca0000;
}
.policy .policy-l .side li:hover a {
  color: #fff;
}
.policy .policy-l .side .active {
  color: #fff;
  background-color: #ca0000;
}
.policy .policy-l .con {
  flex: 1;
  padding: 24px;
}
.policy .policy-l .con .con-item {
  margin-bottom: 20px;
}
.policy .policy-l .con .con-item .question {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.policy .policy-l .con .con-item .question img {
  margin-right: 10px;
}
.policy .policy-l .con .con-item .question a {
  color: #333;
}
.policy .policy-l .con .con-item .question a:hover {
  color: #ca0000;
}
.policy .policy-l .con .con-item .answer {
  display: flex;
  align-items: start;
  font-size: 16px;
  color: #333;
}
.policy .policy-l .con .con-item .answer img {
  margin-right: 10px;
}
.policy .policy-l .con .check {
  display: flex;
  justify-content: center;
}
.policy .policy-l .con .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 31px;
  border-radius: 9px;
  border: solid 1px #d23d31;
  color: #ca0000;
}
.policy .policy-r {
  width: 100%;
  margin-top: 40px;
}
.policy .policy-r .policy-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 51px;
  border-bottom: 1px solid #ca0000;
}
.policy .policy-r .policy-head .policy-nav {
  display: flex;
}
.policy .policy-r .policy-head .policy-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}
.policy .policy-r .policy-head .policy-nav .active {
  background-color: #ca0000;
  color: #fff;
}
.policy .policy-r .policy-head .more {
  font-size: 16px;
  color: #333;
}
.policy .policy-r .policy-head .more:hover {
  color: #ca0000;
}
.policy .policy-r .policy-list {
  line-height: 47px;
  font-size: 16px;
}
.policy .policy-r .policy-list li {
  position: relative;
  padding-left: 24px;
  width: 100%;
}
.policy .policy-r .policy-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #ca0000;
}
.policy .policy-r .policy-list li a {
  display: block;
  width: 100%;
  color: #333;
}
.policy .policy-r .policy-list li a:hover {
  color: #ca0000;
}
/* 个人办事 */
.guide {
  margin-top: 40px;
}
.guide .guide-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 51px;
  border-bottom: 1px solid #ca0000;
}
.guide .guide-head .guide-nav {
  display: flex;
}
.guide .guide-head .guide-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}
.guide .guide-head .guide-nav .active {
  background-color: #ca0000;
  color: #fff;
}
.guide .guide-head .more {
  font-size: 16px;
  color: #333;
}
.guide .guide-head .more:hover {
  color: #ca0000;
}
.guide .guide-con {
  overflow: hidden;
  margin-top: 24px;
  height: 170px;
}
.guide .guide-con .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.guide .guide-con .swiper-slide {
  height: 137px;
  text-align: center;
  font-size: 18px;
}
.guide .guide-con .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.guide .guide-con .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.guide .guide-con .guide-pagination {
  position: absolute;
  bottom: 0px;
}
.guide .guide-con .guide-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  background-color: #9e9e9e;
}
.guide .guide-con .guide-pagination .swiper-pagination-bullet-active {
  background-color: #ca0000;
}
/* 便民查询 */
.query {
  display: flex;
  height: 143px;
  margin-top: 40px;
  border: solid 1px #ce5368;
}
.query .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 100%;
  background-color: #ca0000;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.query .scroll {
  flex: 1;
  padding: 0 24px;
  overflow: hidden;
}
.query .scroll .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.query .scroll .swiper-slide {
  font-size: 18px;
  width: 100%;
  height: 100%;
}
.query .scroll .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.query .scroll .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.query .scroll .query-button-next {
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 999;
  cursor: pointer;
  transform: translateY(-50%);
}
.query .scroll .query-button-prev {
  position: absolute;
  top: 50%;
  left: -10px;
  z-index: 999;
  cursor: pointer;
  transform: translateY(-50%);
}
/* 专题专栏 */
.special {
  margin-top: 40px;
}
.special .special-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 51px;
  border-bottom: 1px solid #ca0000;
}
.special .special-title .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  background-color: #ca0000;
  font-size: 22px;
  color: #fff;
}
.special .special-title .more {
  font-size: 16px;
  color: #333;
}
.special .special-title .more:hover {
  color: #ca0000;
}
.special .swiper-container {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-top: 24px;
}
.special .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.special .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.special .swiper-container .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.special .swiper-container .special-button-next {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 999;
}
.special .swiper-container .special-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 999;
}
