@charset "utf-8";
/* CSS Document */


/*  ----------------- 通用样式设置开始处 ----------------*/
*:not(font,font *) {
	padding:0px;
	margin:0px;
	font-size:16px;
	font-family:'微软雅黑';
}
a {
	text-decoration:none;
	color:black;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
p,ul,ol {
	padding:0px;
	margin:0px;
	list-style-type:none;
	font-size:14px;
}

#numberList .active {
	background-color:rgba(251, 3, 3, 0.8) !important;
	color:white !important;
}

.indexTopContentDiv {
	position:relative;
	width:100%;
	height:150px;
}

.indexTopContentDiv #bgImg {
	width:100%;
	height:100%;
}

#todayDate {
	padding:0px;
    height: 34px;
    line-height: 31px;
    vertical-align: middle;
    font-size:16px;
}

.ciNewsContainer {
	margin-top:10px;
	min-height:700px;
}
#middleContentBlock:after {
	content:"";
	display:block;
	clear:both;
	
}
/*  ----------------- 通用样式设置结束出 -----------------*/



/* ------------------ 导航条开始样式 ------------------  */
#navigationDiv {
	width:100%;
	margin:0 auto;
	color:white;
}

#navigationDiv ul {
	list-style-type:none;
}

#navigationDiv #navigationUl li {
	float:left;
	padding:10px;
	margin-right:15px;
	cursor:pointer;
	position:relative;
	text-align:center;
}

#navigationDiv #navigationUl li:hover {
	background-color:white;
	color:#1976b5;
	font-weight:900;
}

#navigationDiv #navigationUl li .subNavigationItemDiv {
	display:none;
	position:absolute;
	top:40px;
	left:-1px;
	text-align:center;
	width:300%;
	background-color: rgba(255, 255, 255, 0.62);
	z-index:999;
}

#navigationDiv #navigationUl li .subNavigationItemDiv div {
	
	padding:5px 0px;
	color:#1976b5;
	font-weight:900;
}

#navigationDiv #navigationUl li .subNavigationItemDiv div:hover{
	background-color:#1976b5;
	color:white;
}

#navigationUl:after {
	clear: both;
	content: "-";
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;	
}
/* ------------------ 导航条结束样式 ------------------  */

/* ------------------ 消息列表(通用样式)开始样式 ------------------  */




.subContentDiv {
	float:left;
	border:1px solid #e0dfdf;
	padding:10px;
	width:300px;
	height:331px;
	margin-bottom:20px;
	position:relative;
}

.subContentDiv .topTitle {
	color:#1976b5;
	font-weight:900;
	position:relative;
	border-bottom:1px solid #e0dfdf;
	line-height:30px;
	height:30px;
}

.subContentDiv .topTitle .leftContent {
	position:absolute;
	bottom:-1px;
	left:0px;
	padding-bottom:3px;
	border-bottom:2px solid #1976b5;
}
.subContentDiv .topTitle .rightContent {
	float:right;
	font-size:14px;
}
.subContentDiv .topTitle .rightContent a {
	color:#1976b5;	
}　
.subContentDiv > .contentDiv {
	display:block;
}

.subContentDiv .contentDiv .contentUl{
	list-style-type:none;
	padding-left:0px;
}

.subContentDiv .contentDiv ul .itemLiContent {
	margin-top:5px;
	vertical-align:middle;
}

.subContentDiv .contentDiv ul .itemLiContent .rqSpan {
	float:right;
	margin-top:1px;
}

.subContentDiv .contentDiv ul .itemLiContent .contentA{
	width:70%;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
	display:inline-block;
	*display:inline;
	*zoom:1;
}　

/* ------------------ 消息列表结束样式 ------------------  */

/* ------------------ 样式2（上面文字 + 下面图片）开始处 ---------- */

.subContentDiv_2 .introDiv {
	height:200px;
	overflow-y:auto;
}
.subContentDiv_2 .contentDiv .introDiv div{
	text-indent:25px;
	margin:5px 0px;
	font-size:14px;
}
.subContentDiv_2 .contentDiv .imgDiv {
	height:112px;
	width:100%;
	margin-top:6px;
}
.subContentDiv_2 .contentDiv .imgDiv img {
	width:100%;
	height:100%;
}
/* ------------------ 样式2（上面文字 + 下面图片）结束处 ---------- */



/* -----------------  样式3（图片滑动）开始样式 ----------------  */

.subContentDiv3 {
	width:474px;
	cursor:pointer;
	
}

.subContentDiv3 .imgContent {
	height:90%;
	margin-top:8px;
	position:relative;
}


.subContentDiv3 .imgContent #bRNumberListBlock {
	position:absolute;
	bottom:7px;
	right:0px;
	margin:0px;
	width:100%;
	background-color:rgba(27, 27, 26, 0.6);
	z-index:999;
}

.subContentDiv3 .imgContent #bRNumberListBlock #titleContent {
	float:left;
}

