.index_box{
    padding-bottom: 511px;
}
.index_main{
    position: relative;
    background: #fff;
    z-index: 6;
}
.welcome{
    background: #d3323c;
    height: 33px;
    line-height: 33px;
}
.welcomeTitle{
    color: #fff;
    font-size: 12px;
}
.bannerBox{
    background: url("https://web.archive.org/web/20220501220533im_/http://whgczx.net.cn/themes/simpleboot3/public/index/images/index/bannerBg.png") center no-repeat;
    height: 208px;
    background-size: cover;
    display: flex;
    align-items: center;
}
.bannerInfo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.searchBox{
    width: 426px;
    height: 60px;
    border: 1px solid #c4001f;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}
.searchInput{
    height: 100%;
    width: calc(100% - 30px);
}
.searchInput input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #c4001f;
}
.searchImg{
    width: 20px;
    margin-left: 10px;
    cursor: pointer;
}
.searchImg img{
    width: 100%;
}
:-moz-placeholder {
    color: #c4001f;
}

::-moz-placeholder {
    color: #c4001f;
}

::-webkit-input-placeholder {
    color: #c4001f;
}

:-ms-input-placeholder {
    color: #c4001f;
}
.navInfo{
    background: #c4001f;
    position: relative;
}
.navInfo.nav_fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.navBox{
    display: flex;
    align-items: center;
}
.navList{
    line-height: 80px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    flex: 1;
    text-align: center;
    transition: all 0.5s;
    position: relative;
}
.navList.curr, .navList:hover{
    background: #a6051f;
    transition: all 0.5s;
}
.navList .pos{
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 4;
    width: 1200px;
    height: 0px;
    overflow: hidden;
    text-align: center;
}
.navList a{
    color: #fff;
}
.navList ul{
    display: inline-block;
}
.navList ul li{
    display: inline-block;
    margin: 0 18px;
}
.navList .pos li:hover a{
    font-weight: bold;
}

