@charset "UTF-8";
.container {
  padding-bottom: 0;
  /* border: 1px saddlebrown solid; */
} 

.top-card{
  margin: 7.2rem auto 3.5rem;
}
.top-card .top-title{
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 4.2rem;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.top-card .top-subtitle{
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 1.7rem auto  4rem ;
}
.top-card .swiper-news{
  height: 47.4rem;
}
.top-card  .am-u-sm-6{
  padding: 0;
}
.top-card  .swiper-news .swiper-container {
  height: 47.4rem;
}
.top-card  .swiper-news .swiper-container img{
  width: 100%;
  height: 100%;
}
.top-card  .swiper-news .swiper-pagination{
  position: absolute;
  text-align: center;
  float: right;
  right: 0;
  bottom: 0;
  width: 14.7rem;
  height: 6rem;
  line-height: 6rem;
  text-align: right;
  padding-right: 1rem;
  z-index: 10;
}
.top-card  .swiper-news .swiper-pagination-bullet {
  width: 1.2rem;
  height: 0.8rem;
  border-radius: 6px;
  opacity: 0.44;
  background: rgba(255, 255, 255, 0.44);
  display: inline-block;
  margin: 0 5px;
}
.top-card  .swiper-news .swiper-pagination-bullet-active {
  background: #FCD33F;
}
.top-card .swiper-news .pagination-news-title{
  width: 100%;
  height: 6rem;
  background: rgba(0, 0, 0, 0.66);

  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 6rem;
  padding: 0 2rem;
  z-index: 9;
  padding-right: 15rem;
}
.top-card .swiper-news  .news-title{
  width: 100%;
  height: 6rem;
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 6rem;
  padding: 0 2rem;
  z-index: 9;
  padding-right: 15rem;
}
.top-card .swiper-news .swiper-button-next, .top-card .swiper-news  .swiper-button-prev{
background-color: rgba(0, 0, 0, 0.5);
width: 3.1rem;
height: 5.2rem;
transform: rotate(0);
background-size: 1.3rem;
}
.top-card .swiper-news  .swiper-button-prev{
  border-radius: 0px 4px 4px 0px;
  left: 0;
}
.top-card .swiper-news  .swiper-button-next{
  border-radius:  4px 0 0 4px ;
  right: 0;
}

.top-card .tabs-panel{
  padding-left: 3.2rem;
}
.top-card .tabs-panel .tabs-header {
  margin-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}
.top-card .tabs-panel .text-list .item{
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0px;
  padding: 2.4rem 0;
  color: rgba(255, 255, 255, 0.96);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}
.top-card .tabs-panel .text-list .item .title{
  color: rgba(255, 255, 255, 0.96);
}
.text-list .item .date {
  font-size: 2rem;
  margin-left: 1rem;
  white-space: nowrap;
  text-align: right;
  color: rgba(255, 255, 255, 0.44); }

@media only screen and (max-width: 641px) {
  .container {
    padding: 0 1.5rem;
  } 
  .bg-main-box {
  background-image: none;
  }
  .top-card {
    margin: 2.2rem auto 3.5rem;
  }
  .top-card>a{
	  display:none;
  }
  .top-card .top-title{
    font-size: 2.6rem;
	color: #333;
  }
  .top-card .top-subtitle{
    line-height: 2.5rem;
	color: #333;
  }
  .top-card .swiper-news{
    width: 100%;
    height: auto;
  }
  .top-card .swiper-news .swiper-container{
    height: initial
  }
  .top-card .swiper-news .swiper-pagination{
    bottom: 0rem;
  }
  .top-card .tabs-panel .tabs-header{
    overflow: hidden;
    background: #E7ECF4;
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 4px;
    font-size: 2rem;
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
  .top-card .tabs-panel{
    width: 100%;
    padding-left: 0;
    color: #333;
    margin-top: 2rem;
  }
  .top-card .tabs-panel .tabs-header .item{
    width: 25%;
    height: 5.4rem;
    line-height: 5.4rem;
    text-align: center;
    height: 100%;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    white-space: pre-wrap;
    padding: 2px 0;
  }
  .top-card .swiper-news .swiper-container img {
    height: 224px;
  }
  .top-card .tabs-panel .tabs-header .item.active{
    color: #2B58A8;
    font-weight: 700;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow:0px 4px 16px 0px rgba(122, 140, 168, 0.16);
    border-bottom: none;
  }
  .top-card .tabs-panel .text-list .item{
    padding: 0;
    line-height: 4.8rem;
  }
  .top-card .tabs-panel .text-list .item .title{
    color: #333;
    font-size: 1.8rem;
  }
  .top-card .tabs-panel .tabs-header .item, .top-card .tabs-panel .text-list .item, .top-card .tabs-panel .text-list .item .date{
    color: #333;
    font-size: 1.8rem;
  }
}



.swiper-card{
  width: 100%;
  /* height: 60rem; */
}
.swiper-card .tabs-panel.am-u-sm-12{
  padding: 0;
}
.swiper-card .imgs.tabs-header .header-imgs{
  width: 12.8rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.6rem;
  letter-spacing: 0px;
  color: #333333;
  padding: 0;
}
.swiper-card .imgs.tabs-header .header-imgs img{
  width: 100%;
  margin-bottom: 2.2rem;
  pointer-events: none;
}
.swiper-card .tabs-panel .imgs.tabs-header{
  justify-content: space-between;
  margin-bottom: 8.4rem;
}
.swiper-card .tabs-panel .imgs.tabs-header .header-imgs.active, .swiper-card .tabs-panel.imgs .tabs-header .header-imgs:hover{
  color: #3E79D6;
  border-bottom: 0;
}

/* 政府信息公开 */
.swiper-card .tabs-panel .lists{
  /* margin-bottom: -17rem; */
}
.swiper-card .lists .left{
  padding: 0;
  padding-right: 1.5rem;
}
.jl-left .jl-left-card-list .lists{
  margin-bottom: 0;
}
.swiper-card .lists .left-title-info {
  align-items: flex-end;
  margin-bottom: 1.6rem;
}
.swiper-card .lists .left-title-info .title{
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.4rem;
  letter-spacing: 0px;
  color: #111111;
}
.swiper-card .lists .left-title-info img{
  width: 30rem;
  height: 0.6rem;
}
.swiper-card .lists .left-title-info .more{
  width: 12rem;
  height: 3.4rem;
  border-radius: 1.7rem;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #E4E4E4;
  font-size: 1.6rem;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-card .lists .left-title-info .more:hover{
  color: var(--theme);
  border-color: var(--theme);
}
.swiper-card .lists .left-cards{
  width: 100%;
}
.swiper-card .lists .left-cards .am-g{
  flex-wrap: wrap;
  margin: 0;
}
.swiper-card .lists .left-cards .item{
  width: 20.4rem;
  height: 13rem;
  opacity: 1;
  background: #F8F8F8;
  justify-content: center;
  border-radius: 7px;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #333333;
  margin-right: 1.1rem;
  margin-bottom: 1.5rem;
  padding: 0;
}
.swiper-card .lists .left-cards .item:nth-of-type(3n){
  margin-right: 0;
}
.swiper-card .lists .left-cards .item img{
  margin-bottom: 1.3rem;
}
.swiper-card .lists .left-cards .item:hover{
  color: var(--theme);
  cursor: pointer;
  background: #E4F4FF;
  border: 0;
}
/* 政策 */
.swiper-card .lists .right{
  padding-left: 1.5rem;
  padding-right: 0;
}
.swiper-card .right .tabs-panel .tabs-header .item{
  font-size: 2rem;
  line-height: 2.6rem;
  color: #111111;
  padding-bottom: 0;
  margin-left: 1.5rem;
  margin-bottom: .5rem;
}
.swiper-card  .right .tabs-panel .tabs-header .item.active a{
  color: #3E79D6;
  border-bottom: 0;
  font-weight: bold;
}

.swiper-card .right  .text-list .item a{
  font-size: 2rem;
  font-weight: normal;
  line-height: 4.8rem;
  color: #333333;
  margin-left:0px;
}
.swiper-card .right  .text-list .item .date{
  color: rgba(0, 0, 0, 0.44);
}
.swiper-card .right .right-title-info .title{
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.4rem;
  letter-spacing: 0px;
  color: #111111;
}
/*  */
.swiper-card .right .search {
  width: 102.5%;
}
.swiper-card  .right .search form{
  width: 100%;
  height: 6.2rem;
  border-radius: 8px;
  box-sizing: border-box;
  margin-top: 0.8rem;
}
.swiper-card  .right .search select{
  width: 11.5rem;
  height: 6.2rem;
  line-height: 6.2rem;
  text-align: left;
  border-radius: 8px 0 0 8px;
  border: 1px solid #E7E7E7;
  border-right: none;
  padding: 0 1.5rem;
  /* 隐藏原生箭头 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(index-sel-icon.png);
  background-position: 8rem center;
  padding-right: 2rem;
  background-size: 1.6rem 1.6rem;
  background-repeat: no-repeat;
  
}
.swiper-card .lists .right .search .search-sel::after{
  position: absolute;
  content: ' ';
  top: 86%;
  right: 51.25rem;
  height: 8%;
  /* transform: translate(0, -50%); */
  border-right: solid 1px;
  border-right-color: #ECECEC;
}
.swiper-card .lists .right .search input{
  width: calc(100% - 11.5rem);
  border: 1px solid #E7E7E7;
  border-radius:  0 8px  8px 0;
  border-left: none;
  padding: 0;
  padding-left: 3rem;
}
.swiper-card .lists .right .search i{
  color: var(--theme);
  position: relative;
  right: 3rem;
  top: 2rem;
}
/*  */
.swiper-card .cards-tabs{
  width: 100%;
  height: auto;
  margin-top: 3rem;
}
.swiper-card .cards-tabs .tab{
  width: 30rem;
  height: 10rem;
  border-radius: 4px;
  opacity: 1;
  background: #FBFBFB;
  border: 1px solid #DDDDDD;

  font-size: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: 0px;
  color: #333333;
  /* justify-content: center; */
}
.swiper-card .cards-tabs .tab img{
  width: 5.6rem;
  height: auto;
  margin-right: 2rem;
  margin-left: 3.2rem;
}
.swiper-card .cards-tabs .tab:hover{
  color: var(--theme);
  cursor: pointer;
  background: #E4F4FF;
  border: 0;
}
.swiper-card .cards-tabs .tab .default-img{
  display: block;
}
.swiper-card .cards-tabs .tab .hover-img{
  display: none;
}
.swiper-card .cards-tabs .tab:hover .default-img{
  display: none;
}
.swiper-card .cards-tabs .tab:hover .hover-img{
  display: block;
}


@media only screen and (max-width: 641px) {
  .swiper-card .tabs-panel .imgs.tabs-header{
    margin-bottom: 3.4rem;
  }
  .swiper-card .imgs.tabs-header .header-imgs{
    margin-bottom: 1rem;
    font-size: 2.6rem;
  }
  .swiper-card .imgs.tabs-header .header-imgs img{
    width: 9.5rem
  }
  .swiper-card .lists .left{
    width: 100%;
    padding-right: 0;
  }
  .swiper-card .lists .left-title-info{
    flex-direction: row;
    justify-content: space-between;
  }
  .swiper-card .lists .left-cards .am-g{
    flex-direction: row;
    align-items: center;
  }
  .swiper-card .lists .left-cards .item{
    margin: 1rem auto;
  }
  .swiper-card .lists .left-cards .item:nth-of-type(3n){
    margin-right: auto;
  }
 .swiper-card .lists .right {
    width: 100%;
    margin-top: 3rem;
	padding-left: 1rem;
  }
  .swiper-card .right .text-list .item{
    line-height: 6rem;
  }
  .swiper-card .right .search{
    margin-top: 1rem;
  }
  .swiper-card .right .right-title-info {
    margin-bottom: 1rem;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .swiper-card .right .search form{
    flex-direction: row;
  }
  .swiper-card .lists .right .search .am-form-field{
   height: 5.9rem;
  }
  .swiper-card .lists .right .search i{
    top: 0;
  }
  
  .swiper-card .cards-tabs{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem auto 2rem;
  }
  .swiper-card .cards-tabs .tab{
    width: 47%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
    padding: 0 0.5rem;
    text-align: left;
    line-height:2.8rem
  }
  .swiper-card .cards-tabs .tab img{
    margin-left: 0;
  }
}

#tabs-container .swiper-wrapper{
  height: 100%;
}
#tabs-container .swiper-slide{
  height: 0;
}
#tabs-container .swiper-slide-active{
  height: 100%;
}

/* 互动交流 */
.hdjl-ctt{
  width: inherit;
}
.hdjl-ctt .jl-left{
  padding: 0;
}
.hdjl-ctt .jl-right{
  padding-right: 0;
}
.hdjl-ctt .jl-left, .hdjl-ctt .jl-right{
  margin-bottom: 3rem;
}
.jl-left .jl-left-card{
  width: 100%;
  height: 16.7rem;
  background-image: url(index-jl-1.png);
  background-position: center center;
  padding-right: 2rem;
  background-size: 69rem 16.7rem;
  background-repeat: no-repeat;
  padding: 2.8rem 3rem;
}
.jl-left .jl-left-card .jl-left-card-info1{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-align: right;
  letter-spacing: 0px;
  color: #333333;
  text-align: left;
}
.jl-left .jl-left-card  .jl-left-card-info2{
  font-size: 1.6rem;
  color: #9F9B9B;
  margin: 1.5rem 0 1.9rem;
}
.jl-left .jl-left-card  .jl-left-card-info2 span{
  color: #333;
  margin: 0 3rem 0 1rem;
}
.jl-left .jl-left-card  .jl-left-card-info3 .wyxx, .jl-left .jl-left-card  .jl-left-card-info3 .wycx{
  width: 12.6rem;
  height: 4.2rem;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding-left: 1.5rem;
  font-size: 1.8rem;
  color: #333;
  margin-right: 2rem;
  cursor: pointer;
}
.jl-left .jl-left-card  .jl-left-card-info3 .wyxx img, .jl-left .jl-left-card  .jl-left-card-info3 .wycx img{
  margin-right: 0.5rem;
}
.jl-left  .jl-left-card-list{
  width: 100%;
  padding: 0;
}
.jl-left  .tabs-panel .tabs-header .item{
  width: 8rem;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 2.4rem 0;
  color: #666;
  text-align: left;
  margin-right: 4rem;
  /* border-right: 1px solid #D6D6D6 ; */
  border-bottom: none;
}
.jl-left  .tabs-panel .tabs-header .item::after{
  position: absolute;
  content: ' ';
  top: 2.7rem;
  left: 11rem;
  height: 1.7rem;
  border-right: solid 1px;
  border-right-color: #D6D6D6;
}
.jl-left  .tabs-panel .tabs-header .item:last-child::after{
  border-right: 0
}
.jl-left  .jl-left-card-list .tabs-header .item.active {
  color: #3E79D6;
  border-bottom: 3px solid #CCA864;
   }
.jl-left  .jl-left-card-list .text-list .item .title{
  font-size: 1.8rem;
  line-height: 5rem;
  color: #333333; 
}
.jl-left  .jl-left-card-list .text-list .item .date {
  font-size: 1.8rem;
  line-height: 5rem;
  color: #999999; }

/* 互动交流-在线访谈 */
.jl-right{
  padding-left: 4rem;
}
.jl-right .jl-right-tabs .tabs-panel{
  width: 100%;
  padding: 0;
}
.jl-right .jl-right-tabs .tabs-panel .tabs-header{
  border-bottom: 1px solid #D6D6D6;
}
.jl-right .jl-right-tabs .tabs-panel .tabs-header .tabs-header-title{
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
  color: #333333;
  border-bottom: 3px solid #CCA864;
  padding-bottom: 1.7rem;
}
.jl-right .jl-right-tabs .tabs-panel .tabs-header .item{
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2rem;
  color: #666666;
  padding-bottom: 1.7rem;
  margin-left: 3rem;
  border-bottom: none
}
.jl-right .jl-right-tabs .tabs-panel .text-list .item{
  padding: 0px 0 0px 1.5rem;
}
.jl-right .jl-right-tabs .tabs-panel .tabs-header .item::before{
  position: absolute;
  content: ' ';
  top: 0.5rem;
    right: 12rem;
    height: 1.7rem;
  border-right: solid 1px;
  border-right-color: #D6D6D6;
}
.jl-right .jl-right-tabs .tabs-panel .tabs-header .item.active{
  color: #111111;
}
.jl-right .jl-right-tabs .tabs-panel .text-list .item .date {
  font-size: 1.8rem;
  line-height: 5rem;
  color: #999999; }
  .jl-right .jl-right-tabs .text-list .item.item-news{
    width: inherit;
    height: 28.4rem;
    padding: 2rem 0 1rem 0;
    margin-bottom: 2rem;
  }
 .jl-right .jl-right-tabs .text-list  .swiper-news{
    width: inherit;
    height: 28.4rem;
  }
    /*.jl-right .jl-right-tabs .text-list   .swiper-news .swiper-container {
    width: 56.7rem;
    height: 28.4rem;
  } */
  .jl-right .jl-right-tabs .text-list   .swiper-news .swiper-container img{
    width: 64.3rem;
    height: 28.4rem;
  }
 
  .jl-right .jl-right-tabs .text-list  .swiper-news .pagination-news-title{
    width: 100%;
    height: 6rem;
    background: rgba(0, 0, 0, 0.66);
  
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 6rem;
    padding: 0 2rem;
    z-index: 9;
  }
  .jl-right .jl-right-tabs .text-list  .swiper-news  .news-title{
    width: 100%;
    height: 6rem;
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    bottom: 0;
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 6rem;
    padding: 0 2rem;
    z-index: 9;
    padding-right: 15rem;
  }


.jl-right .jl-right-cards{
  padding: 0;
}
.jl-right .jl-right-cards{
  width: 100%;
}
 .jl-right-cards .r-card{
  width: 29.3rem;
  height: 7.8rem;
  padding-left: 2rem;
  justify-content: center;
  background-image: url(index-jl-2.png);
  background-position: bottom right;
  padding-right: 2rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;

  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #015293;
}
.jl-right-cards .r-card:last-child{
  background-image: url(index-jl-3.png);
}
.jl-right-cards .r-card .link{
  font-size: 1.4rem;
  line-height: 2rem;
  color: #00558F;
  cursor: pointer;
}
.jl-right-cards .r-card .link:hover{
  color: var(--theme);
  font-weight: bold;
}
@media only screen and (max-width: 641px) {
  .hdjl-ctt .jl-left, .hdjl-ctt .jl-right{
    width: 100%;
  }
  .jl-left .jl-left-card .jl-left-card-info2{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .jl-left .jl-left-card .jl-left-card-info3{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .jl-left .jl-left-card{
    background-size: cover;
    height: auto;
  }
  .jl-left .jl-left-card .jl-left-card-info3 .wyxx, .jl-left .jl-left-card .jl-left-card-info3 .wycx{
    margin-bottom: 1rem;
  }
  .jl-right{
    padding-left: 0;
    margin-bottom: 0;
  }
  .jl-right .jl-right-tabs .tabs-panel{
    width: 100%;
    padding: 0;
    margin: 3rem 0
  }
  .jl-right .jl-right-tabs .tabs-panel .tabs-header{
    justify-content: space-between;
  }
  .jl-right .jl-right-cards{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .jl-right-cards .r-card{
    width: 47%;
    margin: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    align-items: flex-start;
  }
  .jl-right .jl-right-tabs .text-list .item.item-news,.jl-right .jl-right-tabs .text-list .swiper-news {
    height: auto;
}
.jl-right .jl-right-tabs .text-list .swiper-news .swiper-container img {
    width: 100%;
    height: 22.4rem;
}
}



/* 专题专栏 */
.bottom-cards{
  width: 100%;
  height: 22rem;
  background: #F8F8F8;

}
.bottom-cards-title{
  width: 100%;
}
.bottom-cards .b-title-line{
  /* width:86.7rem; */
  flex: 0.9;
  height: 5.6rem;
  border-bottom: 1px solid #D8D8D8;
 }
 .bottom-cards  .b-title{
  height: 11.2rem;
 }
 .bottom-cards  .b-title span{
  width: 3rem;
  height: 0.5rem;
  border-radius: 4.5px;
  background: #3E79D6;
 }
 .bottom-cards  .b-title{
  justify-content: space-between;
  min-width: 23rem;
 }
 .bottom-cards  .b-title div{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.2rem;
  color: #111111;
 }
  .bottom-cards-list img{
    width: 25rem;
	height: 85px;
    padding: 0;
  }
  @media only screen and (max-width: 641px) {
    .bottom-cards{
      height: auto;
    }
    .bottom-cards-list img{
      width: 46%;
      margin-bottom: 1rem;
    }
    .bottom-cards  .b-title{
      flex-direction: row;
     }
     .bottom-cards-list{
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0 1.5rem;
     }
  }