*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  line-height: 1;
}
body, html {
  margin: 0;
  height: 100%;
}
body {
  font-family: Microsoft YaHei, SimSun, Arial;
}
.bannerImg{
    width: 100%;
    display: block;
}
.navWrap{
    width: 100%;
    height: 98px;
    background: #F30000;
    /* background-size: 100% 100%; */
}
.navCont{
    width: 1200px;
    height:100%;
    /* background: url('/cms-23ztjy-theme/assets/navBg-middle.png') no-repeat; */
    /* background-size: 100% 100%; */
    margin: 0 auto;
    /* padding-left: 27px; */
}
.navCont div{
    height: 98px;
    line-height: 98px;
    float: left;
    width: 190px;/*20231012修改*/
    text-align: center;
    font-size: 32px;/*20231012修改*/
    font-weight: bold;
    color: #FFF8BD;
    text-shadow: 0px 8px 5px rgba(106,18,23,0.41);
}
.navCont .active,.navCont div:hover{
    background: url('/cms-23ztjy-theme/assets/activeMark.png') no-repeat;
    background-size: 20px 16px;
    background-position: center bottom;
    cursor: pointer;
}
.navBottomBar{
    background-color: #CA2C20;
    width: 100%;
    height: 8px;
}

/* 内容部分------------------------ */
/*20231012修改*/
.contBg{
    background: url('/cms-23ztjy-theme/assets/contentBg.png') no-repeat;
    background-size: 100% auto;
}
.contentWrap{
    width: 1200px;
    margin: 0 auto;
}
.titleClass{
    display: inline-block;
    width: 500px;/*20231012修改*/
    height: 213px;/*20231012修改*/
    margin-left: 350px;/*20231012修改*/
    margin-bottom: 48px;/*20231012修改*/
    background: url('/cms-23ztjy-theme/assets/title-bg_01.png') no-repeat;/*20231012修改*/
    background-size: 100% 100%;
}
.titleTxt{
    font-size: 42px;/*20231012修改*/
    font-weight: bold;
    color: #FFF8BD;
    margin-top: 40px;/*20231012修改*/
    margin-left: 208px;
    text-shadow: 0px 8px 5px rgba(106,18,23,0.41);
}
/* 中央精神-------------- */
.marginTop-zzjs{
    margin-top: 44px;
}
.zyjsImgWrap{
    width: 520px;/*20231012修改*/
    height: 350px;/*20231012修改*/
    /* background: url('/cms-23ztjy-theme/assets/zyjsLeftBg.png') no-repeat; *//*20231012修改*/
    /* background-size: 610px 353px;
    background-position: bottom; */
    display: inline-block;
    margin-left: -10px;
    vertical-align: top;
}
.zyjsImg{
    width: 520px;
    height: 350px;
    margin-left: 38px;
}
.zyjsRight{
    display: inline-block;
    vertical-align: top;
    width: 594px;
    margin-left: 6px;
    float: right;
}
.marginTop-jtbs{
    margin-top: 40px;/*20231012修改*/
}
.zyjsRightItem{
    height: 52px;/*20231012修改*/
    border-bottom: 2px dashed #838282;
    font-size: 18px;/*20231012修改*/
    font-weight: bold;
    color: #333333;
    line-height: 52px;/*20231012修改*/
    /* padding-top: 15px; *//*20231012修改*/
    cursor: pointer;
    width: 594px;/*20231012修改*/
}
.zyjsRightItem:first-child{
    margin-top: -15px;
}
.zyjsRightItem .txtTag{
    width: 60px;/*20231012修改*/
    height: 36px;/*20231012修改*/
    background: #FFFFFF;
    border: 1px solid #CA2C20;
    font-size: 20px;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #CA2C20;
    line-height: 20px;
    padding-left: 9px;
    padding-top: 8px;
    display: inline-block;
}
.zyjsRightItem .txt{
    display: inline-block;
    width: 525px;/*20231012修改*/
    float: right;
    line-height: 28px;
    height: 28px;/*20231012修改*/

}
.zyjsRightItemTxt{/*20231012修改*/
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 48px;
    height: 48px;
    width: 595px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    line-height: 28px; */
}
.zyjsRightItemTxt:hover{
    color: #C60000;
    cursor: pointer;
}
.zyjsRightItemTxt_s{/*20231012修改*/
    display: inline-block;
    width: 525px;
}
.more{
    width: 100%;
    height: 38px;
    background: #CA2C20;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}
.zyjsRightMore{
    margin-top: 15px;/*20231012修改*/
}

/* 集团部署---------------------- */
.jtbsLeft{
    width: 606px;
    display: inline-block;
    vertical-align: top;
    margin-top: -16px;/*20231012修改*/
}
.jtbsLeftItem{/*20231012修改*/
    width: 100%;
    height: 52px;
    /* background: #EAEBEC; */
    padding-left: 10px;
    padding-right: 29px;
    height: 52px;
    line-height: 52px;
    border-bottom: #ccc dashed 1px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word; */
}
.jtbsLeftItem .text{
    font-size: 18px; /*20231012修改*/
    font-weight: bold;
    color: #333;
    line-height: 52px; /*20231012修改*/
}
.jtbsLeftItem .text:hover{/*20231012修改*/
    color: #C60000;
    cursor: pointer;
}
.jtbsRight{
    width: 550px;
    height: 366px;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.jtbsRightImg{
    width: 100%;
}
.jtbsLeftMore{
    margin-top: 22px;
}
.jtbsLeftItem .redDot{
    font-size: 40px!important;
    vertical-align: bottom;
    color: #CA2C20;
    margin-right: 10px;
}
.swiper-pagination-bullets {
    z-index: 9999;
    position: absolute;
    text-align: right;
    margin-bottom: 6px;
    padding-right: 8px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 0;
    /* border: 1px solid red; */
    opacity:1;
    margin: 0 0 3px 11px!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.swiper-pagination-bullet-active {
    background: #CA2C20;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: right;
    bottom: 21px;
    width: calc(100% - 27px)!important;
}
/*20231012修改 综合动态--begin */
.zhdtCont{
    width: 1200px;
    height: 334px;
    display: inline-block;
    vertical-align: top;
    background: url('/cms-23ztjy-theme/assets/zhdt_bg.png') no-repeat;	
    background-size: 100% 100%;
}
.zhdtLeft{
    width: 550px;
    float: left;
    margin-left: 50px;
    margin-top: 20px;
}
.zhdtRight{
    width: 550px;
    float: right;
    /* margin-right: 50px; */
    margin-top: 20px;    
}
.zhdtTitle{
    display: inline-block;
    background: url('/cms-23ztjy-theme/assets/jcsjTitleBg.png') no-repeat;
    background-size: 100% 100%;
    width: 320px;
    height: 101px;
    margin: 0 auto;
    padding-top: 26px;
    padding-left: 52px;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
}
.zhdtMore{
    display: inline-block;
    float: right;
    width: 90px;
    height: 38px;
    background: #CA2C20;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    margin-top: 31px;
    cursor: pointer;
}
.zhdtItemWrap{
    padding-left: 20px;
    margin-top: 13px;
    margin-bottom: 10px;
}
.zhdtItem{
    width: 441px;/*20231012修改*/
    height: 52px;
    /* margin-bottom: 10px; */
    /*padding-top:20px;*/
    padding-left: 10px;
    padding-right: 10px;
   
}
.zhdtItem .text{
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    display: inline-block;/*20231012修改*/
    overflow: hidden;/*20231012修改*/
    text-overflow: ellipsis;/*20231012修改*/
    white-space: nowrap;/*20231012修改*/
    /*    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;*/
}
.zhdtItem .text:hover{
    color: #C60000;
}
.zhdtItemLast{
    margin-bottom: 0;
}
/*.zhdtItem .redDot{
    width:13px ;
    height: 13px;
    background: url(../img/five_str.png) no-repeat;
    display: inline-block;
    margin-right: 10px;
}*/
/*20231012修改 综合动态---end */
/**20231012修改 基层行动-start*/
.jcxdTitle{
    display: inline-block;
    background: url('/cms-23ztjy-theme/assets/jcxdTitleBg.png') no-repeat;
    background-size: 100% 100%;
    width: 551px;
    height: 47px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}
.jcxdItemWrap{
    /*padding-left: 20px;*/
    margin-top: 13px;
}
.jcxdItem{
    width: 100%;
    height: 102px;
    margin-bottom: 5px;
    /*padding-left: 24px;*/
    padding-right: 30px;
}
.jcxdItem_r{
    width: 100%;
    overflow: hidden;
}
.jcxdItem .text{
	  width: 480px;
    height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 52px;
    overflow: hidden;
}
.jcxdItem_r .text{
	width: 100%;
    padding-right: 30px;
    height: 53px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 53px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jcxd_ico{
	background: #cb0000;
	border-radius: 6px;
	width: 6px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
}
.jcxd_r_ico{
	background: #cb0000;
	border-radius: 4px;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 10px;	
}
.jcxdItem_cont{
	font-size: 16px;
	line-height: 30px;
	padding-left: 15px;
}

.jcxdItemLast{
    margin-bottom: 0;
}
.jcxdItem:hover,.jcxdItem_r :hover,.jcxdItem:hover .text{
    color: #C60000;
    font-weight: bold;
}
.jcxdMore{
    display: inline-block;
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #CA2C20;
    text-align: center;
    cursor: pointer;
}
/*20231012修改 基层行动-end*/

/* 学习方案-------------------------------- */
.marginTop-xxfa{/*20231012修改*/
    margin-top: 40px;
}
.xxfaImg{
    width: 100%;
}
/* 理论学习------------------------------------- */
.llxx-swiper {
    width: 1004px;
}
.llxx-button-prev{
    width: 39px;
    height: 142px;
    background: url("/cms-23ztjy-theme/assets/leftBtn.png") no-repeat;
    background-size: 100% 100%;
    left: 0;
    top:calc(50% - 71px);
}
.llxx-button-next {
    width: 39px;
    height: 142px;
    background: url("/cms-23ztjy-theme/assets/rightBtn.png") no-repeat;
    background-size: 100% 100%;
    right: 0;
    top:calc(50% - 71px);
}
.llxx-item{
    width: 100%;
    height: 117px;
    margin-bottom: 43px;
    position: relative;
}
.llxx-item:last-child{
    margin-bottom: 0;
}
.redBlockBg{
    position: absolute;
    width: 100%;
    height: 80px;
    background: #CA2C20;
    top: 19px;
    left: 0;
}
.llxxTxt{
    position: absolute;
    width: 968px;
    height: 117px;
    background: #FDE2DD;
    border: 2px solid #CA2C20;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
    top:0;
    left:18px;
    padding:21px 27px;
}
.llxxTextCont{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
    line-height: 36px;
    vertical-align: middle;
}
.llxxCont{
    margin-top: 38px;
    
}
.llxxTxt .redDot{
    font-size: 20px!important;
    vertical-align: middle;
    color: #CA2C20;
    margin-right: 10px;
}
/* 大兴调查研究----------------------------- */
.dxdcyjTxt{
    font-size: 40px;/*20231012修改*/
    margin-left: 168px;/*20231012修改*/
}
.dxdcyjImg{
    width: 100%;
    /* margin-bottom: 270px; */
}
/* 基层实践---------------------------------------20230821 begin */
.jcsjCont{/*20231012修改*/
    margin-top: -10px;
}
.jcsjLeft{
    width: 560px;
    display: inline-block;
    vertical-align: top;
}
.jtbsRight{
    width: 560px;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.jcsjTitle{
    display: inline-block;
    background: url('/cms-23ztjy-theme/assets/jcsjTitleBg.png') no-repeat;
    background-size: 100% 100%;
    width: 258px;
    height: 101px;
    margin: 0 auto;
    padding-top: 26px;
    padding-left: 52px;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
}
.jcsjMore{
    display: inline-block;
    float: right;
    width: 90px;
    height: 38px;
    background: #CA2C20;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    margin-top: 31px;
    cursor: pointer;
}
.jcsjItemWrap{
    padding-left: 20px;
    margin-top: 13px;
}
.jcsjItem{/*20231012修改*/
    width: 100%;
    height: 46px;
    /* background: #FDE2DD; */
    border-bottom: #E68F8E dashed 1px;
    margin-bottom: 10px;
    /* padding-top:20px; */
    padding-left: 24px;
    padding-right: 34px;
}
.jcsjItem .text{/*20231012修改*/
    height: 70px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 52px;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word; */
}
.jcsjItem .text:hover{/*20231012修改*/
    color: #C60000;
    cursor: pointer;
}
.jcsjItemLast{
    margin-bottom: 0;
}


/* 基层实践---------------------------------------20230821 end */
/* footer ----------------------------------- */
.page-bottom {
    height: 276px;
    background: #CA2C20;
    padding-top: 56px;
    margin-top: 100px;/*20231012修改*/
  }
  .pb-logo {
    background: url("/cms-23ztjy-theme/assets/logo.png") no-repeat;
    background-size: 100% 100%;
    width: 402px;
    height: 54px;
    margin: 0 auto;
  }
  .pb-text {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
  }
  .pd-bq {
    margin-top: 21px;
  }
  .pb-dz {
    margin-top: 12px;
  }
  a:hover, a:checked, a:link, a:visited, a:active {
    text-decoration: none !important;
  }

  @media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .jtbsLeftItem {
        position: relative;
        line-height: 36px;
        max-height: 90px;
        overflow: hidden;
    }
    .zyjsRightItemTxt{
        position: relative;
        line-height: 28px;
        max-height: 56px;
        overflow: hidden;
    }
    .llxxTextCont{
        line-height: 36px;
        position: relative;
        max-height: 72px;
        overflow: hidden;
        display: inline-block;
    }
    .jtbsLeftItem::after,.zyjsRightItemTxt::after, .llxxTextCont::after{
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        margin-left: 50px;
        background: -webkit-linear-gradient(left, transparent, transparent 55%);
        background: -o-linear-gradient(right, transparent, transparent 55%);
        background: -moz-linear-gradient(right, transparent, transparent 55%);
        background: linear-gradient(to right, transparent, transparent 55%);
    }
}