.navList .pos a{
    font-size: 16px;
}
.navInfo .drop {
    transition: all 0.5s;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 0px;
    background: #a6051f;
    transition: all .8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.navInfo .drop.cur {
    transition: all 0.5s;
    height: 80px;
}


.newsInfo{
    background: url("https://web.archive.org/web/20220501220533im_/http://whgczx.net.cn/themes/simpleboot3/public/index/images/index/newsBg.png") center no-repeat;
    padding-bottom: 65px;
}
.contentIndex.active{
    padding-top: 80px;
}

.newsTop{
    background: #fff;
    border-bottom: 1px solid #efefef;
    height: 150px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.newsTopMain{
    width: 100%;
}
.newsTopTitle{
    font-size: 30px;
    font-weight: bold;
    color: #c9000e;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsTopBox {
    display: flex;
    align-items: center;
    margin: 0 50px;
    justify-content: space-between;
    margin-top: 20px;
}
.newsTopList{
    color: #666666;
    font-size: 20px;
    margin-left: 40px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsTopList:first-child{
    margin-left: 0;
}
.newsTopList:hover{
    color: #c9000e;
}
.newsCont{
    display: flex;
    justify-content: space-between;
    height: 430px;
    margin-top: 50px;
}
.newsContLeft{
    width: 55%;
    height: 100%;
}
.newsContSwiper{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.newsContSwiper .swiper-button-next, .newsContSwiper .swiper-button-prev{
    opacity: 1;
    display: none;
    width: 15px;
    height: 29px;
}
.newsContSwiper .swiper-button-next{
    background: url("https://web.archive.org/web/20220501220533im_/http://whgczx.net.cn/themes/simpleboot3/public/index/images/index/swiperRight.png") no-repeat;
    right: 20px;
}
.newsContSwiper .swiper-button-prev{
    background: url("https://web.archive.org/web/20220501220533im_/http://whgczx.net.cn/themes/simpleboot3/public/index/images/index/swiperLeft.png") no-repeat;
    left: 20px;
}
.newsContSwiper:hover .swiper-button-next, .newsContSwiper:hover .swiper-button-prev{
    display: block;
}
.newsContList{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.newsContList:hover .newsImgBg{
    transform: scale(1.1);
    transition: all 0.5s;
}
.newsShadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    display: flex;
    align-items: flex-end;
}
.newsShadowBox{
    width: calc(100% - 60px);
    margin: 0 30px;
    padding-bottom: 25px;
    color: #fff;
}
.newsImgBg{
    width: 100%;
    height: 100%;
    background-size: cover!important;
    transform: scale(1);
    transition: all 0.5s;
}
.newsDetailLeft{
    width: 110px;
    text-align: center;
    position: relative;
}
.newsDetailLeft:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background: #ccc;
}
.newsDetailYear{
    font-size: 42px;
    color: #999999;
    font-weight: bold;
}
.newsDetailDate{
    font-size: 13px;
    color: #999;
}
.newsContRight{
    width: calc(45% - 25px);
}
.newsDetail{
    height: calc(100% / 3);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
}
.newsText{
    margin-top: 5px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsDetailRight{
    margin-left: 25px;
    width: calc(100% - 135px);
}
.newsDetailTitle{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.newsDetailText{
    margin-top: 15px;
    color: #666666;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsDetail:hover{
    background: #c4001f;
    transition: all 0.5s;
}
.newsDetail:hover .newsDetailYear, .newsDetail:hover .newsDetailDate, .newsDetail:hover .newsDetailTitle, .newsDetail:hover .newsDetailText{
    color: #fff;
    transition: all 0.5s;
}
.newsBtn{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.newsBtnList{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
    margin-left: 30px;
    min-height: 350px;
    width: calc((100% - 60px) / 3);
    padding: 30px;
    box-sizing: border-box;
}
.newsBtnList:first-child{
    margin-left: 0;
}
.newsShowTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
}
.newsTopInfo{
    display: flex;
    align-items: center;
}
.showTopLine{
    width: 6px;
    height: 27px;
    background: #c5001f;
}
.newsShowTitle{
    font-size: 24px;
    font-weight: bold;
    margin-left: 7px;
}
.seeMore{
    display: flex;
    align-items: center;
    color: #666;
}
.seeMore:hover{
    color: #c5001f;
}
.rightImg{
    margin-left: 5px;
}
.newsShowCri{
    width: 6px;
    height: 6px;
    background: #dddddd;
    border-radius: 50%;
}
.newsShowList{
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.newsShowList:hover .newsShowText{
    color: #c5001f;
}
.newsShowText{
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    width: calc(100% - 11px);
}
.newsShowText{
    color: #333;
}
/* 业务板块 */
.business{
    background: url("https://web.archive.org/web/20220501220533im_/http://whgczx.net.cn/themes/simpleboot3/public/index/images/index/business.png") center no-repeat;
    background-size: cover;
    padding: 65px 0;
}
.businessMain{
    display: flex;
    flex-wrap: wrap;
}
.pubTitle{
    display: flex;
    align-items: center;
}
.pubTitleText{
    font-size: 24px;
    font-weight: bold;
    margin-left: 7px;
    color: #333;
}
.pubTitleLine{
    width: 6px;
    height: 27px;
    background: #c5001f;
}
.businessList{
    background: #fff;
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    padding: 50px 55px;
    box-sizing: border-box;
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    min-height: 256px;
}
.businessList:first-child, .businessList:nth-child(3n+1){
    margin-left: 0;
}
.businessList:hover{
    background: #ca1935;
}
.businessList:hover .iconHover{
    display: block;
}
.businessList:hover .iconDefault{
    display: none;
}
.businessList:hover .busineTitle, .businessList:hover .busineText{
    color: #fff;
}
.iconImg img{
    margin: 0 auto;
    height: 40px;
}
.iconHover{
    display: none;
}
.busineTitle{
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.busineText {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    line-height: 30px;
    color: #666;
}
/*关于我们*/
.aboutUs{
    height: 588px;
    background: url(https://web.archive.org/web/20220501220533im_/http://whgczx.net.cn/themes/simpleboot3/public/index/images/index/ind04s.jpg) center no-repeat fixed;
    background-size: cover;
}
.aboutUs .w1400{
    position: relative;
}
.aboutUs .w1400 a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(50%);
    width: 643px;
    height: 308px;
    background: #fff;
}
.aboutUs .w1400 a .bor {
    padding: 66px 50px 0;
}
.aboutUs .w1400 a .bor .fl {
    margin-right: 70px;
    width: 270px;
}
.aboutUs .w1400 a .bor b {
    margin-bottom: 30px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.aboutUs .w1400 a .bor p {
    line-height: 30px;
    font-size: 18px;
    color: #666;
    margin-top: 30px;
}
.aboutUs .w1400 a .bor .fr {
    position: relative;
    margin-top: 120px;
    width: 180px;
    height: 58px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 12px rgba(199, 22, 30, 0.2);
    border: #c7161e 1px solid;
}
.aboutUs .w1400 a .bor .fr .bac {
    transition: all 0.6s;
    position: absolute;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
}
.aboutUs .w1400 a .bor .fr .bac span {
    float: left;
    width: 50%;
    height: 100%;
    background: #c7161e;
}
.aboutUs .w1400 a .bor .fr .bac span:nth-child(1) {
    background: #fff;
}
.aboutUs .w1400 a .bor .fr i {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-right: 17px;
    line-height: 58px;
    font-size: 16px;
    color: #fff;
    background: url(https://web.archive.org/web/20220501220533im_/http://whgczx.net.cn/themes/simpleboot3/public/index/images/index/icon_15.png) right center no-repeat;
}
.aboutUs .w1400 a .bor .fr:hover .bac {
    transition: all 0.6s;
    right: -100%;
}
.aboutUs .w1400 a .bor .fr:hover i {
    color: #c7161e;
    background: url(https://web.archive.org/web/20220501220533im_/http://whgczx.net.cn/themes/simpleboot3/public/index/images/index/icon_15s.png) right center no-repeat;
}
/*党建工作*/
.partyBuild{
    padding-bottom: 65px;
}
.partyTopMain{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 60px;
}
.partyTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    height: 90px;
    border-bottom: 1px solid #ededed;
}
.partyBtn{
    height: 303px;
    display: flex;
    align-items: center;
}
.partyBtnList{
    display: flex;
    align-items: center;
    height: 180px;
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}
.partyBtnList:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 303px;
    width: 1px;
    background: #ededed;
}
.partyBtnList:hover .partyRightImg{
    transform: scale(1.1);
    transition: all 0.5s;
}
.partyBtnList:hover .partyTitle{
    color: #c5001f;
}
.partyLeft{
    width: 45%;
}
.partyRight{
    width: 50%;
    height: 100%;
    overflow: hidden;
    margin-left: 5%;
}
.partyRightImg{
    width: 100%;
    height: 100%;
    background-size: cover!important;
    transform: scale(1);
    transition: all 0.5s;
}
.partyTime{
    display: flex;
    align-items: baseline;
    color: #c5001f;
}
.partyDate{
    font-size: 38px;
    font-weight: bold;
}
.partyYear{
    font-size: 18px;
    margin-left: 5px;
    font-weight: bold;
}
.partyTitle{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
}
.partyText{
    margin-top: 10px;
    color: #666;
}
.enterprise{
    display: flex;
    align-items: center;
    margin-top: 70px;
}
.enterpriseList{
    width: calc((100% - 70px) / 3);
    margin-left: 35px;
    position: relative;
    overflow: hidden;
}
.enterpriseList:first-child{
    margin-left: 0;
}
.enterpriseList:hover .enterpriseImg{
    transform: scale(1.1);
    transition: all 0.5s;
}
.enterpriseList:hover .enterpriseText{
    height: 90px;
    transition: all 0.5s;
}
.enterpriseImg{
    height: 348px;
    background-size: cover!important;
    transform: scale(1);
    transition: all 0.5s;
}
.enterprisePos{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 35px;
    box-sizing: border-box;
}
.enterprisePosBox{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.enterpriseLine{
    width: 6px;
    height: 27px;
    background: #fff;
}
.enterpriseTitle{
    margin-left: 7px;
    font-size: 24px;
    font-weight: bold;
}
.enterInfo{
    height: 146px;
}
.enterpriseText{
    margin-top: 25px;
    line-height: 30px;
    height: 0;
    transition: all 0.5s;
}
.enterMoreBox{
    width: 155px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 35px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.enterpriseMore{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.enterMoreBox:after{
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% + 2px);
    left: -2px;
    top: -1px;
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 0.5s;
}
.enterMoreBox:hover:after{
    width: calc(100% + 3px);
    transition: all 0.5s;
}
.enterMoreBox:hover{
    overflow: initial;
}
.enterMoreBox:hover .enterpriseMore{
    color: #c5001f;
}
.seeImgHover{
    display: none;
}
.seeMore:hover .seeImgDefault{
    display: none;
}
.seeMore:hover .seeImgHover{
    display: block;
}

.newsInfoList{
    display: flex;
    align-items: center;
}
.newsDetailCir{
    width: 5px;
    height: 5px;
    background: #dddddd;
    border-radius: 50%;
}
.newDetaText{
    margin-left: 8px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    line-height: 53.6px;
    color: #333;
}
/*.newsDate{*/
/*    width: 90px;*/
/*    color: #999;*/
/*    margin-left: 30px;*/
/*}*/
.newsInfoList .newsDate{
    width: 100px;
    color: #999;
    margin-left: 30px;
}
.newsInfoList:hover .newDetaText{
    color: #c4001f;
}
/*
     FILE ARCHIVED ON 22:05:33 May 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:26:03 Jul 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.499
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 7.326
  LoadShardBlock: 89.91 (3)
  PetaboxLoader3.datanode: 492.417 (5)
  PetaboxLoader3.resolve: 131.229 (2)
  load_resource: 579.091
  loaddict: 64.653
*/