
.banner img{
	width: 100%;
}
.banner{
padding-top:120px;
}
.instructions,.banner_bottom{
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;

}
.instructions-title{
	width: 100%;
	font-size: 38px;
	text-align: center;
	color: #afafaf;
	padding-top: 35px;
	letter-spacing: 2px;
	font-weight: lighter;
}
.instructions-cont{
	color: #464646;
	font-size: 22px;
	margin: 12px 0;
	letter-spacing: 1px;
}



.text{}
.text_title{
	width: 1140px;
	color: #5d5d5d;
	margin-top: 10px;
	margin-bottom: 20px;
}
.text_title p{
	font-size: 36px;
}

.text_detail{
	width: 1140px;
	white-space:normal;
	color: #bcbcbc;
	line-height: 32px;
}
.text_detail span{
	color: #000;
}
.text_time{
	width: 1140px;
	height: 50px;
	font-size: 16px;
	border-bottom: 2px solid #bababa;
	
}
.text_time_left{
	width: 1090px;
	float: left;
}
.text_time_left p{
	padding-top: 22px;
	font-size: 17px;
	text-align: right;
	color: #bababa;
	padding-right: 10px;
}
.text_time_center,.text_time_right{
	float: left;
}
.text_time_center img{
	padding-top: 26px;
}
.text_time_right p{
	padding-left: 8px;
	padding-top: 22px;
	font-size: 17px;
	text-align: left;
	color: #bababa;
}
.list{
	 width: 1140px;
	 margin-top: 20px;
	 margin-bottom: 80px;
}
.list-content{}
.list-content ul{
	list-style: none;
}
.list-content li{
	margin: 10px 0;
}
.list-content .dots{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #5f5f5f;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.time-dots{
	float: right;
	color: #cecece;
	margin-bottom: 5px;
}
.list-content .list-line{
	color: #5f5f5f;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
