/* 轮播图样式 */
.swiper {
  width: 100%;
  height: auto;
  margin-top: 150px;}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);}

.swiper-pagination-bullet-active {
  background-color: #fff;}

/* 标题样式 */
.title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  margin: 0 0 15px;
  background: #eee;}
.title.red {
    background: #a71e32;}
.title-text {
  float: left;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  background-color: #a71e32;}

.more {
  float: right;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 1rem;
  display: block;
  height: 30px;
  line-height: 20px;
  border-radius: 15px;
  color: #A9A1A1;
  position: relative;
  transition: all 0.3s ease;
  margin-right: 15px;
  margin-top: 10px;
  font-weight: bold;}

.more:hover {
  background-color: #a71e32;
  color: #fff;}

/* 工作动态图片样式 */
.dynamic-item {
  overflow: hidden;}

.dynamic-item img {
  transition: transform 0.3s ease;}

.dynamic-item:hover img {
  transform: scale(1.05);}

/* 建言献策样式 */
.contact-info {
  line-height: 1.8;}

.contact-info strong {
  color: #a71e32;
  font-weight: normal;}
.qrcode  {
    position: relative;
    display: inline-block;}
.qrcode img {
  padding: 5px;
  background: #fff;}

/* 底部横幅样式增强 */
.bottom-banner {
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);}

.enter-btn {
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}

/* 响应式调整 */
@media (max-width: 992px) {
  .col-md-4 {
    margin-bottom: 20px;}
  
  .dynamic-list li a {
    font-size: 14px;}
}

@media (max-width: 768px) {
  .swiper {
    margin-top: 0;}
  
  .main-content {
    padding: 0 0 15px 0;}
  
  .title-text {
    font-size: 18px;}
  
  .more {
    font-size: 10px;
    padding: 3px 8px;}
  
  .contact-info p {
    font-size: 14px;}
}