body,
html {
    width: 100%;
    overflow-x: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: '微软雅黑';
}
body{
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li,
dl,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}
section{
    background: #f6f8f9;
}
.barrierfree_container .container svg{
    position: unset;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    margin: unset;
    width: unset;
    height: unset;
}

#calendar {
    font-family: Arial, sans-serif;
    text-align: center;
    padding:20px ;
}


.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-top: 10px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.day {
    font-size: 18px;
    text-align: center;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* 标准属性 */
}

.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}

.container {
    width: 1200px;
    margin: 0 auto;

}

.calendar-title {
    font-size: 20px;
    color: #2f2f2f;
    font-weight: normal;
    display: block;
    height: 46px;
    line-height: 46px;
    margin-top: 20px;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* 标准属性 */
}

.calendarbox .container {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 26px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.schedule-box {
    width: 484px;
    position: relative;
    background: #d2f3f9;
    border-radius: 4px;
    border-radius: 4px;
}

.schedule-news-container {
    flex: 1;
    overflow: hidden;
}

.schedule-news-container .title {
    line-height: 50px;
    height: 50px;
    background: #d2f3f9;
    font-size: 18px;
    text-indent: 22px;
    color: #2c2c2c;
    border-radius: 4px;
}

.schedule-news-container .listbox {
    background: #fff;
}

.schedule-news-container .ulist ul li a {
    font-size: 16px;
    line-height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.schedule-news-container .ulist {
    height: 353px;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.schedule-news-container .ulist ul li a span {
    display: flex;
    align-items: center;
}

.schedule-news-container .ulist ul li a span.time {
    margin-left: auto;
}

.schedule-news-container .ulist ul li a span:nth-child(2) {
    display: inline;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}

.schedule-box button {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.schedule-box button#prevMonth {
    position: absolute;
    left: 20px;
    bottom: 30px;
}

.schedule-box button#nextMonth {
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.weekdays .day {
    color: #2f2f2f;
    font-size: 18px;
}

.schedule-box .days .day.today-flag {
    color: #fff;
    background: #6A98B7;
}
.schedule-box .future-date{
    background: #c1e5ed;
    pointer-events: none;
}
.schedule-box .future-date:hover{
    cursor: not-allowed;
}
.schedule-box .dayStyle {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 39px;
    margin: 0 auto;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    box-sizing: border-box;
}

.morebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 87px;
}

.morebox .more-button {
    font-size: 14px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #3a8ce0;
    color: #fff;
    width: 104px;
    border-radius: 5px;
}

.schedule-box .hasNews:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #066fc6 !important;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}

.schedule-box .days .day.active {
    background: #f24848;
    color: #fff;
}

.days .user-disable {
    pointer-events: none;
    background: transparent;
}
.days .day.past-date{
    background: #96ecff;
}

.calen-head{
    background: #fff;
    padding: 24px;
}
.calen-head .en-tit{
    text-align: center;
    position: relative;
    height: 140px;
    margin-bottom: 12px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.column-tag{
    display: flex;
    gap: 34px;
}
.column-tag span{
    flex: 1;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}
.column-tag span.active::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: black transparent transparent transparent; 
}
.column-tag span:nth-child(1).active::after{
    border-color: #f8edff transparent transparent transparent; 
}
.column-tag span:nth-child(2).active::after{
    border-color: #edf4ff transparent transparent transparent; 
}
.column-tag span:nth-child(3).active::after{
    border-color: #faf4dd transparent transparent transparent; 
}
.column-tag span:nth-child(4).active::after{
    border-color: #ffeddf transparent transparent transparent; 
}
.column-tag span:nth-child(5).active::after{
    border-color: #d9f1e7 transparent transparent transparent; 
}
.column-tag span:nth-child(6).active::after{
    border-color: #f6dcde transparent transparent transparent; 
}

.column-tag span:nth-child(1){
    background: #f8edff;
    color: #9b54c8;
}
.column-tag span:nth-child(2){
    background: #edf4ff;
    color: #0270dd;
}
.column-tag span:nth-child(3){
    background: #faf4dd;
    color: #d4a816;
}
.column-tag span:nth-child(4){
    background: #ffeddf;
    color: #d37b32;
}
.column-tag span:nth-child(5){
    background: #d9f1e7;
    color: #22a574;
}
.column-tag span:nth-child(6){
    background: #f6dcde;
    color: #d95f6b;
}
.calendartittxt{
    height: 50px;
    line-height: 50px;
    background: #c1e5ed;
    color: #1d4d57;
    text-align: center;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.loading img{
    width: 60px;
    height: 60px;
}
#newsList{
    display: none;
}
/* 定义无限循环的旋转动画 */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 定义无限循环的缩放动画 */
@keyframes scale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* 应用动画 */
.loading {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading img {
    animation: scale 1s ease-in-out infinite,rotate 2s linear infinite;
    transform-origin: center center;
}
.calendarcontainer{
    padding-bottom: 0;
}

.cshd{

    background: url(/images/13334/cshdbg.png) no-repeat top center #f6f8f9;
    padding-top: 330px;
    
}
.cshd .container{
    background: #fff;
    transform: translateY(-58px);
    border-radius: 8px;
    padding: 50px 40px;
    width: 1120px;
    position: relative;
}
.riliimg{
    position: absolute;
    right: 0;
    top: -228px;
}
.cshd .title{
    height: 50px;
    line-height: 50px;
}

.cshd .grid-table .title-label{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    text-align: left;
}
.cshd .grid-table .title-label .unit:nth-child(1){
    width: 271px;
}
.cshd .grid-table .title-label .unit:nth-child(2){
    width: 274px;
}
.cshd .grid-table .title-label .unit:nth-child(3){
    flex: 1;
}

.cshd .grid-table .title-label .label{
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    color: #108895;
}
.cshd .grid-table .title-label input{
    font-size: 18px;
    color: #232323;
    height: 54px;
    line-height: 54px;
    text-indent: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    width: 100%;
    background: #f1faff;
}
.cshd .grid-table .title-label .datepicker{
    background: url(/images/13334/datepicker.png) no-repeat right 20px center #f1faff;
    background-size: 20px;
}
/* .cshd .grid-table .title-label select{
    font-size: 18px;
    color: #232323;
    height: 54px;
    line-height: 54px;
    text-indent: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    width: 100%;
}
.cshd .grid-table .title-label select option{
    font-size: 18px;
    color: #232323;
    height: 54px;
    line-height: 54px;
    text-indent: 20px;
    width: 100%;
} */

.select-container{
    position: relative;
    font-size: 18px;
    color: #232323;
    height: 54px;
    line-height: 54px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    width: 100%;
    background: #f1faff;
}
.select-container::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}
.select-container select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    padding-left: 20px;
    color: #8d9295;
}
.select-container select option{
    background-color: #f1f1f1;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.search-container{
    margin-top: 16px;
}
.search-container .search-flex{
    display: flex;
    align-items: center;
    gap: 30px;
}
.cshd .grid-table .label{
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    color: #108895;
}
.search-flex .unit:nth-child(1){
    width: 576px;
}
.search-flex .unit input{
    font-size: 18px;
    color: #232323;
    height: 54px;
    line-height: 54px;
    text-indent: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    width: 100%;
    background: #f1faff;
}
.search-flex .unit input.search-btn{
    background: none;
    color: #fff;
    border: none;
    outline: none;
    text-indent: 0;
    cursor: pointer;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
}
.search-flex .unit:nth-child(2){
    width: 208px;
    height: 55px;
    line-height: 55px;
    background: #108895;
    text-align: center;
    border-radius: 6px;
    color: #fff;
}
.search-flex .unit:nth-child(3){
    background: #64bb85;
    width: 208px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
}
.search-flex .unit a{
    color: #fff;
    font-size: 20px;
    display: block;
    width: 100%;
    height:100%;
    border-radius: 6px;
    cursor: pointer;
    
}
.total-info{
    margin-top: 40px;
    margin-bottom: 36px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-image: radial-gradient(circle at center, #f6f8f9 0%, #f6f8f9 50%, transparent 75%);
    font-size: 16px;
    color: #585858;
    text-align: center;
}
.total-info .info-total,.total-info .info-filter{
    font-size: 20px;
    color: #f24848;
}

.type-tag{
    background: #f1faff;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    margin-bottom: 55px;
}
.type-tag .unit{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    gap: 6px;
    cursor: pointer;
    transition: all .3s;
}
.type-tag .unit svg{
    display: flex;
    align-items: center;
    justify-content: center;
}
.type-tag .unit.active{
    background: #108895;
    color: #fff;
    border-radius: 30px;
}
.type-tag .unit span{
    font-size: 20px;
    color: #108895;
    font-weight: 600;
}
.type-tag .unit.active span{
    color: #fff;
}
.type-tag .unit.active span svg{
    fill: #ffffff;
}
.type-tag .unit.active span svg path{
    fill: #ffffff;
}
.result-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(n, auto);
    gap: 26px;
}
.result-list .unit{
    border: 1px solid #e9ecf3;
    padding: 10px 32px 20px 0;
    min-height: 253px;
    overflow: hidden;
}
.result-list .unit .unit-content{
    padding-left: 16px;
}
.result-list .unit .type-status{
    width: 104px;
    height: 35px;
    line-height: 35px;
    background: linear-gradient(90deg, #3cdb90 0%, #09bbce 100%);
    text-align: center;
    color: #ffffff;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    font-size: 16px;
}
.result-list .unit .data-title{
    line-height: 34px;
    font-size: 18px;
    color: #3b3b3b;
    margin: 14px 0 6px;
    font-weight: 600;
}
.result-list .unit .data-content{
    font-size: 16px;
    color: #999;
    line-height: 32px;
    margin-bottom: 24px;
    max-height: 64px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置显示的行数 */
    -webkit-box-orient: vertical;
}
.result-list .unit .data-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置显示的行数 */
    -webkit-box-orient: vertical;
}
.result-list .unit .data-time,.result-list .unit .data-address{
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 32px;
}
.result-list .unit .data-time span,.result-list .unit .data-address span{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}
.result-list .tip_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.result-list .tip_box img{
    text-align: center;
    margin: 0 auto;
}

#listPaging {
    margin-top: 30px;
}
#listPaging ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 20px;
    list-style: none;
    gap: 12px;
}
#listPaging ul li{
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #edefef;
    background: #fcfcfc;
    color: #b2b2b2;
    text-align: center;
    padding: 0 12px;
}
#listPaging ul li.xl-active{
    background: #f24848;
    color: #ffffff;
}



