body{
    /* background: rgba(250, 250, 250, 1); */
    background:rgba(255, 255, 255, 1);
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.PoliticalCivilianInteractionContent{
    margin: 12px auto 0px;
    width: 1200px;
}
.CollectingModule{
    margin-top: 30px;
}
.title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 7px;
}
.title .titleName{
    font-size: 20px;
    font-weight: 700;    
    color: rgba(56, 56, 56, 1);
    padding-left: 9px;
    border-left: rgba(0, 64, 150, 1) 5px solid;
}
.title .titleNameNew{
    font-size: 23px;
    font-weight: 500;
    color: #003087;
    cursor: pointer;
}
.title .seeMore{
    font-size: 16px;
    font-weight: 400;
    color: #003087 !important;

}
.seeMore a{

    color: rgba(151, 151, 151, 1) !important;

}
.seeMore a:hover{

    color: rgba(0, 48, 135, 1) !important;

}
.title .seeMore a{

    color: rgba(151, 151, 151, 1) !important;

}
.title .seeMore a:hover{

    color: rgba(0, 48, 135, 1) !important;

}
.CollectingContent{
    margin-top: 9px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.1px;
    background: rgba(250, 252, 255, 1);
}

.CollectingContent>a>div{
    width: 385px;
    position: relative;
    border-radius: 6px;
    height: 146px!important;
    margin-bottom: 20px;
}
.CollectingContent>a:nth-child(1)>div:after{
   content: '';
  position: absolute;
  left: 0;
  top: 50%; /* åž‚ç›´å±…ä¸­ */
  transform: translateY(-50%); /* åž‚ç›´å±…ä¸­ */
  height: 20px; /* çº¿çš„é«˜åº¦ */
  width: 1px; /* çº¿çš„å®½åº¦ */
  background-color: rgba(0, 0, 0, 0)!important; /* çº¿çš„é¢œè‰² */
}
.CollectingContent>a>div:after{
   content: '';
   position: absolute;
   left: -10px;
   top: 50%; /* åž‚ç›´å±…ä¸­ */
   transform: translateY(-50%); /* åž‚ç›´å±…ä¸­ */
   height: 146px; /* çº¿çš„é«˜åº¦ */
   width: 1px; /* çº¿çš„å®½åº¦ */
   background-color: rgba(225, 230, 237, 1); /* çº¿çš„é¢œè‰² */
}
.CollectingContent>a>div .topTitle{
    margin: 21px 22px 4px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.CollectingContent>a>div .topTitle .CollectingTitle{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    width: 224px;
    cursor: pointer;
      display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CollectingContent>a>div .topTitle .status{
    font-size: 14px;
    font-weight: 400;
    color: #009A44;
    width: 70px;
    height: 28px;
    border-radius: 2px;
    background: rgba(0, 166, 60, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.CollectingContent>a>div .topTitle .statusEnd{
    border-radius: 2px;
    background: rgba(122, 122, 122, 0.1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(158, 158, 158, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 28px;
    cursor: pointer;
}
.CollectingContent div .releaseDate{
    font-size: 14px;
    font-weight: 400;
    color: rgba(173, 173, 173, 1);
    margin-left: 25px;
    margin-bottom: 84px;
    cursor: pointer;
}
.CollectingContent>a>div .WelcomeText{
    position: absolute;
    left: 25px;
    bottom: 11px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(184, 184, 184, 1);
    cursor: pointer;
}
.governmentCiviliansModule{
    margin-top: 42px;
}
.governmentCiviliansZeroDistance{
    display: flex;
    flex-direction: column;
    margin-top: 9px;
}
.governmentCiviliansZeroDistance .writeLetter>img{
    width: 277px;
}
.governmentCiviliansZeroDistance .writeLetter{
    display: flex;
    margin-top: 20px;
}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background: rgba(255, 255, 255, 1);
}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul{
    display: flex;
    width:100%;
    height: 90px;
    justify-content: space-between;
}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul>li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 20px;
    width: 288px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px  rgba(0, 0, 0, 0.06);
}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul>li .noSelect{
    display: flex;
    width: 100%;
    justify-content: center;
}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul>li .noSelect>div:nth-child(1){
    margin-right: 16px;
}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul>li .noSelect>div:nth-child(2){
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 31.86px;
    color: rgba(0, 0, 0, 1);
    
}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul>li:hover{
    background: rgba(0, 71, 204, 1);
}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul>li:hover .noSelect{
    display: none!important;
}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul>li:hover .selected{
    display: flex!important;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}
.selected>div:nth-child(1){
    margin-left: 22px;
}
.selected>div:nth-child(1)>div:nth-child(1){
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 34.75px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul>li>div>img{
    margin-right: 10px;
}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul>li:nth-child(1){

}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul>li:nth-child(2){

}
.governmentCiviliansZeroDistance .writeLetter .writeLetterList>ul>li:nth-child(3){
   
}
.governmentCiviliansZeroDistance .MessageInquiry{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px 12px 16px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(229, 229, 229, 1);
}
.governmentCiviliansZeroDistance .MessageInquiry .titleTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.governmentCiviliansZeroDistance .MessageInquiry .titleTop .titlelabel{
    font-size: 18px;
    font-weight: 400;
}
.governmentCiviliansZeroDistance .MessageInquiry .MessageInquiryFrom .searchbtn #MIbtn{
    width: 82px;
    height: 28px;
    border-radius: 119px;
    background: rgba(25, 81, 222, 0.1);
    font-size: 16px;
    font-weight: 400;
    color: #003087;
    border: none;
    cursor: pointer;
}
.governmentCiviliansZeroDistance .MessageInquiry .MessageInquiryFrom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26.06px;
color: rgba(0, 0, 0, 1); */
.governmentCiviliansZeroDistance .MessageInquiry .MessageInquiryFrom .titlelabel{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(0, 0, 0, 1); 
    cursor: pointer;
}
.governmentCiviliansZeroDistance .MessageInquiry .MessageInquiryFrom .searchbtn #MIbtn{
    width: 116px;
    height: 46px;
    border-radius: 4px;
    background: rgba(25, 81, 222, 0.1);  
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(0, 48, 135, 1);  
}
.governmentCiviliansZeroDistance .MessageInquiry .MessageInquiryFrom>input:nth-child(1){
    width: 686px;
    height: 46px;
    background: rgba(245, 245, 245, 1);
    border: none;
}
.governmentCiviliansZeroDistance .MessageInquiry .MessageInquiryFrom>input:nth-child(2){
    width: 686px;
    height: 46px;
    background: rgba(245, 245, 245, 1);
    border: none;
}
.governmentCiviliansZeroDistance .MessageInquiry .MessageInquiryFrom>div:nth-child(3){
    width: 246px;
    background: rgba(245, 245, 245, 1);
}
.governmentCiviliansZeroDistance .MessageInquiry .MessageInquiryFrom>div{
    display: flex;
    align-items: center;
    padding-right: 5px;
}
.governmentCiviliansZeroDistance .MessageInquiry .MessageInquiryFrom>div>input:nth-child(1){
    width: 64%;
    height: 46px;
    background: rgba(245, 245, 245, 0);
    border: none;
}
#checkCode {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 80px;
    height: 35px;
    border: 1px solid #003087;
    padding: 0;
    color: #003087;
    margin-left: 6px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
}
#checkCode img{
    width: 100%;
    height: 100%;
}
.listHeader{
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background: rgba(250, 252, 255, 1);
    display: flex;
    margin-top: 19px;

    box-sizing: border-box;
}
.listHeader>div{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
    cursor: pointer;

}
.listHeader>div:nth-child(1){
    width: 120px;
}
.listHeader>div:nth-child(2){
    width: 710px;
}
.listHeader>div:nth-child(3){
    width: 130px;
}
.listHeader>div:nth-child(4){
    width: 100px;
}
.listHeader>div:nth-child(5){
    width: 130px;
}
.governmentCiviliansZeroDistanceList{
    margin-top: 15px;
}   
.governmentCiviliansZeroDistanceList .governmentCiviliansZeroDistanceItem{
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    padding: 16px 0 19px 28px;
    border-bottom: 1px solid rgba(242, 242, 242, 1);
}
.governmentCiviliansZeroDistanceList .governmentCiviliansZeroDistanceItem .content{
    font-size: 18px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
    width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.governmentCiviliansZeroDistanceList .governmentCiviliansZeroDistanceItem>div:nth-child(3){
    display: flex;
    justify-content: space-around;
    width: 360px;
    margin-right: 10px;
}
.governmentCiviliansZeroDistanceList .governmentCiviliansZeroDistanceItem>div:nth-child(3)>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.governmentCiviliansZeroDistanceList .governmentCiviliansZeroDistanceItem>div:nth-child(3)>div>div:nth-child(1){
    font-size: 18px;
    font-weight: 500;
    color: rgba(120, 120, 120, 1);
        width: 130px;
            text-align: center;
}
.governmentCiviliansZeroDistanceList .governmentCiviliansZeroDistanceItem>div:nth-child(3)>div:nth-child(1)>div:nth-child(1){
    width: 130px;
            text-align: left;
                display: flex;
    justify-content: center;
    
}
.governmentCiviliansZeroDistanceList .governmentCiviliansZeroDistanceItem>div:nth-child(3)>div>div:nth-child(2){
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(168, 168, 168, 1);
}
.governmentCiviliansZeroDistanceList .governmentCiviliansZeroDistanceItem>div:nth-child(3)>div:nth-child(2)>div:nth-child(1){
    /* color: rgba(0, 166, 60, 1); */
    color: #009A44;
    text-align: left;
    width: 100px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.governmentCiviliansZeroDistanceList .governmentCiviliansZeroDistanceItem .statusType{
    width: 60px;
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
}
.normal{
    border: #7864FA 1px solid;
    font-size: 14px;
    font-weight: 400;
    color: #7864FA;
}
.warning{
    border: #F2984E 1px solid;
    font-size: 14px;
    font-weight: 400;
    color: #F2984E;
}
.danger{
    border: #F06E6E 1px solid;
    font-size: 14px;
    font-weight: 400;
    color: #F06E6E;
}
.primary{
    border: #5193F3 1px solid;
    font-size: 14px;
    font-weight: 400;
    color: #5193F3;
}
.MessageStatistics{
    margin-top: 23px;
    width: 1200px;
    height: auto;
    box-sizing: border-box;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(228, 238, 255, 0.4) 0%, rgba(194, 219, 255, 0.4) 100%);
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 0.1px;
    padding-bottom: 0.1px;
    margin-bottom: 15px;
}
.MessageStatistics .titleTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-bottom: 17px;
}
.MessageStatistics .titleTop>div:nth-child(1){
    display: flex;
}
.TitlePic{
    margin-right: 7px;
}
.MessageStatistics .titleTop>a>div:nth-child(1){
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(229, 229, 229, 1);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(0, 48, 135, 1);
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.MessageStatistics .titleTop>div:nth-child(1)>div:nth-child(1){
    font-size: 20px;
    font-weight: 700;
    color: #003087;
    display: flex;
    align-items: center;
    margin-right: 24px;
    cursor: pointer;
}
.MessageStatistics .titleTop>div>div:nth-child(2){
    display: flex;
}
.MessageStatistics .titleTop #demoTest{
    width: 120px;
    height: 40px;
}
.MessageStatistics .titleTop .titleTopSelect{
    box-sizing: border-box;
    border-radius: 2px;
    border: none;
    height: 38px;
    width: 120px;
}
.MessageStatistics .titleTop #app1{
    width: 250px;
    display: flex;
    justify-content: space-between;
}
.MessageStatistics .titleTop #app1 .el-input__inner{
    border: none;
    background-color: rgba(101, 143, 208, 1);
    color: #fff;
}
.MessageStatistics .titleTop #app1 .el-input__prefix{
    right: 5px;
    left: auto;
    color: #fff;
}
.MessageStatistics .titleTop #app1 .el-input__suffix-inner .el-select__caret{
    color: #fff;
}
.MessageStatistics .MessageStatisticsContent{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentLeft{
    display: flex;
    justify-content: flex-start;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentLeft>div{
    width: 290px;
    height: 149px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url(/images/PoliticalCivilianInteraction/LetterVolumeBackgroundPic.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 132px 111px;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentLeft>div:nth-child(2){
    background-image: url(/images/PoliticalCivilianInteraction/SatisfactionBackgroundPic.png)!important;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentLeft>div>div:nth-child(1){
    margin: 17px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 34px;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentLeft>div>div:nth-child(2){
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding-left: 40px;
    justify-content: flex-start;
    align-items: flex-end;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentLeft>div>div:nth-child(2)>span:nth-child(1){
    font-size: 36px;
    font-weight: 700;
    color: #003087;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentLeft>div>div:nth-child(2)>span:nth-child(2){
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 20.27px;
    color: rgba(166, 166, 166, 1);
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentLeft>div>div:nth-child(1)>img{
    margin-right: 5px;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentRight{
    margin-left: 40px;
    margin-top: 14px;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentRight .LitterBackground{
    background: url(/images/PoliticalCivilianInteraction/LitterBackground.png) no-repeat;
    background-size: 100% 100%;
    width: 350px;
    height: 30px;
    display: flex;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentRight .LitterBackground>div{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);  
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentRight .MessageStatisticsContentRightContent{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    margin-top: 13px;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentRight .MessageStatisticsContentRightContent>span:nth-child(1){
    color: #009A44;
}
.MessageStatistics .MessageStatisticsContent .MessageStatisticsContentRight .MessageStatisticsContentRightContent>span:nth-child(2){
    color: #009A44;
}
.smartCustomerService{
    margin-top: 14px;
    width: 1200px;
    height: 122px;
    background: url("/images/PoliticalCivilianInteraction/ç»å¼€åŒºæ™ºæ…§å®¢æœpng.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.smartCustomerServiceRightIcon{
    position: absolute;
    left: 536px;
    top: 50px;
}
.smartCustomerServiceWord{
    width: 470px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 710px;
    top: 30px;
}
.smartCustomerServiceWord span{
    font-size: 26px;
    font-weight: 700;
    color: rgba(0, 255, 238, 1);
    
}
.hotMatter{

}
.hotMatter .hotMatterTitle{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 28px;
    padding-bottom: 12px;
}

.hotMatter .hotMatterTitle>a>div{
    font-size: 23px;
    font-weight: 500;
    color: #003087;
    cursor: pointer;
}
.hotMatter .hotMatterTitle>div:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: #003087;
    
}
.hotMatterContent{
    margin-top: 9px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.hotMatterContent>div{
    width: 49%;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    padding: 14px 22px 12px 24px;
    border: 1px solid rgba(242, 242, 242, 1);
}
.hotMatterContent>div:nth-child(1){
    margin-bottom: 20px;
}
.hotMatterContent>div:nth-child(2){
    margin-bottom: 20px;
}
.hotMatterContent>div>div:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hotMatterContent>div>div:nth-child(1)>div:nth-child(1){
    font-size: 18px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
}
.hotMatterContent>div>div:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    color: rgba(196, 196, 196, 1);
    width: 525px;
    margin-top: 6px;
}
.hotMatterContentSelected{
    border: 1px solid rgba(0, 48, 135, 1)!important;
}
.hotMatterContentSelected>div:nth-child(1)>div:nth-child(1){
    color: rgba(0, 48, 135, 1)!important;
}
.InteractionWebsite .InteractionWebsiteTitle{
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    font-size: 23px;
    font-weight: 500;
    color: #003087;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.divweiguanwang{
    border: 1px solid #ccc;
    margin-top: 20px;
    background: #fbfbff;
	margin-bottom: 40px;
}
.divweiguanwang{
    border: 1px solid #ccc;
    margin-top: 20px;
    background: #fbfbff;
    margin-bottom: 40px;
}
.picMarquee-left{
    overflow: hidden;
    /* border-bottom: 1px solid #ddd; *//* background: #f9f9f9; */
    margin: 16px 0 0px;
    padding: 18px 30px 20px;
}
.fix_wsx {
width: 110px;
float: left;
position: relative;
/* margin-top: 20px; */
}
.fix_wsx dt {
    padding-top: 5px;
    font-size: 15px;
    color: #323232;
    line-height: 18px;
    text-align: center;
    /* background: #fff; */
}
.fix_wsx dd.hide {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.fix_wsx img {
    width: 88px;
    padding: 5px;
    border: 1px solid #dedede;
    background: #fff;
}
.fix_wsx dd.wx img {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 3;
    padding: 0px;
    width: 98px;
}
.fix_wsx dd {
    display: none;
    cursor: pointer;
}
.picMarquee-left .bd{float: left;width: 998px;overflow: hidden;margin-left: 16px;}
.picMarquee-left .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center;  }
.wechat_contn li{
    position: relative;
    width: 110px;
    margin: 0 12px;
}
.wechat_contn li dt {
    padding-top: 5px;
    font-size: 12px;
    color: #323232;
    line-height: 14px;
    text-align: center;
}
.wechat_contn li img {
    width: 88px;
    padding: 5px;
    border: 1px solid #dedede;
    background: #fff;
}
.wechat_contn li dt img {
    left: 0px;
    top: 0px;
    z-index: 1;
}
.wechat_contn li dt {
    padding-top: 5px;
    font-size: 15px;
    color: #323232;
    line-height: 18px;
    text-align: center;
}
.wechat_contn li dd.hide {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.wechat_contn li dd {
    display: none;
    cursor: pointer;
}
.wechat_contn li dd.wx img {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 3;
    padding: 0px;
    width: 98px;
}
.governmentCiviliansZeroDistanceListContent{
    height: 516px;
    overflow: hidden;
}
#litterCount{
    color: rgba(237, 148, 13, 1);
}
#satisfactionrate{
    color: rgba(27, 140, 255, 1);
}
#allCount{
    color: rgba(12, 196, 184, 1);
}
#allReplayCount{
    color: rgba(145, 91, 249, 1);
}
.smartCustomerServiceWord2{
    margin: 21px auto 21px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(52, 78, 115, 1);
    text-align: center;
}