.module {
	background:#fff;
	border:1px solid #e2e2e2;
	box-shadow:1px 2px 5px rgba(0,0,0,0.08);
	margin-bottom:25px;
}
.module .bd {
	margin:0 20px;
}
.mod-calendar .bd {
	padding:20px 0;
	overflow:hidden;
}
.mod-calendar .calendar-box {
	float:left;
	width:600px;
}
.mod-calendar widget-calendar {
	--primary-color:#fe5668;
}
.mod-calendar widget-calendar a {
	color:#fff;
}
.mod-calendar .calendar {
	background:#fe5668;
}
.mod-calendar .calendar .info {
	float:right;
	position:relative;
	width:180px;
	padding-top:15px;
	text-align:center;
	color:#fff;
	*zoom:1;
}
.mod-calendar .calendar .info p {
	line-height:22px;
}
.mod-calendar .calendar .info .day {
	width:80px;
	height:80px;
	margin:15px auto 7px;
	line-height:80px;
	font-size:48px;
	background:#fb0;
	border-radius:8px;
}
.mod-calendar .calendar .info .festival {
	margin:15px 10px;
	padding-top:15px;
	border-top:1px dotted #fefefe;
}
.mod-calendar .calendar .box {
	margin-right:180px;
	border:2px solid #fe5668;
	background:#fff;
}
.mod-calendar .calendar .selector {
	position:relative;
	padding:5px 12px;
	vertical-align:middle;
	overflow:hidden;
}
.mod-calendar .calendar .selector span {
	float:left;
}
.mod-calendar .calendar .selector a {
	float:left;
	position:relative;
	height:24px;
	padding:0 5px;
	border:1px solid #ebebeb;
	background:#fafafa;
	line-height:24px;
	vertical-align:middle;
}
.mod-calendar .calendar .selector a:hover {
	border-color:#fb0;
	color:#fb0;
}
.mod-calendar .calendar .selector .goback {
	margin-left:7px;
}
.mod-calendar .calendar .selector .prev {
	left:1px;
}
.mod-calendar .calendar .selector .next {
	margin-right:7px;
	right:1px;
}
.mod-calendar .calendar .selector select {
	float:left;
	min-width:60px;
	height:26px;
	padding-left:4px;
	border:1px solid #ebebeb;
	background:#fff;
	line-height:24px;
	vertical-align:middle;
	font-size:14px;
	color:#333;
	outline:none;
	_width:80px;
}
.mod-calendar .calendar .selector button {
	height:26px;
	border:1px solid #ebebeb;
	line-height:24px;
	background:#fafafa;
}
.mod-calendar .calendar table {
	width:100%;
	table-layout:fixed;
	color:#666;
}
.mod-calendar .calendar table tr {
	border-top:1px solid #ebebeb;
}
.mod-calendar .calendar table th,.mod-calendar .calendar table td {
	border:1px solid #ebebeb;
	text-align:center;
}
.mod-calendar .calendar table th {
	line-height:32px;
	font-weight:normal;
}
.mod-calendar .calendar table td {
	position:relative;
	line-height:20px;
}
.mod-calendar .calendar table thead {
	background:#f8f8f8;
}
.mod-calendar .calendar table tbody a {
	display:block;
	position:relative;
	margin:0 auto;
	padding:7px 0;
	border:1px solid transparent;
	cursor:pointer;
}
.mod-calendar .calendar table tbody a.active,.mod-calendar .calendar table tbody a:hover {
	border:1px solid #fb0;
}
.mod-calendar .calendar table tbody span {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.mod-calendar .calendar table tbody i {
	position:absolute;
	left:2px;
	top:0;
	line-height:20px;
	font-style:normal;
	color:#fff;
}
.mod-calendar .calendar table tbody .s1 {
	font-size:18px;
	color:#212121;
}
.mod-calendar .calendar table tbody .s2 {
	font-size:13px;
	color:#757575;
}
.mod-calendar .calendar table tbody .holiday a {
	background:#f1f9f1;
}
.mod-calendar .calendar table tbody .holiday i {
	color:#4bae4f;
}
.mod-calendar .calendar table tbody .work a {
	background:#fef0ef;
}
.mod-calendar .calendar table tbody .work i {
	color:#f44336;
}
.mod-calendar .calendar table tbody .today a {
	background:#fb0;
}
.mod-calendar .calendar table tbody .today span {
	color:#fff;
}
.mod-calendar .calendar table tbody .disabled a {
	background:#fff;
}
.mod-calendar .calendar table tbody .disabled .s1,.mod-calendar .calendar table tbody .disabled .s2 {
	color:#bdbdbd;
}
.mod-calendar .detail {
	margin-left:600px;
	padding-left:15px;
}
.mod-calendar .detail .yiji {
	margin-bottom:12px;
}
.mod-calendar .detail .yiji .field {
	margin-bottom:6px;
	overflow:hidden;
}
.mod-calendar .detail .yiji .field .field-name {
	float:left;
	width:60px;
}
.mod-calendar .detail .yiji .field .field-value {
	margin-left:72px;
	max-height:36px;
	line-height:18px;
	color:#666;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	overflow:hidden;
	-webkit-line-clamp:2;
}
.mod-calendar .detail .yiji .field .field-value span {
	white-space:nowrap;
}
.mod-calendar .detail .items table {
	width:100%;
	border:1px solid #dbdbdb;
	color:#666;
}
.mod-calendar .detail .items table thead {
	background:#f8f8f8;
}
.mod-calendar .detail .items table th,.mod-calendar .detail .items table td {
	padding:5px 10px;
	line-height:18px;
	text-align:left;
	border:1px solid #ffc8ce;
}
.mod-calendar .detail .items table td.th {
	background:#fff2f4;
	text-align:center;
	white-space:nowrap;
	color:#fe5668;
}
.mod-calendar .detail .items table span {
	white-space:nowrap;
}
.mod-calendar .ft {
	margin:0 15px;
	padding:10px 0 20px;
}
.mod-calendar .ft .title {
	line-height:36px;
	font-weight:bold;
	font-size:20px;
	color:#444;
}
.mod-calendar .ft .title strong {
	font-weight:bold;
	color:#fe5668;
}
.mod-calendar .ft ul {
	padding:5px 0;
	margin-left:7px;
	border-left:2px solid #e2e2e2;
}
.mod-calendar .ft li {
	margin-bottom:10px;
}
.mod-calendar .ft .date {
	height:24px;
	line-height:24px;
	text-align:left;
	color:#888;
}
.mod-calendar .ft .date:before {
	position:relative;
	left:-5px;
	display:inline-block;
	width:5px;
	height:5px;
	margin-right:3px;
	content:'';
	border:2px solid #e2e2e2;
	background:#fff;
	border-radius:50%;
}
.mod-calendar .ft .event {
	margin:0 0 15px 12px;
	padding:10px 15px;
	background:#f8f8f8;
	min-height:20px;
	line-height:20px;
	border-radius:5px;
}
.mod-calendar .holidays {
	padding-bottom:20px;
}
.mod-calendar .holidays h3 {
	padding-top:10px;
	line-height:40px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#333;
}
.mod-calendar .holidays table {
	width:100%;
	border:1px solid #dbdbdb;
}
.mod-calendar .holidays table thead {
	background:#f8f8f8;
}
.mod-calendar .holidays table th,.mod-calendar .holidays table td {
	padding:8px 10px;
	line-height:20px;
	text-align:center;
}
.mod-calendar .holidays table th {
	color:#212121;
}
.mod-calendar .holidays table td {
	border:1px solid #dbdbdb;
}




.mod-intro .ft {
    margin:0 20px;
	padding-top:20px;
}
.mod-intro .ft ul {
    overflow:hidden;
    margin-bottom:15px
}
.mod-intro .ft ul li {
    float:left;
    width:25%
}
.mod-intro .ft ul a {
    display:block;
    line-height:36px;
    text-align:center;
    background:#FCF8EF;
    border:1px solid #F4C493;
    border-radius:4px;
    margin:0 3px 6px
}
.mod-intro .ft ul a:hover {
    background:#cb7a43;
    border:1px solid #cb7a43;
    color:#fff
}




.mod-intro .hd {
	padding-top:10px;
	line-height:40px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#333;
}
.mod-intro .bd {
	padding-bottom:20px;
}
.mod-intro p {
	margin-bottom:12px;
	line-height:24px;
	text-indent:2em;
}
.mod-intro p strong {
	font-weight:bold;
}

.mod-app .bd {
    padding:10px;
    overflow:hidden
}
.mod-app ul {
    overflow:hidden
}
.mod-app li {
    float:left;
    width:50%
}
.mod-app .item {
    margin:0 4px 8px;
    padding:15px 10px;
    border:1px solid #e8e8e8;
    background:#fcfcfc;
    overflow:hidden;
    border-radius:4px
}
.mod-app .item .icon {
    float:left;
    width:75px
}
.mod-app .item .info {
    height:64px;
    margin-left:75px
}
.mod-app .item .name {
    margin-bottom:4px;
    line-height:24px;
    font-size:16px;
    font-weight:bold
}
.mod-app .item .intro {
    height:36px;
    line-height:18px;
    font-size:12px;
    color:#888;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp:2
}


@media screen and (max-width:799px) {
	.module {
	border-left:none;
	border-right:none;
	margin-bottom:15px;
}
.module .bd {
	margin:0 15px;
}
.mod-calendar .bd {
	margin:0 12px;
	padding:15px 0;
	font-size:12px;
}
.mod-calendar .calendar-box {
	float:none;
	width:auto;
}
.mod-calendar .calendar {
	margin-bottom:15px;
}
.mod-calendar .calendar .info {
	float:none;
	width:auto;
	padding-top:10px;
	padding-left:10px;
	overflow:hidden;
}
.mod-calendar .calendar .info p {
	line-height:20px;
	text-align:left;
}
.mod-calendar .calendar .info .day {
	float:left;
	width:58px;
	height:58px;
	margin:7px 0 12px;
	line-height:58px;
	font-size:24px;
}
.mod-calendar .calendar .info .sub {
	margin-left:70px;
	padding-top:5px;
}
.mod-calendar .calendar .info .festival {
	position:absolute;
	top:10px;
	right:9px;
	margin:0;
	padding:0;
	border-top:none;
}
.mod-calendar .calendar .box {
	margin-right:0;
}
.mod-calendar .calendar .selector span {
	margin:0 2px;
}
.mod-calendar .calendar .selector a.prev,.mod-calendar .calendar .selector a.next {
	display:none;
}
.mod-calendar .calendar table td {
	line-height:18px;
}
.mod-calendar .calendar table tbody a {
	padding:5px 0;
}
.mod-calendar .calendar table tbody .s1 {
	font-size:16px;
}
.mod-calendar .calendar table tbody .s2 {
	font-size:12px;
}
.mod-calendar .detail {
	margin-left:0;
	padding-left:0;
}
.mod-calendar .detail .yiji .field .field-name {
	width:30px;
}
.mod-calendar .detail .yiji .field .field-name img {
	width:30px;
	height:25px;
}
.mod-calendar .detail .yiji .field .field-value {
	margin-left:42px;
}
.mod-calendar .ft {
	margin:0 12px;
}
.mod-calendar .ft .title {
	line-height:32px;
	font-size:18px;
}
.mod-calendar .ft .event {
	padding:10px 12px;
	font-size:13px;
}
.mod-calendar .ft .holidays h3 {
	font-size:16px;
}
.mod-calendar .ft .holidays .table-inner {
	overflow-x:auto;
}
.mod-calendar .ft .holidays table {
	font-size:12px;
}
.mod-calendar .ft .holidays table th,.mod-calendar .ft .holidays table td {
	padding:4px 5px;
}


.mod-intro .ft {
    margin:0 auto
}
.mod-intro .ft ul li {
    width:33.33%
}
.mod-intro .ft table {
    width:720px
}

.mod-intro .hd {
	font-size:16px;
}
.mod-intro p {
	line-height:22px;
}
    .mod-app li {
        float:none;
        width:auto
    }
;}