* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  min-width: 1300px;
}
a {
  text-decoration: none;
}
.bt{
  font-size:14px;
  line-height:30px;
  color:#fff;
  background-color:#2e70d8;
text-align: center;
overflow: hidden;
}
.bt img{
  display:block;
  margin:30px auto;
}
.bt a{
  color:#fff;
}
.b1 {
  background: #fff9d7 url('b2.png') no-repeat center 0;
}

.b2 {
  background: url('b3.jpg') no-repeat center 0;
  height: 907px;
}
.b3{
  background: url('b4.jpg') no-repeat center 0;
  height: 792px;
}

/* 党建引领区域 */
.party-content {
  flex-direction: column;
  padding: 0 20px;
  background-color: #ffffff;
  border-top: 3px solid #2f6be0;
}

.party-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0;

}

.party-item {
  width: 48%;
  display: flex;
  align-items: center;
  padding-left: 26px;
  border-bottom: 1px dashed #e0e0e0;
  background: url('l0.png') no-repeat left center;
  line-height: 80px;
}

.party-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.party-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.party-link {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70%;
}

.party-link:hover {
  color: #e60012;
}

.party-date {
  color: #999;
  font-size: 12px;
}



body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  background-color: #f5f5f5;
  color: #333;
}

.w1 {
  background: #fffbe6 url('top.jpg') no-repeat top center;
  padding-top: 50%;
  background-size: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* 头部区域 */
.header {
  width: 100%;
  height: 50px;
}

/* 数据区域 */
.data-section {
  background: url('m1.png') no-repeat center;
  background-size: cover;
  height: 145px;
}

.data-container {
  display: flex;
  color: #fff;
}

.date-item {
  text-align: center;
}
.data-item {
  text-align: center;
}
.data-item:nth-of-type(1) {
  width: 280px;
  padding-top: 25px;
  font-size: 28px;
  margin-left: 100px;
  color: #fffd79;
}
.data-item:nth-of-type(2) {
  width: 264px;
  font-size: 40px;
  color: #fc264a;
  margin: 73px 0 0 26px;
}
.data-item:nth-of-type(3) {
  width: 230px;
  font-size: 40px;
  color: #fc264a;
  margin: 73px 0 0 285px;
}
.data-value {
  /* font-weight: bold; */
}

/* 通用区域样式 */
.section {
  margin: 20px 0;
}

.section-title {
  text-align: center;
  padding: 40px 0;
}

.section-title img {}

.section-content {
  display: flex;
  justify-content: space-between;
}

/* 体彩资讯区域 */
.news-swiper {
  width: 600px;
  margin-left: 0;
}

.swiper-slide img {
  width: 100%;

}

.slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.news {
  padding: 40px 0;
  background: url(b1.png) no-repeat right top;
}

.news-links {
  width: 45%;
}

.news .c {
  font-size: 0;
  position: relative;
}

.news .swiper-pagination {
  text-align: right;
  padding-right: 10px;
  bottom: 15px;
}

.news .swiper-pagination-bullet,
.news .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  width: 5px;
  height: 5px;
}

.news .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 5px;
}

a.more {
  color: #b8b8b8;
  text-align: right;
  padding-right: 10px;
}


.news-links ul {
  list-style: none;
}

.news-links li {
  padding-left: 15px;
  position: relative;
  line-height: 60px;
}


.news-links li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0066cc;
  font-weight: bold;
}

.news-links a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-links a:hover {
  color: #0066cc;
}

/* 公益云南区域 */
.charity-swiper .swiper-button-next,
.charity-swiper .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
}

.charity-swiper .swiper-slide {
  width: 600px;
}

.tc .section {
  display: flex;
  flex-direction: column;
}

.news-item {
  display: flex;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}


.news-item a {
  color: #000;
}

.news-img {
  width: 220px;
  margin-right: 30px;
}

.news-info {
  flex: 1;
  padding-top: 10px;
}

.news-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

.news-desc {
  font-size: 14px;
  line-height: 24px;
  color: #868686;
}
.ss .container{
  padding-top: 20px;
}
.ss .section {
  display: flex;
  flex-direction: row;
}
.ss .vd {
  width: 860px;
  text-align: right;

}

.ss video {
  padding: 30px;
  background-color: #a0c0ff;

}

.ss .t {
  font-size: 20px;
  line-height: 60px;
  padding-right: 30px;
  color: #fff;
}
.ss .imc {
  width: 220px;
  margin: 90px 55px 0 auto;
}
.ss .imc img{
  cursor: pointer;
}
.ss .ct{
  height: 410px;
  overflow: hidden;
}
.ss .prev,
.ss .next {
  text-align: center;
  cursor: pointer;
}
.kt .section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.kt .c{
  width: 440px;
  height: 143px;
  padding: 20px 50px 0 20px;
  background: url('l1.png') no-repeat 0 0;
  color: #fff;
}
.kt .c:nth-of-type(1){
  margin-left: 40px;
}
.kt .c:nth-of-type(2){
  padding: 20px 20px 0 50px;
  background-image: url('l2.png');
  margin-right: 40px;
}
.kt .c:nth-of-type(3){
  background-image: url('l3.png');
}
.kt .c:nth-of-type(4){
  padding: 20px 20px 0 50px;
  background-image: url('l4.png');
}
.kt .c:nth-of-type(5){
  margin-left: 40px;
  background-image: url('l5.png');
}
.kt .c:nth-of-type(6){
  padding: 20px 20px 0 50px;
  background-image: url('l6.png');
  margin-right: 40px;
}




.kt .c a{
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.kt .c p{
  font-size: 14px;
  line-height: 24px;
}
.jc{
padding-bottom: 40px;
}
.jc .section{
  display: flex;
  justify-content: space-between;
}
.jc .ct{
  width: 1120px;
  overflow: hidden;
}
.jc .le,
.jc .ri{
  display: flex;
  align-items: center;
  cursor: pointer;
}


/* 响应式布局 */
@media (max-width: 768px) {
  .section-content {
    flex-direction: column;
  }

  .news-swiper,
  .news-links {
    width: 100%;
  }

  .news-links {
    margin-top: 15px;
  }

  .data-container {
    flex-direction: column;
  }

  .data-item {
    margin: 10px 0;
  }
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-10-14 09:46:01" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->