/* 重大决策预公开页面样式 */
body {
    background-color: #f6f9fa;
}

.fgw-center {
    padding: 15px 20px;
    min-height: 100vh;
    width: 1200px;
    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: 30px 0 12px;
    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: 24px;
    font-weight: bold;
    color: #3d85d3;
    margin-right: 15px;
    white-space: nowrap;
}

.year-ml {
    overflow-x: auto;
    overflow-y: hidden;
    flex: 1;
}

.year-ml .swiper-wrapper {
    display: flex;
}

.year-ml .swiper-slide {
    width: auto;
    flex-shrink: 0;
    margin-right: 22px;
}

.year-ml .swiper-slide a {
    display: inline-block;
    width: 190px;
	height: 52px;
	line-height: 52px;
    font-size: 24px;
    color: #3d85d3;
    background-color: #dbe8f8;
    border-radius: 26px;
    cursor: pointer;
    transition: all 0.3s;
    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: 22px;
}
.jcml-tit {
    display: flex;
    align-items: center;
    width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: #eaf1fd;
    padding: 0 50px;
    box-sizing: border-box;
}
.jcml-tit #jcml-title {
    font-size: 20px;
	font-weight: bold;
	color: #333333;
    margin-left: 20px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jc-title-r:hover {
    color: #1890ff;
}

/* 列表区域 */
.jc-list {
    background-color: #fff;
}

.jc-list-header,
.jc-list-item {
    box-sizing: border-box;
}

.jc-list-header {
    display: flex;
    background-color: #2a75da;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    height: 70px;
    line-height: 70px;
}

.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 10px;
}

.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-body {
    min-height: 200px;
} */

.jc-list-item {
    display: flex;
    /* padding: 20px; */
    transition: background-color 0.3s;
    font-size: 16px;
    color: #333;
}

.jc-list-item:hover {
    background-color: #f5f7fa;
}

.jc-list-item > span:first-child {
    flex: 1.8;
    text-align: center;
    border: solid 1px #ebebeb;
    border-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    box-sizing: border-box;
}

.jc-list-item .text {
    flex: 6;
    padding: 15px 10px;
    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: 15px 10px;
    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 10px;
    height: 30px;
    line-height: 30px;
	background-color: #649ccb;
	border-radius: 4px;
    margin: 5px 10px 5px 0;
    color: #fff;
    position: relative;
    padding-left: 23px;
}
.jc-list-item ul li a::before {
    content: '';
    background-image: url(./zdjcygk-icon.png);
    background-size: contain;
    width: 13px;
    height: 15px;
    position: absolute;
    left: 7px;
    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: 15px 10px;
    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: 15px 10px;
    box-sizing: border-box;
}

/* 标签页切换 */
.jc-wrap-item {
    display: none;
}

.jc-wrap-item.active {
    display: block;
}