.subContentDiv3 .imgContent #bRNumberListBlock #titleContent .liTitleContent {
	display:none;
}
.subContentDiv3 .imgContent #bRNumberListBlock #titleContent .showliTC {
	display:block;	
}

.subContentDiv3 .imgContent #bRNumberListBlock #titleContent:after {
	width:0px;
	height:0px;
	content:"-";
	clear:both;
	display: block;
	visibility: hidden;
}


.subContentDiv3 .imgContent #bRNumberListBlock #numberList{
	float:right;
	margin-top: 3px;
}

.subContentDiv3 .imgContent .imgQhBlock {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

.subContentDiv3 .imgContent .imgQhBlock img{
	height:100%;
	width:100%;
}

.subContentDiv3 .imgContent #bRNumberListBlock #titleContent{
	width:300px;
	float:left;
	height:30px;
	margin-left:20px;
	line-height:30px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
	color: #f7f7f7;
	font-weight: 900;
}


.subContentDiv3 .imgContent #bRNumberListBlock ul {
	list-style-type:none;
}

.subContentDiv3 .imgContent #bRNumberListBlock ul:after{
	width:0px;
	height:0px;
	content:"-";
	clear:both;
	display: block;
	visibility: hidden;	
	
}

.subContentDiv3 .imgContent #bRNumberListBlock #numberList ul li {
	float:left;
	margin-right:5px;
	padding:1px 5px;
	background-color:white;
	color:#080808;
	cursor:pointer;
}

/* -----------------  样式3（图片滑动）结束样式 ----------------  */



/* -----------------  样式4（图片切换 + 新闻消息）样式开始处 ------------------ */ 

.subContentDiv4 {
	width:400px;	
} 

.subContentDiv4 .contentDiv {
	margin-top:7px;
	height:265px;
}

.subContentDiv4 .contentDiv #infoContent {
	margin-top:6px;
	width:100%;
	height:90px;
	overflow:hidden;
}

.subContentDiv4 .contentDiv #imgTopBlock {
	position:relative;
	height:180px;
	overflow:hidden;
}

.subContentDiv4 .contentDiv #imgTopBlock .imgDiv4 {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.subContentDiv4 .contentDiv #imgTopBlock .imgDiv4 img {
	width:100%;
	height:100%;
	
}

.subContentDiv4 .contentDiv #imgTopBlock .imgDiv4 .imgTitleBlock {
	position:absolute;
	bottom:0px;
	left:0px;
	height:27px;
	line-height:27px;
	background-color:rgba(000,000,000,0.6);
	width:100%;
	padding:2px 0px;
	color:white;
	font-weight:900;
	font-size:14px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}

.subContentDiv4 .contentDiv #imgTopBlock #wrapContainer{
	position:absolute;
	top:0px;
	height:100%;
	width:100%;
}
.subContentDiv4 .contentDiv #imgTopBlock .imgDiv4 .imgTitleBlock span{
	margin-left:10px;
}

.subContentDiv4 .contentDiv #imgTopBlock .qhBlock{
	position:absolute;
	top:0px;
	bottom:0px;
	height:36px;
	width:15px;
	background-color: rgba(6, 6, 6, 0.5);
	color: white;
	padding: 6px 2px;
	cursor:pointer;
	z-index:999;
	font-weight:900;
}

.subContentDiv4 .contentDiv #imgTopBlock .leftQhBlock {
	left:0px;
	margin:auto 0px;
}

.subContentDiv4 .contentDiv #imgTopBlock .rightQhBlock {
	right:0px;
	margin:auto 0px;
}



/* -----------------  样式4（图片切换 + 新闻消息）样式结束处 ------------------ */





