@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
html,body{font-family:'微软雅黑', Arial; font-size: 14px; text-align: left;}
ul,ol{list-style: none;}
img{border: 0;}
input,select,textarea{outline:0;}
textarea{resize:none;}
table{border-collapse: collapse; border-spacing: 0;}
th,strong,var,em{font-weight: normal; font-style: normal;}
a{text-decoration: none;}
a:link,a:visited,a:hover,a:active{text-decoration:none; border: 0px;} 
a:hover{text-decoration: underline;}
/*==========================Reset_End===========================*/
/*头部-start*/
	.header{
		background-color: #eeeeee;
		min-width: 750px;
		overflow: hidden;
	}
	.header_in{
		width: 750px;
		margin: 0 auto;
		overflow: hidden;
		padding-bottom: 7px;
	}
	.logo{
		float: left;
		display: block;
		margin-top: 12px;
		margin-left: 27px;
	}
	.home_a{
		float: left;
		margin-top: 29px;
		margin-left: 11px;
		font-size: 14px;
		color: #6f6f6f;
	}
	.home_a a{
		font-size: 14px;
		color: #6f6f6f;
	}
/*头部-end*/

/*内容-start*/
	.content{
		min-width: 750px;
		overflow: hidden;
		/*padding-top: 230px;*/
		background: url(../img/bg.jpg) center 0 no-repeat;
	}

	/*头部日期菜单-start*/
		.content_top{
			width: 750px;
			height:789px;
			margin: 0 auto;
			background: url(../img/content_top_bj.png) 0 0 no-repeat;
		}
		.content_top_title{
   margin-left: 36px;
    height: 52px;
    line-height: 52px;
    font-family: '[SourceHanSansCN]','微软雅黑', Arial;
    font-size: 34px;
    /* font-weight: bold; */
    color: #fff;
    padding-top: 255px;

		}
		.ctl2_dateList{
			margin-left: 73px;
			width: 602px;
			height: 381px;
			/*border-top: 1px solid #b7b7b7;*/
		}
		.line_week{
			padding-top: 40px;
		}
		.ctl2_dateList li{
			border-bottom: 1px dashed #b7b7b7;
			overflow: hidden;
		}
		.ctl2_dateList li div{
			float: left;
			width: 86px;
		}
		.ctl2_dateList li p{
			width: 46px;
			margin: 0 20px;
			height: 46px;
			line-height: 46px;
			text-align: center;

			font-family: '[SourceHanSansCN]','微软雅黑', Arial;
			font-size: 26px;
			font-weight: lighter;
			color: #b3b3b3;
		}
		.ctl2_dateList .line_week p{
			font-family: '[SourceHanSansCN]','微软雅黑', Arial;
			font-size: 24px;
			font-weight: lighter;
			color: #808080;
		}
		.ctl2_dateList .true_days p{
			font-family: '[SourceHanSansCN]','微软雅黑', Arial;
			font-size: 26px;
			font-weight: lighter;
			color: #4d4d4d;
		}
		.true_days{
			background-color: #f7ddb3;
		}
        .true_days_null{
             background-color: #f7ddb3;
        }
		.true_days p{
			cursor: pointer;
		}
		.ctl2_dateList .true_days p:hover{
			background-color: #d91712;
			color: #fff;
		}
		.ctl2_dateList .days_select p{
			background-color: #d91712;
			color: #fff;
		}
		.content_top_txt{
			margin-top: 47px;
			margin-left: 55px;
		}
		.content_top_txt li{
			display: none;
			width: 625px;
			font-family: '[SourceHanSansCN]','微软雅黑', Arial;
			font-size: 28px;
			font-weight: lighter;
			color: #fff;
		}
		.content_top_txt .content_top_txt_select{
			display: block;
		}
	/*头部日期菜单-end*/

	/*每一天的世事-start*/
		.content_body{
			width: 750px;
			margin: 0 auto;
			background-color: #fff;
			overflow: hidden;
		}
		.content_body .everyDay_box_select{
			display: block;
		}
		.everyDay_box{
			display: none;
		}
		.EDB_titleDay{
			width: 750px;
			height: 124px;
			background: url(../img/EDB_titleDay_bj.png) 0 0 no-repeat;
			overflow: hidden;
		}
		.EDB_titleDay_in{
			float: left;
			width: 84px;
			height: 84px;
			border: 1px solid #fff;
			margin-top: 36px;
			margin-left: 49px;
			text-align: center;
			font-family: '[SourceHanSansCN]','微软雅黑', Arial;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
		}
		.EDB_titleDay_txt1{
			margin-left:-27px;
			font-size: 22px;
			margin-top: 5px;
		}
		.EDB_titleDay_txt2{
			font-size: 45px;
			margin-top: -12px;
		}
        .EDB_titleDay_txt2 span{
        	font-size: 14px;
        }
		.EDB_body{
			margin-left: 8px;
			padding: 37px 0px 50px 39px;
			border-left: 1px solid #cf1d10;
		}
		.MK_img_txt{
			margin-bottom: 30px;
			border-bottom: 1px dashed #9a9a9a;
			position: relative;
		}
		.little_red{
			position: absolute;
			top: 16px;
			left: -48px;
		}
		.MK_txt{
			font-size: 28px;
			line-height: 38px;
			color: #333333;
			padding-bottom: 31px;
		}
        .MK_txt a{
            color: #333333;
            text-decoration:none;
        }
		.MK_img{
			padding-bottom: 43px;
		}
		.MK_img img{
			max-width: 600px;
		}
	/*每一天的世事-end*/
/*内容-end*/

/*返回顶部*/
.toTop{
	min-width: 780px;
    width:100%;
    height:50px;
    background: #e6e6e6;
    text-align: center;
    line-height:50px;
    font-size: 18px;
    cursor: pointer;
    font-family: '微软雅黑',"Times New Roman";
}
.toTop_phone{
	min-width: 780px;
    width:100%;
    height:100px;
    background: #e6e6e6;
    text-align: center;
    line-height:100px;
    font-size: 50px;
    cursor: pointer;
    font-family: '微软雅黑',"Times New Roman";
}
/*底部-start*/
	.footer{
		min-width: 750px;
		overflow: hidden;
		border-top: 10px solid #d03236;
		background-color: #e6e6e6;
	}
	.footer_in{
		width: 750px;
		margin: 0 auto;
		padding-top: 39px;
		padding-bottom: 30px;
	}
	.footer_logo{
		display: block;
		width: 191px;
		margin: 0 auto;
	}
	.footer_a{
		text-align: center;
		margin-top: 18px;
		font-size: 14px;
		color: #6f6f6f;
	}
	.footer_a a{
		font-size: 14px;
		color: #6f6f6f;
		padding: 0 10px;
	}
/*底部-end*/