/* 页面自定义css样式 */
body {
    overflow-x: hidden;
    background-color: #f6f9fe;
}

.sy-container {
    margin: 0 auto;
    width: 1200px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sy-bar {
    width: 100%;
    height: auto;
}

.xw-list {
    height: 480px;
}

.xw-list .bt-lists-covers {
    height: 480px;
    overflow: hidden;
}

.newsDynamic .newsDynamicTab-body .swiper-wrapper .swiper-slide .xw-list .bt-lists-covers li:first-child {
    margin-top: 0;
    height: auto;
    padding-bottom: 0;
    border-bottom: 0;
}

.newsDynamic .newsDynamicTab-body .swiper-wrapper .swiper-slide .xw-list .bt-lists-covers ul {
    position: relative;
    overflow: hidden;
}

.zwgkTabs .zwgk-left .zwgkTab-body .swiper-wrapper .swiper-slide .xw-list .bt-lists-covers li:first-child {
    margin-top: 0;
    height: auto;
    padding-bottom: 0;
    border-bottom: 0;
}

.zwgkTabs .zwgk-left .zwgkTab-body .swiper-wrapper .swiper-slide .xw-list .bt-lists-covers ul {
    position: relative;
    overflow: hidden;
}

/* 首页背景 */
.sy-bg {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.sy-bgO,
.sy-bgT,
.sy-bgS {
    position: absolute;
    width: 100%;
    z-index: -2;
}

.sy-bgO {
    height: 1200px;
    background: url(../images/bgOne.png) top center no-repeat;
    background-size: 100% 80%;
}

.sy-bgT {
    height: 818px;
    background: url(../images/new_index_background.png) 100% 100% no-repeat;
    margin-top: 700px;
    opacity: 0.1;
}

.sy-bgS {
    height: 886px;
    background: url(../images/bgThree.png) center center no-repeat;
    margin-top: 1550px;
}

/* 头条 */
.headlines {
    position: relative;
    width: 100%;
    /* height: 144px; */
    padding: 60px 0 32px 0;
    /* background: url(../images/160db08d6f0440a490ef0c40871a3629.png) 26px 30px no-repeat; */
    position: relative;
    z-index: 2;
}

.headlines::before {
    content: '为您推荐';
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
}

.headlines .swiper-container {
    width: 100%;
    /* height: 100%; */
    z-index: 1;
    display: flex;
    /* flex-direction: column; */
    gap: 15px;
}

.headlines .swiper-container .itemBox {
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    /* width: 24%; */
    display: -webkit-box;
    /* 必须设置为盒模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 1;
    /* 限制显示2行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    line-height: 1.5;
    /* 设置行高 */
    max-height: 1.5em;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
}

.headlines h1 {
    width: 100%;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    height: auto;
    display: block;
    padding-left: 87px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.headlines span {
    height: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-left: 90px;
    padding-right: 20px;
}

.headlines span a {
    color: #FAAD14
}

.headlines .swiper-slide {
    margin-left: -76px;
}

/* 图片新闻 */
.photo-new {
    width: 1200px;
    height: 675px;
}

.photo-new .swiper-slide .content {
    width: 100%;
    height: 88px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: url(../images/photoTitleBg.png) no-repeat;
}

.photo-new .swiper-slide .content .zNew {
    width: 80px;
    height: 40px;
    background: url(../images/zNew.png) center center no-repeat;
    position: absolute;
    top: -40px;
}

.photo-new .swiper-slide .content .txt h3 {
    margin: 0;
    font-size: 20px;
}

.photo-new .swiper-slide .content .txt h3 a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #ffffff;
    line-height: 88px;
    text-align: left;
    margin-left: 22px;
}

.photo-new .swiper-container {
    height: 100%;
}

.photo-new .swiper-container img {
    width: 1200px;
    object-fit: cover;
    display: block;
}

.photo-new .swiper-container .swiper-slide .img-inner {
    display: flex;
    justify-content: space-evenly;
}

.photo-new .swiper-container .swiper-slide .img-fix {
    background-color: #ffffff;
}

.photo-new .swiper-container .swiper-slide .img-inner a {
    overflow: hidden;
}

.photo-new .swiper-button-next,
.photo-new .swiper-button-prev {
    width: 54px;
    height: 54px;
    background: none;
    top: auto;
    bottom: 30px;
    z-index: 10;
}

.photo-new .swiper-button-prev {
    left: 26px;
    top: 50%;
    background: url(../images/qhLeft.png) no-repeat;
}

.photo-new .swiper-button-next {
    right: 26px;
    top: 50%;
    background: url(../images/qhRight.png) no-repeat;
}

.photo-new .swiper-button-next:before,
.swiper-button-prev:before {
    position: absolute;
    display: block;
    height: 54px;
    width: 54px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 54px;
    color: #fff;
}

.swiper-wrapper {
    min-width: 1200px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    z-index: 10;
}

/* 查找政府服务 */
.lookupService {
    width: 100%;
    height: 826px;
    margin-top: 40px;
    position: relative;
    z-index: 9;
}

.service-title {
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
}

.service-title span:first-child {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.service-title span:last-child {
    background: url(../images/yunduo.png) 30px center no-repeat;
    color: rgba(61, 115, 206, 0.5);
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    padding-left: 90px;
}

.needService {
    width: 311px;
    height: 160px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.needService span {
    font-size: 14px;
    display: inline-block;
    color: #333333;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.needService span:first-child {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
}

.needService span:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.needService a {
    width: 100%;
    height: 75px;
    font-size: 14px;
    display: inline-block;
    line-height: 50px;
    /* padding-left: 26px; */
    /* background: url(../images/9a5cf7d3933e40279712125e9a57740c.png) 0 center no-repeat #fff; */
    color: #E05B47;
    font-weight: 600;
}

.needService a:first-child:hover {
    color: #E05B47;
}

.lifecycle-header {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.lookupService .lifecycle-list {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

.lookupService .lifecycle-list li {
    width: 214px;
    height: 173px; /* 与a标签高度保持一致 */
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lookupService .lifecycle-list li:first-child {
    background: url(../images/newBg.png) center center no-repeat;
}

.lookupService .lifecycle-list li:nth-child(2) {
    background: url(../images/zwgkBg.png) center center no-repeat;
}

.lookupService .lifecycle-list li:nth-child(3) {
    background: url(../images/zwfwBg.png) center center no-repeat;
}

.lookupService .lifecycle-list li:last-child {
    background: url(../images/zwfwBg2.png) center center no-repeat;
}

.lookupService .lifecycle-list li .newJJ {
    font-size: 14px;
    line-height: 18px;
}

.lookupService .lifecycle-list li a {
    width: 214px;
    height: 173px;
    display: block;
    padding: 24px 22px 31px 24px;
    box-sizing: border-box;
    text-decoration: none;
}

.lookupService .lifecycle-list li span {
    color: #ffffff;
    display: inline-block;
}

.lookupService .lifecycle-list li span:first-child {
    width: 100%;
    height: 35px;
    ;
}

.lookupService .lifecycle-list li .newBg {
    margin-bottom: 17px;
    background: url(../images/newBook.png) left top no-repeat;
}

.lookupService .lifecycle-list li .newTitle {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 28px;
}

.lookupService .lifecycle-list li .newJJ {
    font-size: 14px;
    line-height: 18px;
}

.lookupService .lifecycle-list li .zwgkIco {
    margin-bottom: 17px;
    background: url(../images/zwgkIco.png) left top no-repeat;
}

.lookupService .lifecycle-list li .zwfwIco {
    margin-bottom: 17px;
    background: url(../images/zwfwIco.png) left top no-repeat;
}


.lookupService .lifecycle-content {
    height: 575px;
    margin-top: 30px;
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.2);
}

a.xinfang {
    background: url(../images/c3bf9a4e7a0c4794bfa9294057a8fd32.png) 0 center no-repeat #fff;
    color: #2166CC;
}

a.guojia {
    background: url(../images/aba3c8facc254b2bb1ae923216de886f.png);
    padding: 0;
    background-size: 100% 100%;
}

.needService>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.needService a img {
    width: 100%;
    height: 100%;
}

/* 新闻动态 */
.newsDynamic {
    width: 100%;
    height: 100%;
    padding: 26px 30px 25px 30px;
}

.newsDynamic .newsDynamic-left {
    width: 720px;
    height: 100%;
    overflow: hidden;
}

/* 新闻动态切换 */
.newsDynamic .newsDynamicTab-list li {
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 25px;
}

.newsDynamic .newsDynamicTab-list li.active a {
    color: #2567D4;
    /* border-bottom: 2px solid #2567D4; */
}

.newsDynamic .newsDynamicTab-list li a {
    width: 100%;
    height: 100%;
    line-height: 38px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.newsDynamic .newsDynamicTab-body .swiper-wrapper .swiper-slide li:first-child {
    /* width: 95%; */
    height: 100px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: dashed 1px #d8d8d8;
}

.list_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    padding: 20px 0px;
}

#zyzw li:first-child {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: none;
}

.newsDynamic .newsDynamicTab-body .swiper-slide {
    overflow: hidden;
}

.newsDynamic .block-time {
    width: 80px;
    height: 80px;
    float: left;
    border: solid 1px #2567d4;
}

.newsDynamic .block-time span {
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.newsDynamic .block-time span:first-child {
    color: #2567d4;
    font-size: 32px;
}

.newsDynamic .block-time span:last-child {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400;
}

.newsDynamic .block-title {
    text-align: left;
    width: 590px;
    height: 80px;
    margin-top: 8px;
}

.newsDynamic .block-title a {
    margin-top: 5px;
    text-align: left;
    display: inline-block;
    width: 100%;

    font-size: 25px;
    font-weight: 600;

}

.newsDynamic .block-title a:hover {
    color: #2567D4;
}

.newsDynamic .block-title span {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
}

.xw-list .block-other a {
    display: block;
    width: 80%;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.block-other {
    color: #2567D4;
    padding-right: 30px;
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    padding-left: 16px;
    background: url(../images/dian.png) left 22px no-repeat;
    display: flex;
    justify-content: space-between;
}

.block-other a {
    margin-right: 15px;
}

.block-other a:hover {
    color: #2567D4;
}

.block-other span {
    color: #999999;
    font-size: 16px;
}


/* 图片新闻通知公告切换 */
.AnnouncementsTab2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.AnnouncementsTab2 a {
    width: 100%;
    /* height: 32%; */
}

.AnnouncementsTab-list li {
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 25px;
}

.AnnouncementsTab-list li.active a {
    color: #2567D4;
    border-bottom: 2px solid #2567D4;
}

.AnnouncementsTab-list li a {
    width: 100%;
    height: 100%;
    line-height: 38px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.AnnouncementsTab-body {
    border-bottom: 1px solid #eee;
}

.AnnouncementsTab-body .swiper-slide {
    height: 485px;
}

.picture-new {
    width: 100%;
    height: 162px;
    padding: 20px 0;
}

.picture-new-left {
    width: 162px;
    text-align: left;
    overflow: hidden;
    height: 100%;
    margin-right: 16px;
}

.picture-new-left a img {
    height: 122px;
}

.picture-new-right {
    position: relative;
    width: 221px;
    height: 100%;
}

.picture-new-right li a,
.picture-new-right span {
    display: block;
    text-align: left;
}

.picture-new-right li a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
}

.picture-new-right li a:hover {
    color: #2567D4;
}

.picture-new-right li span {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.picture-new-right .picture-new-message {
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    height: 40px;
}

.newsDynamic .newsDynamic-right {
    padding-left: 19px;
    width: 420px;
    height: 100%;
    border-left: 1px solid #D8D8D8;
}

.col-message-right .pub-list li.white ins {
    right: 0;
}

.bt-h-60 {
    height: 60px !important; 
}

.xw-hide {
    overflow: hidden;
}

.xw-bt-po {
    position: relative;
}

.picture-new-right .xw-bt-po li.white ins {
    right: -3px;
    height: 22px;
    top: 35px !important;
    background: #ffffff;
}

.picture-new-right .xw-bt-po li {
    line-height: 20px;
}

.picture-new-right>li {
    height: 100%;
    position: relative;
}

/* 通知公告 */
.notice-box {
    height: auto;
    overflow: hidden;
    padding-top: 22px;
    position: relative;
}

.notice-box .block-other {
    padding-right: 0px;
}

.bt-lists-covers li.white {
    position: relative;
}

.bt-lists-covers li.white ins {
    display: block;
    width: 32px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
    font-size: 20px;
}

.bt-lists-covers {
    height: 450px;
}

.bt-lists-box {
    position: relative;
}

/* 政务公开 */
.zwgkTabs {
    width: 100%;
    height: 100%;
    padding: 26px 30px 25px 30px;
}

.zwgkTabs .zwgk-left {
    width: 780px;
    height: 100%;
    overflow: hidden;
}

.zwgkTabs .zwgkTab-list li {
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 25px;
}

.zwgkTabs .zwgkTab-list li.active a {
    color: #2567D4;
    border-bottom: 2px solid #2567D4;
}

.zwgkTabs .zwgkTab-list li a {
    width: 100%;
    height: 100%;
    line-height: 38px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.zwgkTabs .zwgkTab-body .swiper-wrapper .swiper-slide li:first-child {
    /* width: 95%; */
    height: 100px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: dashed 1px #d8d8d8;
}

.zwgkTabs .block-time {
    width: 80px;
    height: 80px;
    float: left;
    border: solid 1px #2567d4;
}

.zwgkTabs .block-time span {
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.zwgkTabs .block-time span:first-child {
    color: #2567d4;
    font-size: 32px;
}

.zwgkTabs .block-time span:last-child {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400;
}

.zwgkTabs .block-title {
    text-align: left;
    width: 650px;
    height: 80px;
    float: right;
    margin-top: 8px;
}

.zwgkTabs .block-title a {
    margin-top: 5px;
    text-align: left;
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.zwgkTabs .block-title a:hover {
    color: #2567D4;
}

.zwgkTabs .block-title span {
    height: 30px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.zwgkTabs .block-other {
    padding-right: 0;
    color: #2567D4;
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
}

.zwgkTabs .block-other a:hover {
    color: #2567D4;
}

.zwgkTabs .block-other span {
    color: #999999;
    font-size: 16px;
}

/* centerBanner */
.centerBanner {
    width: 100%;
    height: 140px;
    margin: 40px 0;
}

.centerBanner .swiper-container .swiper-slide {
    width: 100%;
    height: 140px;
}

.centerBanner .swiper-container .swiper-slide img {
    width: 100%;
    height: 140px;
}

.centerBanner .swiper-pagination {
    text-align: right;
}

.centerBanner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15px;
    right: 20px;
    left: inherit;
}

.centerBanner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

.centerBanner .swiper-pagination-bullet-active {
    background: #3d73ce;
}

/* 信息公开 */
.zwgk-right {
    width: 319px;
    height: 100%;
}

.zwgk-right .zwgk-right-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.zwgk-right .zwgk-right-img img {
    width: 100%;
}

.zwgk-right .zwgk-right-img>div {
    width: 100%;
    height: 50px;
    background: url(../images/touming_icon.png) no-repeat;
    position: absolute;
    bottom: 0;
}

.zwgk-right .zwgk-right-img>div>a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.zwgk-right .zwgk-right-list {
    padding-top: 21px;
}

.zwgk-right .zwgk-right-list ul li {
    float: left;
    width: 151px;
    height: 44px;
    padding-left: 55px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 16px 26px 0;
}

.zwgk-right .zwgk-right-list ul li a:hover {
    color: #2567D4;
}

.zwgk-right .zwgk-right-list ul li:nth-child(2n+2) {
    margin-right: 0;
}

.zwgk-right .zwgk-right-list ul .xxgk-icon1 {
    background: url(../images/jgld_icon.png) left center no-repeat;
}

.zwgk-right .zwgk-right-list ul .xxgk-icon2 {
    background: url(../images/jgld_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/jgsz_icon.png*/
        left center no-repeat;
}

.zwgk-right .zwgk-right-list ul .xxgk-icon3 {
    background: url(../images/jgld_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/xxgkzd_icon.png*/
        left center no-repeat;
}

.zwgk-right .zwgk-right-list ul .xxgk-icon4 {
    background: url(../images/jgld_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/xxgkzn_icon.png*/
        left center no-repeat;
}

.zwgk-right .zwgk-right-list ul .xxgk-icon5 {
    background: url(../images/jgld_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/xxgknb_icon.png*/
        left center no-repeat;
}

.zwgk-right .zwgk-right-list ul .xxgk-icon6 {
    background: url(../images/jgld_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/ysqgk_icon.png*/
        left center no-repeat;
}

.zwgk-right .zwgk-right-list ul .xxgk-icon7 {
    background: url(../images/jgld_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/zdjcgk_icon.png*/
        left center no-repeat;
}

.zwgk-right .zwgk-right-list ul .xxgk-icon8 {
    background: url(../images/jgld_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/ghjh_icon.png*/
        left center no-repeat;
}


/* 政务服务 */
.zwfw-box {
    padding: 26px 30px;
}

.zwfw-top {
    width: 100%;
    height: 371px;
    margin-bottom: 30px;
}

.zwfw-top .zwfw-top-bg,
.zwfw-top .zwfw-top-nav {
    height: 100%;
}

.zwfw-top .zwfw-top-bg {
    width: 700px;
    background: url(../images/zwfw_bg.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/zwfw_bg.png*/
        center center no-repeat;
}

.zwfw-top .zwfw-top-bg a {
    padding: 10px 66px 12px 23px;
    background: url(../images/zwfw_jiantou.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/zwfw_jiantou.png*/
        174px center no-repeat #fff;
    display: inline-block;
    border-radius: 30px;
    margin-top: 206px;
    color: #3d73ce;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.zwfw-top .zwfw-top-nav {
    width: 410px;
}


.zwfw-top-nav ul li {
    width: 195px;
    height: 110px;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}

.zwfw-top-nav ul li:nth-child(2n+2) {
    margin-right: 0;
}

.zwfw-top-nav ul li:nth-child(5) {
    margin-bottom: 0;
}

.zwfw-top-nav ul li:last-child {
    margin-bottom: 0;
}

.zwfw-top-nav ul li a {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 110px;
    padding-left: 92px;
    text-align: left;
}

.zwfw-top-nav ul li a:hover {
    color: #2567D4;
}

.zwfw-top-nav .zwfw-nav-icon {
    background: url(../images/grfw_bg.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/grfw_bg.png*/
        center center no-repeat;
}

.zwfw-top-nav .zwfw-nav-icon a {
    background: url(../images/grfw_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/grfw_icon.png*/
        20px center no-repeat;
}

.zwfw-top-nav .zwfw-nav-icon:nth-child(2) {
    background: url(../images/frfw_bg.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/frfw_bg.png*/
        center center no-repeat;
}

.zwfw-top-nav .zwfw-nav-icon:nth-child(2) a {
    background: url(../images/frfw_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/frfw_icon.png*/
        20px center no-repeat;
}

.zwfw-top-nav .zwfw-nav-icon:nth-child(3) {
    background: url(../images/ygzw_bg.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/ygzw_bg.png*/
        center center no-repeat;
}

.zwfw-top-nav .zwfw-nav-icon:nth-child(3) a {
    background: url(../images/ygzw_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/ygzw_icon.png*/
        20px center no-repeat;
}

.zwfw-top-nav .zwfw-nav-icon:nth-child(4) {
    background: url(../images/zxfb_bg.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/zxfb_bg.png*/
        center center no-repeat;
}

.zwfw-top-nav .zwfw-nav-icon:nth-child(4) a {
    background: url(../images/zxfb_icon.png) 20px center no-repeat;
}

.zwfw-top-nav .zwfw-nav-icon:nth-child(5) {
    background: url(../images/zxgg_bg.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/zxgg_bg.png*/
        center center no-repeat;
}

.zwfw-top-nav .zwfw-nav-icon:nth-child(5) a {
    background: url(../images/zxgg_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/zxgg_icon.png*/
        20px center no-repeat;
}

.zwfw-top-nav .zwfw-nav-icon:nth-child(6) {
    background: url(../images/bjgs_bg.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/bjgs_bg.png*/
        center center no-repeat;
}

.zwfw-top-nav .zwfw-nav-icon:nth-child(6) a {
    background: url(../images/bjgs_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/bjgs_icon.png*/
        20px center no-repeat;
}

/* 政务服务外链app */
.zwfw-bottom {
    width: 100%;
    height: 122px;
    position: relative;
    padding: 0 82px;
    border: 1px solid #fff;
}

.zwfw-app .swiper-slide {
    padding: 12px 17px 14px 17px;
    width: 130px;
    height: 122px;
    border: solid 1px #d8d8d8;
}

.zwfw-app .swiper-slide img {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
}

.zwfw-app .swiper-slide span {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.zwfw-app .swiper-slide span:hover {
    color: #2567D4;
    
}

.zwfw-bottom .swiper-button-prev,
.zwfw-bottom .swiper-button-next {
    width: 32px;
    height: 32px;
    border: 1px solid #979797;
    position: absolute;
}

.zwfw-bottom .swiper-button-prev {
    background: url(../images/left-jt.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/left-jt.png*/
        center center no-repeat;
}

.zwfw-bottom .swiper-button-next {
    background: url(../images/right-jt.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/right-jt.png*/
        center center no-repeat;
}

/* 金昌故事 六轮切换 */
.sixTab {
    width: 100%;
    height: 390px;
    position: relative;
    z-index: 30;
    margin-bottom: 40px;
    display: flex;
    /* padding: 26px 30px 25px 30px; */
}

.sixTab .leftBox {
    width: 750px;
    display: flex;
    flex-wrap: wrap;
}

.sixTab .leftBox .imgBox {
    width: 50%;
    height: 310px;
    display: flex;
    flex-wrap: wrap;
}

.sixTab .leftBox .imgBox a {
    width: 50%;
    height: 100px;
    padding: 1px;
}

.sixTab .leftBox .imgBox a img {
    width: 100%;
    height: 100%;
}

.sixTab .leftBox .imgBox a:first-child {
    width: 100%;
    height: 210px;
}

.sixTab .newBox {
    height: 310px;
    overflow: hidden;
}

.sixTab .leftBox .newBox {
    padding-left: 20px;
    /* height: 310px; */
    /* overflow: hidden; */
    width: 50%;
}

.sixTab .newBox li {
    color: #2567D4;
    /* padding-right: 30px; */
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    padding-left: 16px;
    background: url(../images/dian.png) left 22px no-repeat;
}

.otherBox .newBox li {
    padding-left: 0;
    background: none;
}

.otherBox .leftBox li:first-child {
    display: flex;
    align-items: center;

    img {
        width: 200px;
        height: 100px;
        margin-right: 20px;
    }

    a {
        color: #2166CC;
        font-weight: 600;
        -webkit-line-clamp: 4;
        line-height: 1.5em;
    }
}


.sixTab .newBox li a {
    color: #333;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 1.5; */
    /* max-height: 1.5em; */
}

.sixTab .newBox li a:hover {
    color: #2567D4;
}

.newBox2 {
    width: 100% !important;

    ul {
        display: flex;
        flex-wrap: wrap;
    }

    li {
        width: 50% !important;

        &:first-child {
            width: 100% !important;
        }
    }

    span {
        color: #999;
        font-size: 12px;
    }
}

.sixTab .leftTil {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #224fa8;
    display: flex;
    align-items: center;

    img {
        margin-left: 30px;
    }
}

.sevenTab {
    z-index: 30;
}

.sevenTab img {
    margin: 5px 0;
    width: 100%;
    height: auto;
}

.sevenTab .leftTil {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #224fa8;
    display: flex;
    align-items: center;

    img {
        margin-left: 30px;
    }
}

.leftTil span {
    position: relative;
}

.leftTil span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 3px;
    background-color: #0d5ca5;

}

.sixTab .rightBox {
    width: 420px;
    padding-left: 20px;

    /* border-left: 1px solid #D8D8D8; */
    .newBox {
        height: 310px;
    }

    .helpBox {
        /* height: 90px; */

        .helpTil {
            font-size: 20px;
            color: #333;
            font-weight: 600;

            span {
                color: #224fa8;
            }
        }

        .helpTip {
            font-size: 10px;
            color: #979797;
        }

        .inputBox {
            margin-top: 5px;
            background-color: #f7f7f7;
            padding: 10px;
            text-align: end;

            input {
                width: 100%;
                border: 0;
                height: 30px;
                border-bottom: 1px solid #eaeaea;
                font-size: 12px;
                background: none;
            }

            button {
                color: #fff;
                background-color: #224fa8;
                border-radius: 20px;
                font-size: 12px;
                padding: 5px 10px;
                border: 0;
                margin-top: 10px;
            }
        }
    }
}

.sixTab-title {
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
}

.sixTab-title span:first-child {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}

.sixTab-title span:last-child {
    background: url(../images/yunduo.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/yunduo.png*/
        30px center no-repeat;
    color: rgba(61, 115, 206, 0.5);
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    padding-left: 90px;
}

.sixTab-box .sixTab-header {
    margin-right: 60px;
    float: left;
    width: 457px;
    height: 457px;
    margin-top: 15px;
}

.sixTab-box .sixTab-header .swiper-container {
    float: right;
}

.sixTab-header {
    background: url(../images/jinchangHX.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/jinchangHX.png*/
        no-repeat;
}

.sixTab-header .sixTab-list {
    position: relative;
}

.sixTab-header .sixTab-list li {
    transition: all 0.3s;
    background: url(../images/sixTabBg.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/sixTabBg.png*/
        center center no-repeat;
    width: 140px;
    height: 126px;
    position: absolute;
}

.sixTab-header .sixTab-list li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 126px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.sixTab-header .sixTab-list li.active {
    transition: all 0.3s;
    background: url(../images/sixTabBgActive.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/sixTabBgActive.png*/
        center center no-repeat;
}

#jcStory {
    top: 16px;
    left: 158px;
}

#newMedia {
    top: 97px;
    right: 40px;
}

#openData {
    top: 240px;
    right: 40px;
}

#zqNav {
    top: 312px;
    left: 158px;
}

#projectCol {
    top: 240px;
    left: 38px;
}

#zmInteractive {
    top: 97px;
    left: 38px;
}

.sixTab-box {
    height: 475px;
    overflow: hidden;
}

.sixTab-box .swiper-container {
    width: 683px;
    height: 475px;
}

.sixTab-box .swiper-container .swiper-slide {
    width: 100%;
    height: 475px;
}

/* 金昌故事 */
.jcStoryTab {
    width: 683px;
    height: 470px;
}

.jcStoryTab-list {
    width: 100%;
}

.jcStoryTab-list li {
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 25px;
}

.jcStoryTab-list li.active a {
    color: #2567D4;
    border-bottom: 2px solid #2567D4;
}

.jcStoryTab-list li a {
    width: 100%;
    height: 100%;
    line-height: 38px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.jcStoryTab-body .swiper-slide {
    width: 100%;
    height: 430px;
}

.jcStoryTab .jcStoryTab-box {
    height: 100%;
}

.jcStoryTab .jcStoryTab-box .swiper-container,
.jcStoryTab-box .swiper-container .swiper-slide {
    height: 430px;
}

/* 金昌故事·金昌概况 */
.jcProbably {
    width: 320px;
    height: 100%;
}

.jcProbably-txt {
    padding-top: 10px;
    width: 333px;
    height: 100%;
}

.jcProbably-txt p {
    text-indent: 2rem;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.jcProbably-txt p a {
    color: #1955bd;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
}

.jcCity-box {
    width: 320px;
    height: 240px;
    margin-bottom: 15px;
    overflow: hidden;
    margin-top: 20px;
}

.jcProbably .jcCity-box .swiper-container {
    width: 100%;
    height: 240px;
}

.sixTab-box .jcCity-box .swiper-slide {
    width: 320px;
    height: 240px;
    text-align: left;
}

.jcCity-box .jcCity-body img {
    height: 240px;
}

.jcCity-box .jcCity-body .swiper-slide a {
    cursor: default;
}

.jcCity-body .swiper-pagination-bullet {
    z-index: 12;
    height: 22px;
    width: auto;
    background: none;
    color: #ffffff;
    opacity: 1;
    font-size: 14px;
    margin: 8px;
}

.jcCity-body .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 18px;
}

.jcCity-body .swiper-pagination-bullet:after {
    content: "";
    border-top: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    margin-left: 5px;
    transition: all 0.5s ease-out 0s;
}

.jcCity-body .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 40px;
}

.jcCity-body .swiper-pagination {
    height: 50px;
    line-height: 50px;
    background: url(../images/jcgk_tmbg.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/jcgk_tmbg.png*/
        center center no-repeat;
}

.jcCity-box .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}


.jcCity-message ul li {
    margin: 0 15px 10px 0;
    float: left;
    width: 96px;
    height: 40px;
    background: #2d94cf;
}

.jcCity-message ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}

.jcCity-message ul li:nth-child(3n) {
    margin-right: 0;
}

/* 金昌故事列表 */
.jcProbably-list {
    height: 430px;
    overflow: hidden;
}

.jcProbably-list .jcProbably-list-li {
    width: 331px;
    height: 110px;
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(153, 153, 153, 0.2);
    float: left;
    margin: 0 20px 20px 0;
    text-align: left;
    padding: 10px 20px;
    position: relative;
}

.jcProbably-list .jcProbably-list-li:hover {
    background: #2567d4;
}

.jcProbably-list .jcProbably-list-li:hover a,
.jcProbably-list .jcProbably-list-li:hover span {
    color: #ffffff;
}

.jcProbably-list .jcProbably-list-li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.jcProbably-list .jcProbably-list-li span {
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 16px;
    color: #999999;
}

.jcProbably-list li:nth-child(2n) {
    margin-right: 0;
}

.jcProbably-list,
.city-jc {
    padding-top: 20px;
}

.city-jc-top {
    width: 100%;
    height: 205px;
    margin-bottom: 20px;
    overflow: hidden;
}

.city-jc-top li {
    float: left;
    width: 332px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.city-jc-top li img {
    width: 332px;
}

.city-jc-top li span {
    z-index: 9;
    overflow: hidden;
    width: 50px;
    height: 160px;
    line-height: 50px;
    writing-mode: vertical-lr;
    /*垂直展示*/
    writing-mode: tb-lr;
    /*兼容IE*/
    text-align: left;
    padding-top: 15px;
    background: url(../images/lvyou_bg.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/lvyou_bg.png*/
        center center no-repeat;
    display: inline-block;
    position: absolute;
    left: 20px;
    color: #ffffff;
    font-size: 16px;
}

.city-jc-top li:last-child {
    float: right;
}

.city-jc-bottom {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.city-jc-bottom li {
    float: left;
    width: 214px;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.city-jc-bottom li img {
    height: 160px;
}

.city-jc-bottom li span {
    z-index: 9;
    overflow: hidden;
    width: 50px;
    height: 160px;
    line-height: 50px;
    writing-mode: vertical-lr;
    /*垂直展示*/
    writing-mode: tb-lr;
    /*兼容IE*/
    text-align: left;
    padding-top: 15px;
    background: url(../images/lvyou_bg.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/lvyou_bg.png*/
        center center no-repeat;
    display: inline-block;
    position: absolute;
    left: 20px;
    color: #ffffff;
    font-size: 16px;
}

.city-jc-bottom li:last-child {
    float: right;
    margin: 0;
}

/* 金昌故事·新媒体 */
.jcWechatTab-list li {
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 25px;
}

.jcWechatTab-list li.active a {
    color: #2567D4;
    border-bottom: 2px solid #2567D4;
}

.jcWechatTab-list li a {
    width: 100%;
    height: 100%;
    line-height: 38px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.jcWechatTab-box {
    width: 683px;
    overflow: hidden;
    height: 100%;
}

.jcWechatTab-box .swiper-container {
    width: 100%;
    height: 430px;
    margin-top: 20px;
}

.sixTab-box jcWechatTab-box .swiper-slide {
    width: 683px;
    text-align: left;
}

/* 新媒体·微信 */
.jcWexinTab-header {
    float: left;
    width: 403px;
}

.jcWexinTab-body {
    float: right;
}

.jcWexinTab-box .swiper-container {
    margin: 0;
    width: 255px;
    height: 400px;
    border: solid 4px #97b7ea;
    background: #ffffff;
}

.jcWexinTab-list li {
    border: solid 1px #3d73ce;
    background: #ffffff;
    color: #3d73ce;
    font-size: 16px;
    float: left;
    width: 121px;
    height: 40px;
    line-height: 40px;
    margin: 20px 20px 0 0;
}

.jcWexinTab-list li.active a {
    background: #3d73ce;
    color: #ffffff;
}

.jcWexinTab-list li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.jcWexinTab-list li:nth-child(3n) {
    margin-right: 0;
}

.jcWexinTab-list li:nth-child(1) {
    margin-top: 0;
}

.jcWexinTab-list li:nth-child(2) {
    margin-top: 0;
}

.jcWexinTab-list li:nth-child(3) {
    margin-top: 0;
}

.jcWexinTab-box .swiper-container .swiper-slide {
    background: url(../images/saoyisao.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/saoyisao.png*/
        center 17px no-repeat;
    padding: 20px;
}

.jcWexinTab-box .swiper-container .swiper-slide img {
    width: 200px;
    height: 200px;
    margin-top: 105px;
}

.jcWexinTab-box .swiper-container .swiper-slide span {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

/* 政务微博 */
.jcWexinTab-lists li {
    border: solid 1px #3d73ce;
    background: #ffffff;
    color: #3d73ce;
    font-size: 16px;
    float: left;
    width: 121px;
    height: 40px;
    line-height: 40px;
    margin: 20px 20px 0 0;
}

.jcWexinTab-lists li:first-child,
.jcWexinTab-lists li:nth-child(2),
.jcWexinTab-lists li:nth-child(3),
.jcWexinTab-lists li:nth-child(4) {
    margin-top: 0;
}

.jcWexinTab-lists li.active a {
    background: #3d73ce;
    color: #ffffff;
}

.jcWexinTab-lists li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.jcWexinTab-lists li:nth-child(4n) {
    margin-right: 0;
}

/* 数据开放 */
.data-open {
    width: 683px;
    height: 470px;
    overflow: hidden;
}

.data-list li {
    height: 38px;
    line-height: 38px;
    margin-right: 25px;
    text-align: left;
    margin-bottom: 20px;
}

.data-list li.active a {
    color: #2567D4;
    border-bottom: 2px solid #2567D4;
}

.data-list li a {
    height: 100%;
    line-height: 38px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.data-open .notice-box .block-other {
    line-height: 33px;
}

.data-open .notice-box {
    height: auto;
}

.data-dt {
    margin-top: 20px;
}

.data-open .bt-lists-covers {
    height: 165px;
}

.data-open .bt-list-hidden {
    height: 165px;
    overflow: hidden;
}

.bt-list-hidden .notice-box {
    padding-top: 0px;
}

.data-open .bt-lists-covers li.white ins {
    background: #f9fbfe;
    width: 37px;
}

/* 站群导航 */
.link-nav {
    width: 683px;
    height: 450px;
    overflow: hidden;
}

.link-list li {
    height: 38px;
    line-height: 38px;
    margin-right: 25px;
    text-align: left;
}

.link-list li.active a {
    color: #2567D4;
    border-bottom: 2px solid #2567D4;
}

.link-list li a {
    height: 100%;
    line-height: 38px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.link-nav .notice-box .block-others {
    line-height: 32px;
    position: relative;
}

.link-nav .notice-box {
    height: auto;
}

.link-dt {
    margin-top: 20px;
}

.block-others {
    float: left;
    font-size: 16px;
    text-align: left;
}

.block-others a:hover {
    color: #2567D4;
}

.link-dw .block-others {
    margin-right: 15px;
}

.link-xq .block-others {
    margin-right: 20px;
}

.link-bm .block-others {
    margin-right: 30px;
    width: 80px;
    text-align: center;
}

/* 专题专栏 */
.data-open .ztzl-box {
    height: auto;
    overflow: hidden;
    margin-bottom: 7px;
    padding-top: 0;
}

.data-open .ztzl-box .block-other {
    line-height: 45px;
}

.bt-ztzl .bt-list-hidden {
    height: 190px;
}

.bt-ztzl .bt-list-hidden .bt-lists-covers {
    height: 180px;
}

.bt-ztzl .bt-lists-covers li.white ins {
    background: #f9fbfe;
    width: 26px;
}

/* .rdzt-box { margin-top: 10px; } */
.hotTopics {
    margin-top: 20px;
}

.hotTopics .hotTopics-body .swiper-slide {
    width: 332px;
    height: 140px;
    overflow: hidden;
}

.hotTopics .hotTopics-body .swiper-slide img {
    height: 140px;
}

.rdzt-box {
    position: relative;
}

.rdzt-box .swiper-button-prevs,
.rdzt-box .swiper-button-nexts {
    width: 32px;
    height: 32px;
    border: 1px solid #979797;
    position: absolute;
}

.rdzt-box .swiper-button-prevs:hover,
.rdzt-box .swiper-button-nexts:hover {
    cursor: pointer;
}

.rdzt-box .swiper-button-prevs {
    background: url(../images/left-jt.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/left-jt.png*/
        center center no-repeat;
    top: 0;
    right: 44px;
}

.rdzt-box .swiper-button-nexts {
    background: url(../images/right-jt.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/right-jt.png*/
        center center no-repeat;
    top: 0;
    right: 0;
}


/* 政民互动 */
.email-link {
    width: 100%;
    height: 140px;
    margin-bottom: 30px;
}

.email-link li {
    width: 120px;
    height: 100%;
    float: left;
    margin-left: 20.65px;
}

.email-link li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 84px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
}

.email-link li a:hover {
    color: #2567D4;
}

.email-link .email-link-szrx {
    background: url(../images/szrx_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/szrx_icon.png*/
        center center no-repeat;
    margin-left: 0;
}

.email-link .email-link-szrx span {
    display: inline-block;
    width: 100%;
}

.email-link .email-link-szrx span:last-child {
    color: #2567D4;
    margin-top: 5px;
}

.email-link .email-link-szxx {
    background: url(../images/szxx_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/szxx_icon.png*/
        center center no-repeat;
}

.email-link .email-link-wyzx {
    background: url(../images/wyzx_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/wyzx_icon.png*/
        center center no-repeat;
}

.email-link .email-link-wyts {
    background: url(../images/wyts_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/wyts_icon.png*/
        center center no-repeat;
}

.email-link .email-link-wyjy {
    background: url(../images/wyjy_icon.png)
        /*tpa=https://www.jcs.gov.cn/cms_files/webjinchangshirmzf/tplobject/defaultSet/ecf5f26f15ba4d7c9f4cfbb5c4459280/images/wyjy_icon.png*/
        center center no-repeat;
}

.email-list {
    width: 683px;
    height: 281px;
}

.jczmhdTab-list li {
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 25px;
}

.jczmhdTab-list li.active a {
    color: #2567D4;
    border-bottom: 2px solid #2567D4;
}

.jczmhdTab-list li a {
    width: 100%;
    height: 100%;
    line-height: 38px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.zmhd-list {
    width: 100%;
    height: 223px;
    text-align: left;
    margin-top: 20px;
    overflow: hidden;
}

.zmhd-list .zmhd-list-title {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background: #e4f0fe;
    font-size: 16px;
}

.zmhd-list .zmhd-list-title dt {
    float: left;
}

.zmhd-list .zmhd-list-title dt:first-child {
    width: 40%;
}

.zmhd-list .zmhd-list-title dt:nth-child(2) {
    width: 35%;
}

.zmhd-list .zmhd-list-title dt:nth-child(3) {
    width: 10%;
}

.zmhd-list .zmhd-list-title dt:nth-child(4) {
    width: 15%;
}

.zmhd-list .zmhd-list-con {
    font-size: 16px;
    padding-left: 10px;
}

.zmhd-list .zmhd-list-con dd {
    float: left;
    line-height: 45px;
    padding-right: 10px;
}

.zmhd-list .zmhd-list-con dd:first-child {
    width: 40%;
}

.zmhd-list .zmhd-list-con dd:nth-child(2) {
    width: 35%;
}

.zmhd-list .zmhd-list-con dd:nth-child(3) {
    width: 10%;
}

.zmhd-list .zmhd-list-con dd:nth-child(4) {
    width: 15%;
}

.zmhd-list .zmhd-list-con a:hover {
    color: #2567D4;
}

.zmhd-list-zjdc {
    height: auto;
}

.zmhd-list-zjdc li {
    line-height: 45px;
}

.hdjl-list-box {
    height: 225px;
    overflow: hidden;
}

.hdjl-list-box .bt-lists-covers {
    height: 225px;
}

.hdjl-list-box .bt-lists-covers li.white ins {
    background: #f9fbfe;
    width: 32px;
}

/* 专题专栏 */


.sevenTab {
    width: 1200px;
    margin: 0 auto 30px;
    position: relative;
}

.sevenTab .leftTil {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    /* color: #333; */
}

/* 专题轮播容器 */
.topic-swiper {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.topic-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background .3s;
}

.topic-swiper .swiper-slide:hover {
    background: #eef5ff;
}

/* 左右箭头颜色 */
.topic-swiper .swiper-button-next,
.topic-swiper .swiper-button-prev {
    color: #1955bd;
}

/* 分页器颜色 */
.topic-swiper .swiper-pagination-bullet-active {
    background: #1955bd;
}


/* 国务院信息 */
.gwy-message {
    height: 360px;
    overflow: hidden;
}

.gwy-message .bt-lists-covers {
    height: 360px;
}

#zyzw {
    position: relative;
    overflow: hidden;
}

#gnasuNew {
    position: relative;
    overflow: hidden;
}

/* 甘肃要闻 */
#gansu-message {
    height: 360px;
    overflow: hidden;
}

#gansu-message .bt-lists-covers {
    height: 360px;
}

#gansu-message .bt-lists-covers ul {
    position: relative;
    overflow: hidden;
}

#gansu-message .bt-lists-covers li:first-child {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: none;
}

.list-container {
    padding-top: 20px;
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;

    .left {
        width: 864px;
        padding: 30px 0px;

        .firstBox {
            background-color: #f3f3f3;
            display: flex;

            img {
                width: 600px;
                height: 400px;
            }

            .fontBox {
                width: 264px;
                padding: 20px;

                .firstTil {
                    color: #333;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 1.5;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .dateBox {
                    font-size: 14px;
                    color: #999999;
                    margin: 5px 0;
                    line-height: 1.5;
                }

                .firstTip {
                    font-size: 16px;
                    color: #666;
                    line-height: 1.5;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 6;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }
        }

        .list-item {
            border-bottom: 1px solid #eaeaea;
            display: flex;
            align-items: center;
            padding: 20px 0;

            img {
                width: 140px;
                height: 88px;
                margin-right: 20px;
            }

            .itemRight {
                flex: 1;

                .itemTil {
                    width: 100%;
                    font-size: 18px;
                    color: #222;
                    line-height: 1.5;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                    text-overflow: ellipsis;

                    &:hover {
                        color: #1955bd;
                    }
                }

                .itemTip {
                    font-size: 14px;
                    color: #666;
                    line-height: 1.5;
                    margin: 5px 0;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .dateBox {
                    font-size: 12px;
                    color: #999;
                    line-height: 1.5;
                }
            }
        }

        .pagination {
            display: flex;
            justify-content: center;
            margin-top: 30px;
            padding-bottom: 30px;
        }

        #page-numbers {
            display: flex;
        }

        .pagination button {
            background: #fff;
            border: 1px solid #ddd;
            color: #333;
            padding: 6px 12px;
            margin: 0 4px;
            cursor: pointer;
            border-radius: 4px;
            transition: all 0.3s;
            font-size: 16px;
            height: fit-content;
        }

        .pagination button:hover {
            background: #f0f0f0;
        }

        .pagination button.active {
            background: #1890ff;
            color: white;
            border-color: #1890ff;
        }

        .pagination button:disabled {
            color: #ccc;
            cursor: not-allowed;
        }
    }

    .right {
        width: 300px;

        .rdwz {
            border-bottom: 4px solid #f1f1f1;
            padding: 20px 0;
            overflow: hidden;

            .rListTil {
                font-weight: 600;
                font-size: 17px;
                margin-bottom: 15px;
            }
        }

        .rightList {
            border-bottom: 4px solid #f1f1f1;
            padding: 20px 0;
            overflow: hidden;

            .rListTil {
                font-weight: 600;
                font-size: 17px;
                margin-bottom: 15px;
            }

            .imgNew img {
                height: 85px;
                width: 100%;
                margin-bottom: 20px;
            }

            li {
                position: relative;
                line-height: 30px;
                height: 30px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-left: 10px;
                color: #333;

                &::before {
                    content: '';
                    position: absolute;
                    top: 14px;
                    left: 0;
                    display: inline-block;
                    width: 2px;
                    height: 2px;
                    background-color: #666;
                }

                img {
                    padding-right: 10px;
                    margin-right: 5px;
                    border-right: 2px solid #eaeaea;
                    width: 50px;
                    height: 20px;
                }
            }

            .imgList {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;

                .imgItem {
                    width: 140px;

                    img {
                        width: 100%;
                        height: 100px;
                    }

                    a {
                        color: #333;
                        font-size: 14px;
                        line-height: 1.5;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                        text-overflow: ellipsis;

                        &:hover {
                            color: #1955bd;
                        }
                    }
                }
            }
        }

        .ytdlm li {
            padding-left: 0;
            line-height: 40px;
            height: 40px;

            &::before {
                width: 0;
            }
        }

        .rightList:last-child {
            border-bottom: 0;
        }
    }
}

#dynamic-list {
    counter-reset: dynamic-counter;
    list-style: none;
}

#dynamic-list li {
    height: 40px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;

    a {
        display: inline-block;
        flex: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#dynamic-list li:first-child,
#dynamic-list li:nth-child(2),
#dynamic-list li:nth-child(3) {
    &::before {
        background-color: #930000;
    }
}

#dynamic-list li:last-child {
    border-bottom: 0;
}

#dynamic-list li::before {
    content: counter(dynamic-counter);
    counter-increment: dynamic-counter;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    background-color: #cacbc9;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
}

.detailBox {
    .post_title {
        font: 700 38px / 48px MicrosoftYaHei Bold, MicrosoftYaHei, Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
        color: #404040;
        text-align: center;
    }

    .post_info {
        margin-top: 18px;
        font: 14px / 1 Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
        color: #999;
        text-align: center;
    }

    .post_content {
        position: relative;
        /* padding-left: 170px; */
        margin-top: 28px;
        border-top: 1px solid #eee;
    }

    .post_body {
        padding-bottom: 20px;
        font: 18px / 34px Arial, Hiragino Sans GB, STHeiti, Helvetica Neue, Helvetica, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
        color: #404040;
        word-break: break-word;
    }
}
.post_body_content {
    width: 100%;
    text-align: right;
}

.tgBox {
    button {
        border: 0;
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        background-color: #1955bd;
        color: #fff;
    }

    .post_content {
        position: relative;
        margin: 10px 0;

        span {
            color: #165693;
            font-size: 16px;
            position: absolute;
            left: 12px;
            line-height: 43px;
            top: 0px;
        }

        input {
            width: 100%;
            padding: 0 10px 0 100px;
            outline-style: none;
            -webkit-appearance: none;
            background: #fff;
            height: 41px;
            line-height: 41px;
            border: 1px solid #dddddd;
            border-radius: 3px;
            font-size: 16px;
        }
    }

    #editor {
        border: 1px solid #dddddd;
        min-height: 200px;
        width: 100%;
        font-family: Arial, sans-serif;
        /* 设置字体 */
        font-size: 16px;
        /* 设置字体大小 */
        color: #333;
        /* 设置文本颜色 */
        background-color: #fff;
        /* 设置背景颜色 */
        line-height: 1.5;
        /* 设置行高 */
        padding: 41px 10px 0px 10px;
        resize: none;
    }

    #editor h1 {
        color: #007BFF;
        /* 设置标题颜色 */
    }

    #editor p {
        margin-bottom: 15px;
        /* 设置段落间距 */
    }
}

.friend_link {
    padding: 10px 20px;
}

.friend_title {
    color: #1955bd;
    font-weight: 700;
    padding: 5px;
    border-bottom: 2px solid rgb(88, 85, 85);
}

.links ul {
    display: flex;
    justify-content: space-evenly;
}

.links ul li {
    padding: 5px 0px;
}