﻿/* 顶部头图 */
.topimage {
    position: relative;
    width: 100%;
    height: 619px;
    background-image: url(../images/20220726_topimage.png);
    background-position: top center;
    background-repeat: no-repeat;
}

/* 顶部 */
.header-part {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #c63820;
}
.header-part .nav-menu {
    margin: 0 auto;
    position: relative;
    width: 1300px;
    height: 60px;
}
.nav-menu .nav-menu-list {
    position: relative;
    line-height: 60px;
    display: flex;
    justify-content: center;
}
.nav-menu .nav-menu-list .nav-menu-item {
    position: relative;
    flex: 1;
    text-align: center;
}
.nav-menu .nav-menu-list .nav-menu-item > a {
    display: block;
    color: #fff;
    text-align: center;
}
/* 二级子菜单 */
.nav-menu .nav-menu-list .nav-menu-item .sub-menu-list {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #c63820;
    z-index: 99;
}
.nav-menu .nav-menu-list .nav-menu-item .sub-menu-list p {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: 1px solid #fff;
}
.nav-menu .nav-menu-list .nav-menu-item .sub-menu-list p a {
    color: inherit;
}

/* 菜单-hover效果 */
.nav-menu .nav-menu-list .nav-menu-item:hover > a {
    color: #fff;
    background-color: #de4024;
} 
.nav-menu .nav-menu-list .nav-menu-item .sub-menu-list p:hover {
    color: #fff;
    background-color: #de4024;
}

/* 栏目 */
.normal-floor {
    margin: 20px 0px;
    position: relative;
    width: 100%;
    height: auto;
}
.normal-floor .normal-content {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    height: auto;
}
/* 今日头条 */
.jrtt {
    padding: 0px 50px;
    height: 120px;
    position: relative;
    display: flex;
}
.jrtt .jrtt-icon {
    width: 120px;
}
.jrtt .jrtt-icon img {
    margin: 10px auto 0px;
    display: block;
    vertical-align: middle;
}
.jrtt .split-line {
    margin: 20px 25px 0px;
    height: 60px;
}
.jrtt .jrtt-content {
    width: 920px;
}
/* 今日头条swiper */
#jrttSwiper {
    position: relative;
    width: 100%;
    height: 100%;
}
#jrttSwiper .swiper-slide .jrtt-title {
    padding: 10px 0px 15px;
}
#jrttSwiper .swiper-slide .jrtt-title p {
    color: #d2361f;
    font-size: 32px;
    font-weight: bold;
    text-align: center;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#jrttSwiper .swiper-slide .jrtt-abstract p {
    color: #333;
    font-size: 16px;
    text-align: center;

    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
#jrttSwiper .swiper-slide .jrtt-title p a,
#jrttSwiper .swiper-slide .jrtt-abstract p a {
    color: inherit;
}



/* block */
.block-normal {
    position: relative;
    width: 420px;
    height: auto;
}
.block-normal .blcok-title {

}
.block-normal .block-content {
    position: relative;
}
.block-normal .block-content .block-list {
    margin-top: 20px;
    position: relative;
}
.block-normal .block-content .block-list li {
    position: relative;
    height: 39px;
    line-height: 39px;
}
.block-normal .block-content .block-list li .text {
    margin-left: 12px;
    width: 98%;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.block-normal .block-content .block-list li:hover .text {
    padding-left: 8px;
    transition: all .3s;
    color: #E82E00;
}
.block-normal .block-content .block-list li:before {
    content: '';
    position: absolute;
    top: 48%;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #333;
    border-radius: 50%;
}

/* simple */
.simple {
    padding: 0px 20px;
    position: relative;
    width: 210px;
    height: auto;
    border: 2px solid #eee;
    border-top: 3px solid #EE3400;;
}
.simple .simple-title {
    height: 64px;
    line-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ffedc0;
}
.simple .simple-title h3 {
    color: #E82E00;
    font-size: 20px;
    font-weight: 700;
}
.simple .simple-title .channel-icon {
    display: block;
    max-width: 100%;
    vertical-align: middle;
} 
.simple .simple-content {
    height: auto;
}
.simple .simple-content ul {
    margin: 10px 0px;
    position: relative;
}
.simple .simple-content ul li {
    position: relative;
    padding-left: 25px;
    height: 39px;
    line-height: 39px;
}
.simple .simple-content ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.simple .simple-content ul li:hover a {
    color: #E82E00;
}
.simple .simple-content ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 32%;
    width: 2px;
    height: 13px;
    background-color: #EE3400;
    opacity: 0.6;
}


