/* banner*/
.banner{
    width: 100%;
    height: 780px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

/* 智慧党建 */
.zhdj{
    width: 100%;
    height: 760px;
}
.zhdj .zhdjT{
    width: 100%;
    height: 210px;
    padding-top: 70px;
    text-align: center;
    box-sizing: border-box;
    background: url("../images/index_01.jpg") no-repeat;
}
.zhdjTitle{
    font-size: 32px;
    color: #000;
}
.zhdjTxt{
    margin-top: 16px;
    font-size: 16px;
    color: #AAAEB1;
}
.zhdjB{
    height: 450px;
    margin: 0 auto;
    box-sizing: border-box;
}
/* 左边 */
.zhdjB-l{
    height: 100%;
    width: 410px;
    margin-right: 20px;
    background: url("../images/dj_bg1.jpg");
    background-size: 100% 100%;
    padding: 40px 30px;
}
.zhdjB-l:hover{
    box-shadow: 8px 8px 10px #ccc;
    transition: all 0.5s;
}
.zhdjB-l .zhdjL-t{
    width: 100%;
    height: 80px;
    line-height: 30px;
}
.zhdjB-l .zhdjL-t img{
    width: 60px;
    height: 60px;
}
.zhdjB-l .zhdjL-t span{
    display: block;
    width: 60%;
    font-size: 26px;
    line-height: 64px;
    margin-left: 10px;
}
.zhdj .zhdjB-l .zhdjL-c {
    width: 100%;
    height: 110px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.zhdjB-l .xhdjL-b {
    width: 100%;
    height: 60px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 80px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* 右边 */
.zhdjB-r{
    height: 100%;
    width: 770px;
}
.zhdjB-r li{
    float: left;
    width: 375px;
    height: 215px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
}
.zhdjB-r li:nth-child(even){
    margin-right: 0;
}
.zhdjB-r li:nth-child(3){
    margin-bottom: 0;
}
.zhdjB-r li:nth-child(4){
    margin-bottom: 0;
}
.zhdjB-r li {
    text-align: center;
} 
.zhdjB-r li:hover{
    box-shadow: 8px 8px 10px #ccc;
    transition: all 0.5s;
    /* background: url("../images/dj_bg5.jpg") no-repeat; */
    /* color: #fff; */
}
.zhdjB-r li:hover a .dj-txt {
    color: #fff;
    transition: all 1s;
    cursor: pointer;
}
.zhdjB-r li:hover a .sydx {
    color: #fff;
    transition: all 1s;
}
.zhdjB-r li:nth-child(1):hover{
    background: url("../images/dj_bg5.jpg") no-repeat 0 0;
    
}
.zhdjB-r li:nth-child(2):hover{
    background: url("../images/dj_bg4.jpg") no-repeat 0 0;

}
.zhdjB-r li:nth-child(3):hover{
    background: url("../images/dj_bg3.jpg") no-repeat 0 0;

}
.zhdjB-r li:nth-child(4):hover{
    background: url("../images/dj_bg2.jpg") no-repeat 0 0;

}

.zhdjB-r li .sydx{
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500; 
    font-size: 14px;
    margin-top: 6px;
}
.zhdjB-r li .ico{
    width: 52px;
    height: 54px;
    background: pink;
    margin: 50px auto 30px;
}
.zhdjB-r li:nth-child(1) .ico{
    background: url("../images/dj_ico4.png") no-repeat 0 0;
}
.zhdjB-r li:nth-child(1):hover .ico{
    transition: all 0.5s;
    background: url("../images/dj_ico4.png") no-repeat 0 -63px;
}
.zhdjB-r li:nth-child(2) .ico{
    background: url("../images/dj_ico5.png") no-repeat 0 0;
}
.zhdjB-r li:nth-child(2):hover .ico{
    transition: all 0.5s;
    background: url("../images/dj_ico5.png") no-repeat 0 -63px;
}
.zhdjB-r li:nth-child(3) .ico{
    background: url("../images/dj_ico3.png") no-repeat 0 0;
}
.zhdjB-r li:nth-child(3):hover .ico{
    transition: all 0.5s;
    background: url("../images/dj_ico3.png") no-repeat 0 -63px;
}
.zhdjB-r li:nth-child(4) .ico{
    background: url("../images/dj_ico2.png") no-repeat 0 0;
}
.zhdjB-r li:nth-child(4):hover .ico{
    transition: all 0.5s;
    background: url("../images/dj_ico2.png") no-repeat 0 -63px;
}

/* 定制开发 */
.dzkf{
    width: 100%;
    height: 760px;
    background: url("../images/kaifa.jpg") no-repeat;
    background-size: 100% 100%;
}
.dzkf .zhdjT{
    width: 100%;
    height: 210px;
    padding-top: 70px;
    text-align: center;
    box-sizing: border-box;
    /* background: url("../images/index_01.jpg") no-repeat; */
}
.dzkf .zhdjTitle{
    font-size: 32px;
    color: #fff;
}
.dzkf .zhdjTxt{
    margin-top: 16px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.zhdjB{
    height: 450px;
    margin: 0 auto;
    box-sizing: border-box;
}
/* 左边 */
.dzkf .zhdjB-l{
    height: 100%;
    width: 410px;
    margin-right: 0;
    background: url("../images/kaifa_bg1.jpg");
    background-size: 100% 100%;
    padding: 40px 30px;
}
.dzkf .zhdjB-l .zhdjL-t{
    width: 100%;
    height: 96px;
    line-height: 30px;
}
.zhdjB-l .zhdjL-t img{
    width: 60px;
    height: 60px;
}
.zhdjB-l .zhdjL-t span{
    display: block;
    width: 60%;
    font-size: 26px;
    line-height: 64px;
    margin-left: 10px;
}
.dzkf .zhdjB-l .zhdjL-c {
    width: 100%;
    height: 110px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 28px;
}
/* 右边 */
.zhdjB-r{
    height: 100%;
    width: 770px;
}

.dzkf .zhdjB-l:hover{
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}
.zhdjB-r li{
    float: left;
    width: 375px;
    height: 215px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    cursor: pointer;
}
.zhdjB-r li a{
    display: block;
    width: 100%;
    height: 100%;
    /* margin-top: -50px; */
    padding-top: 50px;
    cursor: pointer;
}
.zhdjB-r li:nth-child(3){
    margin-bottom: 0;
}
.zhdjB-r li:nth-child(4){
    margin-bottom: 0;
}
.zhdjB-r li{
    text-align: center;
    /* color: #000; */
    font-weight: 600;
}
.dzkf .zhdjB-r li:hover{
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
    /* background: url("../images/dj_bg5.jpg") no-repeat; */
    color: #fff;
}
.dzkf .zhdjB-r li:nth-child(1):hover{
    background: url("../images/kaifa_bg2.jpg") no-repeat 0 0;
    /* color: #fff; */
}
.dzkf .zhdjB-r li:nth-child(2):hover{
    background: url("../images/kaifa_bg3.jpg") no-repeat 0 0;
    /* color: #fff; */
}
.dzkf .zhdjB-r li:nth-child(3):hover{
    background: url("../images/kaifa_bg4.jpg") no-repeat 0 0;
    /* color: #fff; */
}
.dzkf .zhdjB-r li:nth-child(4):hover{
    background: url("../images/kaifa_bg5.jpg") no-repeat 0 0;
    color: #fff;
    transition: all 0.6s;
}
.zhdjB-r li .ico{
    width: 52px;
    height: 54px;
    background: pink;
    margin: 0px auto 30px;
    cursor: pointer;
}
.dzkf .zhdjB-r li:nth-child(1) .ico{
    background: url("../images/kaifa_ico2.png") no-repeat 0 0;
}
.dzkf .zhdjB-r li:nth-child(1):hover .ico{
    transition: all 0.5s;
    background: url("../images/kaifa_ico2.png") no-repeat 0 -63px;
}
.dzkf .zhdjB-r li:nth-child(2) .ico{
    background: url("../images/kaifa_ico3.png") no-repeat 0 0;
}
.dzkf .zhdjB-r li:nth-child(2):hover .ico{
    transition: all 0.5s;
    background: url("../images/kaifa_ico3.png") no-repeat 0 -63px;
}
.dzkf .zhdjB-r li:nth-child(3) .ico{
    background: url("../images/kaifa_ico4.png") no-repeat 0 0;
}
.dzkf .zhdjB-r li:nth-child(3):hover .ico{
    transition: all 0.5s;
    background: url("../images/kaifa_ico4.png") no-repeat 0 -63px;
}
.dzkf .zhdjB-r li:nth-child(4) .ico{
    background: url("../images/kaifa_ico5.png") no-repeat 0 0;
}
.dzkf .zhdjB-r li:nth-child(4):hover .ico{
    transition: all 0.5s;
    background: url("../images/kaifa_ico5.png") no-repeat 0 -63px;
}
/* 客户案例 */
.kkalB .tabT .khalCurrent{
    background: #fff;
}
.kkal{
    width: 100%;
    /*height: 700px;*/
    background: #f1f7fe;
    padding-bottom: 30px;
}
.kkalT{
    width: 100%;
    height: 160px;
    padding-top: 40px;
    text-align: center;
    box-sizing: border-box;
}
.kkalT .kkalTitle{
    font-size: 32px;
    color: #000;
}
.kkalT .kkalTxt{
    margin-top: 12px;
    font-size: 20px;
    color: #AAAEB1;
}
.kkalB{
    /*height: 536px;*/
    margin: 0 auto;
}
.kkalB .tabT{
    width: 76%;
    margin: 0 auto 31px;
    display: flex;
    justify-content: center;

}
.kkalB .tabT div{
    display: block;
    padding: 6px 50px;
    
    border-radius: 20px;
    float: left;
    margin-right: 20px;
    color: rgba(0, 0, 0, 0.7);
    cursor:pointer;
}
.kkalB .tabT div:hover{
    box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
}
.kkalB .tabT div:last-child{
    margin-right: 0;
}
.kkalB .tabB{
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.tabB li img{
    display: block;
}
.tabB li:hover{
    /* box-shadow: 3px 3px 10px #ccc; */
}
.tabB > ul > li {
      width: 280px;
        height: 210px;
    border: 0.5px solid #eee;
    overflow: hidden;
    margin-bottom: 18px;
    cursor: pointer;
}
.tabB > ul > li > a > img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.tabB > ul > li > a > img:hover{
    transform: scale(1.2);
}

.Qzhdj li{
    float: left;
    width: 286px;
    height: 178px;
    margin-right: 18px;
    background: seagreen;
    border: 0.5px solid #eee;
}
.Qzhdj li:nth-child(4n){
    margin-right: 0;
}
.Qzhdj li:nth-child(-n + 4),
.Qdzkf li:nth-child(-n + 4){
    margin-bottom: 18px;
}

.Qdzkf li{
    float: left;
    width: 286px;
    height: 178px;
    margin-right: 18px;
    background: skyblue;
}
.Qdzkf li:nth-child(4n){
    margin-right: 0;
}
.Qxls li,
.Qxlss li{
    float: left;
    width: 286px;
    height: 178px;
    margin-right: 18px;
    background: slateblue;
}
.Qxls li:nth-child(4n),
.Qxlss li:nth-child(4n){
    margin-right: 0;
}
.Qxls li:nth-child(-n + 4)
.Qxlss li:nth-child(-n + 4){
    margin-bottom: 18px;
}
.tabB .more{
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 92%;
    margin-top: 14px;
    border-radius: 20px;
    font-size: 14px;
    background: rgba(204, 204, 204, 0.3);
}
tabB .more  a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.tabB .more:hover {
    background: rgba(204, 204, 204, 0.8);
     transition: all 0.4s;
}
.tabB .more:hover a{
    color: #fff;
     transition: all 0.4s;
}


/* 新闻中心 */
.pressC{
    background: #fff;
    margin: 0 auto;
}
.pressC .pressC-til{
    margin: 0 auto;
    height: 110px;
    color: #000;
    border-bottom: 0.3px solid #ececec;
}
.pressC .pressC-til .pressC-tt{
    font-size: 28px;
    line-height: 140px;
}
.pressC .pressC-til .pressC-tt span{
    font-size: 20px;
    color: rgb(102, 102, 102);
    margin-left: 10px;
}
.pressC .pressC-til .pressC-tz{
    line-height: 140px;
    font-size: 16px;
    color: rgba(102, 102, 102, 0.521);
    cursor: pointer;
}
.pressC .pressC-ct{
    height: 600px;
    background: #fff;
    margin: 0 auto;
}
.pressC .pressC-ct .xwzxT{
    height: 110px;
    width: 900px;
    color:#000;
    margin: 0 auto;
}
.pressC .pressC-ct .xwzxT div{
    width: 125px;
    height: 40px;
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    cursor:pointer;
}
.pressC .pressC-ct .xwzxT div:last-child{
    margin-right: 0;
}
.pressC .pressC-ct .xwzxT div:hover{
    background: rgba(204, 204, 204, 0.3);
}
.pressC .pressC-ct .xwzxT .xwzxQh{
    background: #515253;
    color: #fff;
}
.pressC .pressC-ct .xwzxB{
    height: 400px;
    position: relative;
}
.pressC .pressC-ct .xwzxB .more{
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: -30px;
    right: 0;
    border-radius: 20px;
    font-size: 14px;
    background: rgba(204, 204, 204, 0.3);
}.pressC .pressC-ct .xwzxB .more  a{
    display: block;
    width: 100%;
    height: 100%;
}
.pressC .pressC-ct .xwzxB .more:hover {
    background: rgba(204, 204, 204, 0.8);
     transition: all 0.4s;
}
.pressC .pressC-ct .xwzxB .more:hover a{
    color: #fff;
     transition: all 0.4s;
}
.xwzxB-ywdt,
.xwzxB-xwgd,
.xwzxB-ywdt2,
.xwzxB-xwgd2,
.xwzxB-ywdt3,
.xwzxB-xwgd3{
    height: 100%;
}
.xwzxB .xwzxB-ywdt .xwzxBL,
.xwzxB .xwzxB-xwgd .xwzxBL,
.xwzxB .xwzxB-ywdt2 .xwzxBL,
.xwzxB .xwzxB-xwgd2 .xwzxBL,
.xwzxB .xwzxB-ywdt3 .xwzxBL,
.xwzxB .xwzxB-xwgd3 .xwzxBL{
    width: 360px;
    height: 100%;
    border: 1px solid #ececec;
    /* background: pink; */
}
.xwzxB .xwzxB-ywdt .xwzxBL .xwzxBL-img,
.xwzxB .xwzxB-xwgd .xwzxBL .xwzxBL-img,
.xwzxB .xwzxB-ywdt2 .xwzxBL .xwzxBL-img,
.xwzxB .xwzxB-xwgd2 .xwzxBL .xwzxBL-img,
.xwzxB .xwzxB-ywdt3 .xwzxBL .xwzxBL-img,
.xwzxB .xwzxB-xwgd3 .xwzxBL .xwzxBL-img{
    height: 210px;
    background: #000;
}
.xwzxB .xwzxBL .xwzxBL-img img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.xwzxB .xwzxB-ywdt .xwzxBR,
.xwzxB .xwzxB-xwgd .xwzxBR,
.xwzxB .xwzxB-ywdt2 .xwzxBR,
.xwzxB .xwzxB-xwgd2 .xwzxBR,
.xwzxB .xwzxB-ywdt3 .xwzxBR,
.xwzxB .xwzxB-xwgd3 .xwzxBR{
    width: 800px;
    height: 100%;
    background: #fff;
}
.xwzxB .xwzxBL .xwzxBLN{
    width: 92%;
    margin: 15px auto;
    cursor: pointer;
}
.xwzxB .xwzxBL .xwzxBLN .xwzxBLN-bt{
    color: #000;
    width: 85%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.xwzxB .xwzxBL .xwzxBLN .xwzxBLN-sj{
    color: #ccc;
    margin-top: 10px;
    font-size: 15px;
    cursor: pointer;
}
.xwzxB .xwzxBL .xwzxBLN .xwzxBLN-hx{
    width: 36px;
    height: 1px;
    background: #ccc;
    margin: 18px 0 30px; 
    cursor: pointer;
}
.xwzxB .xwzxBL .xwzxBLN .xwzxBLN-txt{
    height: 42px;
    font-size: 15px;
    color: rgba(102, 102, 102, 0.8);
    cursor: pointer;
    letter-spacing:1px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* letter-spacing:1px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
  
}       
/* 手风琴 */
.xwzxBR {
  align-items: center;
  justify-content: center;
  min-height: 100%;
  background-color: #eee;
  font-family: 'Lato', sans-serif;
  overflow: hidden;
}
.xwzxBR .container {
  overflow: hidden;
  cursor: pointer;
}
.xwzxBR .container .box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 47px;
  transition: all 0.3s;
  color: white;
  border-bottom: 0.5px dashed #ccc;
  cursor: pointer;
}
.xwzxBR .container .box .name {
  width: 90%;
  height: 100%;
  cursor: pointer;
}
.xwzxBR .container .box .name h4, .xwzxBR .container .box .name h5 {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  line-height: 60px;
  cursor: pointer;
}
.xwzxBR .container .box .name h5 {
  font-size: 0em;
  line-height: 20px;
  color: rgba(102, 102, 102, 0.719);
  cursor: pointer;
}
.xwzxBR .container .box .newstimes {
  content: "";
  height: 10px;
  width: 72px;
  margin-right: 15px;
  color: #ccc;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.xwzxBR .container .box .newstimeb {
  content: "";
  height: 0px;
  color: #ccc;
  width: 0px;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.xwzxBR .container .newstimeb .newstimeb-t{
    font-size: 30px;
    text-align: center;
    height: 52px;
    line-height: 60px;
    cursor: pointer;
}
.xwzxBR .container .box:hover .newstimes{
  height: 0;
  width: 0;
  transition: all 0.4s;
  cursor: pointer;
}
.xwzxBR .container .box:hover .newstimeb{
  content: "";
  height: 82px;
  width: 86px;
  margin-right: 15px;
  border: 1px solid rgba(204, 204, 204, 0.418);
  transition: all 0.4s;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.xwzxBR .container .box:hover {
  height: 120px;
  transition: all 0.3s;
  border-bottom: 0.5px solid #ccc;
}
.xwzxBR .container .box:hover .name h4 {
  color: #000;
  transition: all 0.6s;
}

.xwzxBR .container .box:hover .name h5 {
  font-size: 14px;
  transition: all 0.4s;
}
/* 第一个效果 */

/*案例*/
.case-list{
    width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
}

.case-list li{
    margin-right: 20px;
}

.case-list li a{
    display: block;
    width: inherit;
    height: inherit;
    position: relative;
    overflow: hidden;
}

.case-list li a:hover .zz-img img{
    transform: scale(1.5);   
}

.case-list li a:hover > p:nth-child(2){
    color: #333333;
}

.case-list li a:hover > p:nth-child(3){
    color: #333333;
}

.case-list li a:hover .item-tools{
    background: #E5301B;
    color: white;
}

.case-list li a:hover .item-tools .default-img{
    display: none;
}
.case-list li a:hover .item-tools .active-img{
    display: block;
}

.case-list li a .zz-img{
    width: 100%;
    height: 211px;
    border-radius: 5px;
    overflow: hidden;
}

.case-list li a .zz-img img{
    width: 280px;
    height: 210px;
    transition: all 1s;
}

.case-list li a > p:nth-child(2){
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-list li a > p:nth-child(3){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #919191;
    line-height: 40px;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-list .item-tools{
    height: 58px;
    background: #F9F9F9;
    border-top: 1px solid rgba(178, 181, 186, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #B3B4B4;
    
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 10px;
    transition: all 1s;
}

.item-tools p
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.item-tools img{
    width: 28px;
    height: 28px;
}
 
.item-tools .active-img{
    display: none;
}

.hxys_count{
    margin-top:10px;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #ABAFB2;
}
.hxys_item_box{
   display: flex;
}
.hxys_item{
    width: 286px;
    height: 400px;
    background: #fff;
    margin-right: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding: 15px;
    cursor: pointer;
}
.hxys_item:hover{
    box-shadow: 0px 5px 15px 0px #E8ECEF;
}
/*.twkt_item:nth-of-type(4n){*/
/*	margin-right: 0;*/
/*}*/
.hxys_item img{
    margin: 20px 0;
}
.hxyx_til{
    text-align: center;
    font-size: 20px;
    color: #000000;
    margin: 20px 0;
}
.hxyx_con{
    text-align: center;
    font-size: 18px;
    color: #7F8285;
     margin: 20px 0;
}

.zhdj_container {
        background: #f5f5f5;
        height: 760px;
    
    }
    
    .zhdj_container>div,
    .zhgh_container>div {
        width: 1200px;
        margin: 0 auto;
    
    }
    
    .zhdj_more span {
        text-align: right;
        border: solid 1px #fff;
        padding: 5px 20px;
        border-radius: 50px;
    }
    
    .zhdj_wrap_show,
    .zhgh_wrap_show {
        padding: 30px 20px;
        background: linear-gradient(to top right, #e82b15 0%, #fc5e15 50%);
        color: #fff;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        font-weight: 500;
    }
    
    .zhdj_wrap_show .flex_row{
        align-items: center;
    }
    
    .zhdj_right li,
    .zhgh_left li {
        width: 185px;
        height: 205px;
        background: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: 400;
        border-radius: 2px;
    
    }
    .zhdj_right_dangj li{
        width: 245px;
        height: 215px;
        background: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: 400;
        border-radius: 2px;
    
    }
    .zhdj_right_dangj li a{
        width: 100%;
        height: 100%;
        padding-top: 50px;
        display: block;
        position: relative;
    }
    .zhdj_right, .zhgh_left{
        justify-content: space-between;
    }
    
    .zhdj_right li a,
    .zhgh_left li a {
        width: 100%;
        height: 100%;
        padding-top: 50px;
        display: block;
        position: relative;
    }
    
    .zhdj_right li a .txt {
        text-align: left;
        margin: 30px 0;
    }
    
    .zhdj_right li a .title {
        width: 150px;
        height: 38px;
        background: rgba(255, 255, 255, 0.24);
        border-radius: 2px;
        line-height: 38px;
        text-align: center;
        margin-left: 5px;
    }
    
    .zhdj_right li a .zhdj_more {
        text-align: right;
    }
    
    .zhgh_wrap_show {
        background: white;
        padding: 20px 10px;
    }
    
    .title-wrap{
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .title-wrap img{
        width: 33px;
        height: 32px;
        margin-right: 10px;
    } 
    .zhgh_left_gb li{
        width: 385px!important;
        height: 205px;
        background: #fff;
        cursor: pointer;
        text-align: center;
        font-weight: 400;
        border-radius: 2px;
    }
    .title-wrap p{
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FF5705;
        line-height: 24px;
    }
    .module-items:nth-of-type(2n){
        margin-left: 5px;
    }
    .title-wrap p {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #d60000;
        line-height: 24px;
    }
    .module-items{
        width: 49%;
        height: 29px;
        background: #d60000;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    /* 2022/2/20新增 */
    .module-list{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .module-item{
        width: 79px;
        height: 29px;
        background: #FF5705;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    
    .module-item p{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 29px;
        text-align: center;
    }
