@charset "utf-8";

/* CSS Document */
.domPC {
	display: block;
}

.domMobile {
	display: none;
}

.domMB {
	display: none;
}



#div_currpage {
	margin-top: 20px;
	margin-bottom: 20px;
}

#div_currpage a {
	display: inline-block;
	padding: 0 10px;
	height: 26px;
	font-size: 12px;
	color: #818181;
	text-align: center;
	line-height: 26px;
	background-color: #F1F3F5;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

#div_currpage span {
	display: inline-block;
	width: 26px;
	height: 26px;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	line-height: 26px;
	background-color: #348CEC;
}

#contentMain img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

#contentTitle {
	width: 94%;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
}

#contentTitle h1 {
	font-size: 30px;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
}

#contentTitle .info {
	line-height: 2em;
	padding-bottom: 15px;
	color: #999;
}

#contentTitle .info .h-time {
	font-size: 14px;
}

#contentTitle .info .source {
	font-size: 14px;
	font-style: normal;
	padding-left: 30px;
}

#contentTitle .info .source em {
	font-size: 14px;
	font-style: normal;
}

#contentMain {
	font-size: 16px;
	line-height: 2em;
}

#contentMain p {
	font-size: 16px;
	margin-bottom: 15px;
}

.container {
	width: 1200px;
	margin: 0 auto;
	min-height: 600px;
}

.bottom {
	text-align: right;
	font-size: 14px;
	color: #999;
}

#video360 {
	width: 100%;
	height: 600px;
}

@media screen and (max-width: 767px) {
	.domPC {
		display: none;
	}

	.domMobile,
	.domMB {
		display: block;
	}

	

	.container {
		width: 100%;
		margin: 0 auto;
	}

	#contentTitle {
		margin: 0 auto;
		padding: 0 10px;
		padding-top: 15px;
	}

	#contentTitle h1 {
		font-size: 24px;
		line-height: 1.6em;
	}

	#contentTitle .info {
		font-size: 14px;
		padding-bottom: 15px;
	}

	#contentTitle .info .h-time {
		font-size: 14px;
	}

	#contentTitle .info .source {
		font-size: 14px;
	}

	#contentTitle .info .source em {
		font-size: 14px;
		font-style: normal;
	}

	#contentMain {
		font-size: 18px;
		padding: 0 10px;
	}

	#contentMain p {
		font-size: 18px;
	}

	.video-frame {
		width: 100%;
		height: 190px;
		margin: 0 auto 15px;
		display: none;
		border: 0;
	}

	.pageVideo {
		width: 100% !important;
		height: 260px !important;

	}

	

	.bottom {
		padding-right: 10px;
	}

	#video360 {
		width: 100%;
		height: 220px;
	}

}