@media screen and  (max-width: 768px) {
    body,html{
        width: 100%;
    }
    .container{
        width: 100%;
    }
    .position{
        display: none;
    }
    .en-tit{
        width: 100%;
    }
    .en-tit img{
        width: 100%;
        height: auto;
    }
    .column-tag{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(n, auto);
        gap: 10px;
    }
    .calendarbox .container{
        display: block;
    }
    .schedule-box{
        width: 100%;
        margin-bottom: 20px;
    }
    .schedule-news-container .ulist{
        width: 100%;
    }
    .cshd{
        width: 100%;
        background: url(/images/13334/cshdbg.png) no-repeat top left -620px;
    }
    .cshd .container{
        width: calc(100% - 30px);
        padding: 15px;
    }
    .riliimg{
        width: 120px;
        height: auto;
        right: 10px;
        top: -86px;
    }
    .riliimg img{
        width: 100%;
    }
    .cshd .grid-table .title-label{
        display: block;
    }
    .title-label .unit{
        width: 100%;
    }
    .cshd .grid-table .title-label .unit:nth-child(1){
        width: 100%;
    }
    .cshd .grid-table .title-label .unit:nth-child(2){
        width: 100%;
    }
    .search-container .search-flex{
        display: block;
    }
    .search-flex .unit input{
        margin-bottom: 12px;
    }
    .search-flex .unit:nth-child(1){
        width: 100%;
    }
    .search-flex .unit:nth-child(2),.search-flex .unit:nth-child(3){
        width: 100%;
        margin-bottom: 16px;
    }
    .type-tag{
        display: block;
        height: unset;
    }
    .result-list{
        display: block !important;
    }
    .result-list .unit{
        width: calc(100% - 32px) !important;
        margin-bottom: 12px;
        height: unset !important;
    }
    .result-list .tip_box img{
        width: 100%;
    }
    .schedule-box .dayStyle{
        width: 100%;
        height: auto;
    }
    .calen-head{
        padding: 15px;
    }
    .infolist-iframe li a span{
        width: 100%;
    }
}