@charset "UTF-8";
/* 初始化 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; font-size:14px;font-family: "Microsoft YaHei", 微软雅黑, 宋体, arial, verdana, sans-serif; }
td,th,caption { font-size:14px; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#000; text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

select {
/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
border: solid 1px #000;

/*很关键：将默认的select选择框样式清除*/
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;

}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
/* main */
.main {
	width: 1200px;
	overflow: auto;
	margin: 0 auto;
	margin-bottom: 100px;
}
.main_label {
	background: url(/pubimages/english/szgmEN1996-label.png) no-repeat 2px center;
	padding-left: 18px;
	margin: 25px 0;
	font-size: 21px;
	font-weight: bold;
	color: #25ae8e;
}
.main_Box {
	width: 1200px;
	overflow: auto;
	background-color: #f1f0f0;
}
.main_left {
	width: 280px;
	overflow: auto;
	/* min-height: 900px; */
	float: left;
}
.main_left_one_level,.main_left_two_level{
	height: 50px;
	line-height: 50px;
	margin-bottom: 2px;
}
.main_left_one_level {
	background-color: #27abb0;
	padding-left: 30px;
}
.main_left_two_level {
	background-color: #6ec3c6;
	padding-left: 40px;
}
.main_left_one_level a,.main_left_two_level a{
	color: #fff;
	font-size: 18px;
	display: block;
}
/* 一级当前选中标签 */
.current_one_level {
	background-color: #068b90;
}
/* 二级当前选中标签 */
.current_two_level {
	background-color: #068b90;
	padding-left: 50px;
}
/* 当前选中的父级标签添加背景图片 */
.current_Parent_BgImg{
	background: url(/pubimages/english/img002.png) #27ABB0 no-repeat 88% 22px;
}

.main_right {
	width: 880px;
	min-height: 900px;
	background-color: #fff;
	padding-left: 40px;
	float: right;
}

/* news */
.newsMain a {
	width: 280px;
	height: 330px;
	display: inline-block;
	float: left;
	background-color: #f9f9f9;
	box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 40px;
	margin-right: 20px;
}
.newsMain a img {
	width: 100%;
}
.newsMain a:nth-child(3n) {
	margin-right: 0;
}
.newsMain a p {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 8px;
}
.newsMain a p:last-child {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 20px;
}
.newsVideo a {
	position:relative;
}
.newsVideo a>img:nth-child(2){
	position:absolute; 
	left: 41%;
	top: 19%;
	width: 50px;
}

/* 详情页 */
.details h2 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #1dafb5;
}
.details .source {
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-align: left;
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6;
}
.details .content {
	font-size: 16px;
	color: #666;
	line-height: 25px;
	padding: 20px 0;
	text-align: justify;
}
.details .content p {
	margin-top: 10px;
}
.details .content a{
	color: #666;
	font-size: 16px;
}
.details .content table {
	margin: 5px auto 0px;
}
.details .content img {
	max-width: 100%;
	margin-bottom: 20px;
}
