.calendarWrapper {margin-top: 30px;}

#prevYear, #nextYear {
	display: none;
}
.datalist{/* float: left; *//* width: 650px; */}
.calendar_box {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	float: right;
	box-shadow: 0 0 5px 0 #00000020;
}
.schedule-bd.ul-box{padding-bottom: 15px;background: #fff url(../images/cal_bg.png) no-repeat center;}
.schedule-hd {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	border-bottom: 1px solid #E2E6E3;
	background: #F5F5F5;
	position: relative;
}

.today {
	flex: 1;
	text-align: center;
}

.week-ul {
	margin: 15px 0 5px;
}

.ul-box {
	overflow: hidden;
	padding: 0 20px;
}
.week-ul>li{padding:7px 0}
.ul-box>li {
	float: left;
	width: 14.28%;
	text-align: center;
	/* padding: 7px 0; */
}

.other-month {
	color: #999999;
	opacity: 0.7;
}

.disabled {
	pointer-events: none;
	background-color: #eeeeee;
	color: #999999;
}

.current-month {
	color: #333333;
}

.today-style {
	border-radius: 50%;
	background: #58d321;
}

.arrow.icon {
	cursor: pointer;
	font-family: "ËÎÌå";
	font-size: 20px;
	display: inline-block;
	line-height: 60px;
	color: #333;
	font-weight: bold;
	display: block;
	width: 29px;
	height: 29px;
	line-height: 25px;
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -13px;
	color: #94A2BC;
	font-size: 16px;
	font-family: "Simsun";
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	border-radius:50%;
}
.icon-111arrowheadright{right:10px;}
.icon-112leftarrowhead{left:10px;}
.dayStyle {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	position: relative;
	opacity: 0;
	cursor: pointer;
	font-size: 14px;
}
.dayStyle.currentDate{opacity:1}
.current-month>.dayStyle:hover {
}

.today-flag {
	background: #fff url(../images/yuanquan_red.png) no-repeat center !important;
	color: #fff;
}

.boxshaw {
	box-shadow: 2px 2px 15px 2px #e3e3e3;
}

.selected-style {
	background-color: #ffba5a;
	color: #ffffff;
}

.active-style:before {
	content:'';
    position:absolute;
    z-index:300;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:25px;
    height:25px;
    border:2px solid #b71b31;
    border-radius:50%;
}

#h3Ele {
	text-align: center;
	padding: 10px;
}

.today {
	text-align: center;
	color: #8ac6d1;
	/* padding: 5px 0 0; */
	/* font-weight: bold; */
	cursor: pointer;
	font-size: 15px;
	line-height: 42px;
	margin: 0 1px;
	color:#b81c30;
}       
/* news */
.yh{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.l2{
	overflow: hidden;text-overflow: ellipsis;
   	display: -webkit-box;-webkit-line-clamp: 2;
   	line-clamp: 2; -webkit-box-orient: vertical;
}
.l3{
	overflow: hidden;text-overflow: ellipsis;
   	display: -webkit-box;-webkit-line-clamp: 3;
   	line-clamp: 3; -webkit-box-orient: vertical;
}



.datalist .news_list1 li.news{/* padding: 10px 0; */border-bottom:1px solid #E1E1E1;/* display:none; */}
.datalist .news_list1 li.news:nth-child(-n+3){display:block;}
.datalist .news_list1 li.news:first-child{/* padding-top: 0; */}
.datalist .news_list1 li.news:last-child{border: 0;}
.datalist .news_list1 .imgs{width: 150px;height: 106px;float: left;}
.datalist .imgs img{width: 100%;height: 100%;}
.datalist .news_list1 .wz{margin-left: 165px;}
.datalist .zd{color: #1F975E;font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.datalist .news_list1 .news_title{font-size: 16px;line-height: 21px;color: #000000;margin-bottom: 10px;}
.datalist .news_list1 .news_text{font-size: 14px;color: #7C7C7C;line-height: 21px;}
.datalist .news_list2 li.news{float: left;width: 31.3%;display:none;}
.datalist .news_list2 li.news:nth-child(-n+3){display:block;}
.datalist .news_list2 li.news:nth-child(2){margin: 0 3%;}
.datalist .news_list2 li.news .imgs{height:200px;margin-bottom: 20px;}
.datalist .news_list2 .news_title{line-height: 25px;max-height: 50px;margin: 12px 0 15px;color: #000;font-size: 16px;}
.datalist .news_list2 .news_text{line-height: 25px;color: #7C7C7C;}


.layer12 .tab-menu{position: absolute;right: 50px;top: 0px;z-index: 22;display: flex;/* height: 36px; */}
.layer12 .tab-menu div{width: 37px;height: 30px;display: flex;align-items: center;}
.layer12 .tab-menu svg{margin: 0 auto;display: block;}
.layer12 .tab-menu .selected{background: #F3F3F3;}
.layer12 .tab-menu .selected rect{fill:#1F975E}
 .open::after{content:'';
    position:absolute;
    z-index:150;
    left:50%;
    transform:translateX(-50%);
    bottom:0px;
    display:block;
    width:5px;
    height:5px;
    background-color:#0080CC;
    border-radius:50%;}
.title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title_box .cal_more{
    font-size: 14px;
    color: #860207;
    margin-right: 23px;
    cursor: pointer;
}
.calendar{display:none}

.current-month{    position: relative;}

.current-month .workday{position: absolute;
    right: -3px;
    color: #fff;
    background: #5d5555;
    top: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    font-size: 9px;    
}
.current-month .holiday{     position: absolute;
    right: -3px;
    color: #fff;
    background: #B71B31;
    top: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    font-size: 9px;z-index:1}
.current-month .jrname{    position: absolute;    left: 0;
    right: 0;
    font-size: 9px;
    bottom: -4px;
    line-height: 10px;
    color: #B71B31;}
.current-month.holiday_current .currentDate::before{content:'';display:block;background: #FEF6F6;width:29px;height:29px;position: absolute; left: 50%;
    top: 50%;    z-index: revert-layer;
    transform: translate(-50%, -50%);border-radius: 50%;}
.current-month.holiday_current .currentDate .innbox{    position: relative; color: #D02F38;}

.current-month.workday_current .currentDate::before{content:'';display:block;background:#c3c0c040;width:29px;height:29px;position: absolute; left: 50%;    z-index: revert-layer;
    top: 50%;
    transform: translate(-50%, -50%);border-radius: 50%;}
.current-month.workday_current .currentDate .innbox{    position: relative; }
