/* 重大决策预公开页面样式 */
body {
  background-color: #f6f9fa;
}

.fgw-center {
  padding: .2rem;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

/* Banner图 */
.yjzj-banner {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.yjzj-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* 头部区域 */
.yjzj-header {
  padding: .3rem 0 .2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.yjzj-header .years {
  display: flex;
  align-items: center;
  width: 100%;
}

.yjzj-header .years>span {
  font-size: .34rem;
  font-weight: bold;
  color: #3d85d3;
  margin-right: .2rem;
  white-space: nowrap;
}

.year-ml {
  overflow-x: scroll;
  overflow-y: hidden;
  flex: 1;
}

.year-ml .swiper-wrapper {
  display: flex;
}

.year-ml .swiper-slide {
  width: 40%;
  flex-shrink: 0;
  margin-right: .25rem;
}

.year-ml .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: .7rem;
  line-height: .7rem;
  font-size: .34rem;
  color: #3d85d3;
  background-color: #dbe8f8;
  border-radius: .3rem;
  text-align: center;
}

.year-ml .swiper-slide.active a,
.year-ml .swiper-slide a:hover {
  background-color: #3d85d3;
  color: #fff;
  font-weight: bold;
}

.jc-wrap {
  margin-top: .25rem;
}

.jcml-tit {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background-color: #eaf1fd;
  padding: 0 .2rem;
  box-sizing: border-box;
}
.jcml-tit img {
  width: 1.75rem;
}
.jcml-tit #jcml-title {
  font-size: .32rem;
  font-weight: bold;
  color: #333333;
  margin-left: .2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jc-title-r:hover {
  color: #1890ff;
}

/* 列表区域 */
.jc-list {
  background-color: #fff;
}
.jc-table {
  width: 100%;
  overflow-x: auto;
}
.jc-list-header,
.jc-list-item {
  box-sizing: border-box;
}
.jc-wrap-item {
  width: 200%;
}

.jc-list-header {
  display: flex;
  background-color: #2a75da;
  color: #fff;
  font-weight: bold;
  font-size: .3rem;
  height: .7rem;
  line-height: .7rem;
}

.jc-list-header span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 0 .15rem;
}

.jc-list-header span:last-child {
  border-right: none;
}

.jc-list-header span:nth-child(1) {
  flex: 1.8;
}

.jc-list-header span:nth-child(2) {
  flex: 6;
}

.jc-list-header span:nth-child(3) {
  flex: 12;
}

.jc-list-header span:nth-child(4) {
  flex: 4;
}

.jc-list-header span:nth-child(5) {
  flex: 3;
}

.jc-list-item {
  display: flex;
  transition: background-color 0.3s;
  font-size: .28rem;
  color: #333;
}

.jc-list-item>span:first-child {
  flex: 1.8;
  text-align: center;
  border: solid 1px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .15rem;
  box-sizing: border-box;
}

.jc-list-item .text {
  flex: 6;
  padding: .15rem;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  text-align: center;
}

.jc-list-item ul {
  flex: 12;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: .15rem;
  margin: 0;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  align-items: center;
  box-sizing: border-box;
}

.jc-list-item ul li {
  display: inline-block;
}

.jc-list-item ul li a {
  display: inline-block;
  padding: 0 .2rem;
  height: .55rem;
  line-height: .55rem;
  background-color: #649ccb;
  border-radius: 2px;
  margin: .05rem .15rem .05rem 0;
  color: #fff;
  position: relative;
  padding-left: .4rem;
}

.jc-list-item ul li a::before {
  content: '';
  background-image: url(./zdjcygk-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: .3rem;
  height: .24rem;
  position: absolute;
  left: .12rem;
  top: 50%;
  transform: translateY(-50%);
}

.jc-list-item ul li a:hover {
  background-color: #1890ff;
  color: #fff;
}

.jc-list-item .sj {
  flex: 4;
  text-align: center;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .15rem;
  box-sizing: border-box;
}

.jc-list-item .dw {
  flex: 3;
  text-align: center;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .15rem;
  box-sizing: border-box;
}

/* 标签页切换 */
.jc-wrap-item {
  display: none;
}

.jc-wrap-item.active {
  display: block;
}