/* simple */
.text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text a {
    color: inherit;
}
.split-line {
    width: 1px;
    height: 80px;
    background-color: #d69f9c;
}



/* 新闻栏目 */
.news-channle .normal-content {
    display: flex;
    justify-content: space-between;
}
/* 轮播图 */
.news-banner {
    width: 440px;
    height: 300px;
}
#newsBanner {
    position: relative;
    width: 100%;
    height: 100%;
}
#newsBanner .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
}
#newsBanner .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 300px;
}

/* 自定义底部分页器 */
#newsBanner .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8px;
    left: auto;
    width: 25%;
    text-align: right;
    padding-right: 20px;
}
#newsBanner .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#newsBanner .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
}
/* 自定义底部content条框 */
#newsBanner .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#newsBanner .swiper-slide > .pic-content > a {
    display: block;
    width: 65%;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#newsBanner .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 自定义按钮 */
#newsBanner > .swiper-button-next,
#newsBanner > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#newsBanner > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_next.jpg) center no-repeat;
}
#newsBanner > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) center no-repeat;
}
/* 工作动态 */
.gzdt .block-normal {
    width: 455px;
}
/* 通知公告 */
.tzgg .block-normal {
    width: 260px;
}

/* 社情民意 */
.center-part .normal-content {
    position: relative;
    display: flex;
    justify-content: space-between;
}
/* 左侧 */
.center-part .normal-content .slide-left {
    position: relative;
    width: 200px;
}
.ryzc, .zxjg {
    margin-top: 20px;
    width: 100%;
}
/* 右侧 */
.center-part .normal-content .content-right {
    position: relative;
    width: 920px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.content-right .block-normal {
    margin: 10px 30px 20px 10px;
}
.content-right .block-normal:nth-child(2n) {
    margin-right: 0px;
}

/* 晋城政协 */
.dj-part {
    margin: 30px 0px;
    height: 450px;
}
.dj-part .normal-content {
    display: flex;
    justify-content: space-between;
}
.jczx {
    padding: 0px 20px;
    width: 300px;
    background-color: rgb(255, 255, 255, .6);
}
/* 党员风采 */
.dyfc .block-normal {
    width: 800px;
}
.dyfc-swiper {
    margin-top: 20px;
    height: 270px;
    position: relative;
    background-image: url(../images/20220726_dyfc_bg.png);
    background-size: contain;
}
#dyfcSwiper {
    padding: 30px 0px 10px;
    width: 90%;

}
#dyfcSwiper .swiper-slide .pic {
    margin: 0 auto;
    width: 130px;
    height: 180px;
    text-align: center;
    border: 1px solid #ddd;
}
#dyfcSwiper .swiper-slide .pic img {
    display: block;
    max-width: 100%;
    vertical-align: top;
}
#dyfcSwiper .swiper-slide .text {
    margin-top: 10px;
    text-align: center;
}
#dyfcSwiper .swiper-slide .text:hover {
    color: #EE3400;
}
/* 自定义按钮 */
.dyfc-swiper > .swiper-button-next,
.dyfc-swiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
.dyfc-swiper > .swiper-button-next {
    width: 30px;
    height: 30px;
    background: url(../images/swiper-origin-next.png) center no-repeat;
}
.dyfc-swiper > .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: url(../images/swiper-origin-prev.png) center no-repeat;
}


/* */
.con-part {
    background-image: url(../images/20220726_dyfc_part_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

/* 底部 */
.bottom-part {
    position: relative;
    width: 100%;
}
.bottom-part .bottom-content {
    margin: 0 auto;
    position: relative;
    width: 900px;
    display: flex;
}
.zbjg-text, .lxfs-text {
    margin: 0px 30px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.zbjg-text p, .lxfs-text p {
    margin: 10px 0px;
}