a {
	text-decoration: none;
}

.cal_calendar_title {
	height: 36px;
	line-height: 36px;
}

.cal_calendar_title .calendar_cur_day {
	float: left;
	width: 135px;
	height: 36px;
	text-align: center;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #fff;
	background: #aaa;
	margin-right: 1px;
}

.cal_calendar_title .calendar_cur_date {
	position: relative;
	float: left;
	width: 100%;
	height:36px;
line-height:36px;
	/*background: #0069b8;*/
}

.cal_calendar_title .calendar_cur_date .calendar_month_prev {
	position: absolute;
	left:15px;
	top:0px;
	width: 36px;
	height: 27px;
	cursor: pointer;
}

.cal_calendar_title .calendar_cur_date .calendar_month_prev img {
	border: none;
	vertical-align: middle;
}

.cal_calendar_title .calendar_cur_date .calendar_month_next {
	position: absolute;
	right: 15px;
	top:0px;
	width: 36px;
	height:27px;
	cursor: pointer;
}

.cal_calendar_title .calendar_cur_date .calendar_month_next img {
	border: none;
	vertical-align: middle;
}

.cal_calendar_title .calendar_cur_date .calendar_month_span {
	position: absolute;
	left: 40px;
	top: -4px;
	width: 154px;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #0069b8;font-weight: bold;    text-align: center;
}

.cal_calendar_title .calendar_cur_date .calendar_month_span {
	position: absolute;
	left: 80px;
	top: -4px;
	width: 60%;
	font-size: 15px;
	font-family: "Microsoft Yahei";
	color: #fff;
	color: #0069b8;font-weight: bold;    text-align: center;
}
}

.part1-c p {
	font-size: 14px;
	color: #656565;
	display: -webkit-inline-box;
}

.part1-c p i {
	font-style: normal;
	padding-left: 30px;
	background: url(../images/part1-05.png) no-repeat left center;
	margin-left: 10px;
}

.part1-c .cal_calendar {
	display: block;
	z-index: 20;
	width: 100%;
	height: auto;
	background: #ffffffe3;
	border-radius: 6px;
	/*box-shadow: 5px 10px 15px 2px rgba(0, 0, 0, 0.8);*/
	padding: 0px;
	font-size: 14px;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
	width: 100%;
}

th {
	width: 36px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
}

td,
td a,
th {
	color: #333333;
	display: table-cell;
	vertical-align: inherit;
	cursor: pointer;
	text-align: center;
}

td.on {
	
	position: relative;
	color: #fff;

}
td.on a{
	color: #fff !important;;

}
td.on div{background: #ff9933;}

td a {
	display: block;
	width: 100%
}

.cur div {
	/* border-bottom: 2px solid #ae2126;
	background: #0069b8;
	border-radius: 50%; */

}

.has {
	text-align: center;
}

.has div {
	margin: 0 auto;
	width: 30px;
	height:30px;
	border-radius: 50%;
	line-height:30px;
}

.has:hover div{
	background: #0069b8;
	cursor: pointer;
	color: #fff;
}

.has:hover div a {
	color: #fff;
}

.Weekend,.Weekend div a {
	color: #0069b8;
}
.Weekend,.Weekend div：hover a {
	color: #ffffff;
}
div .cur a {
	/*color: #fff;*/
}

.calendar_content {
	border-top: 1px solid #999999;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 4px;
}

.dt-inner {
	height: 125px;
	overflow: auto;
	margin: 5px 14px 5px 12px;
	overflow-x: hidden;
	overflow-y: hidden;
}

ul.date-text-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pub-text-list .item-text,
.date-text-list .item-text {
	font-size: 14px;margin: 0;    padding: 0;
}

.date-text-list .item {
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	line-height:40px;background: url(../images/list_icog.png) left center no-repeat;
    padding: 0 0 0 10px;
}

.item-text {
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.item-text a,
.morediv a {
	text-decoration: none;
	color: #858585;
	cursor: pointer;
}
