.header-home{
  background-color: red;;
}

.home-banner2-box{
  width: 100%;
  padding-top: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}


/* .home-swiper .img-box.swiper-box{
  position: relative;
  padding: 0 50px;
} */

.home-swiper .swiper-container .swiper-slide .slide-img{
  width: 100%;
  padding-top: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}

.home-swiper .swiper-button-prev{
  left: 50px;
}
.home-swiper .swiper-button-next{
  right: 50px;
}


.home-title{
  text-align: center;
  font-size: 30px;
  color: #eee;
  position: relative;
  margin-top: 30px;
}

.home-title .title-text {
  position: relative;
  color:#333;
  transform: translateY(-30px);
}

.home-body{
  padding-bottom: 50px;

}

.home-ewm-box .home-ewm{
  width: 100%;
}



.home-dang-box .dang-box{
  width: 100%;
  padding-top: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.home-dang-box .dang-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.home-dang-box .dang-box .dang-title{
  position: absolute;
  width: 80%;
  left: 10%;
  top: 20%;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  border-left: 2px solid #fff;
  line-height: 1.2em;
  padding-left: 10px;
}
.home-dang-box .dang-box .dang-title .en {
  font-size: 14px;
}

.home-dang-box .dang-box .button{
  position: absolute;
  padding: 5px 10px;
  left: 10%;
  bottom: 20%;
  z-index: 2;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
}

.home-dang-box .dang-box .button:hover{
  color: #333;
  background-color: #fff;
}

.home-news-box{
  background-color: #f6f7f9;
  padding-top: 20px;
}
.home-news-box .row {
  margin-right: -8px;
  margin-left: -8px;
}
.home-news-box .row .col-item{
  padding-right: 8px;
  padding-left: 8px;
}

.home-news-box .home-new-img {
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
  height: 350px;
}

.home-news-box .home-new-img img {
  width: 100%;
  height: 100%;
}


.home-news-box .home-news-item{
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 10px;
  cursor: pointer;
}
.home-news-box .home-news-item:hover .news-title{
  color: #0950a9;
}
.home-news-box .news-title{
  font-weight: 600;
}

.home-news-box .news-body{
  margin-top: 15px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
  font-size: 14px;
}

.home-news-box .more{
  text-align: right;
  font-size: 14px;
  padding-top: 10px;
}

.home-news-box .more:hover{
  color: #0950a9;
}


.home-thematic-box {
  padding-top: 20px;
}
.home-thematic-box .t-item{
  padding-bottom: 20px;
}
.home-thematic-box .thematic-img {
  position: relative;
  padding-top: 70%;
}
.home-thematic-box .thematic-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-thematic-box .thematic-btn{
  padding: 30px;
  text-align: center;
}
.home-thematic-box .thematic-btn .t-btn{
  margin: 0 auto;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid #333;
  color: #333;
}

.info-item-box{
  padding-bottom: 50px;
}
.info-item-box .info-item-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 14px;
}

.info-item-box .info-item-title .title{
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #074797;
}

.info-item-box .info-img img{
  width: 100%;
}

.info-item-box .rencai-title{
  font-size: 18px;
  padding-bottom: 10px;
}
.info-item-box .rencai-btn{
  padding-top: 20px;
}


.info-item-box .info-list-item{
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #333;
}

.info-item-box .info-list-item:hover{
  color: #0950a9;
}
.info-item-box .info-list-item .fx{
  padding-left: 15px;
  font-size: 14px;
}



/* 信息公开页 */
.infomation-banner{
  width: 100%;
  padding-top: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}

.infomation-detail-box{
  background-color: #f6f7f9;
  padding: 30px 20px;
}


/* 公司概况 */
.company-box .profile-box .company-text{
  text-indent: 2em;
  line-height: 3em;
}

