﻿body {
    background-color: #ffffff;
}
.con-right a {
    background-color: #fdb8a3 !important;
}
.con-right a:hover {
    background-color: #fc5858 !important;
}
/* 左侧导航 */
.party-contentbox {
    margin: 10px 0 30px;
    justify-content: space-between;
}
.party-contentbox-left {
    width: 175px;
}
.party-menu-list li {
    margin-bottom: 10px;
}
.party-menu-item {
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: center;
    color: #4f4f4f;
    /* letter-spacing: 0.5px; */
}
.party-menu-active,
.party-menu-item:hover {
    background-color: #ea5151;
    color: #ffffff;
}
/* 右侧列表 */
.party-contentbox-right {
    width: 988px;
    margin-top: -10px;
}
.party-list li {
    font-size: 18px;
    color: #b4b3b3;
    padding: 20px 0 20px 25px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}
/* .party-list li:first-child {
    padding: 10px 0 20px 25px;
} */
.party-list li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #ee5e5e;
}
/* .party-list li:first-child:before {
    top: 45%;
} */
.party-list li a {
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #353535;
    letter-spacing: 0.5px;
}
.party-list li a:hover {
    color: #e75252;
}

/* 员工风采 */
.banner-img img {
    width: 100%;
}
.list-box {
  margin-top: -30px;
}
.list-box li a {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
  
.list-box li:last-child  {
    border: none;
}
  
.list-box .left {
    width: 400px;
    height: 240px;
    background: #eee;
    float: left;
    overflow: hidden;
}
.list-box .left img {
    width: 100%;
}
.list-box .right {
    width: 752px;
    padding: 15px 0px 0px 0;
    letter-spacing: 0.5px;
}
.list-box .right h3 {
    color: #323232;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-box li:hover .right h3 {
    color: #d10000;
}
.list-box .right span {
    color: #7c7c7c;
    font-size: 14px;
    padding: 20px 0px;
    display: inline-block;
}
.list-box .right p {
    color: #2e2f2f;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 学习园地 */
.xxyd-contentbox-left {
    width: 66%;
}
.xxyd-contentbox-list {
    margin-top: -30px;
}
.xxyd-contentbox-list li {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.xxyd-contentbox-list li:hover h3 {
    color: #d10000;
}
.xxyd-contentbox-list li:last-child  {
    border: none;
}
.xxyd-news-title {
    color: #323232;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xxyd-news-time {
    font-size: 14px;
    color: #7c7c7c;
    display: inline-block;
    padding: 20px 0 22px;
}
.xxyd-news-content {
    color: #2e2f2f;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.xxyd-contentbox-right {
    width: 27%;
    padding: 22px 0 0 23px;
    border-top: 3px solid #e04643;
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.xxyd-content-title {
    font-size: 22px;
    color: #323232;
    font-weight: 600;
    margin-bottom: 24px;
}
.xxyd-content-title i {
    background: url(../images/icons.png) no-repeat;
    width: 29px;
    height: 32px;
    background-position: 0 -230px;
    vertical-align: -8px;
    margin-right: 8px;
}
.xxyd-item-list li {
    width: 297px;
    height: 162px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ededed;
    margin-bottom: 35px;
}
.xxyd-item-list li a:hover {
    border: 3px solid #f0cd98;
    transition-duration: 0.1s;
}
.xxyd-item-list li:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.xxyd-item-list li img {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* 党建综合页 */
.study-banner-img img {
    width: 100%; 
}
.study-dynamic {
    background-color: #f7f7f7;
    padding: 30px 0;
    /* margin-top: 30px; */
}
.dynamic-content {
    padding-top: 10px;
}
.dynamic-left {
    width: 580px;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.dynamic-left .swiper-slide p,
.dynamic-20left .swiper-slide p,
.dynamic-thought-left .swiper-slide p{
    position: absolute;
    padding: 20px 130px 15px 10px;
    bottom: 0;
    font-size: 15px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    background: linear-gradient(to bottom,
    rgba(24, 24, 24,0),
    rgba(24, 24, 24,0.2),
     rgba(24, 24, 24,0.5),
     rgba(24, 24, 24,0.7));
    color: #ffffff;
    letter-spacing: 0.5px;
}
.dynamic-left .swiper-slide img,
.dynamic-thought-left .swiper-slide img {
    width: 580px;
    height: 320px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.dynamic-left .swiper-slide:hover a img,
.dynamic-20left .swiper-slide:hover a img,
.dynamic-thought-left .swiper-slide:hover a img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.dynamic-left .swiper-pagination,
.dynamic-20left .swiper-pagination,
.dynamic-thought-left .swiper-pagination {
    text-align: right;
}
.dynamic-left .swiper-pagination-bullets,
.dynamic-20left .swiper-pagination-bullets,
.dynamic-thought-left .swiper-pagination-bullets {
    bottom: 10px !important;
    width: 98% !important;
}
.dynamic-left .swiper-pagination-bullet,
.dynamic-thought-left .swiper-pagination-bullet,
.dynamic-thought-left .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    margin: 0 5px !important;
    width: 9px !important;
    height: 9px !important;
}
.swiper-pagination-bullet-active {
    background: #ecbd59 !important;
}
.dynamic-left .swiper-button-next,
.dynamic-thought-left .swiper-button-next {
    background-image: url(../images/news-right.png);
    right: 0;
}
.dynamic-left .swiper-button-prev,
.dynamic-thought-left .swiper-button-prev {
    background-image: url(../images/news-left.png);
    left: 0;
}
.dynamic-left .swiper-button-next,
.news-left .swiper-button-prev,
.dynamic-thought-left .swiper-button-prev {
    width: 30px;
    height: 51px;
    background-size: 100%;
}
.dynamic-right {
    flex: 1;
    margin-left: 20px;
    width: calc(100% - 620px);
}
.dynamic-nav {
    width: 100%;
    padding: 12px 17px;
    border-bottom: 1px solid #ededed;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    line-height: 1.5;
}
.dynamic-right-nav {
    padding: 0 15px 12px;
}
.dynamic-nav:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #d10000;
    border-radius: 4px;
    bottom: 0;
    left: 30px;
}
.dynamic-nav h2,
.dynamic-nav .nav-href {
    color: #393939;
    font-size: 22px;
    font-weight: bold;
}
.dynamic-more {
    color: #b7b6b6;
}
.dynamic-more i {
    width: 8px;
    height: 14px;
    background: url(../images/icons.png) no-repeat;
    background-position: -51px -120px;
    vertical-align: -1px;
    margin-left: 5px;
}
.dynamic-content-list {
    padding: 10px 50px 0 15px;
}
.dynamic-content-list li a,
.study-content-list li a {
    display: inline-block;
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    color: #454545;
    font-weight: 400;
    line-height: 40px;
}
.dynamic-content-list li:hover a,
.study-content-list li:hover a {
    color: #d10000;
}

.study-box-nav h2,
.study-box-nav .nav-href{
    font-size: 20px;
}
.study-box {
    margin-bottom: 50px;
    background-color: #ffffff;
    border-radius: 8px;
}
.study-means-box {
    margin-bottom: 60px;
}
.study-content-list {
    padding: 10px 25px;
    position: relative;
}
.study-align {
    justify-content: space-between;
    align-items: flex-start;
}
.study-align>div {
    width: 48.7%;
}

/* 党建综合-员工风采 */
.round-box {
    padding: 30px 20px;
}
.round-box:last-child {
    margin-bottom: 30px !important;
}
.party-round-head {
    text-align: center;
    width: 100%;
    height: 35px;
    position: relative;
    margin-bottom: 30px;
}
.party-round-head .round-left-line,
.party-round-head .round-right-line {
    flex: 1;
    height: 1px;
    background: #dce2ec;
    position: relative;
    z-index: 1;
}
.party-round-head .round-left-line:after {
    content: "";
    position: absolute;
    right: -13px;
    top: 5px;
    width: 16px;
    height: 1px;
    background: #dce2ec;
    transform: rotate(40deg);
}
.party-round-head .round-right-line:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: #dce2ec;
    transform: rotate(140deg);
    left: -13px;
    top: 5px;
}
.round-box-title {
    font-size: 30px;
    color: #232930;
    letter-spacing: 0.5px;
    padding: 0 40px;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    z-index: 5;
}
.round-box-title:after {
    content: "";
    position: absolute;
    width: 135px;
    height: 18px;
    background-color: #fff5ca;
    bottom: 0;
    left: 34px;
    z-index: -1;
}
.party-round-list {
    flex-wrap: wrap;
    justify-content: space-between;
}
.party-round-list li:nth-child(1),
.party-round-list li:nth-child(2) {
    padding: 0 0 12px;
}
.party-round-list li {
    width: 48%;
    padding: 5px 0 2px;
}
.party-round-item {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 1.5;
    align-items: flex-start;
    position: relative;
}
.party-left {
    width: 218px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
}
.party-round-item .party-left:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.party-round-item .party-left img {
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.party-round-list li:hover p,
.party-round-list li:hover .party-item-title {
    color: #d10000;
}
.party-left>img {
    width: 218px;
    height: 150px;
}
.party-item-right {
    flex: 1;
    margin-left: 20px;
}
.party-item-title {
    font-size: 19px;
    color: #343434;
    font-weight: bold;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.party-item-content {
    line-height: 26px;
    padding-top: 10px;
    color: #5f5f5f;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0.8px;
}
.party-round-list li .party-round-spot {
    font-size: 28px;
    color: #d10000;
}
.party-round-list li p {
    display: inline-block;
    color: #343434;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    letter-spacing: 0.8px;
}
.party-round-list li .party-round-time {
    color: #979797;
    font-size: 16px;
}
/* 学习园地 */
.party-round-list li.round-study-item {
    box-sizing: border-box;
    width: 43%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.party-round-list li.round-study-item a {
    color: #757575;
}
.party-round-list li.round-study-item:hover a {
    color: #d10000;
}
.party-round-list li.round-study-item:nth-child(odd) {
    padding-left: 70px;
}
/* 专题推荐 */
.special-box {
    background: url(../images/bg-special.png) no-repeat;
    width: 100%;
    height: 338px;
    background-size: 100% 100%;
    padding-top: 30px;
    box-sizing: border-box;
}
.special-head {
    padding: 0 20px;
    box-sizing: border-box;
}
.special-head .round-box-title {
    color: #f0cd98;
}
.special-head.party-round-head .round-left-line,
.special-head.party-round-head .round-right-line {
    background-color: #e04a40;
}
.special-head.party-round-head .round-left-line:after,
.special-head.party-round-head .round-right-line:after {
    background: #e04a40;
}
.special-head .round-box-title:after {
    background: #e14b40;
}
.special-box .swiper {
    width: 97%;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.special-box .swiper .swiper-slide a {
    width: 370px;
    height: 204px;
    box-sizing: border-box;
    border: 1px solid #f0cd98;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
.special-box .swiper .swiper-slide a:hover {
    border: 3px solid #f0cd98;
    transition-duration: 0.1s;
}
.special-box .swiper .swiper-slide a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.special-box .swiper img {
    width: 370px;
    height: 204px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.special-box .swiper .swiper-slide:last-child img {
    box-sizing: border-box;
    border: 1px solid #f0cd98;
}
.special-content {
    position: relative;
}
/* 2023.5.26 隐藏左右箭头 */
.special-box .swiper-button-next,
.special-box .swiper-button-prev {
    width: 17px;
    height: 37px;
    background-size: inherit;
    outline: none;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    display: none;
}
.special-box .swiper-button-next {
    background-position: -57px -230px;
    right: 1px !important;
}
.special-box .swiper-button-prev {
    background-position: -35px -230px;
    left: 1px !important;
}

/* 中共二十大专题 */
.th-20container {
    background-color: #f7f7f7;
    padding-bottom: 40px;
}
.dynamic-20content {
    justify-content: space-between;
    padding-bottom: 10px;
}
.dynamic-20left {
    width: 710px;
}
.dynamic-swiper {
    width: 710px;
    height: 392px;
    overflow: hidden;
    position: relative;
}
.dynamic-20left .swiper-slide img {
    width: 710px;
    height: 392px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.dynamic-20right {
    width: 458px;
    height: 742px;
    background: url(../images/bg-spirit.png) no-repeat;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 17px;
    line-height: 40px;
    overflow: hidden;
}
.dynamic-20right-head {
    position: relative;
}
.dynamic-20right .news-20more {
    color: #f0cd98;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    z-index: 9;
}
.dynamic-20right .news-20more i {
    width: 8px;
    height: 14px;
    background: url(../images/icons.png) no-repeat;
    background-position: -72px -120px;
    vertical-align: -1px;
    margin-left: 3px;
    background-blend-mode: #000;
}
.dynamic-20right h2,
.dynamic-20right .nav-href {
    text-align: center;
    font-size: 30px;
    color: #f0cd98;
    font-weight: bold;
    position: relative;
    z-index: 5;
    letter-spacing: 0.5px;
    margin: 24px 0 30px;
    display: block;
}
.dynamic-20right h2::after,
.dynamic-20right .nav-href::after {
    content: "";
    position: absolute;
    width: 135px;
    height: 18px;
    left: 132px;
    background-color: #cb2e24;
    z-index: -1;
    bottom: -3px;
}
.dynamic-20right li a {
    color: #ffffff;
    position: relative;
    padding-left: 11px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dynamic-20right li::before {
    content: "";
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    background-color: #f0cd98;
    top: 16px;
    left: -9px;
    position: absolute;
}
.dynamic-20right li {
    padding-bottom: 15px;
    position: relative;
}
.dynamic-20right li:hover a {
    color: #f0cd98;
    font-weight: bold;
}
.round-20box {
    margin-bottom: 0;
    margin-top: 40px;
    padding: 20px 20px 15px;
}
.dynamic-content-20list {
    padding-top: 0;
}
.party-20round-head {
    margin-bottom: 20px;
}
.party-20round-head .round-box-title {
    color: #d10000;
}
.party-20round-head .round-left-line,
.party-20round-head .round-right-line {
    background-color: #e04a40;
}
.party-20round-head .round-left-line:after,
.party-20round-head .round-right-line:after {
    background: #e04a40;
}
.dynamic-20more {
    color: #d10000;
    display: inline-block;
    margin-left: 15px;
}
.dynamic-20more i {
    width: 8px;
    height: 14px;
    background: url(../images/icons.png) no-repeat;
    background-position: -62px -120px;
    vertical-align: -1px;
    margin-left: 3px;
}
.party-round-20list {
    flex-wrap: wrap;
}
.party-round-20list li {
    width: 49%;
    line-height: 43px;
    padding: 0 !important;
}
.party-round-20list li a {
    padding-left: 30px;
    color: #454545;
    font-size: 17px;
    position: relative;
    display: block;
    width: 92%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.party-round-20list li a:before {
    content: "";
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    background-color: #f0cd98;
    top: 18px;
    left: 10px;
    position: absolute;
}
.party-round-20list li a:hover {
    color: #d10000;
}
.party-round-20list li a:hover:before {
    background-color: #d10000;
}

/* 正文页 */
.partyText-contentbox {
    justify-content: space-between;
}
.partyText-contentbox-left {
    width: 66%;
}
.partyText-news-title-box {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}
.partyText-news-title {
    color: #323232;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.partyText-news-time {
    font-size: 14px;
    color: #7c7c7c;
}
.partyText-news-content {
    color: #2e2f2f;
    margin: 20px 0;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: center;
}
.partyText-news-content p,
.partyText-news-content h1,
.partyText-news-content h2,
.partyText-news-content h3,
.partyText-news-content h4,
.partyText-news-content span,
.partyText-news-content div,
.partyText-news-content ul,
.partyText-news-content li{
    text-align: left;
}
.partyText-news-content p {
    /* padding-bottom: 10px; */
    text-indent: 2em;
    font-size: 16px !important;
    font-family: 'Microsoft Yahei' !important;
    line-height: 30px !important;
}
.partyText-news-content p span {
    font-size: 16px !important;
    font-family: 'Microsoft Yahei' !important;
}
.partyText-news-content table td p {
    text-indent: 0;
}
.partyText-news-content img {
    max-width: 100% !important;
    border-radius: 10px;
    height: auto !important;
    display: block;
    margin: 20px auto;
}
.partyText-news-foot {
    display: block;
    color: #6b9fff;
    text-align: center;
    position: relative;
    margin: 40px 0 50px;
}
.partyText-news-foot:before,
.partyText-news-foot:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #eeeeee;
    top: 50%;
    transform: translate(0, -50%);
}
.partyText-news-foot:before {
    left: 0;
}
.partyText-news-foot:after {
    right: 0;
}
.partyText-news-foot i {
    width: 17px;
    height: 17px;
    background: url(../images/icons.png) no-repeat;
    background-position: -34px -147px;
    vertical-align: -3px;
    margin-right: 8px;
}
.partyText-content-title {
    font-size: 22px;
    color: #323232;
    font-weight: 600;
    margin-bottom: 23px;
}
.partyText-content-title i {
    background: url(../images/icons.png) no-repeat;
    width: 29px;
    height: 32px;
    background-position: 0 -230px;
    vertical-align: -8px;
    margin-right: 8px;
}
.partyText-contentbox-right {
    width: 27%;
    padding: 20px 0 0 20px;
    border-top: 3px solid #e04643;
    border-left: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.partyText-item-list li {
    padding: 20px 30px 20px 15px;
    border: 1px solid #ededed;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.partyText-item-list li h2 {
    font-size: 16px;
}
.partyText-item-list li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #e04643;
    top: 50%;
    left: -24px;
    transform: translate(0, -50%);
}
.partyText-item-list li:last-child {
    margin-bottom: 0;
}
.partyText-item-list li:hover {
    background-color: #e04643;
}
.partyText-item-list li:hover h2, .partyText-item-list li:hover p {
    color: #ffffff;
}
.partyText-item-list li h2 {
    color: #e04643;
    font-weight: 600;
}
.partyText-item-list li p {
    color: #2e2f2f;
    font-size: 14px;
    padding-top: 10px;
    line-height: 26px;
}
/* 关注二维码 */
.follow-box {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.follow-title {
    font-size: 38px;
    color: #104280;
    font-weight: bold;
    margin-top: -10px;
    letter-spacing: 1.2px;
}
.follow-title i {
    background: url(../images/icon-follow.png) no-repeat;
    width: 48px;
    height: 41px;
    vertical-align: -5px;
    margin-right: 15px;
}
.follow-code {
    text-align: center;
    margin: 0 50px;
}
.follow-code:last-child {
    margin: 0;
}
.follow-code figure {
    margin: 0 auto 10px;
    width: 105px;
    height: 105px;
    border: 2px solid #e4effd;
    padding: 2px;
    box-sizing: border-box;
}
.follow-code figure img {
    width: 97px;
    height: 97px;
}
.follow-code p {
    color: #36355f;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}


/* 思想主题教育专题 */
.thought-head-container {
    background-color: #fff;
    padding-bottom: 32px;
}
.thought-body-container {
    background-color: #f7f7f7;
    padding: 32px 0;
}
.dynamic-thought {
    justify-content: space-between;
}
.dynamic-thought-left, .thought-swiper {
    width: 580px;
    height: 320px;
}
.dynamic-thought-left .swiper-slide p {
    padding: 20px 130px 15px 20px;
}
.thought-right {
    width: 592px;
    box-sizing: border-box;
}
.thought-right-head {
    background: url(../images/bg-thought.png);
    width: 592px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    position: relative;
}
.thought-right-head .nav-href {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.thought-right-head .news-more {
    color: #ffcf5b;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    line-height: 1;
    z-index: 9;
}
.thought-right-head .news-more i,
.thought-more i {
    width: 6px;
    height: 13px;
    background: url(../images/thought-icons.png) no-repeat;
    background-position: -10px -35px;
    vertical-align: -1px;
    margin-left: 3px;
}
.thought-list {
    box-sizing: border-box;
    width: 592px;
    height: 268px;
    padding: 10px 20px 0;
    border: 1px solid #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.thought-list li {
    padding: 13px 0;
    position: relative;
}
.thought-list li a {
    color: #515151;
    line-height: 1;
    padding-left: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thought-list li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #bfbfbf;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.thought-list li:hover a {
    color: #e89e5f;
    font-weight: bold;
}
.thought-list li:hover::before {
    background-color: #f2b078;
}
.round-thought-box {
    border: 1px solid #eeeeee;
    border-top: 3px solid #e04643;
    border-radius: 0;
}
.round-trends-box {
    margin-bottom: 30px;
}
.party-thought-head {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}
.thought-icons {
    background: url(../images/thought-icons.png) no-repeat;
    width: 30px;
    height: 30px;
    vertical-align: -5px;
    margin-right: 10px;
}
.th1-icons {
    background-position: 0 0;
}
.th2-icons {
    background-position: -34px 0;
}
.thought-box-title {
    font-size: 30px;
    line-height: 1.2;
    color: #202020;
    font-weight: bold;
}
.thought-more {
    color: #b0b0b0;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}
.thought-more i {
    background-position: 0 -35px;
}
.party-round-box {
    padding: 0 30px 30px;
}
.party-thought-list,
.party-material-list {
    flex-wrap: wrap;
    justify-content: space-between;
}
.party-thought-list li {
    width: 46%;
    position: relative;
}
.party-thought-list li:nth-child(1),
.party-thought-list li:nth-child(2) {
    margin-bottom: 30px;
}
.party-thought-list li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 130px;
    background-color: #f6f6f6;
    top: 20px;
    right: -45px;
}
.party-thought-list li:nth-child(2n+2):after {
    width: 0;
}
.party-thought-list li h3 {
    color: #292929;
    min-height: 68px;
    font-size: 20px;
    font-weight: bold;
    white-space: normal;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
}
.party-thought-list li:hover h3 {
    color: #ef5848;
}
.party-thought-list li p {
    color: #454545;
    padding-top: 10px;
    white-space: normal;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
}
/* 学习材料 */
.round-material-box {
    margin-bottom: 7px;
}
.party-round-material {
    padding: 0 30px 20px;
}
.party-material-list {
    position: relative;
}
.party-material-list::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 130px;
    background-color: #f6f6f6;
    top: 0;
    left: 49.9%;
    transform: translate(-50%, 0);
}
.party-material-list li {
    width: 46%;
    position: relative;
}
.party-material-list li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #bfbfbf;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.party-material-list li a {
    color: #454545;
    font-size: 17px;
    line-height: 43px;
    padding-left: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.party-material-list li:hover::before {
    background-color: #ef5848;
}
.party-material-list li:hover a {
    color: #ef5848;
}