@charset "UTF-8";
/* 页面头部控件的样式 */
table 
{
	border-collapse: collapse;
	border-width: 0;
}
td
{
	border-collapse: collapse;
	border: solid 0px #AAA;
	padding: 0;
	margin: 0;
}
h1
{
	padding-top: 0;
	font-size: 1.17em;
	font-family: 微软雅黑,宋体, verdana, sans-serif; /* Microsoft JhengHei */
	font-size: 14pt;
	font-weight: bold;
	color: #3577B8;
	line-height: 1.4em;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 0.2em;
}
h2
{
	font-size: 10pt;
	font-family:  Microsoft JhengHei, Tahoma, Arial, "宋体", verdana, sans-serif; /* Microsoft JhengHei */
	font-weight: bold;
	color: Black;
	line-height: 1.6em;
	vertical-align: middle;
	text-align: left;
	margin: 12px 0 12px 0;
}
hr
{
	width: 85%;
	margin: 0 1.5rem;
	border-width: 0;
	height: 3px;
	background-color: #475dc7;
}
/* 左侧新闻列表上下翻箭头 */
.up:link
{
	border-top-width: 0px;
}
.top_item, .bottom_item, .freezed_item
{
	display: block;
	height: 12px;
	border-left: 4px solid #fff;
	text-align:center;
	font-size: 12pt;
	cursor: pointer;
	color: #EEE;
	margin: 0;
	padding: 6px 0px 0px 0px;
	background-color: #e0e9F0;
}
.freezed_item 
{
	cursor: default;
}
.top_item:hover, .bottom_item:hover
{
	color: black;
	border-left: 4px solid #2B9117;
	background-color: #F0F0F0;
}
div#lstCont
{
	height: 690px; /*690px*/
	width: 238px;
	overflow: hidden;
	position: relative;
}
/* 引用了 Oracle.com/cn 中的列表样式，用于新闻页面左侧列表中 */
ul#xCategories {
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 238px;
	border-top: solid 1px #ccc;
}
ul#xCategories li a {
	/* All Links */
	display: block;
	font-size: 12px;
	font-family: "arial","Hiragino Sans GB","Microsoft Yahei","微软雅黑","宋体","Tahoma","Helvetica","STHeiti";
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
	color: #333;
	background-color: White;
	border-left: 4px solid #CCC;
	border-collapse: separate;
	border-bottom: 1px solid #E0E0E0;
	padding: 10px 5px 3px 7px;
	-webkit-transition: color .2s linear, border .2s linear;
	-moz-transition: color .2s linear, border .2s linear;
/* 	transition: color .2s linear, border .2s linear;*/
	text-decoration: none;
	line-height: 20px;
}

