.main {
    /* background: url(../picture/ldxxbg.png) center center no-repeat; */
    /* background-size: cover; */
    padding: 30px 0;
}

.main .container {
    width: 1400px;
    margin: 0 auto;
}

.main .entry-boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.main .entry-box {
    width: 19%;
    background: url(../image/zmhztitlebg.png) center center no-repeat;
    background-size: contain;
    padding: 42.5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.main .entry-box:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 10px 20px rgba(42, 52, 110, 0.4); */
}

.main .entry-box .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.main .entry-box .title {
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
}

.main .stats-box {
    background: url(../image/wzsll.png) center center no-repeat;
    background-size: contain;
    padding: 25px 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
    color: #fff;
}

.main .stats-item {
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main .stats-item .number {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: center;
    font-style: normal;
}

.main .stats-item .label {
    font-family: MicrosoftYaHei;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
    font-style: normal;
    margin-bottom: 10px;
}

.main .charts-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main .charts-left {
    display: flex;
    flex-direction: column;
    width: 66%;
    gap: 20px;
    justify-content: space-between;
}

.main .charts-top {
    display: flex;
    justify-content: space-between;
}

.main .chart-box {
    padding: 5px 20px;
    padding-bottom: 10px;
    background: #F2F6FF;
}

.main .charts-top .chart-box:first-child {
    width: 65%;
    height: 250px;
}

.main .charts-top .chart-box:last-child {
    width: 32%;
    height: 250px;
}

.main .chart-box.opinion-box {
    padding-bottom: 10px;
    background: transparent;
}

.main .chart-box.rc {
    width: 31.3%;
    height: 625px;
    padding: 40px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.main .chart-box.rc .title {
    width: 100%;
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 900;
    font-size: 32px;
    color: #AD0204;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(58, 72, 144, 0.1);
}

.main .chart-box.rc .title span {
    color: #3A4890;
}

.main .chart-box .title {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
}

.main .chart-box .chart-placeholder {
    height: 180px;
    background: #f8f9fa;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

.main .hotwords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main .hotwords a {
    padding: 8px 15px;
    background: #f0f4f8;
    border-radius: 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.main .hotwords a:hover {
    background: #144794;
    color: #fff;
}

.main .section-title {
    font-family: STSongti-SC, STSongti-SC;
    font-weight: 900;
    font-size: 32px;
    color: #AD0204;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(58, 72, 144, 0.1);
}

.main .section-title span {
    color: #3A4890;
}

.main .lists-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main .list-box {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #E9E9E9;
    margin-top: 3px;
}

.main .list-box .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 4px solid #144794;
}

.main .list-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main .list-box ul li {
    padding: 12px 0;
    /* border-bottom: 1px dashed #eee; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .list-box ul li:nth-child(1) {
    border-bottom: 1px dashed #3A4890;
    position: relative;
}

.main .list-box ul li:nth-child(1)::after {
    content: '';
    width: 218px;
    height: 117px;
    background: url(../image/zxzzbg.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.main .list-box ul li a {
    flex: 1;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.main .list-box ul li a:hover {
    color: #144794;
}

.main .list-box ul li a .title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 17px;
    color: #3A4890;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    padding: 0;
    margin-bottom: 5px;
    border: none;
}

.main .list-box ul li .time {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #999999;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.main .list-box ul li a .time {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #999999;
    line-height: 37px;
    text-align: left;
    font-style: normal;
}

.main .list-box ul li .tag {
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 3px;
    margin-right: 10px;
}

.main .list-box ul li:nth-child(1) .tag.new {
    padding: 0;
}

/* .main .list-box ul li .tag.new {
        background: #AD0204;
        color: #fff;
    } */
.main .list-box ul li .tag.new p:nth-child(1) {
    padding: 5px 20px;
    background: #F0F7FF;
    border-radius: 8px;
}

.main .list-box ul li .tag.new p:nth-child(1) img {
    width: 58px;
}

.main .list-box ul li .tag.new p:nth-child(2) {
    padding: 2px 24px;
    background: #3A4890;
    border-radius: 0px 0px 8px 8px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    font-style: normal;
}

.main .list-box ul li .tag.hot {
    background: #ff9800;
    color: #fff;
}

.main .list-box ul li .tag.done {
    background: #F0F7FF;
    border-radius: 8px;
    color: #3A4890;
}

.main .complaint-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main .complaint-left {
    width: 65%;
}

.main .complaint-right {
    width: 32%;
    /* background: #fff;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.main .complaint-right ul {
    margin-top: 5px;
    padding-top: 24px;
    border-top: 1px solid #E9E9E9;
}

.main .tabs {
    display: flex;
    margin-top: 4px;
    margin-bottom: 20px;
    padding-top: 33px;
    border-top: 1px solid rgba(58, 72, 144, 0.1);
}

.main .tabs li {
    list-style: none;
    cursor: pointer;
    padding-left: 20px;
    margin-right: 20px;
    position: relative;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #3A4890;
    line-height: 33px;
    text-align: left;
    font-style: normal;
}

.main .tabs li:nth-child(1) {
    border-left: 4px solid #144794;
}

.main .tabs li.active {
    font-weight: 800;
    font-size: 28px;
    color: #3A4890;
    line-height: 33px;
}

.main .tabs li.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #144794;
}

.main .online-interview {
    margin-bottom: 30px;
}

.main .interview-list {
    display: flex;
    justify-content: space-between;
}

.main .interview-item {
    width: 31.5%;
    background: linear-gradient(0deg, rgba(108, 124, 179, 0.05) 0%, rgba(140, 169, 240, 0.05) 100%);
    overflow: hidden;
    border-bottom: 5px solid #3A4890;
    transition: all 0.3s;
}

.main .interview-item:hover {
    transform: translateY(-5px);
}

.main .interview-item .img-box {
    /* height: 150px;
        background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #fff;
        font-size: 16px;
        font-weight: bold; */
    position: relative;
    max-height: 260px;
}

.main .interview-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .interview-item .info {
    padding: 40px 20px 45px 30px;
}

.main .interview-item .info .subject,
.main .interview-item .info .time,
.main .interview-item .info .guest {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    margin-bottom: 20px;
    display: flex;
}

/* .main .interview-item .info .meta {
        font-size: 12px;
        color: #999;
        line-height: 1.5;
    } */
.main .interview-item .info p {
    font-weight: bold;
    font-size: 20px;
    color: #3A4890;
}

.complaint-right .list li a {
    width: 75%;
}

* {
    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: cover !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;
}