body{
font-size: 0.16rem;
}

.imgbg {
    background-size: cover;
    background-position: center center;
}

.imgbg img {
    display: none;
}

.nav-container {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.nav {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: #fff1ef;
}

.nav-scroll::-webkit-scrollbar {
    display: none;
}

.nav-item {
    display: inline-block;
    padding: 0.12rem 0.24rem;
    font-size: 0.16rem;
    color: #50575d;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: color 0.3s;
}

.nav-item.active a,
.nav-item.active {
    color: #E6212A;
    font-weight: bold;
}

.nav-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background-color: #E6212A;
    border-radius: 50%;
}

.nav-item {
    -webkit-tap-highlight-color: transparent;
}

.tabs {
    display: flex;
    white-space: nowrap;
    gap: 0.12rem;
    padding: 0 0.16rem;
    margin: 0.18rem auto 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tabs-item {
    display: inline-block;
    /* width: calc(25% - 0.04rem); */
    padding: 0.08rem 0.2rem;
    border-radius: 0.18rem;
    background-color: #f9f9f9;
    color: #50575d;
    font-size: 0.14rem;
    text-align: center;
    box-sizing: border-box;
}

.tabs-item.active {
    background-color: #E6212A;
    color: #fff;
}

.tabs-item.active a {
    color: #fff;
}

.banner-box .banner-item {
    display: none;
}

.banner-box .banner-item:first-child {
    display: block;
}

.list-box .list {
    display: none;
}

.list-box .list:first-child {
    display: block;
}

.list,
.party-list {
    width: 92%;
    margin: 0.12rem auto 0;
}

.list-item {
    padding: 0.14rem 0;
    border-bottom: 1px solid #f1f1f3;
}

.list-item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0.05rem;
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #333;
}

.list-item-time {
    font-size: 0.12rem;
    color: #a1aab2;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.1rem;
    font-size: 14px;
}

.pagination li {
    margin: auto;
}

.pagination a {
    padding: 0.08rem 0.12rem;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0.04rem;
    cursor: pointer;
    font-size: 0.14rem;
    color: #333;
}

.pagination li.active a {
    background-color: #d93025;
    color: #fff;
    border-color: #d93025;
    cursor: default;
}

.box {
    min-height: 100vh;
    padding: 0.2rem;
    background-color: #f6f6f6;
    box-sizing: border-box;
}

.learn {
    width: 100%;
    padding: 0.18rem;
    margin-bottom: 0.2rem;
    background-color: #fff;
    border-radius: 0.06rem;
    box-sizing: border-box;
}

.learn-title {
    position: relative;
    font-size: 0.17rem;
    line-height: 0.30rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.learn-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0.01rem;
    background-color: #dc2124;
    z-index: 0;
}

.title-text {
    position: relative;
    display: inline-block;
    height: 0.30rem;
    padding: 0 0.15rem;
    border-radius: 0.06rem;
    background-color: #dc2124;
    z-index: 1;
}

.learn-list,
.tow-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.12rem;
    margin: 0.16rem 0 0.06rem;
}

.learn-item {
    width: calc(32.33% - 0.5em);
    background-color: #f6f6f6;
    border-radius: 0.04rem;
}

.learn-item a {
    display: block;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.3rem;
    color: #50575d;
}

.tow-item {
    width: calc(33.33% - 0.08rem);
    font-size: 0.14rem;
    text-align: center;
    line-height: 2;
}

.tow-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.54rem;
    height: 0.54rem;
    margin: 0 auto 0.06rem;
    border-radius: 50%;
    background-color: #fff1ef;
}

.tow-img img {
    height: 0.28rem;
}

.sx-banner {
    font-size: 0;
}

.sx-banner img {
    width: 100%;
    height: auto;
}

.sx-box {
    padding: 0.16rem;
    background-color: #f6f6f6;
}

.sx-info {
    padding: 0.15rem;
    background-color: #fff;
    border-radius: 0.06rem;
}

.sx-content {
    text-indent: 2em;
    font-size: 0.16rem;
    line-height: 0.32rem;
}

.sx-more {
    margin-top: 0.2rem;
}

.sx-more a {
    display: block;
    height: 0.48rem;
    background-color: #fff1ef;
    border-radius: 0.06rem;
    color: #dc2124;
    text-align: center;
    line-height: 0.48rem;
    font-size: 0.16rem;
}

