@charset "UTF-8";
/*-----------------------------------------------------------*/
.menu_list a {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #0e3e90;
	font-size: 20px;
}
.menu_list a:hover { background: #0c316f; }
.menu_list a.active {
	color: #000;
	background: #eebd2b;
}
/*-----------------------------------------------------------*/
.body_path {
	margin: 20px 30px 30px 30px;
	border-bottom: #cccccc 8px solid;
}
.body_path dl {
	width: 1040px;
	padding: 10px 5px;
	display: table;
	line-height: 40px;
	border-bottom: #0e3e90 10px solid;
}
.body_path dl dt {
	color: #0e3e90;
	font-weight: bold;
}
.body_path dl dd {
	font-size: 16px;
	line-height: 1em;
	margin-top: 18px;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
.artice_cont {
	width: 1050px;
	margin: 20px 30px;
	line-height: 1.7em;
	font-size: 20px;
	color: #333;
	text-align: left;
	overflow-x: hidden;
}
.artice_cont .artice_title {
	text-align: center;
	line-height: 1.6em;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-top: 20px;
}
.artice_cont .artice_desc {
	text-align: center;
	line-height: 2em;
	font-size: 15px;
	color: #777;
	border-bottom: #ddd 1px solid;
	padding: 10px 0;
	margin-bottom: 50px;
}
.artice_cont .artice_desc span {
	display: inline-block;
	margin: auto 20px;
}
.artice_cont * {
	max-width: 100%;
	height: auto;
	margin: auto;
}
.artice_cont .videoBox {
	width: 900px;
	height: 506px;
	margin-bottom: 30px;
	overflow: hidden;
	background: #000;
	border-radius: 10px;
	border: #0e3e90 15px solid;
}
.artice_cont video {
	width: 100%;
	height: 100%;
}
/*-----------------------------------------------------------*/
.news_list {
	width: 1050px;
	margin: 20px 30px;
}
.news_list li {
	display: table;
	width: 1050px;
	margin: 20px 0;
	font-size: 18px;
	line-height: 1.1em;
	padding-bottom: 10px;
	border-bottom: #ddd 1px dashed;
}
.news_list li span {
	color: #999;
	font-size: 15px;
}
.news_list li span.fl { color: #333; }
.news_list li .download { font-size: 25px; }
.news_list li i {
	color: #0e3e90;
	font-size: 18px;
	margin-right: 5px;
	font-weight: bold;
	display: inline-block;
}
.news_list li a { color: #333; }
.news_list li a:hover {
	color: #0e3e90;
	text-decoration: underline;
}
.news_list li .download:hover {
	color: #ffcc33;
	text-decoration: none;
}
/*-----------------------------------------------------------*/
.picture_list {
	width: 1050px;
	overflow: hidden;
	margin: 20px 30px;
}
.picture_list ul { width: 120%; }
.picture_list a {
	float: left;
	width: 320px;
	height: 270px;
	margin: 16px 42px 16px 0;
	display: inline-block;
}
.picture_list a em {
	width: 320px;
	height: 233px;
	line-height: 233px;
	text-align: center;
	color: #666;
	opacity: 0.1;
	font-size: 60px;
	transition-duration: 0.3s;
}
.picture_list a .pic {
	width: 320px;
	height: 233px;
	display: block;
	overflow: hidden;
	padding: 2px;
	border: #ddd 1px solid;
}
.picture_list a .pic i {
	width: 320px;
	height: 233px;
	display: block;
	overflow: hidden;
}
.picture_list a .pic img {
	width: 100%;
	height: 100%;
	transition-duration: 0.3s;
}
.picture_list a .rows {
	width: 320px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}
.picture_list a:hover em {
	opacity: 0.3;
	font-size: 80px;
}
.picture_list a:hover .pic img {
	width: 120%;
	height: 120%;
	margin: -10%;
}
/*-----------------------------------------------------------*/
.page {
	width: 1050px;
	margin: 50px 30px;
	display: table;
	text-align: center;
}
.page a {
	color: #666;
	padding: 0 12px;
	margin: 0 7px;
	font-size: 20px;
	line-height: 35px;
	border-radius: 2px;
	display: inline-block;
	border: #ddd 1px solid;
}
.page a:hover { background: #ccc; }
.page a.hover {
	color: #fff;
	background: #0e3e90;
	border: #0e3e90 1px solid;
}
/*-----------------------------------------------------------*/

.body_left .score { display: none; }
