.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 0 20px 0;
    margin-bottom: 35px;
}

.column .title {
    font-size: 32px;
    font-weight: bold;
    color: #2F2F2F;
    position: relative;
}

.column .title::after {
    content: '';
    height: 5px;
    width: 65px;
    background: #EE1C25;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.column2 .title::after {
    background: #fff;
}

.column .more {
    color: #8D8D8D;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.column .more::before {
    content: '';
    width: 45px;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #8D8D8D;
    margin-right: 10px;
}

.column .more:hover {
    color: #EE1C25;
}

.column .more:hover::before {
    border-bottom: 1px solid #EE1C25;
}

/* --- 党建索引页 --- */
.up-gzdt {
    width: 100%;
    padding-bottom: 100px;
    position: relative;
    background: url(../img/up-gzdt-bg.jpg) center no-repeat;
    background-size: cover;
}

.gzdtBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.gzdtlist {
    flex: 1;
    box-sizing: border-box;
    padding-left: 35px;
}

.gzdtlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gzdtlist ul li {
    width: calc((100% - 35px) / 2);
    height: 192px;
    background: #fff;
    box-shadow: 0px 0px 34.31px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    align-items: center;
}

.gzdtlist ul li:nth-child(5),
.gzdtlist ul li:nth-child(6) {
    margin-bottom: 0;
}

.gzdtlist ul li a {
    width: 100%;
    position: relative;
}

.gzdtlist ul li .title {
    line-height: 35px;
    height: 70px;
    color: #2C2C2C;
    margin-bottom: 40px;
}

.gzdtlist ul li .dete {
    font-size: 16px;
    color: #989898;
    position: relative;
}

.gzdtlist ul li .dete::after {
    content: '';
    width: 10px;
    height: 19px;
    display: inline-block;
    background: url(../img/jt-r.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.gzdtlist ul li:hover .dete::after {
    opacity: 1;
}

.gzdtSlide {
    width: 820px;
    position: relative;
    box-shadow: 0px 0px 34.31px 0px rgba(0, 0, 0, 0.1);
}

.gzdtSlide .swiper-slide .img {
    overflow: hidden;
}

.gzdtSlide .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.gzdtSlide .swiper-slide .text {
    width: 100%;
    height: 185px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 25px;
}

.gzdtSlide .swiper-slide::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 2px solid #EE1C25;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.gzdtSlide .swiper-slide .title {
    font-weight: bold;
    color: #2C2C2C;
    line-height: 30px;
    height: 30px;
}

.gzdtSlide .swiper-slide .desc {
    color: #9E9E9E;
    line-height: 28px;
    height: 56px;
    margin: 10px 0 25px 0;
}

.gzdtSlide .swiper-slide .dete {
    font-size: 16px;
    color: #989898;
}

.gzdtSlide .swiper-slide .dete::before,
.gzdtlist ul li .dete::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/dete-000.png) center no-repeat;
    background-size: cover;
    opacity: .5;
    position: relative;
    top: 1px;
}

.gzdtSlide .swiper-slide .dete::before {
    width: 14px;
    height: 14px;
}

.gzdtSlide .swiper-pagination {
    right: 25px;
    bottom: 23px;
    z-index: 9;
}

.gzdtSlide .swiper-slide:hover::before {
    width: 100%;
}

.gzdtSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gzdtSlide .swiper-pagination {
    right: 25px;
    bottom: 23px;
    z-index: 9;
}

.gzdtSlide .swiper-pagination-bullet {
    background: #D8D8D8;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
}

.gzdtSlide .swiper-pagination-bullet-active {
    background: #EE1C25;
}

.up-dqgk {
    width: 100%;
    background: url(../img/up-djpp-bg.png) center top no-repeat;
    background-size: 100% auto;
    padding: 80px 0;
    overflow: hidden;
}

.dzzgk {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 52px;
}

.djpp-text,
.dzzgk .column {
    position: relative;
    z-index: 9;
}

.dzzgk .img {
    width: 35%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
}

.dzzgk .img img {
    width: 100%;
}

.dzzgk .text {
    width: 71%;
    position: relative;
    z-index: 9;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 50px 55px 50px 110px;
}