.circle-box {
    background: url(../images/sxbg.png) no-repeat;
    font-size: 0;
    background-size: 100% 100%;
}

.circle-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.45rem 0.28rem;
}

.circle-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    margin-bottom: 0.2rem;
    background: url(../images/sxitem.png) no-repeat;
    background-size: cover;
}

.circle-item a {
    font-size: 0.2rem;
    line-height: 0.25rem;
    text-align: center;
    color: #fff;
}

.square-box {
    padding: 0.4rem 0.16rem;
    background-color: #fdf6db;
    font-size: 0;
}

.square-title {
    margin-bottom: 0.3rem;
    text-align: center;
}

.square-title img {
    width: 2.6rem;
}

.square-item {
    width: 100%;
    height: 1rem;
    margin-bottom: 0.22rem;
    background: linear-gradient(to bottom, #fdf9e0, #fad496);
    border: 1px solid #f4c87d;
    border-radius: 0.1rem;
}

.square-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.2rem;
    color: #751106;
    line-height: 0.26rem;
    text-align: center;
}

.special {
    padding: 0.38rem 0.16rem;
    margin-bottom: 0.3rem;
    font-size: 0;
}

.special .big {
    margin-bottom: 0.2rem;
}

.special .big img,
.special .small img {
    width: 100%;
    border-radius: 0.08rem;
}

.special .small {
    display: flex;
    gap: 0.2rem;
    justify-content: space-between;

}

.special .small a {
    flex: 1;
}

.party {
    padding: 0.24rem 0.15rem;
    font-size: 0;
}

.party-title {
    margin-bottom: 0.2rem;
}

.party-title img {
    width: 100%;
}

.party-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}

.party-item {
    width: calc(50% - 0.1rem);
    height: 0.7rem;
    padding: 0 0.3rem;
    background: url(../images/party.png) no-repeat;
    background-size: cover;
    border-radius: 0.06rem;
    box-sizing: border-box;
}

.party-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 0.16rem;
    color: #dc2124;
    line-height: 0.24rem;
    text-align: center;
}

.party-list img {
    width: 100%;
}

.nav-title {
    background-color: #dc2124;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.46rem;
}

.tab {
    display: flex;
    gap: 0.2rem;
    justify-content: center;
    margin: 0 0.16rem;
    margin-top: 0.3rem;
    border-bottom: 2px solid #ec540b;
}

.tab_item {
    width: 1.3rem;
    text-align: center;
    background: url(../images/tab01.png) no-repeat;
    background-size: 100% 100%;
    list-style: none;
}

.tab_item.active {
    background: url(../images/tab02.png) no-repeat;
    background-size: 100% 100%;
}

.tab_item a {
    display: block;
    font-size: 0.16rem;
    line-height: 0.38rem;
    color: #dc2225;
}

.tab_item.active a {
    color: #f3d192;
}

.history-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.16rem;
    margin: 0.25rem 0.16rem;
}

.history-item {
    width: calc(50% - 0.08rem);
    background-color: #fff;
    border-radius: 0.04rem;
    font-size: 0.16rem;
    text-align: center;
    overflow: hidden;
}

.history-item img {
    width: 100%;
    height: 0.9rem;
}

.history-item a {
    color: #dc2124;
}


.history-box {
    min-height: calc(100vh - 0.46rem);
    background-color: #f6f6f6;
    overflow: hidden;
}

.history-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.45rem;
    line-height: 0.24rem;
}


.calendar {
    position: relative;
    margin: 0.35rem 0.16rem 0;
    padding: 0.35rem 0.12rem;
    background-color: #fff;
    border-radius: 0.06rem;
    font-size: 0.14rem;
    color: #7e0505;
}

.calendar-header {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    height: 0.28rem;
    text-align: center;
    margin-bottom: 0.2rem;
    overflow: hidden;
    font-size: 0.16rem;
    color: #dc2124;
}

.calendar-header span {
    font-size: 0.2rem;
    font-weight: bold;
}

.calendar-prev img,
.calendar-next img {
    height: 28px;
    cursor: pointer;
}

.calendar-next img {
    transform: rotate(180deg);
}

.calendar-next {
    float: right;
}

.calendar-title {
    display: inline-block;
    line-height: 0.28rem;
}

