/* 标题栏样式 */
  .sdtitle{
	width: 100%; 
	height: 30px; 
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 10px;
  }	

  .sdtitle a{
	  float: right;
  }
  
  .sdtitle a img{
  	  width: 60px;
	  vertical-align:middle;
  }

   .sdtitle .tit {
      display: inline-block;
      margin-right: 20px;	  
      font-size: 22px;
      color: #006699;
      cursor: pointer;
      line-height: 22px;
  }
  /* 块的样式 */
	.kuai{
		/* border: #1B6D85 solid 1px; */
		   /* border: 1px #e5e5e5 solid; */
		    border-top: 0;
		    padding-top: 1px;
			padding-left: 10px;
			padding-right: 10px;
	}



/* 新闻 */
.sdnews{
	
}
.sdnews .fisrtNews{
	    position: relative;
	    z-index: 2;
	    height: 28px;
	    display: inline-block;
		color: #404040;
		text-align: -webkit-match-parent;
		font-size: 16px;
}

.sdnews .otherNews{
	       position: relative;
	       z-index: 2;
	       height: 28px;
	       display: inline-block;
		   color: #404040;
}

.sdnewsSpan{
	color: #002142;
	text-transform: none;
	/* cursor: pointer; */
	-webkit-font-smoothing: subpixel-antialiased;	
	font-weight: normal;
	margin: 10px;
	padding: 0;
	font-family: "微软雅黑";	
	font-size: 14px;
	opacity:0.8;
	max-height: 60px;
	text-indent:24px;
	display:block;
	
}

.sdnewsli{
	    max-height: 68px;
	   /* line-height: 32px;	    
		position: relative;		
		overflow: hidden;	
		margin-bottom: 10px; */
		display: list-item;
		text-align: -webkit-match-parent;
		/* height: 40px;	 */
		position: relative;
		overflow: hidden;
		list-style-type: disc;
		list-style-position: outside;
		list-style-image: none;
	}
.sdnewsli a{
	/* font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #002142; */
	color: #002142;
	text-transform: none;
	cursor: pointer;
	-webkit-font-smoothing: subpixel-antialiased;	
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";	
	font-size: 16px;
	letter-spacing:1.5px;	
	
}

.sdnewsli a:hover{
	color:red;
	text-decoration:none;
}
	
.sdothernewsli{
	    display: list-item;
	    text-align: -webkit-match-parent;
		/* height: 40px; */	
		margin-bottom: 20px;
		position: relative;	 	
		max-width: 600px;
}

.sdothernewsli a{
	color: #002142;
	text-transform: none;
	cursor: pointer;
	-webkit-font-smoothing: subpixel-antialiased;	
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";	
	font-size: 16px;
	letter-spacing:1px;	
	display: block;
	
	/* text-align: justify; */
	/* text-justify: distribute-all-lines; */	
	/* text-align-last: justify; 	 */
	/* -moz-text-align-last: justify;	 */
	/* -webkit-text-align-last: justify; */
}

.sdothernewsli a:active{
	color:red;
}
.sdothernewsli a:hover{
	color:red;
	text-decoration:none;
} 
 
 
