.changsha-service-calendar-case{background-color: #FFF;border-radius: 10px;overflow: hidden;width: 48%;min-height: 515px;box-shadow: 0 10px 30px rgb(0 0 0 / 6%);}
.changsha-service-calendar-date{width: 100%;height: 160px;background-color: #006EAD;position: relative;}
.changsha-service-calendar-date-case{position: absolute;width: 25%;height: 100px;border-radius: 5px;border: 2px solid rgba(255,255,255,0.85);top: 30px;right: 20px;overflow: hidden;}
.changsha-service-calendar-month,.changsha-service-calendar-day{display: block;width: 100%;text-align: center;}
.changsha-service-calendar-month{line-height: 40px;height: 40px;background-color: rgba(255,255,255,0.85);color: #006EAD;}
.changsha-service-calendar-day{font-size: 40px;color: #fff;font-weight: bolder;}
.changsha-service-calendar-table{width: 100%;margin-top: 0px;padding-bottom: 10px;}
.changsha-service-calendar-table thead tr td{font-weight: bold;}
.changsha-service-calendar-table tr td{line-height: 45px;text-align: center;color: #999;position: relative;}
.changsha-service-calendar-table tr td span{display: inline-block;line-height: 40px;width: 40px;text-align: center;border-radius: 5px;cursor: pointer;}
.changsha-service-calendar-table .changsha-service-calendar-current-day span{background-color: #22A7F0!important;color: #fff!important;}
.changsha-service-calendar-table .changsha-service-calendar-today span{background-color: #ddf3ff;color: #006ead;}
.changsha-service-calendar-table .changsha-service-calendar-hasnews::before{content: '';width: 6px;height: 6px;border-radius: 50%;background-color: #bbe7ff;position: absolute;left: 50%;margin-left: -3px;bottom: 8px;}
.changsha-service-calendar-table .changsha-service-calendar-current-day span:hover{color: #fff;}
.changsha-service-calendar-table thead tr td{color: #666;}
.changsha-service-calendar-table tr td span:hover{border: 1px solid #006ead;box-sizing: border-box;color: #006ead;font-weight: bold;}
.changsha-service-calendar-news{width: 50%;height: 515px;background-color: #fff;border-radius: 10px;box-shadow: 0 10px 30px rgb(0 0 0 / 6%);}
.changsha-service-calendar-fpage{-webkit-animation: flip-scale-down-ver 0.3s linear both;animation: flip-scale-down-ver 0.3s linear both;}
/*自定义滚动条*/.changsha-service-calendar-news ::-webkit-scrollbar{width: 10px;height: 10px;background-color: #f6f6f6;}
/*滚动条高宽及背景*/.changsha-service-calendar-news ::-webkit-scrollbar-track{background-color: #E3E3E3;}
/*定义滚动条轨道*/.changsha-service-calendar-news ::-webkit-scrollbar-thumb{background-color: #ececec;}
/*滑块*/.changsha-service-calendar-news ::-webkit-scrollbar-thumb:hover{background-color: #3B3B3B}
/*滑块触发*/.changsha-service-calendar-news ::-webkit-scrollbar-corner{background-color: #d3d3d3;}
/*边角，即两个滚动条的交汇处*/.changsha-service-calendar-news ul{width: 96%;height: 485px;overflow-y: auto;margin: 15px 3%;background-image: url(/images/2024_ggfw_rili-news.png);background-position: bottom right;background-repeat: no-repeat;background-size: 50%;}
.changsha-service-calendar-news ul li{margin-bottom: 10px;}
.changsha-service-calendar-news ul li:hover a::before{-webkit-animation: vibrate-1 0.3s linear infinite both;animation: vibrate-1 0.3s linear infinite both;}
.changsha-service-calendar-news ul li a{line-height: 40px;font-size: 16px;color: #666;display: inline-block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-bottom: 1px dotted #d8f1ff;font-weight: bold;}
.changsha-service-calendar-news ul li a img{margin-right:10px;}
.changsha-service-calendar-news ul li a:hover{color: #22A7F0;font-weight: bold;}
.changsha-service-calendar-news-desc{font-size: 14px;color: #999;line-height: 22px;width: 100%;display: inline-block;max-height: 88px;overflow: hidden;text-indent: 2em;margin-top: 5px;}
.changsha-service-no-news{width: 100%;height: 515px;background-image: url(/images/2024_ggfw_no-news.png);background-position: center;background-size: 70%;background-repeat: no-repeat;}
.changsha-service-calendar-title{position: absolute;left: 20px;top: 20px;}
.changsha-service-calendar-logo{font-size: 30px;color: #fff;font-weight: bolder;line-height: 50px;border-bottom: 1px solid rgba(255,255,255,0.35);position: absolute;left: 20px;top: -20px;width: 30%;text-align: left;text-indent: 0px;}
.changsha-service-calendar-backtoday{display: inline-block;padding: 0px 20px;line-height: 30px;background-color: rgba(255,255,255,0.65);border-radius: 5px;cursor: pointer;color: #999;margin-top: 5px;font-size: 14px;}
.changsha-service-calendar-backtoday:hover{background-color: #fff;color: #22A7F0;}
.changsha-service-calendar-notice{line-height: 30px;font-size: 14px;color: #fff;}
#riqi-nongli{
    position: relative;
}
/** * ---------------------------------------- * animation flip-scale-down-ver * ----------------------------------------*/@-webkit-keyframes flip-scale-down-ver{0%{-webkit-transform: scale(1) rotateY(-180);transform: scale(1) rotateY(-180);}
50%{-webkit-transform: scale(0.4) rotateY(-90deg);transform: scale(0.4) rotateY(-90deg);}
100%{-webkit-transform: scale(1) rotateY(0deg);transform: scale(1) rotateY(0deg);}}
@keyframes flip-scale-down-ver{0%{-webkit-transform: scale(1) rotateY(-180);transform: scale(1) rotateY(-180);}
50%{-webkit-transform: scale(0.4) rotateY(-90deg);transform: scale(0.4) rotateY(-90deg);}
100%{-webkit-transform: scale(1) rotateY(0deg);transform: scale(1) rotateY(0deg);}}