.calendar-days {
    overflow: hidden;
    zoom: 1;
}

.calendar-day {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 7);
    aspect-ratio: 1 / 1;
    font-size: 0.14rem;
    cursor: pointer;
    border-radius: 50%;
}

.calendar-day .calendar-day-txt {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    text-align: center;
    line-height: 0.32rem;
}

.calendar-day.other-month {
    pointer-events: none;
}

.calendar-day.today .calendar-day-txt {
    background-color: #d83535;
    color: #fff;
}

.calendar-day.selected .calendar-day-txt {
    background-color: #d83535;
    color: #fff;
}

.calendar-day:hover .calendar-day-txt {
    background-color: #d83535;
    color: #fff;
}

.top-today {
    position: absolute;
    top: -0.2rem;
    left: 0.12rem;
    width: 0.7rem;
    text-align: center;
    border-radius: 0.1rem;
    overflow: hidden;
}

.top-month {
    height: 0.2rem;
    background-color: #d83535;
    line-height: 0.2rem;
    font-size: 0.14rem;
    color: #fff;
}

.top-day {
    height: 0.44rem;
    background-color: #f6f6f6;
    line-height: 0.44rem;
    font-size: 0.3rem;
    color: #d83535;
    font-weight: bold;
}

.rz-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.55rem;
    padding: 0 0.16rem;
    line-height: 0.55rem;
    font-size: 0.18rem;
    color: #d83535;
}

.rz-title img {
    height: 0.18rem;
    margin-right: 0.1rem;
}

.rz-title #date {
    margin-left: 0.05rem;
}

.rz-list {
    padding: 0 0.16rem;
    margin-bottom: 0.3rem;
}

.rz-item {
    margin-bottom: 0.18rem;
    padding: 0.18rem 0.15rem;
    border-radius: 0.06rem;
    background-color: #fff;
}

.item-top {
    display: flex;
    justify-content: space-between;
    gap: 0.1rem;
}

.item-left {
    flex: 1;
}

.item-left .imgbg {
    width: 100%;
    height: 0.9rem;
    border-radius: 0.04rem;
}

.item-right {
    display: -webkit-box;
    width: 1.8rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.item-bottom {
    position: relative;
    padding-right: 0.24rem;
    margin-top: 0.2rem;
    font-size: 0.17rem;
    color: #d83535;
    text-align: right;
    line-height: 0.3rem;
}

.item-bottom::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.08rem solid transparent;
    border-left: 0.08rem solid #d83535;
    border-right: 0.08rem solid transparent;
    border-bottom: 0.08rem solid transparent;
}

.system-list {
    margin: 0.26rem 0 0.3rem;
    padding: 0 0.16rem;
    font-size: 0;
}

.system-item {
    margin-bottom: 0.15rem;
}

.system-item img {
    width: 100%;
}

.clear {
    font-size: 0;
}

.search-box {
    width: 100%;
    margin: 0.15rem 0;
    padding: 0 0.16rem;
    font-size: 0;
    box-sizing: border-box;
}

