﻿/*------------------------+++++++++++++++++++++++++++++++++++++----------------------------*/
/*------------------------+++++++++|                     |+++++----------------------------*/
/*------------------------+++++++++|    字 体 样  式     |++++++++-------------------------*/
/*------------------------+++++++++|                     |+++++----------------------------*/
/*------------------------+++++++++++++++++++++++++++++++++++++----------------------------*/

/**************---||   内页14px粗体红色   |||---************/
.nie-14px-blod-red {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	filter: Glow(Color=#FFFFFF, Strength=5);
}

/**************---||   内页14px粗体黑色   |||---************/
.nie-14px-blod-black {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/**************---||   内页14px蓝色-文章内容字体样式   |||---************/
.nie-14px-blue {
	font-size: 14px;
	color: #000099;
        line-height: 25px;
}

/**************---||   内页9pt粗体红色   |||---************/
.nie-9pt-blod-red {
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
}

/**************---||   内页文章标题，粗体红色   |||---************/
.nie-title-blod-red {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

/**************---||   内页9pt黑色   |||---************/
.nie-9pt-black {
	font-size: 9pt;
	color: #000000;
        line-height: 20px;
}
/*------------------------+++++++++++++++++++++++++++++++++++++----------------------------*/
/*------------------------+++++++++|                     |+++++----------------------------*/
/*------------------------+++++++++|    线 框 样 式      |++++++++-------------------------*/
/*------------------------+++++++++|                     |+++++----------------------------*/
/*------------------------+++++++++++++++++++++++++++++++++++++----------------------------*/

/**********|---内页条目灰色下方虚线---*|***********/
.nei-outline-bottom-hui {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #B0B0B0;
}

/**********|---内页下方白色线条---*|***********/
.nei-outline-bottom-white {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

/**********|---内页条目红色虚线---*|***********/
.nei-outline-red {
	border: 1px dashed #CC0000;
}
/**********|---坚的灰色直线---*|***********/
.nei-vline-hui {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-top-color: #B0B0B0;
	border-right-color: #B0B0B0;
}


/*------------------------+++++++++++++++++++++++++++++++++++++----------------------------*/
/*------------------------+++++++++|                     |+++++----------------------------*/
/*------------------------+++++++++|    链 接 样 式      |++++++++-------------------------*/
/*------------------------+++++++++|                     |+++++----------------------------*/
/*------------------------+++++++++++++++++++++++++++++++++++++----------------------------*/

/*------------------|     9pt白色     |------------------*/
a.nei-9pt-white-link:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-white-link:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-white-link:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-white-link:active {
	color: #FFFF00;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-white-link:visited:hover{
	color: #FFFF00;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}

/*------------------|     9pt黑色     |------------------*/
a.nei-9pt-black-link:link {
	color: #000000;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-black-link:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-black-link:visited {
	color: #000000;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-black-link:active {
	color: #FF0000;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-black-link:visited:hover{
	color: #FF0000;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}

/*------------------|     9pt蓝色     |------------------*/
a.nei-9pt-blue-link:link {
	color: #000099;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-blue-link:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-blue-link:visited {
	color: #000099;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-blue-link:active {
	color: #FF0000;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
}
a.nei-9pt-blue-link:visited:hover{
	color: #FF0000;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
}

/*------------------------+++++++++++++++++++++++++++++++++++++----------------------------*/
/*------------------|     9pt粗体白色     |------------------*/
a.nei-9pt-white-blod-link:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
        font-weight: bold;
}
a.nei-9pt-white-blod-link:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
        font-weight: bold;
}
a.nei-9pt-white-blod-link:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
        font-weight: bold;
}
a.nei-9pt-white-blod-link:active {
	color: #FFFF00;
	text-decoration: none;
	font-size:9pt;
	line-height: 20px;
        font-weight: bold;
}
a.nei-9pt-white-blod-link:visited:hover{
	color: #FFFF00;
	text-decoration: underline;
	font-size:9pt;
	line-height: 20px;
        font-weight: bold;
}
/*------------------------+++++++++++++++++++++++++++++++++++++----------------------------*/
/*------------------|     14px蓝色     |------------------*/

a.nei-14px-blue-link:link {
	color: #000099;
	text-decoration: none;
	font-size:14px;
	line-height: 23px;
}
a.nei-14px-blue-link:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size:14px;
	line-height: 23px;
}
a.nei-14px-blue-link:visited {
	color: #000099;
	text-decoration: none;
	font-size:14px;
	line-height: 23px;
}
a.nei-14px-blue-link:active {
	color: #FF0000;
	text-decoration: none;
	font-size:14px;
	line-height: 23px;
}
a.nei-14px-blue-link:visited:hover{
	color: #FF0000;
	text-decoration: underline;
	font-size:14px;
	line-height: 23px;
}


