﻿@charset "utf-8";
/* CSS Document */
.container {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

#conTit {
	text-align: center;
	padding-top: 50px;
}

#conTit h1 {
	font-size: 2em;
	line-height: 1.5em;
	padding: 0px 0 20px 0px;
	color: #000;
	font-weight: bold;
}

#conTit .info {
	color: #999;
	font-size: 14px;
	margin-bottom: 15px;
}

#conTit .info .h-time {
	margin-right: 20px;
}

#conTit .info .source em {
	font-style: normal;
}

#content {
	font-size: 1em;
	line-height: 2em;
	padding: 0 20px;
}

#content p {
	margin-bottom: 15px;
	color: #000;
}

#content img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.video-frame {
	width: 800px;
	height: 600px;
	margin: 0 auto 15px;
	display: none;
	border: 0;
}

.edit {
	color: #999;
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;
	font-size: 14px;
}

#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;
}

@media screen and (max-width: 768px) {
	.container {
		width: 100%;
	}

	#conTit {
		width: 94%;
		margin: 0 auto;
		padding-top: 15px;
	}

	#conTit h1 {
		font-size: 22px;
	}

	#conTit .info .h-time {
		font-size: 12px;
	}

	#conTit .info .source {
		font-size: 12px;
	}

	#content p {
		font-size: 16px;
		line-height: 32px;
	}

	.xl-main .container {
		padding: 0px;
	}

	.pageVideo {
		width: 100% !important;
		height: 260px !important;
	}

	.video-frame {
		width: 100%;
		height: 190px !important;
		margin: 0 auto;
		border: 0;
	}
}