.search-box form {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.search-box input[type="text"] {
    flex: 1;
    -webkit-appearance: none;
    padding-left: 10px;
    outline: none;
    font-size: 16px;
    background: #f6f6f6;
    border: none;
    text-indent: 12px;
    color: #666;
}

.serbb {
    background: url(../images/serb.png) #E6212A no-repeat 12px center;
    background-size: 28px;
    width: 53px;
    height: 40px;
    line-height: 40px;
    border: none;
}

.history-bg {
    margin: 0;
    padding: 2rem 0.16rem 0.25rem;
    background: url(../images/dangshi_dyw430.jpg) no-repeat;
    background-size: 200% auto;
    background-position: top center;
}

@media screen and (min-width: 750px) {

    html,
body {
        font-size: 16px !important;
    }

    .sx-banner img:nth-child(1) {
        display: block;
    }

    .sx-banner img:nth-child(2) {
        display: none;
    }

    .sx-info {
        box-sizing: border-box;
        width: 100%;
        max-width: 1200px;
        margin: 40px auto;
        padding: 40px 50px 40px;
        border-radius: 20px;
        box-shadow: 0px 4px 29px 0px rgba(119, 119, 119, 0.67);
    }

    .circle-box {
        padding: 30px 0;
        background: url(../images/dyw1058-bg-02.png) no-repeat;
        background-size: 100% 100%;
    }

    .circle-list {
        gap: 41px 149px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .circle-item {
        position: relative;
        width: 254px;
        height: 258px;
        background: url(../images/sxitem.png) no-repeat left bottom / 100%;
        transition: all 0.5s;
    }

    .circle-item:hover {
        background: url(../images/dyw1058-icon-06new0428.png) no-repeat left bottom / 100%;
    }

    .circle-item a {
        font-size: 24px;
        font-weight: 700;
    }

    .square-title {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 47px;
    }

    .square-title img {
        width: 350px;
    }

    .square-list,
    .special {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 24px;
    }

    .square-item {
        width: 31.8%;
    }

    .special .big {
        width: 49%;
    }

    .special .small {
        width: 100%;
    }

    .special a,
    .special .big {
        overflow: hidden;
        border-radius: 8px;
    }

    .special a img {
        transition: all 0.3s;
    }

    .special a:hover img {
        transform: scale(1.05);
    }

    .tab_item {
        width: 190px;
    }

    .tab_item a {
        font-size: 20px;
        line-height: 58px;
    }

    .history-list {
        max-width: 776px;
        margin: 0 auto;
    }

    .history-item img {
        height: auto;
    }

    .history-list {
        gap: 46px;
    }

    .history-item {
        width: 360px;
    }

    .history-title {
        height: 45px;
        line-height: 24px;
    }

    .history-item {
        border-radius: 4px;
        font-size: 16px;
    }

    .nav-title {
        font-size: 20px;
        line-height: 56px;
    }

    .system-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 17px;
    }

    .system-item img {
        border-radius: 8px;
    }

    .learn-item a {
        line-height: 60px;
        font-size: 16px;
    }

    .box {
        max-width: 1200px;
        margin: 0 auto;
        background-color: #fff;
    }

    .learn {
        margin-bottom: 30px;
    }

    .learn-title {
        margin-bottom: 20px;
        line-height: 45px;
    }

    .title-text {
        height: 45px;
        padding: 0 45px;
        border-radius: 6px;
    }

    .title-text a {
        color: #fff;
        font-size: 16px;
    }

    .calendar-box {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }

    .calendar {
        width: 40%;
    }

    .rz-list-box {
        flex: 1;
        margin-top: 20px;
    }

    .item-right {
        width: 400px;
    }

    .tow-img {
        width: 54px;
        height: 54px;
        margin: 0 auto 6px;
    }

    .tow-item div {
        font-size: 16px;
    }

    .tow-img img {
        height: 28px;
    }

    .square-item {
        height: 100px;
        border-radius: 10px;
    }

    .square-item a {
        font-size: 20px;
        line-height: 26px;
    }

    .sx-content {
        text-indent: 2em;
        font-size: 16px;
        line-height: 32px;
    }

    .sx-more {
        margin-top: 20px;
    }

    .sx-more a {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }

    .circle-item a {
        line-height: 30px;
    }

    .nav-item {
        padding: 12px 24px;
        font-size: 16px;
    }

    .list-item-title {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 22px;
    }

    .calendar {
        margin: 35px 16px 0;
        padding: 35px 12px;
        border-radius: 6px;
        font-size: 14px;
    }

    .top-today {
        top: -20px;
        left: 12px;
        width: 70px;
        border-radius: 10px;
    }

    .top-month {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }

    .top-day {
        height: 44px;
        line-height: 44px;
        font-size: 30px;
    }

    .calendar-header {
        gap: 20px;
        height: 28px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .calendar-title {
        line-height: 28px;
    }

    .calendar-header span {
        font-size: 20px;
    }

    .calendar-day {
        font-size: 14px;
    }

    .calendar-day .calendar-day-txt {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .rz-title {
        height: 55px;
        padding: 0 16px;
        line-height: 55px;
        font-size: 18px;
    }

    .rz-title img {
        height: 18px;
        margin-right: 10px;
    }

    .item-right {
        width: 180px;
        font-size: 16px;
        line-height: 30px;
    }

    .item-left .imgbg {
        height: 90px;
        border-radius: 4px;
    }

    .item-bottom {
        padding-right: 24px;
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px;
    }

    .rz-item {
        margin-bottom: 18px;
        padding: 18px 15px;
        border-radius: 6px;
    }
}