* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Microsoft YaHei", "SimHei", sans-serif;
}
input {
    outline: 0;
    background: 0 0
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ''
}
.clearfix {
    /* *zoom: 1; */
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.ohd {
    overflow: hidden;
}
/* 热词查询容器 */
.rc {
    width: 340px;
    height: 495px;
    background: url(../image/rccxbg.png) center center no-repeat !important;
    background-size: contain !important;
    margin: auto;
}
.rc>img {
    display: block;
    margin: 0 auto;
}
.rc span.t {
    display: block;
    font-size: 27px;
    font-weight: bold;
    padding: 30px 0 20px;
    text-align: center;
}
.rc .ct {
    width: 100%;
    height: 480px;
    margin: 0 auto;
    border-top: 2px solid rgba(58, 72, 144, 0.1);
}
.rc .ct a {
    font-weight: bold;
    color: #3A4890;
}
.rc .f1 {
    font-size: 30px;
}
/* 投诉举报板块样式 */
.complaint-row .dczjyfk {
    width: 100%;
}
.complaint-row .dczjyfk .top {
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding-top: 33px;
    border-top: 1px solid rgba(58, 72, 144, 0.1);
}
.complaint-row .dczjyfk .top em {
    width: 4px;
    height: 32px;
    background: #3A4890;
    margin-right: 20px;
}
.complaint-row .dczjyfk .top p {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #3A4890;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    margin-right: 40px;
    cursor: pointer;
}
.complaint-row .dczjyfk .top p.on {
    font-weight: 800;
    font-size: 28px;
}
.complaint-row .dczjyfk .top span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #3A4890;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin-left: auto;
}
.complaint-row .dczjyfk .top span strong {
    font-family: PingFangSC, PingFang SC;
    font-weight: 800;
    font-size: 28px;
    color: #E70C12;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin-left: 10px;
}
.complaint-row .dczjyfk .list>div {
    height: 44px;
    background: #F2F6FF;
    padding-left: 24px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.complaint-row .dczjyfk .list>div p {
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 800;
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.complaint-row .dczjyfk .list>div p:nth-child(1) {
    margin-right: 580px;
}
.complaint-row .dczjyfk .list>div p:nth-child(2) {
    margin-right: 50px;
}
.complaint-row .dczjyfk .list ul {
    margin-bottom: 20px;
}
.complaint-row .dczjyfk .list ul li {
    position: relative;
}
.complaint-row .dczjyfk .list ul li a {
    height: 48px;
    line-height: 48px;
    display: flex;
    align-items: center;
    /* margin-bottom: 25px; */
    text-decoration: none;
}
.complaint-row .dczjyfk .list ul li:nth-child(2n) {
    background: #F7F8FA;
}
/* .complaint-row .dczjyfk .list ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 4px;
    height: 4px;
    background: #AD0204;
    border-radius: 50%;
} */
.complaint-row .dczjyfk .list ul li .title {
    width: 70%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.complaint-row .dczjyfk .list ul li span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin-right: 35px;
}
.complaint-row .dczjyfk .list ul li:hover .title {
    color: #3A4890;
}
.complaint-row .dczjyfk .list.hide {
    display: none;
}
/* 回应关切列表样式 */
.complaint-right .list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.complaint-right .list li {
    position: relative;
    padding: 10px 0 10px 25px;
    /* border-bottom: 1px dashed #eee; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.complaint-right .list li:last-child {
    border-bottom: none;
}
.complaint-right .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 8px;
    height: 8px;
    border: 1px solid #3A4890;
    transform: rotate(45deg);
}
.complaint-right .list li a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.complaint-right .list li span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}
.complaint-right .list li:hover a {
    color: #3A4890;
}