*{
	margin:0;
	padding:0;
}
li{
	list-style: none;
}
body{
	font-family: "微软雅黑";
}
.l{
	float:left;
}
.r{
	float:right;
}
/*======================header======================*/
.header{
	width:100%;
	height:47px;
	background: #333333;
}
.header .header-left{
	line-height: 47px;
}
.header .header-left ul li a{
	font-size:16px;
	color:#fff;
	padding:0 10px;
	border-right:1px solid #fff;
	text-decoration: none;
}
.header .header-left ul .last a{
	border-right:0;
}
.header .header-right{
	line-height: 47px;
}
.header .header-right div span{
	font-size:14px;
	color:#fff;
}
.header .header-right div a{
	font-size:14px;
	color:#fff;
	text-decoration: none;
	padding:0 15px;
	border-right:1px solid #9a2d42;
}
.header .header-right div a img{
	margin-right:10px;
}
.header .header-right div .last{
	border-right:0;
}
/*广告样式代码*/
.Ad{
	margin-top:14px;
	margin-bottom:5px;
}

.submit .left{
	height:21px;
	border-right:2px solid #e7e7e7;
	margin-top:38px;
}
.submit .left a{
	padding:0 9px;
}
#tj{
	width:103px;
	height:38px;
	font-size:16px;
	color: #333333;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	/*margin-top:25px;*/
	margin-left:9px;
	text-decoration: none;
	position:relative;
	z-index: 4;
}
#tj:hover{
	display: block;
}
.submit .right div{
	width:238px;
	height:191px;
	position: absolute;
	top:62px;
	left:-29px;
	border:1px solid #00c1df;
	z-index: 3;
	background: #fff;
}
.submit .right div .pic{
	margin-top:15px;
	margin-left:15px;
}
.submit .right div .pic img{
	width:60px;
	height:60px;
	border-radius: 50%;
}
.submit .right div .one{
	margin-left: 10px;
	margin-top:15px;
}
.submit .right div .one a{
	font-size:12px;
	color:#00c1df;
	text-decoration: none;
}
.submit .right div .one p{
	font-size:12px;
	color:#363c40;
	line-height:18px;
	margin:0;
}
.submit .right div ul{
	width:100%;
	height:53px;
	border-bottom:1px solid #e7e7e7;
	background: #f5f5f5;
	margin-top:90px;
	line-height: 53px;
	text-align: center;
}
.submit .right div ul li a{
	padding:0 19px;
	font-size:12px;
	color:#363c40;
	text-decoration: none;
	border:0px;
	/*display: inline-block;*/
}
.submit .right div ul span{
	width:1px;
	height:11px;
	background: #833c85;
	display: inline-block;
	margin-top:22px;
}
.submit .right div .tc{
	width:100%;
	height:46px;
	background: #f5f5f5;
}
.submit .right div .tc a{
	font-size:12px;
	color:#363c40;
	margin-left:199px;
	line-height: 46px;
	text-decoration: none;
	display: inline-block;
}
/*==================content=====================*/
.content{
	width:100%;
	margin-top: 30px;
}
.content .con-right {
	margin-bottom: 30px;
}
.content .con-right h1{
	font-size:22px;
	color:#2a2a2a;
	text-indent: 10px;
	border-left: 4px solid #de2125;
	/*background: url(../images/未标题-3.jpg) no-repeat;*/
}
.content .con-right .con-top{
	width:100%;
	height:50px;
	border-bottom:1px solid #c0c0c0;
	line-height: 50px;
	margin-top:30px;
	position: relative;
}
.content .con-right .con-top div{
	width:60px;
	text-align: center;
	margin-right:35px;
	cursor: pointer;		
}
.content .con-right .con-top .first{
	border-bottom:2px solid #ff3335;
	margin-top:-3px;
}
.content .con-right .con-top div a{
	font-size:16px;
	color:#5b5b5b;
	text-decoration: none;
}
.content .con-right .con-top span{
	font-size:14px;
	color:#6e6e6e;
}
.content .con-right p{
	font-size:14px;
	color:#6e6e6e;
	/*margin-top:30px;*/
	position: absolute;
	top: 115px;
	right: 25px;
}
.content .con-right .con-bottom{
	margin-top:30px;
}
.content .con-right .con-bottom ul{
	width:50%;
	height:40px;
	line-height: 40px;
	border-bottom:1px dashed #bbbbbb;
	float: left;
}
.content .con-right .con-bottom ul li{
	font-size:15px;
	color:#6e6e6e;
}
.content .con-right .con-bottom ul li a{
	text-decoration: none;
	font-size:18px;
	color:#fd3633;
	margin-left: 20px;
	display: inline-block;
}
#schedule-box{
	width: 250px;
	padding: 15px 5px;
	font-size: 13px;
}
.schedule-hd{
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
.today{
	flex: 1;
	text-align: center;
}
.ul-box{
	overflow: hidden;
}
.ul-box > li{
	float: left;
	width: 14.28%;
	text-align: center;
	padding: 5px 0;
}
.other-month{
	color: #999999;
}
.current-month{
	color: #333333;
}
.today-style{
	border-radius: 50%;
	background: #58d321;
}
.arrow{
	cursor: pointer;
}
.dayStyle{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}
.current-month > .dayStyle:hover{
	background: #00BDFF;
	color: #ffffff;
}
.today-flag{
	background: #00C2B1;
	color: #fff;
}
.boxshaw{
	box-shadow: 2px 2px 15px 2px #e3e3e3;
}
.selected-style {
	background: #00BDFF;
	color: #ffffff;
}
#h3Ele{
	font-size:14px;
	text-align: center;
	padding: 5px;
}
/*底部样式代码*/
.foter{
<<<<<<< HEAD
	margin-top:180px;
=======
	margin-top:100px;
>>>>>>> 96b159600217d4e240db828d3a19d2f1eaa451d7
	width:100%;
	height:100%;
	background: #2c2c2c;
}
.footer-left{
	margin-top:24px;
}
.footer-left ul{
	margin-left:35px;
}
.footer-left ul h1{
	height:30px;
	width:83px;
	font-size:12px;
	line-height: 30px;
	color:#fff;
	border-bottom: 1px solid #fff;
	font-weight: 900;
}
.footer-left ul li a{
	font-size:12px;
	margin-top:20px;
	color:#fff;
	text-decoration: none;
}
.footer-left .last{
	margin-top:20px;
}
.footer-left .last li{
	font-size:12px;
	color:#fff;
	line-height: 22px;
}
<<<<<<< HEAD
=======
.footer-right div{
	width:130px;
	text-align: center;
	margin-left:33px;
}
.footer-right .first{
	margin-left:0px;
}
.footer-right div p{
	font-size:14px;
	color:#fff;
}
.footer-right div a{
	width:100px;
	height:100px;
	text-align: center;
	border:1px dashed #676767;
	display: inline-block;
	margin-top:12px;
}
.footer-right div a img{
	margin-top:4px;
}
>>>>>>> 96b159600217d4e240db828d3a19d2f1eaa451d7
/*版权的代码样式*/
.copyright{
	width:100%;
	height:100%;
	background: #000;
}
.copyright div{
	font-size:12px;
	color:#fff;
	text-align: center;
	line-height:37px;
}