/* ----------------- 样式5（图片 + 新闻内容切换）样式开始处  ------------------- */
	.subContentDiv5 {
		width:600px;
		height:470px;
	}
	.subContentDiv5 .contentDiv #imgTopBlock {
		height: 220px;
		margin-top: 10px;
		padding-bottom: 8px;
		border-bottom: 1px solid #e0dfdf;
	}
	
	.subContentDiv5 .contentDiv #imgTopBlock #leftImgDiv {
		width:350px;
		float:left;
		position:relative;
		height:100%;
		overflow:hidden;
	}
	
	.subContentDiv5 .contentDiv #imgTopBlock #rightContentDiv {
		float:left;
		height:100%;
		width:225px;
		position: relative;
	}
	
	.subContentDiv5 .contentDiv #imgTopBlock #rightContentDiv .c5newsContent {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    background-color: white;
	}
		
	.subContentDiv5 .contentDiv #imgTopBlock #rightContentDiv #title {
		font-size: 16px;
		height: 55px;
		font-weight: 600;
		overflow: hidden;
		padding: 5px 7px;
		line-height: 27px;
		color:#4e4e4e;
		
	}
	
	.subContentDiv5 .contentDiv #imgTopBlock #rightContentDiv #content {
		margin-top: 10px;
		text-indent: 30px;
		line-height: 27px;
		color: gray;
		font-size: 14px;
		padding: 0px 8px;
		height: 113px;
		overflow: hidden;
	}
	
	.subContentDiv5 .contentDiv #imgTopBlock #rightContentDiv #rq {
		color: gray;
		text-align: right;
		font-size: 14px;
		margin-right: 15px;
		height: 37px;
		line-height: 37px;
		color:#353535;
		
	}
	
	.subContentDiv5 .contentDiv #imgTopBlock #leftImgDiv #wrapContainer {
		position:absolute;
		top:0px;
		left:0px;
		height:100%;
		width:100%;
	}
	
	
	.subContentDiv5 .contentDiv #imgTopBlock #leftImgDiv #wrapContainer .imgDiv5 {
		position:absolute;
		top:0px;
		bottom:0px;
		width:100%;
		height:100%;
	}
	
	.subContentDiv5 .contentDiv #imgTopBlock #leftImgDiv #wrapContainer .imgDiv5 img{
		width:100%;
		height:100%;
	}
	
	.subContentDiv5 .contentDiv #infoContent {
		margin-top:10px;
		color: #757373;		
	}
	
	.subContentDiv5 .contentDiv ul .itemLiContent .contentA {
		width:460px;
		padding-left:10px;
		font-size: 14px;
		color: #757373;
    
	}
	
	.subContentDiv5 .contentDiv ul .itemLiContent .contentA .beforeText {
		width:15px;
		height:25px;
		background:url("/nsiCI/css/index/img/icons.png") no-repeat left top;
		display:inline-block;
		vertical-align:middle;
	}
/* ----------------- 样式5（图片 + 新闻内容切换）样式结束处  ------------------- */


/* ----------------  移动设置导航条样式  ------------------------------*/

#SetUpBread {
	border:1px solid #c5c1c1;
	width:300px;
	position:absolute;
	top:20px;
	left:20px;
	background-color:rgba(241, 241, 241, 0.70);
	display:none;
}

#SetUpBread #title {
	font-size:14px;
	padding:5px 0px 5px 5px;
	cursor: move;
	border-bottom:1px solid #c5c1c1;
}

#SetUpBread #title img {
	width:18px;
	margin-right:4px;
	
}


#SetUpBread #title span{
	position: relative;
	top: 1px;
}

#SetUpBread #content {
	padding-top:10px;
	
}

#SetUpBread #content label{
	font-size:14px;
	
}

#SetUpBread #content .form-group {
	margin:0px;
	margin-bottom:10px;
}

.setBkColorBlock .btmColorBlock {
	float: left;
    padding: 0px;
    margin: 0px;
    width: 34px;
    height: 34px;
    display: inline-block;
    border: 1px solid #cccccc;
    border-left: none;
	
}
.setBkColorBlock .btmColorInput {
	border-bottom-right-radius:0;
	border-top-right-radius:0;
	float:left;
	width:100px;
	display:inline-block;
	padding:0px;
	margin:0px;
	
}
/* ------------------------------------------------------------*/



/* ------------------------上下文菜单样式---------------------------- */

#menuDiv {
	background-color:white;
	border:1px solid gray;
	position:absolute;	
	width:120px;
	display:none;
	z-index:999;
	min-height:120px;
}

#menuDiv ul {
	padding:1px;
	color:#17399c;
}

#menuDiv ul li{
	padding:2px 5px;
	text-align:left;
	cursor:pointer;
	border:1px solid white;
}

#menuDiv ul li[class="active"] {
	border-color:#616161;
	background-color:rgba(241, 241, 241, 0.99);
}



/* ------------------------------------------------------------- */




/* -------------------------- 拉伸样式  ----------------------------*/

.reSizeBase {
	width: 32px;
	height: 32px;
	border:1px solid black;
	position:absolute;
	z-index:10000;
	display:none;
}

.reSizeTLCur {
	cursor: se-resize;
}

.sub1ReTL {	
	top: -3px;
	left: -3px;
}

.sub1ReBR {
	bottom:-16px;
	right:-16px;
	
}

/* ------------------------------------------------------------*/


/* -------------------------- 新闻左侧导航样式  -----------------------*/

.leftNavigationWrap {
	border-left-style:solid;
	border-width:12px;
	border-color:#0a89fd;
}

.leftNavigationWrap .group_div_parents {
	margin-bottom:15px;
	background-color:#0a89fd;
	
}
.leftNavigationWrap ul {
	border-top:1px solid #d8d8d8;
	width:95%;	 
}

.leftNavigationWrap .group_li {
	border-bottom:1px solid #d8d8d8;
	border-left-style:none;
	
}
.leftNavigationWrap .group_div_parents a {
	padding: 8px 15px;
	font-size:25px;
	display:block;
	color:white;
}


.leftNavigationWrap .group_li a {
	padding:15px;
	display:block;
	color:#989898;
}

.leftNavigationWrap .group_li[class*="active"] {
	border-left: 4px solid #ffba02;
    position: relative;
    left: -4px;
}


/* ------------------------------------------------------------*/