.company-box .profile-box .profile-icon{
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.company-box .profile-box .profile-icon .icon-item{
  padding: 10px;
  max-width: 160px;
}

.company-box .organization-box {
  background-color: #f6f7f9;
  padding: 50px 0;
}
.company-box .organization-box .img-box{
  margin: 0 auto;
  width: 80%;
}

/* 业务模块 */
.yewu-box{
  padding: 50px 0;
}

.yewu-box .yewu-body .yewu-imgs-box{
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.yewu-box .yewu-body .yewu-img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}
.yewu-box .yewu-body .yewu-img.active{
  display: block;
}


.yewu-box .yewu-body .yewu-btns{
  width: 100%;
  height: 60px;
  border: 1px solid #e5e6e7;
}
.yewu-box .yewu-body .yewu-btns .yewu-btn{
  width: 25%;
  float: left;
  height: 100%;
  border: 1px solid #e5e6e7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333;
}
.yewu-box .yewu-body .yewu-btns .yewu-btn:hover, .yewu-box .yewu-body .yewu-btns .yewu-btn.active{
  background-color: #d52f2f;
  color: #fff;
}


.lingdao-box {
  padding-bottom: 50px;
}
.lingdao-box .lingdao-list-item{
  padding: 20px;
  color: #666;
}
.lingdao-box .lingdao-list-item .name{
  font-size: 18px;
  padding-bottom: 5px;
  color: #333;
}



/* 党建 */
.home-activity-box .home-activity-item{
  padding: 50px 0; 
}
.home-activity-box .home-activity-item:nth-child(2n-1){
  background: linear-gradient(to bottom, #fff, #f4dfde)
}

.home-activity-item .activity-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 2px solid #ddd;
}

.home-activity-item .activity-title .more{
  padding-left: 10px;
  color: #333;
  font-size: 12px;
}

.home-activity-item  .activity-body{
  padding: 40px 0;
}

.home-activity-item .activity-body .img-box{
  width: 100%;
}

.home-activity-item  .activity-body .img-box .sigle-img{
  width: 100%;
}


/* .home-activity-item .activity-info-1{
  position: relative;
} */

.home-activity-item .activity-body .title-box{
  padding: 30px;
  text-align: center;
}
.home-activity-item .activity-body .title{
  display: inline-block;
  background-color: #c41c0d;
  padding:10px 20px;
  border-radius: 4px;
  color: #fff;
}
.home-activity-item .activity-body .info p{
  text-indent: 2em;
}

.home-activity-item  .activity-body .img-box.swiper-box{
  position: relative;
  padding: 0 50px;
}
.home-activity-item  .activity-body .img-box .swiper-slide{
  padding: 0 10px;
}
.home-activity-item  .activity-body .img-box .swiper-slide .slide-img{
  width: 100%;
  padding-top: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.thematic-box .thematic-item{
  padding: 50px 0;
}
.thematic-box .thematic-item:nth-child(2n-1){
  background-color:#f6f7f9
}
.thematic-box .thematic-item .thematic-img{
  width: 100%;
  padding-top: 60%;
  position: relative;
  margin-bottom: 20px;
}
.thematic-box .thematic-item .thematic-img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.thematic-box .thematic-item .img-tit{
  background-color: rgba(91, 91, 192, 0.719);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
}
.thematic-box .thematic-item .thematic-txt{
  padding: 20px 0;
}
.thematic-box .thematic-item .thematic-txt p{
  text-indent: 2em;
  /* margin-bottom: 20px; */
  line-height: 3em;
}


.news-box .news-list{
  padding: 50px 0;
}
.news-box .news-list .news-list-item{
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.news-box .news-list .news-list-item:hover{
  color: #0950a9;
}
.news-box .news-list .news-list-item .fx{
  padding-left: 15px;
  font-size: 14px;
}


.infomation-box .infomation-list{
  padding: 50px 0;
}
.infomation-box .infomation-list .infomation-list-item{
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.infomation-box .infomation-list .infomation-list-item:hover{
  color: #0950a9;
}
.infomation-box .infomation-list .infomation-list-item .fx{
  padding-left: 15px;
  font-size: 14px;
}


.next-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.navbar-nav .dang {
  width: 14px;
  height: 14px;
  display: none;
  position: relative;
  top: -2px;
}
.navbar-nav .dang2 {
  display: inline-block;
}
.navbar-nav .active .dang2 {
  display: none;
}
.navbar-nav .active .dang1 {
  display: inline-block;
}


/* 三级分类 */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}



@media (max-width: 768px) {

  .infomation-banner{
    margin-bottom: 10px;
  }

  .home-title{
    font-size: 20px;
  }

  .info-item-box .info-item-title{
    padding: 10px 0;
  }
  .info-item-box .info-item-title .title{
    font-size: 16px;
  }
  
  .thematic-box .thematic-item{
    padding: 20px 0;
  }

  .swiper-button-prev{
    display: none;
  }
  .swiper-button-next{
    display: none;
  }
  

  .home-activity-item .activity-body .img-box.swiper-box{
    padding: 0;
  }

  .yewu-btns{
    font-size: 12px;
  }

  .news-box .news-list{
    padding: 0 0 20px 0;
  }
}

.infomation-detail-box .content.mb-3 img {
  max-width: 100% !important;
  height: auto !important;
}