锘?*妯箙鍥剧墖*/
/*
a,area { blr:expression(this.onFocus=this.blur()) }
:focus { outline: none; }
*/
ul,li,ol,em,dl,dt,dd,span{margin:0; padding:0;}
.content-top-title-img{
	height : 180px;
	position: relative;
	width : 100%;
	overflow: hidden;
}

.content-top-title-img img{
	position: absolute;
	left: 50%;
	margin-left: -810px;
	width : 1620px;
	height : 175px;
}

/**/

.table-border td{
	border: 1px solid #DEDEDE;
}

.wrap{
	min-height: 100%;
}

.inner-wrap{
	
}

.inner-wrap:after {
    content:" ";
    display:block;
    clear:both;
}



a.active {
   pointer-events: none;
   cursor: default;
   text-decoration: none;
}

li {
	list-style-type: none;
}

.first-li{
	list-style-type: square;
	color: red;
	margin: 5px 0;
}

.li-horizontal{
	padding-left: 5px;
}

.li-horizontal > li {
	float: left;
}

.li-horizontal ul li {
	margin: 5px 0;
}

.li-horizontal-item{
	width : 95px;
}

.li-horizontal-item div {
    margin-left: 5px;
}

.content-container{
	width : 1002px;
	margin : 0 auto;
	position : relative;
}

.content-title-header{
	height : 37px;
	/*background: url("./img/title_bg.png") repeat-x scroll 0 0;*/
	padding-top: 9px;
}

.main-content-title-p {
    color: #404040;
    font-size: 18px;
    font-weight: bold;
}

.main-right-content {
    padding-top: 20px;
}

.content-header-title{
	color : #373737;
	font-size : 17px;
	font-weight : bold;
}

.main-left-contact li {
    padding-top: 10px;
}

.main-left-contact ul{
	padding-left : 0;
}

.header-menu-title-img{
	margin: -29px 20px 0 -13px;
}

.left-menu-title{
	color: #FFFFFF;    
	font-size: 20px;    
	left: 70px;    
	position: absolute;    
	top: -12px;
}

.placeholder { color: #aaa; }

.cut-string {
	overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.main-left-menu ul.jqtree-tree .jqtree-title{
	color : #404040;
	font-size : 14px;
}

.main-left-menu ul.jqtree-tree .jqtree-element{
	height : 42px;
	padding: 10px 0 0 60px;
}

.main-left-menu ul.jqtree-tree ul.jqtree_common{
	margin : 0 !important;
}

.main-left-menu .jqtree-selected>.jqtree-element{
	border-right: 3px solid #DF2F32;
	background-color: #FDE8E8;
}

 .main-left-menu .jqtree-folder>.jqtree-element{
 	border-top: 1px solid  #D2D2D2;
 	border-bottom: 1px solid #D2D2D2;
 }

.main-left-menu ul.jqtree-tree li.jqtree-folder{
	margin-bottom: 0 !important
}


/*ellipsis*/
.cut-a{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popover-content{
	padding: 0 !important;
}


.fileUpload {
	position: relative;
	overflow: hidden;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}


.code {
	background-image: url(../css/img/code.jpg);
	font-family: Arial;
	font-style: italic;
	color: Red;
	border: 0;
	padding: 2px 3px;
	letter-spacing: 3px;
	font-weight: bolder;
}



.first-menu-item[disabled='disabled']:hover,
.first-menu-item[disabled='disabled']:focus {
  color : #9c9c9c !important;
  text-decoration: none !important;
  cursor: default !important;
}


.right-item-title[disabled='disabled']:hover,
.right-item-title[disabled='disabled']:focus{
	color : #717171 !important;
	  text-decoration: none !important;
  cursor: default !important;
}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	border:#e5e5e5 1px solid;
	margin-right:4px;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
	/*float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	min-width: 14px;
	padding: 3px 10px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	/*background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	/*background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	/*background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
	/*background: url("../../css/img/pager_box.png") no-repeat scroll 0 0;
	height: 30px;
	width: 30px;*/
}

.light-theme li a, .light-theme li span {
	height : 27px;
	width : 40px;
	background : #FFF;
	padding-top: 4px;
	display: block;
	line-height:20px;
	font-size:12px;
}
.light-theme li a:hover{background:#f1f1f1;}


.light-theme li.active span[class$="current"]{
	background :#ba1d22;
	color: #FFF;
}

.light-theme li .page-link.next, .light-theme li .page-link.prev {
		color: red;
}



.light-theme a:hover {
	text-decoration: none;
	/*background: #FCFCFC;*/
}

.light-theme .current {
	/*background: url("../../css/img/select_pager.png") no-repeat scroll 0 0;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;*/
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}
.c_l{float:left; width:200px;}
.content-left{width:200px; border:1px solid #ddd;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; float:left;}
.left-title{width:200px; font-size:14px; color:#404040; height:46px; line-height:46px; text-align:center; position:relative; background:url(../images/ico_sj.jpg) no-repeat 170px 20px;border-bottom:1px solid #ddd; cursor:pointer}
.on{ background:url(../images/ico_sj2.jpg) no-repeat 170px 20px;}
.left-title .ico_sj{position:absolute; right:20px; top:15px;}
.title_con{padding:0px; line-height:40px; text-align:center;border-bottom:1px solid #ddd; display:none;}
.title_con a{display:block; color:#404040; text-decoration:none;outline: none;}
.title_con a:hover{background:#f9f9f9;}
.title_con a.on{background:#fde8e8;border-right: 3px solid #df2f32;}
.left_ad{margin-top:10px; float:left;}
.content-right{float:right; width:770px;}
.content-con{ line-height:200%; }
.content-con h1{background:url(../images/new_title_bg.jpg) repeat-x; font-size:14px; color:#333333; padding:0 20px; line-height:31px; margin:30px 0;}
.content-con p{ /*text-indent:2em;*/}
.content-con h1 span{float:right; color:#888; font-size:12px;}
.content-con img{/*display:block; margin:0 auto 15px;*/}
.content-con h2{background:url(../images/new_list_bg.jpg) repeat-x; font-size:14px; color:#333333; padding:0 20px; line-height:40px; margin:20px 0 0 0; float:left; width:98%;}
.content-con h2 b{float:left; width:70%; text-align:center;}
.content-con h2 span{float:right; width:100px; text-align:center;}
.content-con ul.newlist{width:100%;}
.content-con ul.newlist li{border-bottom:1px solid #ddd; line-height:35px; width:98%; padding:0 1%; font-size:14px; color:#404040; float:left;}
.content-con ul.newlist li a{ color:#404040;}
.content-con ul.newlist li span{float:right; width:100px; text-align:center;}
.page{margin:20px auto}
