#content .container {
	margin: 0 auto;
}

#content h2 {
	font-size: 24px;
	line-height: 2.5;
	padding-left: 24px;
	border-bottom: 1px solid #999999;
	font-weight: normal;
	position: relative;
	margin-bottom: 20px;
}

.story {
	position: relative;
}

.navbar-default .navbar-nav>li:nth-of-type(1)>a {
	color: #fff;
}

.navbar-default .navbar-nav>li:nth-of-type(2)>a {
	color: #0265cb;
}

.navbar-default .navbar-nav>li:nth-of-type(1)>a:hover,
.navbar-default .navbar-nav>li:nth-of-type(1)>a:focus {
	color: white;
	/*background-color: transparent;*/
}

.navbar-default .navbar-nav>li:nth-of-type(2)>a:hover,
.navbar-default .navbar-nav>li:nth-of-type(2)>a:focus {
	color: #0265cb;
	/*background-color: transparent;*/
}

.story {
	padding-bottom: 66px;
}

.story p:not(:last-child) {
	margin-bottom: 16px;
}

#content .container {
	width: 60%;
	margin: 0 auto;
}

.story p {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

.intruduce {
	position: relative;
}

.intruduce>ul {
	text-align: center;
}

.intruduce>ul>li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

li {
	list-style: none;
	
}

.intruduce h5 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
	padding-bottom: 20px;
}

.intruduce p {
	font-size: 16px;
	line-height: 2.5;
	text-align: left;
}

em {
	color: #999;
	font-style: normal;
}

.intruduce>ul>li:last-child {
	margin-left: 20px;
}

.video {
	margin-top: 4%;
	color: #FFFFFF;
	text-align: center;
}

video[Attributes Style] {
	width: 100%;
	height: 100%;
}

video {
	object-fit: contain;
}

@media screen and (max-width: 790px) {
	.intruduce p {
		font-size: 16px;
		line-height: 2;
		text-align: left;
	}
	.intruduce h5 {
		padding-bottom: 0;
	}
	p {
		margin: 0;
	}
	.intruduce>ul>li:last-child {
		margin-left: 0;
	}
	.intruduce>ul>li {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	.container {
		width: 90%;
	}
}

@media screen and (min-width: 790px) and (max-width:1055px) {
	.intruduce>ul>li:last-child {
		margin-left: 0;
	}
	.intruduce>ul>li {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
}

@media screen and (max-width: 767px) {
	#content .container {
    width: 90%;
    margin: 0 auto;
}
	.intruduce>img {
		width: 22px;
		position: absolute;
		top: 20px;
	}
	#content h2 {
		padding-left: 29px;
		border-bottom: 1px solid #d7d7d7;
	}
	.story>img {
		width: 22px;
		position: absolute;
		top: 18px;
	}
	.intruduce h5 {
		padding-bottom: 0;
		color: #666;
	}
	.story p:not(:last-child) {
    margin-bottom: 6px;
}
}