.dzzgk .text::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/dzzgk-bg.png) right bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.djpp-text .desc {
    color: #2C2C2C;
    font-size: 20px;
    line-height: 40px;
    height: 320px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.djpp-text .desc p {
    display: block;
}

.djpp-text .more {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.djpp-text .more a {
    color: #8D8D8D;
}

.djpp-text .more::before {
    content: '';
    width: 45px;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #8D8D8D;
    margin-right: 10px;
}

.dzzgk .column-col2 {
    position: absolute;
    left: 0;
    top: 60px;
    margin: 0;
    z-index: 9;
}

.ghgz_qngz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.up-djpp {
    width: 100%;
    background: url(../img/up-djpp-bg.png) center top no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.up-djpp .column2 {
    margin-bottom: 70px;
}

.up-ghgz,
.up-qngz {
    width: calc((100% - 65px) / 2);
}

.up-qngz li {
    width: 100%;
    height: 114px;
    background: #fff;
    box-shadow: 0px 0px 34.31px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 22px;
    display: flex;
    align-items: center;
}

.up-qngz li:last-of-type {
    margin-bottom: 0;
}

.up-qngz li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.up-qngz li .img {
    width: 130px;
}


.up-qngz li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 17px;
}

.up-qngz li .title {
    color: #242424;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.up-qngz li .decs {
    font-size: 16px;
    color: #242424;
    line-height: 22px;
    height: 22px;
    opacity: 0.5;
}

.up-qngz li .dete {
    width: 130px;
    height: 82px;
    background: url(../img/qngz-date-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #EE1C25;
}

.up-qngz li .dete .d {
    font-size: 28px;
    font-style: italic;
}

.up-qngz li .dete .y {
    font-size: 16px;
    font-style: italic;
}

.up-qngz li:hover .dete {
    background: url(../img/qngz-date-bg2.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.up-qngz li:hover .title {
    color: #EE1C25;
    font-weight: bold;
}

.ghgz-list-li ul li {
    width: 100%;
    height: 83px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    margin-top: 27px;
    box-sizing: border-box;
    padding: 0 30px;
}

.ghgz-list-li ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.ghgz-list-li ul li .title {
    color: #2F2F2F;
    line-height: 30px;
    height: 30px;
}

.ghgz-list-li ul li .dete {
    color: #323232;
    opacity: .5;
    display: flex;
    align-items: center;
}

.ghgz-list-li ul li .dete::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/dete-000.png) center no-repeat;
    background-size: cover;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.ghgz-list-li ul li:hover {
    background: #EE1C25;
}

.ghgz-list-li ul li:hover .title {
    color: #fff;
    font-weight: bold;
}

.ghgz-list-li ul li:hover .dete {
    color: #fff;
    opacity: 1;
}

.ghgz-list-li ul li:hover .dete::before {
    background: url(../img/dete-fff.png) center no-repeat;
    background-size: cover;
}

.ghgz-pic-li ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ghgz-pic-li ul li {
    width: calc((100% - 30px) / 2);
}

.ghgz-pic-li ul li .img {
    overflow: hidden;
    position: relative;
}

.ghgz-pic-li ul li .img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.ghgz-pic-li ul li .text {
    width: 100%;
    height: 100px;
    background: #EE1C25;
    box-sizing: border-box;
    padding: 0 23px;
    display: flex;
    align-items: center;
}

.ghgz-pic-li ul li .title {
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    height: 70px;
    text-align: justify;
    width: 100%;
}

.column2 .title {
    color: #fff;
}

.column2 .more {
    color: #fff;
    opacity: .7;
}

.column2 .more:hover {
    opacity: 1;
    color: #fff;
}

.column2 .more::before {
    border-bottom: 1px solid #fff;
}

.dycfImg img {
    width: 100%;
}


.gzdtSlide .swiper-slide .dete::before,
.gzdtlist ul li .dete::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img/dete-000.png) center no-repeat;
    background-size: cover;
    opacity: .5;
    position: relative;
    top: 1px;
}

.gzdtSlide .swiper-slide .dete::before {
    width: 14px;
    height: 14px;
}

.gzdtSlide .swiper-pagination {
    right: 25px;
    bottom: 23px;
    z-index: 9;
}

.gzdtSlide .swiper-pagination-bullet {
    background: #D8D8D8;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
}

.gzdtSlide .swiper-pagination-bullet-active {
    background: #EE1C25;
}

.gzdtlist ul li:hover {
    background: url(../img/gzdtlist-img.jpg) center no-repeat;
    background-size: cover;
}

.gzdtlist ul li:hover .title {
    color: #fff;
    font-weight: bold;
}

.gzdtlist ul li:hover .dete {
    color: #fff;
}

.gzdtlist ul li:hover .dete::before {
    background: url(../img/dete-fff.png) center no-repeat;
    background-size: cover;
    opacity: 1;
}

.djpplist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.djpplist .item {
    width: calc((100% - 60px) / 3);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    padding: 0 10px 60px 10px;
}

.djpplist .item .name {
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #FFF0D5;
    border-radius: 50px 0px 50px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #EE1C25;
    margin-top: -35px;
}

.xjdzz_list {
    box-sizing: border-box;
}

.xjdzz_list ul {
    width: 100%;
    height: 285px;
    height: 380px;
    overflow: auto;
    box-sizing: border-box;
    padding: 0 35px;
    /* 滚动条样式 */
    scrollbar-width: thin;
    scrollbar-color: #EE1C25 #fab6ba;
    margin-top: 20px;
}

/* Webkit浏览器滚动条样式 */
.xjdzz_list ul::-webkit-scrollbar {
    width: 4px;
}

.xjdzz_list ul::-webkit-scrollbar-track {
    background: #EE1C25;
    border-radius: 3px;
}

.xjdzz_list ul::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.xjdzz_list ul::-webkit-scrollbar-thumb:hover {
    background: #EE1C25;
}

.xjdzz_list ul::-webkit-scrollbar-button {
    display: none;
}

.xjdzz_list li {
    height: 95px;
    line-height: 95px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(237, 44, 37, .12);
    position: relative;
}

.xjdzz_list li a {
    display: block;
    width: 100%;
    width: calc(100% - 45px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.xjdzz_list li::before {
    content: '';
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    border: 1.19px solid #EE1C25;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 26px;
    background: url(../img/dzb-li-ico.png) center no-repeat;
}

.xjdzz_list li a {
    font-size: 21px;
    color: #333;
}

.xjdzz_list li img {
    margin-right: 10px;
    font-size: 32px;
}

.xjdzz_list li:hover a {
    color: #ED2C25;
}

.xjdzz_list li:hover::before {
    background: url(../img/dzb-li-ico2.png) center no-repeat #EE1C25;
}

.bzhdzb_text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.bzhdzb_text p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-indent: 2em;
}

.bzhdzb_text a {
    color: #EE1C25;
    text-align: right;
    width: 100%;
    display: inline-block;
    font-size: 16px;
}

.xjdzz_list li.jcdzz_li {
    box-sizing: border-box;
    padding-left: 20px;
    height: 55px;
    line-height: 55px;
}

.xjdzz_list li.jcdzz_li::before {
    width: 28px;
    height: 28px;
    top: 13px;
}

.xjdzz_list li.jcdzz_li a {
    font-size: 16px;
}