ul,p,h1{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}

.time{
	width: 100%;
	height: 2085px;
	background: url("../images/time.jpg");
}

.time_nav{
	width: 830px;
	height: 1823px;
	margin: 0 auto;
	background: url("../images/bg.png") no-repeat 369px 50px;
	display: flex;
	justify-content: space-around;
}

.time_left{
	width: 240px;
}

.time_left>ul{
	transform: translate(0px,210px);
}

.time_left>ul>li{
	height: 180px;
}

.time_left>ul>li>h1{
	color: #0c6eb4;
	text-align: right;
	font-size: 30px;
}

.time_right{
	width:240px;
}

.time_right>ul{
	transform: translate(0px,260px);
}

.time_right>ul>li{
	height: 200px;
}

.time_left>ul p , .time_right>ul p{
	font-size: 20px;
}

.time_right>ul>li>h1{
	color: #0c6eb4;
	text-align: left;
	font-size: 30px;
}