ul#xCategories li a:hover {
	/* All Links Hover */
	color: black; /*#254b1c*/
	border-left: 4px solid #2B9117 !important;
	background-color:#f0f0f0;
	text-decoration: underline;
}
ul#xCategories li a:active {
	color: #254b7f;
	border-left: 4px solid #777;
	background-color: Transparent;
	text-decoration: underline;
}
.list_title
{
	display: block;
	margin:0 0 0 4px;
	padding: 4px;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: "arial","Hiragino Sans GB","Microsoft Yahei","微软雅黑","宋体","Tahoma","Helvetica","STHeiti";
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
/*	border-left: 4px solid #ccc;
	border-bottom: 1px solid #ccc; */
	border-top: 0;
	height: 22px;
	width: 226px; /* 238 - 12 = 226 */
	text-align: right;
	background-image: url('../images/list.gif');
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.tbl_main
{
	max-width: 1253px;
	table-layout: fixed;
	display: flex;
	flex-direction: row;
	overflow: visible;
	padding: 0;
	margin: 0 auto;
	background-color: white;
	align-items: flex-start;
}
.col_left
{
	height: 30px;
	width: 36px;
	empty-cells: show;
	vertical-align: top;
/*	border-right: solid 1px #eee;
	background-color: White; */
	text-align: left;
	position: absolute;
	padding: 0;
	overflow: hidden;
    background: white url('../images/list.gif') no-repeat -5px -30px;/* preload */
}
.col_left:hover
{
	width: 238px;
	height: auto;
	border-right: solid 1px #ddd;
	-moz-box-shadow:2px 3px 5px #969696;/*firefox*/
    -webkit-box-shadow:2px 3px 5px #969696;/*webkit*/
    box-shadow:2px 3px 5px #969696;/*opera或ie9*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    background: white url('../images/list.gif') no-repeat left -30px;
}
.col_right, .col_right_whiteBg /* 新闻内容最外层容器 */
{
	width: 850px; /* 742px */
	empty-cells: show;
	vertical-align: top;
	text-align: center;
	padding-bottom: 50px;
	background-color: white;
	overflow: visible;
}
.more_s
{
	float: right;
	margin-top: 3px;
}
.more_s a:link 
{
	display: block;
	height: 18px;
	width: 18px;
	background: url('../images/more_s.gif') no-repeat left top;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 10;
	text-align: right;
}
.more_s a:hover
{
	background-position: 0px -18px;
}

.md_time
{
	font-size: 8pt;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #999;
	text-decoration: none;
}
.newstitle /* 新闻标题 */
{
	padding: 3rem 10px 6px 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 2.0rem;
	font-family:"arial","hiragino sans gb","microsoft yahei","微软雅黑","宋体","tahoma","arial","helvetica","stheiti";
	font-weight: bolder;
	color: black;
	line-height: 2.7rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: solid 1px #496d9f;
	border-image: linear-gradient(90deg,transparent, #496d9f 5%, #496d9f 70%, transparent 100%) 1;
}
.vicetitle /* 副标题 */
{
	font-size: 20px;
	font-family: "microsoft yahei","微软雅黑","宋体","tahoma","arial","helvetica","stheiti";
	font-weight: bold;
	color: black;
	padding: 0;
	margin-top: 0;
	margin-bottom: 15pt;
}
.newsInfoPnl
{
	padding: 10px;
	margin: 0 0.9rem 2rem 0.9rem;
	text-align: left;
	/* font-weight: lighter; */
}
.newsinfo  /* 新闻时间、作者等附属信息 */
{
	color: #3857aa;
	font-size: 1rem;
	line-height: 1rem;
	padding: 0;
	display: inline;
}
.newsbody  /* 新闻 content 内容部分 */
{
	width: 100%;
	/* padding: 0 2em; */
	margin: 0 auto;
	/* overflow:hidden; */
	text-align: justify;
	vertical-align: top;
	border-width: 0;
	text-align: justify;
	text-justify:inter-ideograph;
}
.newsbody div, .newsbody p
{
	word-break: break-all;
	text-align: justify;
	text-justify:inter-ideograph;
}
/* 新闻列表 */
a.newslist:link
{
	font-family: Tahoma, "宋体", Arial, verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #454545;
}
a.newslist:hover
{
	font-family: Tahoma, "宋体", Arial, verdana, sans-serif;
	font-size: 9pt;
	color: Red;
	text-decoration: underline;
}
a.newslist:active
{
	font-family: Tahoma, "宋体", Arial, verdana, sans-serif;
	font-size: 9pt;
	color: Red;
	text-decoration: underline;
}
a.newslist:visited
{
	font-family: Tahoma, "宋体", Arial, verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #454545;
}
/* 网站导航SiteMapPostion层的样式 */
.site_pos_cont /* SiteMapPostion外层容器 */
{
	width: 1000px;
	padding: 3px;
	margin-left: 21px;
	text-align: left;
	cursor: default;
}
.site_pos_div, .site_pos_div a:link, .site_pos_div a:hover, .site_pos_div a:active, .site_pos_div a:visited
{
	display: inline;
	font-size: 9pt;
	font-family: Tahoma, "宋体", Arial, verdana, sans-serif;
	text-decoration: none;
	color: black;
}
.site_pos_div a:hover, .site_pos_div a:active
{
	color: Red;
	text-decoration: underline;
}
.a-top
{
	display: none;
	position:fixed;
	z-index:55;
	right:10px;
	bottom:10px;
	width:56px;
	height:56px;
	/*! border: solid 1px #ccc; */
	/*! border-radius: 4px; */
	background-image:url('../images/top.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.a-top:hover
{
	background-position: right center;
}
.news_menu {
	max-width: 302pt;
	min-width: 200pt;
	display: block;
	margin-top: 5em;
	overflow: visible;
	mask: linear-gradient(0deg,transparent 3%, #000 5%, #000 95%,transparent 97%);
}
/* news list of sibling notes. same sytles were copied from file section.css */
.list_ul {
	margin: 0 5pt 0 3rem;
	padding-top: 0;
	padding-right: 12pt;
	text-align: left;
	position: relative;
	/*border-radius: 1.0rem;*/
	/*border-top-left-radius: 1.0rem;*/
	border-top: solid 1px #fff;
	/*border-bottom-left-radius: 1.0rem;*/
	border-bottom: solid 1px #fff;
	transition: all 0.6s ease-out;
}
.list_ul:hover {
	/*box-shadow: 0px 0px 3px 0px #bbbbbb;*/
	/*background-color: #fbfdff;*/
	/*border-bottom-left-radius: 1.0rem;*/
	/*border-bottom: solid 1px #ccc;*/
}
	.list_ul li {
		display: block;
		word-break: break-all;
		list-style-type: none;
		margin: 0;
		padding-left: 15pt;
		/* 
		-webkit-transition: color 0.2s ease, background-color 0.6s ease;
		-moz-transition: color 0.2s ease, background-color 0.6s ease;
		-o-transition: color 0.2s ease, background-color 0.6s ease;
		-ms-transition: color 0.2s ease, background-color 0.6s ease;
		transition: color 0.2s ease, background-color 0.6s ease; */
		border-left: solid 1px #ccc;
	}
		.list_ul li:first-child {
			border-top-left-radius: 1.0rem;
			padding-top: 3rem;
		}
		.list_ul li:last-child {
			/* border-bottom-left-radius: 1.0rem; */
			border-image: linear-gradient(to bottom,#ccc,transparent) 1 100%;
			padding-bottom: 1rem;
		}

		.list_ul li a:link, .list_ul li a:hover, .list_ul li a:active, .list_ul li a:visited {
			font-family: "Microsoft Yahei","微软雅黑","宋体","Tahoma","Helvetica","STHeiti";
			font-size: 10.5pt;
			line-height: 1.5rem;
			text-decoration: none;
			text-align: justify;
			font-weight: normal;
			color: #333e84;
			padding-top: 0.2rem;
			padding-bottom: 0.5rem;
			padding-right: 0.5rem;
			display: block;
		}
		.list_ul li a:hover, .list_ul li a:active {
			color: #3857aa;
		}
		.list_ul li:hover, .list_ul li:active {
			/* color: black; */
			/* background-color: #f3f7ff; */
			/* border-bottom-color: #465d88; */
			/* box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28); */
		}
		.list_ul li::before{
		    content: "";
		    width: 0.6rem;
		    height: 0.6rem;
		    border: 1px solid #929dc8;
		    border-radius: 50%;
		    position: relative;
		    top: 1.45rem;
		    left: -1.6rem;
		    background: white;
		    display: block;
		}
	.list_ul span {
		cursor: default;
		float: none;
		font-family: 'Arial','Hiragino Sans GB','Microsoft Yahei','微软雅黑','宋体','Tahoma','Helvetica','STHeiti';
		font-size: 0.8rem;
		line-height: 1.2rem;
		color: #192c89;
		padding: 0.2rem 0.5rem 0.2rem 0;
		margin-bottom: 0.5rem;
		white-space:nowrap;
		display: inline-flex;
		cursor: pointer;
		border: solid 0.5px #ccc;
		position: relative;
		left: -0.2rem;
		background-color: whitesmoke;
		vertical-align: top;
	}
	.list_ul span::before {
		content: "";
		width: 0.6rem;
		height: 0.6rem;
		border: solid #bbb;
		border-width: 0 0.5px 0.5px 0;
		padding: 0;
		border-radius: 0;
		position: relative;
		top: 0.3rem;
		left: -0.34rem;
		background: whitesmoke;
		display: block;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}
	.list_ul li.list_itemSel::before {
		border-color: #94aad1;
		background-color: #d8e4f9;
	}
	.list_ul li.list_itemSel span {
		border-color: #a4b5d2;
		background-color: #d8e4f9;
	}
	.list_ul li.list_itemSel span::before {
		border-color: #94aad1;
		background-color: #d8e4f9;
	}
	.list_ul li:hover span, .list_ul li:hover span::before, .list_ul li:hover::before {
		border-color: #b1b5e2;
		background-color: #dedff1;
		color: #615ab0;
		transition: all 0.50s ease;
		box-shadow: 1px 1px 2px 0px #80808075;
	}
.list_ul li:hover span::before {
	box-shadow: 0px 0px 0px 0 gray;
}