body {
  background-color: #f4f4f4;
}
.w {
  width: 100%;
  padding: 0 10px;
}
.main {
  background-color: #fff;
  margin-top: 10px;
  padding: 10px;
}
.main .headlines {
  display: flex;
  align-items: center;
}
.main .headlines img {
  margin-right: 50px;
}
.main .headlines .text {
  flex: 1;
}
.main .headlines .text a {
  font-size: 32px;
  color: #1a75be;
}
.main .hf {
  height: 125px;
  background-color: #bfc;
  margin-top: 20px;
}
.main .hf .swiper {
  width: 100%;
  height: 100%;
}
.main .hf .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.main .hf .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .hf .swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .dao {
  width: 100%;
  height: 120px;
  margin-top: 20px;
}
.main .dao a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .dao a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
  margin-top: 20px;
}
.main .news .news_l {
  width: 100%;
  height: 380px;
}
.main .news .news_l .swiper {
  width: 100%;
  height: 100%;
}
.main .news .news_l .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.main .news .news_l .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .news .news_l .swiper .swiper-slide .mask {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
}
.main .news .news_l .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  height: 40px;
  padding-right: 20px;
}
.main .news .news_l .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 6px;
  opacity: 1;
  background-color: #fff;
  border-radius: 0px;
}
.main .news .news_l .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2c6eb7;
}
.main .news .news_r {
  width: 100%;
  height: 380px;
  margin-top: 40px;
}
.main .news .news_r .head {
  display: flex;
  align-items: center;
  height: 36px;
  border-bottom: 1px solid #2c6eb7;
  font-size: 17px;
}
.main .news .news_r .head li {
  width: 128px;
  height: 100%;
}
.main .news .news_r .head li.on {
  background-color: #2c6eb7;
}
.main .news .news_r .head li.on a {
  color: #fff;
}
.main .news .news_r .head li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
}
.main .news .news_r .list {
  font-size: 14px;
  margin-top: 10px;
}
.main .news .news_r .list li {
  position: relative;
  padding-left: 15px;
  line-height: 34px;
}
.main .news .news_r .list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.main .news .news_r .list li a .date {
  color: #999;
}
.main .news .news_r .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  background-color: #999;
  border-radius: 50%;
}
.main .news .news_r .list li:hover a {
  color: #1a75be;
}
.main .news .news_r .list li:hover a .date {
  color: #1a75be;
}
.main .news .news_r .list li:hover::before {
  background-color: #1a75be;
}
.major {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.major .major_item {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
}
.major .major_item .head {
  display: flex;
  align-items: center;
  height: 36px;
  border-bottom: 1px solid #2c6eb7;
  font-size: 17px;
}
.major .major_item .head li {
  width: 128px;
  height: 100%;
}
.major .major_item .head li.on {
  background-color: #2c6eb7;
}
.major .major_item .head li.on a {
  color: #fff;
}
.major .major_item .head li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
}
.major .major_item .list {
  font-size: 14px;
  margin-top: 10px;
}
.major .major_item .list li {
  position: relative;
  padding-left: 15px;
  line-height: 34px;
}
.major .major_item .list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.major .major_item .list li a .date {
  color: #999;
}
.major .major_item .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  background-color: #999;
  border-radius: 50%;
}
.major .major_item .list li:hover a {
  color: #1a75be;
}
.major .major_item .list li:hover a .date {
  color: #1a75be;
}
.major .major_item .list li:hover::before {
  background-color: #1a75be;
}
.special {
  position: relative;
  margin-top: 10px;
  background-color: #fff;
  padding: 10px;
}
.special .indicator {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  z-index: 999;
}
.special .indicator li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #363635;
  font-size: 14px;
  color: #fff;
  margin-right: 2px;
  cursor: pointer;
}
.special .indicator li.on {
  background-color: #f00;
}
.special .list li {
  width: 100%;
  height: 120px;
}
.special .list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.special .list li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.public {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.public .public_item {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
.public .public_item .head {
  height: 36px;
  border-bottom: 1px solid #2c6eb7;
}
.public .public_item .head .title {
  display: inline-block;
  height: 100%;
  padding: 0 30px;
  background-color: #2c6eb7;
  line-height: 36px;
  font-size: 17px;
  color: #fff;
}
.public .public_item .gov_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.public .public_item .gov_list li {
  width: 225px;
  height: 48px;
  background-color: #da6868;
  margin-bottom: 10px;
}
.public .public_item .gov_list li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.public .public_item .gov_list li:nth-child(2) {
  background-color: #7ab05a;
}
.public .public_item .gov_list li:nth-child(2):hover {
  background-color: #3c7c28;
}
.public .public_item .gov_list li:nth-child(3) {
  background-color: #1d7152;
}
.public .public_item .gov_list li:nth-child(3):hover {
  background-color: #2dc18b;
}
.public .public_item .gov_list li:nth-child(4) {
  background-color: #d0a656;
}
.public .public_item .gov_list li:nth-child(4):hover {
  background-color: #d0a656;
}
.public .public_item .gov_list li:nth-child(5) {
  background-color: #a778b3;
}
.public .public_item .gov_list li:nth-child(5):hover {
  background-color: #7b3c8d;
}
.public .public_item .gov_list li:nth-child(6) {
  background-color: #2e2482;
}
.public .public_item .gov_list li:nth-child(6):hover {
  background-color: #7166ca;
}
.public .public_item .gov_list li:nth-child(7) {
  background-color: #5fbca1;
}
.public .public_item .gov_list li:nth-child(7):hover {
  background-color: #329064;
}
.public .public_item .gov_list li:nth-child(8) {
  background-color: #bb8678;
}
.public .public_item .gov_list li:nth-child(8):hover {
  background-color: #b79d97;
}
.public .public_item .gov_list li:nth-child(8) {
  background-color: #46869c;
}
.public .public_item .gov_list li:nth-child(8):hover {
  background-color: #4cc1ef;
}
.public .public_item .gov_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.public .public_item .gov_list li:hover {
  background-color: #b22e2f;
}
.public .public_item .top .exchange_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.public .public_item .top .exchange_list li {
  width: 342px;
  height: 48px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
.public .public_item .top .exchange_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #333;
}
.public .public_item .top .exchange_list li a:hover {
  color: #1a75be;
}
.public .public_item .top .exchange_list li a .icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.public .public_item .bottom {
  display: flex;
  justify-content: space-between;
}
.public .public_item .bottom .item_l {
  width: 342px;
  height: 48px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
.public .public_item .bottom .item_l a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #333;
}
.public .public_item .bottom .item_l a:hover {
  color: #1a75be;
}
.public .public_item .bottom .item_l a .icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.public .public_item .bottom .right {
  width: 342px;
  height: 106px;
  background-color: #f7f7f7;
}
.public .public_item .bottom .right a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
}
.public .public_item .bottom .right a .img {
  width: 110px;
  height: 35px;
}
.public .public_item .bottom .right a .title {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.friendship {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
}
.friendship .head {
  height: 36px;
  border-bottom: 1px solid #2c6eb7;
}
.friendship .head .title {
  display: inline-block;
  height: 100%;
  padding: 0 30px;
  background-color: #2c6eb7;
  line-height: 36px;
  font-size: 17px;
  color: #fff;
}
.friendship .links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px 0;
  margin-top: 10px;
}
.friendship .links li {
  margin-bottom: 30px;
}
