  {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 320px;
	overflow: hidden;
}
.p_header {
    text-align: center;
}
.p_time {
    text-align: center;
    margin: 20px 0;
    display: none;
}
 .p_articles {
    
}
.p_PromptNoneData{
    width: auto;
    background-color: inherit;
    text-align: center;
}
.p_PromptNoneData .prompt_title .iconfont:before {
    content: "";
}
.p_PromptNoneData .prompt_title .first{
    height: auto;
    display: table-cell;
    font-size: 32px;
    position: relative;
    color: #09bb07;
    vertical-align: middle;
    padding: 0 10px 5px 0;
}
.p_PromptNoneData .prompt_title{
    display: inline-table;
    padding: 0 30px;
    min-height: 200px;
    height: 100%;
}
  .p_PromptNoneData .prompt_title .first:before{
    content: "\e6b4";
}
  .p_PromptNoneData .prompt_title .font{
    font-size: 18px;
    display: table-cell;
    line-height: normal;
    vertical-align: middle;
    color: rgba(51,51,51,1);
    font-weight: bold;
    text-align: left;
}
  .p_PromptNoneData .promptbox{
    width: auto;
    height: 100%;
}
  .p_PromptNoneData .prompt_content {
    font-size: 14px;
    color: rgba(105, 105, 105,1);
    padding-left: 65px;
}


@media only screen and (max-width: 768px) {
      .p_complaintPageDetails {
        padding: 20px;
    }
      .p_time {
        margin-top: 10px;
    }
      .p_articles {
        margin-top: 20px;
    }
}


@media only screen and (min-width:769px) {
      .p_complaintPageDetails {
        
    }
      .p_header {
        padding-bottom: 8px;
        display: none;
    }
      .p_timeIcon {
        width: auto;
        height: auto;
        display: inline-block;
        font-size: inherit;
        margin-right: 5px;
    }
      .p_timeIcon:before {
        content: '\e67a';
    }
}


@media only screen and (min-width:769px) and (max-width:1024px) {

}
.resetHtmlCssStyle div{font-family:Arial !important; line-height:25px;    word-break: break-word;}  .demo{
width:100%;
height:auto;
overflow:hidden;
}
  .lists{
width:100%;
height:850px !important;
overflow:hidden;
}
  .list{
position:relative;
}
  .list1 .bg{
width:100%;
height:850px;
background:url(https://omo-oss-image.thefastimg.com/portal-saas/new2022062315133249730/cms/image/72e21f15-07c4-4cde-ac90-dbb1750c906c.jpg_1920xaf.jpg)no-repeat;

}
  .list2 .bg{
width:100%;
background:url(https://omo-oss-image.thefastimg.com/portal-saas/new2022062315133249730/cms/image/05ae6596-9ea7-4fdc-a05e-273a29fa4fe1.jpg_1920xaf.jpg)no-repeat;
background-position:50%;
background-size:auto 100%;
}
  .list3 .bg{
width:100%;
background:url(https://omo-oss-image.thefastimg.com/portal-saas/new2022062315133249730/cms/image/7d33cb4e-78f5-418e-b0e3-d93764b6fe73.jpg_1920xaf.jpg) no-repeat;

}
  .list4 .bg{
width:100%;
background:url(/img/y5.jpg) no-repeat;
background-position:50%;
background-size:auto 100%;
}
  .title{position:absolute;top: 20%;margin-top:-35px;width:100%;text-align:center;color:#fff;font-size:1.125rem;z-index:2;-webkit-transition:all 1s;-moz-transition:all 1s;transition:all 1s;}
  .title span{
display:block;
font-size:2.125rem;
}
  .more{
position:absolute;
bottom:100px;
width:100%;
height:50px;
text-align:center;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
  .more span{display:inline-block;width: 116px;height:35px;line-height:35px;color:#fff;opacity:.9;font-size:12px;border-radius: 20px;border:1px solid #fff;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;}
  .more span i{
font-style:normal;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
transition:all 0.5s;
}
@media only screen and (min-width:992px){

  .demo {
    height: 100vh;
  }
  .lists {
    height: 100%;
  }
  .list {
    float: left;
    transition: all 0.8s ease-out;
  }
  .list1 {
    position: relative;
    width: calc(100% / 3);
    height: 100%;
    float: left;
    overflow: hidden;
  }
  .list1 .bg {
    height: 100%;
  }
  .list2 {
    position: relative;
    width: calc(100% / 3);
    height: 100%;
    float: left;
    overflow: hidden;
  }
  .list2 .bg {
    height: 100%;
  }
  .list3 {
    position: relative;
    width: calc(100% / 3);
    height: 100%;
    overflow: hidden;
  }
  .list4 {
    position: relative;
    width: calc(100% / 3);
    height: 100%;
    overflow: hidden;
  }
  .list3 .bg {
    height: 100%;
  }
  .list4 .bg {
    height: 100%;
  }
  .bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: .2;
    visibility: hidden;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
  }
  .title {
    opacity: 0;
      text-transform: uppercase;
  }
  .list:hover .title {
    opacity: 1;
    margin-top: -15px;
  }
  .more {
    bottom: 100px;
    opacity: 0;
  }
  .more span:hover {
    opacity: 1;
    background: #02973d;
    border: 1px solid #02973d;
  }
  .more span:hover i {
    margin-left: 5px;
  }
  .list:hover .more {
    opacity: 1;
    bottom: 160px;
  }
  .deactive {
    width: 33.3%;
  }
  .active {
    width: 32%;
  }
}
@media only screen and (max-width: 993px){
.more {
    position: absolute;
  bottom: 15px;}
  .list {
    height: 175px;
    border-top: 2px solid #fff;
  }
  .titleLink {
    display: block;
    width: 100%;
    height: 100%;
  }
  .list .bg {
    height: 100%;
    background-size: cover;
  }
}
